// Marketplace Dynamics (marketplace-dynamics) 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.categories), 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.categories.createMany({
        data: [
            { id: 1, name: "books jewelry", average_price: "25.44" },
            { id: 2, name: "home outdoors accessories", average_price: "718.88" },
            { id: 3, name: "garden", average_price: "142.94" },
            { id: 4, name: "grocery office health", average_price: "53.69" },
            { id: 5, name: "grocery sports beauty", average_price: "256.07" },
            { id: 6, name: "jewelry", average_price: "746.95" },
            { id: 7, name: "beauty music automotive", average_price: "8736.21" },
            { id: 8, name: "books", average_price: "2005.71" },
            { id: 9, name: "health", average_price: "47.99" },
            { id: 10, name: "pet garden electronics", average_price: "2041.47" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Lena Khan", email: "lena.khan@example.net", registration_date: "2022-06-20", user_type: "individual", location: "Cairo" },
            { id: 2, full_name: "Daniel Smith", email: "daniel.smith@example.org", registration_date: "2021-07-17", user_type: "business", location: "Lyon" },
            { id: 3, full_name: "Tariq Taylor", email: "tariq.taylor@example.org", registration_date: "2022-01-08", user_type: "business", location: "Amsterdam" },
            { id: 4, full_name: "Nadia Ahmed", email: "nadia.ahmed@example.org", registration_date: "2021-11-04", user_type: "individual", location: "Bangkok" },
            { id: 5, full_name: "Isaac Kim", email: "isaac.kim@example.org", registration_date: "2021-05-24", user_type: "individual", location: "Vancouver" },
            { id: 6, full_name: "Carlos Nguyen", email: "carlos.nguyen@example.org", registration_date: "2020-12-18", user_type: "business", location: "Seattle" },
            { id: 7, full_name: "Deniz Hoffmann", email: "deniz.hoffmann@example.org", registration_date: "2022-12-16", user_type: "individual", location: "San Diego" },
            { id: 8, full_name: "Ana Walker", email: "ana.walker@example.org", registration_date: "2022-10-31", user_type: "individual", location: "Rome" },
            { id: 9, full_name: "Sofia Almeida", email: "sofia.almeida@example.org", registration_date: "2021-07-04", user_type: "individual", location: "Copenhagen" },
            { id: 10, full_name: "Tomas Becker", email: "tomas.becker@example.org", registration_date: "2022-05-28", user_type: "individual", location: "Hamburg" },
            { id: 11, full_name: "Chloe Reyes", email: "chloe.reyes@example.net", registration_date: "2022-01-27", user_type: "individual", location: "Athens" },
            { id: 12, full_name: "Maria Almeida", email: "maria.almeida@example.net", registration_date: "2021-06-02", user_type: "business", location: "Copenhagen" },
            { id: 13, full_name: "Felix Ibrahim", email: "felix.ibrahim@example.net", registration_date: "2021-12-30", user_type: "individual", location: "Oslo" },
            { id: 14, full_name: "Yusuf Taylor", email: "yusuf.taylor@example.net", registration_date: "2021-02-06", user_type: "individual", location: "Nairobi" },
            { id: 15, full_name: "Tariq Moreau", email: "tariq.moreau@example.org", registration_date: "2021-03-23", user_type: "individual", location: "Sydney" },
            { id: 16, full_name: "Ibrahim Wilson", email: "ibrahim.wilson@example.org", registration_date: "2021-01-07", user_type: "individual", location: "Bogota" },
            { id: 17, full_name: "Ruby Lee", email: "ruby.lee@example.org", registration_date: "2022-07-16", user_type: "individual", location: "Brussels" },
            { id: 18, full_name: "Ines Schneider", email: "ines.schneider@example.org", registration_date: "2021-06-05", user_type: "individual", location: "Lisbon" },
            { id: 19, full_name: "Selin Adams", email: "selin.adams@example.org", registration_date: "2021-10-21", user_type: "individual", location: "Istanbul" },
            { id: 20, full_name: "Noah Baker", email: "noah.baker@example.net", registration_date: "2022-07-25", user_type: "individual", location: "Athens" },
            { id: 21, full_name: "Theo Wagner", email: "theo.wagner@example.org", registration_date: "2020-11-18", user_type: "business", location: "Copenhagen" },
            { id: 22, full_name: "Ines Hughes", email: "ines.hughes@example.org", registration_date: "2021-03-21", user_type: "business", location: "Paris" },
            { id: 23, full_name: "Leo Becker", email: "leo.becker@example.org", registration_date: "2022-12-01", user_type: "individual", location: "Seattle" },
            { id: 24, full_name: "Theo Hassan", email: "theo.hassan@example.net", registration_date: "2021-10-16", user_type: "individual", location: "Munich" },
            { id: 25, full_name: "Grace Vargas", email: "grace.vargas@example.net", registration_date: "2021-08-24", user_type: "individual", location: "Madrid" },
            { id: 26, full_name: "Grace Walker", email: "grace.walker@example.com", registration_date: "2020-12-27", user_type: "individual", location: "Berlin" },
            { id: 27, full_name: "Zoe Young", email: "zoe.young@example.net", registration_date: "2020-04-13", user_type: "individual", location: "Paris" },
            { id: 28, full_name: "Kai Davis", email: "kai.davis@example.org", registration_date: "2020-07-28", user_type: "individual", location: "Athens" },
            { id: 29, full_name: "Anna Gomez", email: "anna.gomez@example.org", registration_date: "2022-02-05", user_type: "business", location: "Paris" },
            { id: 30, full_name: "Lucas Zhang", email: "lucas.zhang@example.com", registration_date: "2021-08-21", user_type: "business", location: "Boston" },
            { id: 31, full_name: "Tomas Weber", email: "tomas.weber@example.org", registration_date: "2022-04-13", user_type: "individual", location: "Bangkok" },
            { id: 32, full_name: "Carlos Hughes", email: "carlos.hughes@example.org", registration_date: "2021-08-10", user_type: "individual", location: "Sao Paulo" },
            { id: 33, full_name: "Carla Park", email: "carla.park@example.net", registration_date: "2022-11-18", user_type: "individual", location: "Istanbul" },
            { id: 34, full_name: "Zoe Clark", email: "zoe.clark@example.net", registration_date: "2020-12-27", user_type: "business", location: "Prague" },
            { id: 35, full_name: "Zoe Silva", email: "zoe.silva@example.org", registration_date: "2022-05-13", user_type: "business", location: "Lagos" },
            { id: 36, full_name: "David Lee", email: "david.lee@example.net", registration_date: "2020-05-05", user_type: "individual", location: "Bangkok" },
            { id: 37, full_name: "Ana Flores", email: "ana.flores@example.org", registration_date: "2022-05-01", user_type: "individual", location: "Buenos Aires" },
            { id: 38, full_name: "Lina Diaz", email: "lina.diaz@example.org", registration_date: "2022-10-01", user_type: "individual", location: "Stockholm" },
            { id: 39, full_name: "Maya Reyes", email: "maya.reyes@example.net", registration_date: "2021-07-02", user_type: "business", location: "Edinburgh" },
            { id: 40, full_name: "Maya Patel", email: "maya.patel@example.net", registration_date: "2022-12-07", user_type: "individual", location: "Ankara" },
            { id: 41, full_name: "David Diaz", email: "david.diaz@example.org", registration_date: "2020-03-17", user_type: "individual", location: "Singapore" },
            { id: 42, full_name: "Hana Walker", email: "hana.walker@example.com", registration_date: "2021-01-01", user_type: "individual", location: "Montreal" },
            { id: 43, full_name: "Yusuf Gomez", email: "yusuf.gomez@example.com", registration_date: "2022-09-14", user_type: "individual", location: "Manchester" },
            { id: 44, full_name: "Uma Murphy", email: "uma.murphy@example.org", registration_date: "2022-12-05", user_type: "individual", location: "Prague" },
            { id: 45, full_name: "Lucas Zhang", email: "lucas.zhang@example.net", registration_date: "2021-12-25", user_type: "business", location: "Boston" },
            { id: 46, full_name: "Zoe Tanaka", email: "zoe.tanaka@example.org", registration_date: "2021-09-13", user_type: "individual", location: "Dublin" },
            { id: 47, full_name: "Maria Costa", email: "maria.costa@example.net", registration_date: "2020-12-28", user_type: "individual", location: "Manchester" },
            { id: 48, full_name: "Carla Kim", email: "carla.kim@example.com", registration_date: "2022-05-31", user_type: "individual", location: "Bangkok" },
            { id: 49, full_name: "Yara Silva", email: "yara.silva@example.org", registration_date: "2020-01-23", user_type: "individual", location: "Amsterdam" },
            { id: 50, full_name: "Uma Clark", email: "uma.clark@example.net", registration_date: "2022-01-09", user_type: "individual", location: "Taipei" },
            { id: 51, full_name: "Chloe Wagner", email: "chloe.wagner@example.org", registration_date: "2020-04-22", user_type: "business", location: "Sydney" },
            { id: 52, full_name: "Nina Hoffmann", email: "nina.hoffmann@example.net", registration_date: "2022-08-10", user_type: "individual", location: "Boston" },
            { id: 53, full_name: "Zoe Walker", email: "zoe.walker@example.org", registration_date: "2020-10-27", user_type: "individual", location: "Milan" },
            { id: 54, full_name: "Nina Adams", email: "nina.adams@example.net", registration_date: "2020-08-15", user_type: "individual", location: "Munich" },
            { id: 55, full_name: "Rosa Gomez", email: "rosa.gomez@example.net", registration_date: "2020-12-16", user_type: "individual", location: "Manila" },
            { id: 56, full_name: "Grace Wang", email: "grace.wang@example.net", registration_date: "2022-01-09", user_type: "business", location: "Stockholm" },
            { id: 57, full_name: "Nour Schneider", email: "nour.schneider@example.org", registration_date: "2020-12-24", user_type: "individual", location: "Toronto" },
            { id: 58, full_name: "Olivia Weber", email: "olivia.weber@example.com", registration_date: "2021-06-24", user_type: "individual", location: "Vienna" },
            { id: 59, full_name: "Hugo Murphy", email: "hugo.murphy@example.org", registration_date: "2021-03-08", user_type: "individual", location: "Amsterdam" },
            { id: 60, full_name: "Amir Nakamura", email: "amir.nakamura@example.net", registration_date: "2021-04-13", user_type: "individual", location: "Stockholm" },
            { id: 61, full_name: "Isaac Vargas", email: "isaac.vargas@example.com", registration_date: "2021-05-11", user_type: "individual", location: "Chicago" },
            { id: 62, full_name: "Marco Murphy", email: "marco.murphy@example.org", registration_date: "2022-02-22", user_type: "business", location: "Warsaw" },
            { id: 63, full_name: "Kai Ahmed", email: "kai.ahmed@example.org", registration_date: "2021-08-18", user_type: "individual", location: "Stockholm" },
            { id: 64, full_name: "Emma Lee", email: "emma.lee@example.org", registration_date: "2021-08-14", user_type: "individual", location: "Dublin" },
            { id: 65, full_name: "Julia Smith", email: "julia.smith@example.org", registration_date: "2021-09-14", user_type: "business", location: "Tokyo" },
            { id: 66, full_name: "Ethan Silva", email: "ethan.silva@example.net", registration_date: "2021-06-10", user_type: "individual", location: "Paris" },
            { id: 67, full_name: "Oscar Nguyen", email: "oscar.nguyen@example.com", registration_date: "2020-10-09", user_type: "business", location: "Lyon" },
            { id: 68, full_name: "Lena Bauer", email: "lena.bauer@example.com", registration_date: "2021-10-08", user_type: "business", location: "Lyon" },
            { id: 69, full_name: "Victor Walker", email: "victor.walker@example.net", registration_date: "2020-02-25", user_type: "individual", location: "Edinburgh" },
            { id: 70, full_name: "Olivia Young", email: "olivia.young@example.org", registration_date: "2020-09-14", user_type: "individual", location: "Montreal" },
            { id: 71, full_name: "Tariq Moreau", email: "tariq.moreau@example.net", registration_date: "2022-09-19", user_type: "business", location: "Barcelona" },
            { id: 72, full_name: "Carla Kaya", email: "carla.kaya@example.net", registration_date: "2021-07-13", user_type: "individual", location: "Sydney" },
            { id: 73, full_name: "Maya Chen", email: "maya.chen@example.org", registration_date: "2022-11-30", user_type: "individual", location: "Stockholm" },
            { id: 74, full_name: "Anna Garcia", email: "anna.garcia@example.net", registration_date: "2021-06-25", user_type: "individual", location: "Milan" },
            { id: 75, full_name: "Anna Ahmed", email: "anna.ahmed@example.com", registration_date: "2021-11-09", user_type: "business", location: "Athens" },
            { id: 76, full_name: "Jonas Lopez", email: "jonas.lopez@example.org", registration_date: "2022-04-30", user_type: "individual", location: "Budapest" },
            { id: 77, full_name: "Ravi Tanaka", email: "ravi.tanaka@example.net", registration_date: "2020-04-18", user_type: "business", location: "Manila" },
            { id: 78, full_name: "Paula Ruiz", email: "paula.ruiz@example.com", registration_date: "2020-10-10", user_type: "individual", location: "San Diego" },
            { id: 79, full_name: "James Walker", email: "james.walker@example.org", registration_date: "2022-08-25", user_type: "individual", location: "Warsaw" },
            { id: 80, full_name: "Mateo Hoffmann", email: "mateo.hoffmann@example.org", registration_date: "2021-05-22", user_type: "business", location: "Singapore" },
            { id: 81, full_name: "Omar Wright", email: "omar.wright@example.com", registration_date: "2021-01-12", user_type: "individual", location: "Cape Town" },
            { id: 82, full_name: "Fatima Moreau", email: "fatima.moreau@example.com", registration_date: "2020-08-06", user_type: "business", location: "Oslo" },
            { id: 83, full_name: "Rafael Sousa", email: "rafael.sousa@example.org", registration_date: "2022-03-24", user_type: "business", location: "Athens" },
            { id: 84, full_name: "Priya Schmidt", email: "priya.schmidt@example.com", registration_date: "2022-07-21", user_type: "individual", location: "Warsaw" },
            { id: 85, full_name: "Liam Wagner", email: "liam.wagner@example.net", registration_date: "2022-10-27", user_type: "individual", location: "Montreal" },
            { id: 86, full_name: "Carlos Kowalski", email: "carlos.kowalski@example.com", registration_date: "2022-09-02", user_type: "individual", location: "Seattle" },
            { id: 87, full_name: "Ana Weber", email: "ana.weber@example.net", registration_date: "2020-11-25", user_type: "individual", location: "Warsaw" },
            { id: 88, full_name: "Sven Young", email: "sven.young@example.com", registration_date: "2020-12-17", user_type: "business", location: "Athens" },
            { id: 89, full_name: "Kai Miller", email: "kai.miller@example.net", registration_date: "2020-02-11", user_type: "business", location: "Sao Paulo" },
            { id: 90, full_name: "Hugo Sato", email: "hugo.sato@example.net", registration_date: "2022-08-30", user_type: "individual", location: "Montreal" },
            { id: 91, full_name: "Jonas Shah", email: "jonas.shah@example.com", registration_date: "2021-07-09", user_type: "individual", location: "Rome" },
            { id: 92, full_name: "Sofia Smith", email: "sofia.smith@example.com", registration_date: "2020-09-18", user_type: "individual", location: "San Diego" },
            { id: 93, full_name: "Olivia Ruiz", email: "olivia.ruiz@example.com", registration_date: "2022-02-08", user_type: "business", location: "Austin" },
            { id: 94, full_name: "Leo Chen", email: "leo.chen@example.org", registration_date: "2022-03-13", user_type: "business", location: "Bucharest" },
            { id: 95, full_name: "Liam Reyes", email: "liam.reyes@example.net", registration_date: "2021-09-20", user_type: "individual", location: "Denver" },
            { id: 96, full_name: "Paula Ahmed", email: "paula.ahmed@example.org", registration_date: "2021-04-29", user_type: "individual", location: "Prague" },
            { id: 97, full_name: "David Diaz", email: "david.diaz@example.com", registration_date: "2022-09-04", user_type: "business", location: "Barcelona" },
            { id: 98, full_name: "Maria Hansen", email: "maria.hansen@example.org", registration_date: "2022-10-05", user_type: "business", location: "Kyoto" },
            { id: 99, full_name: "Mohamed Evans", email: "mohamed.evans@example.org", registration_date: "2022-01-29", user_type: "individual", location: "Vienna" },
            { id: 100, full_name: "Maya Brown", email: "maya.brown@example.net", registration_date: "2021-02-19", user_type: "individual", location: "Mexico City" },
            { id: 101, full_name: "Priya Adams", email: "priya.adams@example.org", registration_date: "2022-06-07", user_type: "individual", location: "Auckland" },
            { id: 102, full_name: "Alice Kaya", email: "alice.kaya@example.net", registration_date: "2020-03-20", user_type: "individual", location: "Hamburg" },
            { id: 103, full_name: "Victor Rossi", email: "victor.rossi@example.com", registration_date: "2022-06-10", user_type: "individual", location: "Bucharest" },
            { id: 104, full_name: "Ines Kowalski", email: "ines.kowalski@example.org", registration_date: "2022-01-13", user_type: "individual", location: "Cape Town" },
            { id: 105, full_name: "Hugo Kaya", email: "hugo.kaya@example.net", registration_date: "2022-01-27", user_type: "business", location: "Amsterdam" },
            { id: 106, full_name: "Laura Moreau", email: "laura.moreau@example.net", registration_date: "2020-10-19", user_type: "individual", location: "Edinburgh" },
            { id: 107, full_name: "Maria Reyes", email: "maria.reyes@example.net", registration_date: "2022-03-19", user_type: "individual", location: "Brussels" },
            { id: 108, full_name: "Sven Schmidt", email: "sven.schmidt@example.net", registration_date: "2022-09-13", user_type: "business", location: "Budapest" },
            { id: 109, full_name: "Andre Taylor", email: "andre.taylor@example.org", registration_date: "2022-12-21", user_type: "individual", location: "Lisbon" },
            { id: 110, full_name: "Karim Torres", email: "karim.torres@example.org", registration_date: "2022-11-09", user_type: "individual", location: "Izmir" },
            { id: 111, full_name: "Ravi Wilson", email: "ravi.wilson@example.com", registration_date: "2022-08-20", user_type: "individual", location: "Vancouver" },
            { id: 112, full_name: "Yara Chen", email: "yara.chen@example.org", registration_date: "2022-09-01", user_type: "individual", location: "Prague" },
            { id: 113, full_name: "Rosa Novak", email: "rosa.novak@example.net", registration_date: "2022-03-12", user_type: "business", location: "Mexico City" },
            { id: 114, full_name: "Felix Ahmed", email: "felix.ahmed@example.com", registration_date: "2022-06-25", user_type: "business", location: "Madrid" },
            { id: 115, full_name: "Maja Murphy", email: "maja.murphy@example.net", registration_date: "2022-05-19", user_type: "individual", location: "Seattle" },
            { id: 116, full_name: "Priya Hansen", email: "priya.hansen@example.org", registration_date: "2021-10-11", user_type: "individual", location: "Bangkok" },
            { id: 117, full_name: "Felix Rossi", email: "felix.rossi@example.com", registration_date: "2021-03-16", user_type: "individual", location: "Boston" },
            { id: 118, full_name: "Isaac Jensen", email: "isaac.jensen@example.com", registration_date: "2020-12-05", user_type: "individual", location: "Sydney" },
            { id: 119, full_name: "Sofia Pereira", email: "sofia.pereira@example.org", registration_date: "2022-10-01", user_type: "individual", location: "Istanbul" },
            { id: 120, full_name: "Olivia Davis", email: "olivia.davis@example.com", registration_date: "2022-12-03", user_type: "individual", location: "Vancouver" },
            { id: 121, full_name: "Pedro Chen", email: "pedro.chen@example.net", registration_date: "2022-09-25", user_type: "individual", location: "Berlin" },
            { id: 122, full_name: "Mila Singh", email: "mila.singh@example.org", registration_date: "2021-02-07", user_type: "individual", location: "Vancouver" },
            { id: 123, full_name: "Chen Becker", email: "chen.becker@example.net", registration_date: "2020-04-22", user_type: "individual", location: "Cairo" },
            { id: 124, full_name: "Noah Miller", email: "noah.miller@example.org", registration_date: "2022-01-16", user_type: "business", location: "Edinburgh" },
            { id: 125, full_name: "Emma Sato", email: "emma.sato@example.com", registration_date: "2022-12-20", user_type: "business", location: "Hamburg" },
            { id: 126, full_name: "Karim Ahmed", email: "karim.ahmed@example.net", registration_date: "2020-04-20", user_type: "business", location: "Bogota" },
            { id: 127, full_name: "David Moreau", email: "david.moreau@example.com", registration_date: "2020-11-13", user_type: "individual", location: "Lagos" },
            { id: 128, full_name: "Jonas Dubois", email: "jonas.dubois@example.com", registration_date: "2022-08-07", user_type: "individual", location: "Lyon" },
            { id: 129, full_name: "Ravi Yilmaz", email: "ravi.yilmaz@example.net", registration_date: "2020-03-06", user_type: "business", location: "Sao Paulo" },
            { id: 130, full_name: "Ben Bennett", email: "ben.bennett@example.net", registration_date: "2020-03-31", user_type: "individual", location: "Amsterdam" },
            { id: 131, full_name: "Nadia Jensen", email: "nadia.jensen@example.com", registration_date: "2021-01-10", user_type: "individual", location: "Munich" },
            { id: 132, full_name: "Felix Park", email: "felix.park@example.net", registration_date: "2021-06-11", user_type: "individual", location: "Lima" },
            { id: 133, full_name: "Omar Khan", email: "omar.khan@example.org", registration_date: "2021-07-18", user_type: "business", location: "Budapest" },
            { id: 134, full_name: "Julia Schneider", email: "julia.schneider@example.net", registration_date: "2021-11-22", user_type: "individual", location: "Santiago" },
            { id: 135, full_name: "Leo Garcia", email: "leo.garcia@example.net", registration_date: "2021-08-12", user_type: "business", location: "Buenos Aires" },
            { id: 136, full_name: "Elena Ruiz", email: "elena.ruiz@example.org", registration_date: "2020-02-26", user_type: "business", location: "Cape Town" },
            { id: 137, full_name: "Ana Oliveira", email: "ana.oliveira@example.org", registration_date: "2022-12-02", user_type: "individual", location: "Chicago" },
            { id: 138, full_name: "Kai Kaya", email: "kai.kaya@example.org", registration_date: "2022-01-31", user_type: "individual", location: "Buenos Aires" },
            { id: 139, full_name: "Hannah Fischer", email: "hannah.fischer@example.org", registration_date: "2020-09-21", user_type: "individual", location: "Cairo" },
            { id: 140, full_name: "Victor Wang", email: "victor.wang@example.com", registration_date: "2022-10-04", user_type: "business", location: "Santiago" },
            { id: 141, full_name: "Sofia Jansen", email: "sofia.jansen@example.org", registration_date: "2020-08-14", user_type: "individual", location: "Boston" },
            { id: 142, full_name: "Chen Almeida", email: "chen.almeida@example.com", registration_date: "2022-01-29", user_type: "business", location: "Porto" },
            { id: 143, full_name: "Marco Ruiz", email: "marco.ruiz@example.net", registration_date: "2020-07-03", user_type: "individual", location: "Toronto" },
            { id: 144, full_name: "Karim Lopez", email: "karim.lopez@example.net", registration_date: "2022-06-30", user_type: "business", location: "Ankara" },
            { id: 145, full_name: "Chen Kowalski", email: "chen.kowalski@example.com", registration_date: "2021-11-16", user_type: "individual", location: "Porto" },
            { id: 146, full_name: "Tomas Jensen", email: "tomas.jensen@example.net", registration_date: "2021-11-02", user_type: "individual", location: "Cairo" },
            { id: 147, full_name: "Ethan Park", email: "ethan.park@example.org", registration_date: "2020-10-04", user_type: "individual", location: "Copenhagen" },
            { id: 148, full_name: "James Wilson", email: "james.wilson@example.net", registration_date: "2022-06-21", user_type: "individual", location: "Seoul" },
            { id: 149, full_name: "Uma Wang", email: "uma.wang@example.com", registration_date: "2020-08-20", user_type: "individual", location: "Lima" },
            { id: 150, full_name: "Mia Nakamura", email: "mia.nakamura@example.com", registration_date: "2020-07-06", user_type: "individual", location: "Rome" },
            { id: 151, full_name: "Rosa Ruiz", email: "rosa.ruiz@example.org", registration_date: "2022-03-26", user_type: "business", location: "Buenos Aires" },
            { id: 152, full_name: "James Smith", email: "james.smith@example.org", registration_date: "2020-05-29", user_type: "individual", location: "Madrid" },
            { id: 153, full_name: "Tomas Silva", email: "tomas.silva@example.net", registration_date: "2022-12-26", user_type: "business", location: "Milan" },
            { id: 154, full_name: "Pedro Weber", email: "pedro.weber@example.org", registration_date: "2021-01-19", user_type: "business", location: "San Diego" },
            { id: 155, full_name: "Marco Diaz", email: "marco.diaz@example.org", registration_date: "2021-08-29", user_type: "business", location: "Budapest" },
            { id: 156, full_name: "Anna Kowalski", email: "anna.kowalski@example.net", registration_date: "2022-07-26", user_type: "individual", location: "Denver" },
            { id: 157, full_name: "Hugo Zhang", email: "hugo.zhang@example.net", registration_date: "2021-12-20", user_type: "individual", location: "Cairo" },
            { id: 158, full_name: "Wei Silva", email: "wei.silva@example.org", registration_date: "2022-08-12", user_type: "business", location: "Singapore" },
            { id: 159, full_name: "Alice Nakamura", email: "alice.nakamura@example.net", registration_date: "2021-03-12", user_type: "business", location: "Madrid" },
            { id: 160, full_name: "Andre Park", email: "andre.park@example.com", registration_date: "2022-08-21", user_type: "individual", location: "Hamburg" },
            { id: 161, full_name: "Amir Evans", email: "amir.evans@example.com", registration_date: "2021-06-25", user_type: "business", location: "Chicago" },
            { id: 162, full_name: "Lena Ahmed", email: "lena.ahmed@example.com", registration_date: "2020-12-08", user_type: "individual", location: "Copenhagen" },
            { id: 163, full_name: "Tariq Yilmaz", email: "tariq.yilmaz@example.net", registration_date: "2021-07-24", user_type: "business", location: "Edinburgh" },
            { id: 164, full_name: "Chloe Davis", email: "chloe.davis@example.org", registration_date: "2022-04-17", user_type: "individual", location: "Amsterdam" },
            { id: 165, full_name: "Mila Bennett", email: "mila.bennett@example.com", registration_date: "2021-10-15", user_type: "individual", location: "Edinburgh" },
            { id: 166, full_name: "Amir Pereira", email: "amir.pereira@example.net", registration_date: "2022-08-04", user_type: "individual", location: "Denver" },
            { id: 167, full_name: "Ethan Kumar", email: "ethan.kumar@example.com", registration_date: "2022-09-27", user_type: "individual", location: "Sydney" },
            { id: 168, full_name: "Noah Weber", email: "noah.weber@example.com", registration_date: "2022-12-05", user_type: "individual", location: "Singapore" },
            { id: 169, full_name: "Hugo Kaya", email: "hugo.kaya@example.org", registration_date: "2021-01-31", user_type: "individual", location: "Porto" },
            { id: 170, full_name: "Oscar Martin", email: "oscar.martin@example.com", registration_date: "2022-04-27", user_type: "business", location: "San Diego" },
            { id: 171, full_name: "Kai Hoffmann", email: "kai.hoffmann@example.net", registration_date: "2020-05-11", user_type: "business", location: "Bucharest" },
            { id: 172, full_name: "Pedro Carter", email: "pedro.carter@example.com", registration_date: "2021-08-17", user_type: "individual", location: "Lyon" },
            { id: 173, full_name: "Arjun Shah", email: "arjun.shah@example.com", registration_date: "2022-05-04", user_type: "individual", location: "Cairo" },
            { id: 174, full_name: "Victor Torres", email: "victor.torres@example.net", registration_date: "2021-02-05", user_type: "individual", location: "Lisbon" },
            { id: 175, full_name: "Sven Castro", email: "sven.castro@example.net", registration_date: "2022-05-08", user_type: "individual", location: "Chicago" },
            { id: 176, full_name: "Ivan Cruz", email: "ivan.cruz@example.com", registration_date: "2021-12-11", user_type: "business", location: "Tokyo" },
            { id: 177, full_name: "Pedro Smith", email: "pedro.smith@example.org", registration_date: "2020-06-11", user_type: "business", location: "Jakarta" },
            { id: 178, full_name: "Ben Ibrahim", email: "ben.ibrahim@example.org", registration_date: "2020-10-13", user_type: "individual", location: "Istanbul" },
            { id: 179, full_name: "Yusuf Oliveira", email: "yusuf.oliveira@example.com", registration_date: "2021-11-01", user_type: "individual", location: "Austin" },
            { id: 180, full_name: "Marco Sousa", email: "marco.sousa@example.org", registration_date: "2020-11-21", user_type: "individual", location: "Edinburgh" },
            { id: 181, full_name: "Oscar Hoffmann", email: "oscar.hoffmann@example.org", registration_date: "2022-02-10", user_type: "business", location: "Helsinki" },
            { id: 182, full_name: "Jade Brown", email: "jade.brown@example.com", registration_date: "2020-01-23", user_type: "individual", location: "Izmir" },
            { id: 183, full_name: "Daniel Nakamura", email: "daniel.nakamura@example.com", registration_date: "2020-12-16", user_type: "individual", location: "Seattle" },
            { id: 184, full_name: "Amir Patel", email: "amir.patel@example.net", registration_date: "2022-10-08", user_type: "individual", location: "Cairo" },
            { id: 185, full_name: "Hannah Khan", email: "hannah.khan@example.net", registration_date: "2020-08-27", user_type: "individual", location: "Lyon" },
            { id: 186, full_name: "Anna Smith", email: "anna.smith@example.net", registration_date: "2022-09-30", user_type: "individual", location: "Taipei" },
            { id: 187, full_name: "Laura Flores", email: "laura.flores@example.net", registration_date: "2020-10-06", user_type: "business", location: "Denver" },
            { id: 188, full_name: "Elena Ibrahim", email: "elena.ibrahim@example.org", registration_date: "2021-07-31", user_type: "individual", location: "Vancouver" },
            { id: 189, full_name: "Felix Schmidt", email: "felix.schmidt@example.com", registration_date: "2021-04-16", user_type: "individual", location: "Delhi" },
            { id: 190, full_name: "Priya Klein", email: "priya.klein@example.org", registration_date: "2022-08-04", user_type: "individual", location: "Athens" },
            { id: 191, full_name: "Lina Hansen", email: "lina.hansen@example.com", registration_date: "2022-05-06", user_type: "business", location: "Zurich" },
            { id: 192, full_name: "Jonas Weber", email: "jonas.weber@example.com", registration_date: "2021-10-22", user_type: "business", location: "Barcelona" },
            { id: 193, full_name: "Chloe Clark", email: "chloe.clark@example.net", registration_date: "2022-01-27", user_type: "individual", location: "Hamburg" },
            { id: 194, full_name: "Nadia Tanaka", email: "nadia.tanaka@example.com", registration_date: "2021-05-14", user_type: "individual", location: "Sao Paulo" },
            { id: 195, full_name: "Lena Carter", email: "lena.carter@example.com", registration_date: "2021-01-09", user_type: "business", location: "Helsinki" },
            { id: 196, full_name: "Jack Walker", email: "jack.walker@example.org", registration_date: "2022-11-16", user_type: "individual", location: "Lisbon" },
            { id: 197, full_name: "Mohamed Castro", email: "mohamed.castro@example.net", registration_date: "2021-12-04", user_type: "individual", location: "Nairobi" },
            { id: 198, full_name: "James Ali", email: "james.ali@example.org", registration_date: "2021-06-05", user_type: "individual", location: "London" },
            { id: 199, full_name: "Carla Ibrahim", email: "carla.ibrahim@example.net", registration_date: "2022-03-05", user_type: "individual", location: "Seattle" },
            { id: 200, full_name: "Wei Oliveira", email: "wei.oliveira@example.net", registration_date: "2020-11-13", user_type: "individual", location: "Jakarta" },
        ],
    });
    await prisma.ads.createMany({
        data: [
            { id: 1, user_id: 72, title: "amazing offer hot", description: "A repeat follow-up: the item was delayed. No response from the account owner, so the claim was completed.", price: "2698.24", created_at: new Date("2022-03-07T13:45:39Z"), category_id: 8 },
            { id: 2, user_id: 38, title: "value limited surprise", description: "A minor claim was reopened the same day. The claim was refunded after an unusual check.", price: "2179.76", created_at: new Date("2021-10-06T12:04:35Z"), category_id: 8 },
            { id: 3, user_id: 75, title: "deal special", description: "A partial follow-up: the record was closed. The account owner confirmed the details and the ticket was confirmed. No response from the account owner, so the invoice was approved. Flagged as incomplete. Support confirmed the refund.", price: "176.43", created_at: new Date("2020-02-02T14:47:16Z"), category_id: 3 },
            { id: 4, user_id: 123, title: "trending", description: "Flagged as standard. An operator cancelled the shipment. No response from the courier, so the account was closed. Support asked for a change and the report was escalated.", price: "2470.29", created_at: new Date("2022-08-12T16:55:30Z"), category_id: 5 },
            { id: 5, user_id: 118, title: "premium value must-have", description: "The team asked for a change and the account was rejected. A routine request was refunded the same day.", price: "9034.54", created_at: new Date("2020-05-05T17:38:05Z"), category_id: 10 },
            { id: 6, user_id: 194, title: "offer top", description: "The invoice was refunded — incomplete case, no further action. The customer asked for a change and the delivery was escalated. No response from the account owner, so the ticket was replaced. Flagged as minor. Support replaced the record.", price: "5288.18", created_at: new Date("2021-12-02T13:20:13Z"), category_id: 4 },
            { id: 7, user_id: 134, title: "hot", description: "No response from the supplier, so the claim was escalated. Support asked for a change and the claim was rescheduled.", price: "5417.18", created_at: new Date("2020-04-04T11:56:16Z"), category_id: 2 },
            { id: 8, user_id: 34, title: "new value", description: "The ticket was cancelled — incomplete case, no further action. The supplier reported a manual issue; the payment was rejected. An unusual claim was reviewed the same day. The report was rejected — routine case, no further action.", price: "115.50", created_at: new Date("2020-12-22T15:47:28Z"), category_id: 2 },
            { id: 9, user_id: 33, title: "deal", description: "A standard follow-up: the shipment was cancelled. An automatic ticket was rejected the same day.", price: "1092.29", created_at: new Date("2020-05-03T15:39:15Z"), category_id: 5 },
            { id: 10, user_id: 72, title: "deal best", description: "No response from the account owner, so the report was rescheduled. The document was replaced following an unusual review.", price: "790.62", created_at: new Date("2022-02-09T14:10:17Z"), category_id: 6 },
            { id: 11, user_id: 1, title: "offer limited", description: "The team reported a duplicate issue; the transfer was cancelled. The transfer was delayed — minor case, no further action. The team confirmed the details and the shipment was replaced.", price: "6960.02", created_at: new Date("2022-08-14T15:18:50Z"), category_id: 1 },
            { id: 12, user_id: 43, title: "special", description: "The team reported a minor issue; the payment was rescheduled. Flagged as partial. Support resolved the invoice.", price: "1942.64", created_at: new Date("2021-09-26T16:47:53Z"), category_id: 5 },
            { id: 13, user_id: 145, title: "surprise", description: "No response from the supplier, so the request was confirmed. The request was reopened — automatic case, no further action. The order was refunded following an incomplete review.", price: "610.28", created_at: new Date("2022-06-11T10:07:54Z"), category_id: 5 },
            { id: 14, user_id: 85, title: "must-have", description: "The account owner confirmed the details and the session was escalated. The team asked for a change and the session was closed. Flagged as routine. The reviewer delayed the transfer. No response from the account owner, so the delivery was cancelled.", price: "5886.35", created_at: new Date("2021-05-27T13:28:19Z"), category_id: 7 },
            { id: 15, user_id: 85, title: "discount", description: "A routine record was rescheduled the same day. The invoice was escalated — minor case, no further action.", price: "901.44", created_at: new Date("2020-11-15T13:05:26Z"), category_id: 1 },
            { id: 16, user_id: 110, title: "sale flash", description: "A minor invoice was processed the same day. The booking was reviewed following a standard review. The courier confirmed the details and the document was closed. The appointment was confirmed following a minor review.", price: "2292.15", created_at: new Date("2020-01-17T14:56:18Z"), category_id: 3 },
            { id: 17, user_id: 175, title: "unique", description: "The courier reported a manual issue; the transfer was approved. The item was closed following a minor review. The booking was reviewed — incomplete case, no further action. Flagged as standard. The reviewer rejected the claim.", price: "1724.57", created_at: new Date("2022-05-30T17:35:57Z"), category_id: 2 },
            { id: 18, user_id: 133, title: "sale", description: "The item was reviewed after a late check. The record was reviewed following a duplicate review. No response from support, so the item was reviewed.", price: "9974.03", created_at: new Date("2022-04-15T14:00:30Z"), category_id: 5 },
            { id: 19, user_id: 2, title: "limited sale flash", description: "An urgent ticket was confirmed the same day. The refund was processed after a minor check.", price: "114.53", created_at: new Date("2022-07-12T16:39:23Z"), category_id: 6 },
            { id: 20, user_id: 199, title: "trending flash exclusive", description: "No response from the supplier, so the appointment was cancelled. The reviewer confirmed the details and the item was reopened.", price: "3712.72", created_at: new Date("2021-11-21T10:58:51Z"), category_id: 7 },
            { id: 21, user_id: 159, title: "amazing limited sale", description: "The booking was reviewed following an urgent review. A duplicate follow-up: the account was confirmed. The team asked for a change and the request was rejected.", price: "8168.81", created_at: new Date("2021-05-05T19:44:24Z"), category_id: 6 },
            { id: 22, user_id: 93, title: "top surprise new", description: "No response from the team, so the item was confirmed. The refund was reviewed following an incomplete review. A partial follow-up: the booking was processed. Support confirmed the details and the payment was approved.", price: "2890.58", created_at: new Date("2020-02-28T11:37:43Z"), category_id: 7 },
            { id: 23, user_id: 21, title: "amazing new exclusive", description: "The customer confirmed the details and the payment was closed. The item was resolved — urgent case, no further action. No response from the courier, so the document was rejected.", price: "329.33", created_at: new Date("2022-06-01T17:23:03Z"), category_id: 10 },
            { id: 24, user_id: 32, title: "premium", description: "The account owner asked for a change and the document was escalated. A manual follow-up: the document was refunded. The refund was processed after a repeat check.", price: "2699.35", created_at: new Date("2020-07-25T10:27:59Z"), category_id: 8 },
            { id: 25, user_id: 151, title: "special flash surprise", description: "No response from the team, so the refund was rejected. Support confirmed the details and the session was completed. The account owner asked for a change and the appointment was refunded.", price: "1669.88", created_at: new Date("2020-09-04T15:42:19Z"), category_id: 10 },
            { id: 26, user_id: 174, title: "amazing flash premium", description: "A standard shipment was replaced the same day. Flagged as partial. The team rescheduled the appointment. A partial follow-up: the claim was cancelled.", price: "9657.26", created_at: new Date("2022-03-20T16:03:25Z"), category_id: 4 },
            { id: 27, user_id: 128, title: "flash surprise", description: "Flagged as partial. The courier closed the account. A minor record was reopened the same day. The transfer was rescheduled following an unusual review.", price: "2347.18", created_at: new Date("2020-10-24T08:05:33Z"), category_id: 8 },
            { id: 28, user_id: 172, title: "discount", description: "A manual follow-up: the booking was resolved. Flagged as duplicate. The account owner completed the record. A late follow-up: the order was updated.", price: "3628.43", created_at: new Date("2021-02-21T11:58:07Z"), category_id: 3 },
            { id: 29, user_id: 90, title: "limited must-have", description: "Flagged as automatic. An operator delayed the invoice. The request was confirmed — minor case, no further action. The account was reopened following an unusual review. No response from support, so the account was closed.", price: "642.65", created_at: new Date("2020-04-08T04:25:21Z"), category_id: 2 },
            { id: 30, user_id: 190, title: "value bundle", description: "The supplier confirmed the details and the claim was processed. The account owner reported a manual issue; the refund was rescheduled. The reviewer asked for a change and the ticket was updated. Flagged as duplicate. The team processed the item.", price: "315.55", created_at: new Date("2020-07-13T20:46:45Z"), category_id: 8 },
            { id: 31, user_id: 186, title: "sale top", description: "A standard follow-up: the session was replaced. Flagged as manual. An operator rescheduled the booking. An automatic follow-up: the appointment was replaced.", price: "4.87", created_at: new Date("2022-07-21T17:50:12Z"), category_id: 6 },
            { id: 32, user_id: 109, title: "surprise bundle top", description: "A duplicate document was cancelled the same day. A manual refund was processed the same day. The team confirmed the details and the request was resolved. A manual refund was reviewed the same day.", price: "2378.02", created_at: new Date("2022-05-10T15:33:21Z"), category_id: 4 },
            { id: 33, user_id: 82, title: "trending", description: "An incomplete follow-up: the session was rejected. An automatic refund was completed the same day. The ticket was refunded following a manual review.", price: "2316.56", created_at: new Date("2020-04-27T10:32:11Z"), category_id: 5 },
            { id: 34, user_id: 186, title: "discount unique amazing", description: "The courier reported a late issue; the claim was approved. No response from an operator, so the request was rescheduled. Flagged as urgent. The customer rescheduled the delivery.", price: "5355.12", created_at: new Date("2022-06-19T12:51:52Z"), category_id: 6 },
            { id: 35, user_id: 36, title: "special trending flash", description: "An operator reported a minor issue; the shipment was completed. The account owner confirmed the details and the document was replaced. Flagged as minor. An operator reopened the ticket.", price: "1747.17", created_at: new Date("2021-05-30T14:08:03Z"), category_id: 1 },
            { id: 36, user_id: 194, title: "trending amazing", description: "The courier reported a late issue; the report was confirmed. No response from the courier, so the request was processed.", price: "6136.42", created_at: new Date("2020-11-22T14:50:10Z"), category_id: 9 },
            { id: 37, user_id: 114, title: "must-have unique", description: "Flagged as partial. The team approved the refund. An urgent payment was updated the same day. The account owner reported an incomplete issue; the report was confirmed. The courier confirmed the details and the order was confirmed.", price: "181.53", created_at: new Date("2020-12-13T11:35:48Z"), category_id: 6 },
            { id: 38, user_id: 171, title: "limited sale", description: "The customer reported a minor issue; the item was reopened. Flagged as late. The reviewer rescheduled the transfer. The customer reported an incomplete issue; the report was closed. No response from the supplier, so the booking was reviewed.", price: "3954.46", created_at: new Date("2022-05-23T13:36:45Z"), category_id: 6 },
            { id: 39, user_id: 22, title: "must-have hot exclusive", description: "Support reported a manual issue; the claim was completed. An operator confirmed the details and the record was rescheduled. No response from the account owner, so the report was cancelled.", price: "7211.76", created_at: new Date("2020-03-28T10:50:29Z"), category_id: 3 },
            { id: 40, user_id: 161, title: "trending offer deal", description: "A duplicate follow-up: the document was delayed. The account owner confirmed the details and the transfer was rescheduled. The team asked for a change and the account was reopened. An operator confirmed the details and the ticket was processed.", price: "1973.83", created_at: new Date("2022-04-17T13:35:15Z"), category_id: 1 },
            { id: 41, user_id: 38, title: "trending surprise value", description: "The refund was delayed — unusual case, no further action. The account owner confirmed the details and the booking was reopened. Flagged as manual. The courier reopened the refund. No response from the reviewer, so the session was delayed.", price: "2836.32", created_at: new Date("2020-06-13T10:06:33Z"), category_id: 10 },
            { id: 42, user_id: 19, title: "flash", description: "The team asked for a change and the payment was replaced. The order was delayed after an urgent check. No response from the courier, so the delivery was updated. The request was processed following a late review.", price: "4866.83", created_at: new Date("2022-08-18T12:26:10Z"), category_id: 3 },
            { id: 43, user_id: 23, title: "discount amazing exclusive", description: "The supplier confirmed the details and the request was escalated. An automatic account was completed the same day. Flagged as duplicate. The supplier processed the claim.", price: "2149.48", created_at: new Date("2020-04-30T10:19:39Z"), category_id: 2 },
            { id: 44, user_id: 76, title: "exclusive best top", description: "The customer confirmed the details and the account was delayed. The team reported an incomplete issue; the ticket was resolved. The transfer was rescheduled after a routine check. The account owner reported a standard issue; the document was updated.", price: "334.64", created_at: new Date("2022-12-02T15:37:34Z"), category_id: 8 },
            { id: 45, user_id: 160, title: "amazing", description: "The payment was replaced after a routine check. No response from the supplier, so the ticket was closed.", price: "117.96", created_at: new Date("2022-06-18T17:14:57Z"), category_id: 9 },
            { id: 46, user_id: 110, title: "premium limited trending", description: "No response from the account owner, so the claim was cancelled. A late appointment was reviewed the same day.", price: "9484.20", created_at: new Date("2021-01-04T13:49:07Z"), category_id: 3 },
            { id: 47, user_id: 181, title: "premium", description: "The customer asked for a change and the document was completed. The refund was rescheduled — manual case, no further action.", price: "2616.63", created_at: new Date("2022-02-22T21:22:52Z"), category_id: 8 },
            { id: 48, user_id: 12, title: "trending special new", description: "Flagged as incomplete. The team rescheduled the delivery. A manual follow-up: the delivery was replaced. No response from the reviewer, so the account was completed.", price: "22.46", created_at: new Date("2021-04-01T10:14:34Z"), category_id: 10 },
            { id: 49, user_id: 178, title: "hot", description: "The reviewer asked for a change and the item was refunded. No response from the supplier, so the invoice was escalated. The delivery was approved after a late check.", price: "8569.46", created_at: new Date("2021-05-07T12:42:58Z"), category_id: 10 },
            { id: 50, user_id: 191, title: "limited trending", description: "The request was confirmed after a manual check. The account was replaced after an automatic check. Flagged as partial. The team rejected the invoice.", price: "8166.78", created_at: new Date("2022-06-05T14:03:24Z"), category_id: 1 },
            { id: 51, user_id: 127, title: "unique best", description: "The customer reported a minor issue; the document was rescheduled. The team reported a duplicate issue; the refund was completed.", price: "3.07", created_at: new Date("2021-11-08T14:27:14Z"), category_id: 2 },
            { id: 52, user_id: 68, title: "top deal", description: "A repeat record was refunded the same day. The appointment was resolved after a late check. The invoice was updated — incomplete case, no further action.", price: "471.61", created_at: new Date("2020-06-26T14:16:08Z"), category_id: 1 },
            { id: 53, user_id: 85, title: "top hot exclusive", description: "A standard appointment was approved the same day. The payment was rescheduled after a routine check.", price: "6174.24", created_at: new Date("2020-10-23T08:40:49Z"), category_id: 5 },
            { id: 54, user_id: 63, title: "premium value", description: "Support asked for a change and the account was reopened. The refund was rescheduled after a standard check. Support confirmed the details and the claim was reviewed. The reviewer reported an unusual issue; the account was rejected.", price: "5579.56", created_at: new Date("2022-04-08T14:38:20Z"), category_id: 8 },
            { id: 55, user_id: 48, title: "sale", description: "The payment was resolved following an urgent review. A routine follow-up: the account was cancelled.", price: "547.67", created_at: new Date("2021-01-15T14:23:35Z"), category_id: 6 },
            { id: 56, user_id: 3, title: "discount flash exclusive", description: "An incomplete order was completed the same day. The courier asked for a change and the invoice was processed. The shipment was replaced following a partial review. The refund was escalated after an automatic check.", price: "294.67", created_at: new Date("2022-06-26T15:18:00Z"), category_id: 7 },
            { id: 57, user_id: 44, title: "special", description: "The customer asked for a change and the record was escalated. The team reported an unusual issue; the delivery was confirmed. Support reported an unusual issue; the ticket was resolved. A partial follow-up: the session was delayed.", price: "401.11", created_at: new Date("2022-04-23T16:39:35Z"), category_id: 5 },
            { id: 58, user_id: 191, title: "sale top", description: "The ticket was processed — repeat case, no further action. The transfer was approved after an unusual check.", price: "1596.13", created_at: new Date("2020-10-03T13:24:03Z"), category_id: 3 },
            { id: 59, user_id: 184, title: "offer", description: "A routine follow-up: the payment was resolved. No response from the supplier, so the delivery was completed. The team reported a partial issue; the transfer was delayed. No response from support, so the request was escalated.", price: "9787.12", created_at: new Date("2020-10-01T10:28:52Z"), category_id: 6 },
            { id: 60, user_id: 145, title: "value", description: "Flagged as unusual. The team reopened the claim. The customer reported a repeat issue; the order was confirmed. No response from an operator, so the payment was completed.", price: "2087.06", created_at: new Date("2021-10-06T15:37:54Z"), category_id: 9 },
            { id: 61, user_id: 103, title: "discount sale deal", description: "The invoice was processed following an urgent review. An urgent follow-up: the record was closed. The courier asked for a change and the ticket was closed. The booking was closed after a manual check.", price: "3106.13", created_at: new Date("2021-02-05T15:46:31Z"), category_id: 1 },
            { id: 62, user_id: 141, title: "sale", description: "An automatic follow-up: the session was replaced. The supplier reported a standard issue; the booking was approved. The document was closed — repeat case, no further action.", price: "5975.52", created_at: new Date("2021-01-12T08:10:48Z"), category_id: 3 },
            { id: 63, user_id: 69, title: "discount", description: "The refund was cancelled after a minor check. An unusual booking was resolved the same day. The booking was replaced after a late check. The shipment was processed — standard case, no further action.", price: "6399.42", created_at: new Date("2020-12-17T10:41:11Z"), category_id: 4 },
            { id: 64, user_id: 62, title: "hot sale exclusive", description: "The customer asked for a change and the claim was updated. No response from the supplier, so the delivery was replaced. The transfer was approved — duplicate case, no further action. A standard follow-up: the document was delayed.", price: "2471.09", created_at: new Date("2020-05-07T11:12:55Z"), category_id: 4 },
            { id: 65, user_id: 39, title: "trending premium special", description: "Flagged as urgent. The courier replaced the booking. An urgent follow-up: the transfer was approved. The claim was escalated — duplicate case, no further action. A partial item was delayed the same day.", price: "9298.29", created_at: new Date("2021-09-24T10:21:53Z"), category_id: 1 },
            { id: 66, user_id: 54, title: "premium deal", description: "Flagged as partial. The reviewer reviewed the appointment. The account was processed — routine case, no further action.", price: "7629.32", created_at: new Date("2021-11-30T09:57:40Z"), category_id: 6 },
            { id: 67, user_id: 163, title: "best must-have", description: "The account owner asked for a change and the document was updated. Support asked for a change and the request was approved. No response from the team, so the shipment was replaced.", price: "3520.81", created_at: new Date("2021-10-18T11:23:24Z"), category_id: 5 },
            { id: 68, user_id: 180, title: "best trending", description: "No response from an operator, so the report was closed. The item was updated — unusual case, no further action. No response from the courier, so the appointment was resolved.", price: "4902.68", created_at: new Date("2020-12-26T12:42:06Z"), category_id: 4 },
            { id: 69, user_id: 196, title: "limited", description: "An operator reported a partial issue; the order was rejected. Flagged as standard. The customer cancelled the appointment.", price: "544.63", created_at: new Date("2021-11-11T14:22:41Z"), category_id: 5 },
            { id: 70, user_id: 122, title: "unique", description: "The delivery was cancelled after an incomplete check. The account owner confirmed the details and the payment was completed. An operator asked for a change and the ticket was replaced. The team asked for a change and the booking was approved.", price: "5602.13", created_at: new Date("2020-03-31T13:09:28Z"), category_id: 9 },
            { id: 71, user_id: 58, title: "unique", description: "A late follow-up: the report was resolved. The order was delayed after an unusual check. No response from the account owner, so the item was completed. The team confirmed the details and the payment was replaced.", price: "125.31", created_at: new Date("2020-04-15T10:29:14Z"), category_id: 10 },
            { id: 72, user_id: 165, title: "limited unique premium", description: "The item was rejected following a partial review. The supplier asked for a change and the order was cancelled.", price: "78.97", created_at: new Date("2021-02-23T10:14:12Z"), category_id: 2 },
            { id: 73, user_id: 29, title: "deal", description: "A late shipment was rejected the same day. A duplicate follow-up: the request was approved. The transfer was processed following a manual review.", price: "849.82", created_at: new Date("2020-11-16T16:16:59Z"), category_id: 7 },
            { id: 74, user_id: 94, title: "limited new best", description: "The document was refunded — incomplete case, no further action. The supplier asked for a change and the report was resolved. Flagged as partial. The team replaced the document. Flagged as urgent. The team rescheduled the account.", price: "1262.62", created_at: new Date("2022-01-23T15:38:15Z"), category_id: 9 },
            { id: 75, user_id: 77, title: "discount hot", description: "The ticket was approved — unusual case, no further action. The record was confirmed following an automatic review.", price: "2488.32", created_at: new Date("2022-08-22T12:47:49Z"), category_id: 9 },
            { id: 76, user_id: 105, title: "amazing", description: "No response from an operator, so the claim was closed. The order was completed — late case, no further action. No response from the reviewer, so the refund was refunded. The request was reviewed after a routine check.", price: "1306.99", created_at: new Date("2021-04-21T10:55:39Z"), category_id: 3 },
            { id: 77, user_id: 56, title: "hot discount", description: "An operator reported a repeat issue; the appointment was approved. The supplier asked for a change and the ticket was rescheduled. A standard follow-up: the booking was closed.", price: "797.52", created_at: new Date("2020-03-25T09:48:52Z"), category_id: 1 },
            { id: 78, user_id: 64, title: "trending flash deal", description: "Flagged as automatic. The supplier reviewed the claim. The team confirmed the details and the report was escalated. The record was processed following an incomplete review. The courier asked for a change and the claim was replaced.", price: "358.87", created_at: new Date("2022-02-08T13:59:06Z"), category_id: 6 },
            { id: 79, user_id: 158, title: "sale bundle surprise", description: "Flagged as late. The team reviewed the refund. The session was rescheduled after a minor check. An operator asked for a change and the refund was resolved.", price: "4948.02", created_at: new Date("2022-06-15T13:02:54Z"), category_id: 9 },
            { id: 80, user_id: 78, title: "new", description: "An urgent follow-up: the account was refunded. A repeat follow-up: the payment was refunded. The transfer was rescheduled following a repeat review. The team confirmed the details and the booking was approved.", price: "3656.03", created_at: new Date("2021-07-10T19:19:58Z"), category_id: 3 },
            { id: 81, user_id: 13, title: "amazing special top", description: "The account was completed following a minor review. The supplier reported a manual issue; the document was reopened.", price: "57.02", created_at: new Date("2021-02-18T20:55:41Z"), category_id: 3 },
            { id: 82, user_id: 72, title: "surprise", description: "No response from the customer, so the refund was replaced. No response from the supplier, so the session was delayed. The refund was confirmed — manual case, no further action.", price: "1055.81", created_at: new Date("2021-07-12T13:44:36Z"), category_id: 3 },
            { id: 83, user_id: 92, title: "limited", description: "A manual follow-up: the transfer was rejected. The courier asked for a change and the delivery was delayed. The account owner reported an incomplete issue; the request was rescheduled. No response from the reviewer, so the session was rejected.", price: "118.62", created_at: new Date("2022-08-11T09:12:04Z"), category_id: 10 },
            { id: 84, user_id: 8, title: "must-have flash unique", description: "Flagged as automatic. The account owner rejected the claim. The appointment was approved — standard case, no further action. An unusual follow-up: the report was resolved.", price: "507.34", created_at: new Date("2021-04-09T17:02:48Z"), category_id: 2 },
            { id: 85, user_id: 32, title: "trending bundle", description: "No response from support, so the request was cancelled. An unusual item was replaced the same day.", price: "916.23", created_at: new Date("2022-06-19T08:10:26Z"), category_id: 8 },
            { id: 86, user_id: 76, title: "deal sale", description: "The delivery was cancelled after a routine check. A minor follow-up: the transfer was updated. The team reported an unusual issue; the report was rejected. No response from the reviewer, so the document was cancelled.", price: "5922.09", created_at: new Date("2020-12-16T11:32:40Z"), category_id: 3 },
            { id: 87, user_id: 117, title: "limited surprise must-have", description: "The delivery was reviewed after a manual check. The refund was reopened — incomplete case, no further action. The delivery was replaced — minor case, no further action. The request was delayed following a duplicate review.", price: "6745.89", created_at: new Date("2020-07-08T07:03:53Z"), category_id: 6 },
            { id: 88, user_id: 94, title: "new value", description: "The customer asked for a change and the payment was cancelled. The reviewer confirmed the details and the invoice was reviewed. Flagged as minor. An operator completed the appointment.", price: "8147.29", created_at: new Date("2021-11-03T11:42:25Z"), category_id: 2 },
            { id: 89, user_id: 20, title: "must-have surprise", description: "Support reported an unusual issue; the session was resolved. A duplicate follow-up: the request was resolved. The reviewer reported an incomplete issue; the order was reviewed.", price: "9267.90", created_at: new Date("2022-04-01T09:49:10Z"), category_id: 6 },
            { id: 90, user_id: 164, title: "surprise", description: "The item was replaced following a standard review. No response from the supplier, so the ticket was rejected. Flagged as automatic. The courier resolved the claim. No response from the reviewer, so the transfer was confirmed.", price: "633.76", created_at: new Date("2022-05-27T10:46:06Z"), category_id: 6 },
            { id: 91, user_id: 9, title: "new", description: "The refund was reviewed — incomplete case, no further action. The shipment was closed following a standard review. The shipment was refunded after an incomplete check. The item was reopened after a minor check.", price: "6523.76", created_at: new Date("2022-01-06T11:59:31Z"), category_id: 8 },
            { id: 92, user_id: 173, title: "discount top hot", description: "No response from the account owner, so the account was reopened. No response from the supplier, so the account was confirmed.", price: "1500.79", created_at: new Date("2021-05-05T17:43:23Z"), category_id: 3 },
            { id: 93, user_id: 163, title: "best offer value", description: "The invoice was reopened after a routine check. An urgent follow-up: the transfer was escalated. The report was rejected after an automatic check. The team asked for a change and the session was reopened.", price: "2533.54", created_at: new Date("2022-10-30T19:15:26Z"), category_id: 5 },
            { id: 94, user_id: 17, title: "hot sale", description: "The session was rescheduled after an automatic check. Flagged as standard. The account owner completed the invoice.", price: "1625.55", created_at: new Date("2022-06-04T02:40:04Z"), category_id: 8 },
            { id: 95, user_id: 41, title: "surprise amazing", description: "The request was reviewed — partial case, no further action. An operator reported a partial issue; the report was delayed.", price: "9186.73", created_at: new Date("2021-03-31T10:28:23Z"), category_id: 2 },
            { id: 96, user_id: 87, title: "unique best premium", description: "An incomplete request was processed the same day. No response from the supplier, so the transfer was resolved. A partial follow-up: the report was rescheduled.", price: "4333.21", created_at: new Date("2021-09-20T17:28:17Z"), category_id: 4 },
            { id: 97, user_id: 40, title: "surprise flash bundle", description: "An operator reported a partial issue; the ticket was reviewed. The customer reported a standard issue; the request was cancelled.", price: "3205.81", created_at: new Date("2022-08-09T09:02:41Z"), category_id: 4 },
            { id: 98, user_id: 160, title: "best", description: "The customer asked for a change and the invoice was completed. The supplier confirmed the details and the account was reopened. The team asked for a change and the shipment was processed. The appointment was approved — manual case, no further action.", price: "4374.68", created_at: new Date("2021-04-24T13:06:10Z"), category_id: 3 },
            { id: 99, user_id: 126, title: "top", description: "An operator asked for a change and the document was cancelled. A late follow-up: the ticket was confirmed.", price: "190.26", created_at: new Date("2021-03-05T15:15:20Z"), category_id: 3 },
            { id: 100, user_id: 186, title: "new offer", description: "The supplier asked for a change and the item was approved. Flagged as minor. The courier approved the session.", price: "2868.30", created_at: new Date("2022-04-27T16:49:24Z"), category_id: 2 },
            { id: 101, user_id: 154, title: "offer amazing limited", description: "The ticket was completed following an incomplete review. The team reported a partial issue; the payment was reviewed. The document was completed — manual case, no further action. The supplier confirmed the details and the report was confirmed.", price: "7608.33", created_at: new Date("2022-04-16T11:01:59Z"), category_id: 6 },
            { id: 102, user_id: 67, title: "premium best", description: "An operator confirmed the details and the booking was reopened. The supplier reported an urgent issue; the ticket was delayed. A manual shipment was reviewed the same day. Support confirmed the details and the delivery was cancelled.", price: "1647.64", created_at: new Date("2020-04-22T16:55:48Z"), category_id: 5 },
            { id: 103, user_id: 31, title: "new", description: "The delivery was escalated after an urgent check. The customer asked for a change and the item was escalated.", price: "1318.32", created_at: new Date("2021-10-02T19:15:49Z"), category_id: 9 },
            { id: 104, user_id: 111, title: "value exclusive limited", description: "The report was confirmed after an automatic check. The customer confirmed the details and the request was reviewed.", price: "566.12", created_at: new Date("2022-09-14T09:19:44Z"), category_id: 7 },
            { id: 105, user_id: 88, title: "limited", description: "A late follow-up: the appointment was reviewed. The record was closed — automatic case, no further action. The transfer was rejected — manual case, no further action. The team asked for a change and the shipment was reviewed.", price: "56.56", created_at: new Date("2021-08-11T13:05:52Z"), category_id: 7 },
            { id: 106, user_id: 111, title: "exclusive surprise", description: "The session was confirmed — partial case, no further action. A routine follow-up: the booking was delayed.", price: "176.52", created_at: new Date("2022-04-02T11:59:22Z"), category_id: 3 },
            { id: 107, user_id: 41, title: "offer surprise unique", description: "The reviewer asked for a change and the booking was refunded. An automatic follow-up: the record was closed. The document was replaced — automatic case, no further action.", price: "110.67", created_at: new Date("2021-10-31T16:10:01Z"), category_id: 2 },
            { id: 108, user_id: 12, title: "sale", description: "The customer confirmed the details and the appointment was cancelled. The report was refunded — manual case, no further action. The payment was confirmed after a repeat check. The account owner asked for a change and the shipment was closed.", price: "5874.71", created_at: new Date("2022-07-21T07:52:36Z"), category_id: 8 },
            { id: 109, user_id: 56, title: "offer", description: "The booking was delayed following a routine review. The order was closed — duplicate case, no further action. The invoice was cancelled — repeat case, no further action. Support confirmed the details and the order was closed.", price: "1858.30", created_at: new Date("2020-08-07T16:53:16Z"), category_id: 1 },
            { id: 110, user_id: 67, title: "new offer", description: "The appointment was updated — routine case, no further action. No response from the team, so the ticket was updated. The courier asked for a change and the booking was confirmed.", price: "51.52", created_at: new Date("2021-09-19T12:42:03Z"), category_id: 3 },
            { id: 111, user_id: 200, title: "bundle sale", description: "The refund was resolved following a standard review. The refund was rejected — partial case, no further action.", price: "7074.34", created_at: new Date("2021-08-24T14:50:52Z"), category_id: 9 },
            { id: 112, user_id: 172, title: "bundle", description: "The session was processed following a late review. The team reported an unusual issue; the document was processed. An incomplete follow-up: the session was delayed. An operator reported an automatic issue; the account was completed.", price: "9732.41", created_at: new Date("2021-11-06T16:17:50Z"), category_id: 2 },
            { id: 113, user_id: 112, title: "special", description: "A partial follow-up: the appointment was rejected. No response from the supplier, so the appointment was closed.", price: "2044.32", created_at: new Date("2020-05-21T16:14:54Z"), category_id: 3 },
            { id: 114, user_id: 96, title: "offer premium", description: "The item was refunded — manual case, no further action. The session was replaced — late case, no further action. Flagged as automatic. Support reopened the account.", price: "464.35", created_at: new Date("2022-12-08T14:29:05Z"), category_id: 1 },
            { id: 115, user_id: 53, title: "premium sale", description: "The record was completed after a partial check. No response from the courier, so the appointment was refunded.", price: "6636.85", created_at: new Date("2021-05-18T11:16:07Z"), category_id: 7 },
            { id: 116, user_id: 182, title: "best", description: "An operator asked for a change and the transfer was delayed. The session was confirmed following a manual review. The ticket was approved following a standard review.", price: "1174.80", created_at: new Date("2020-06-28T17:40:26Z"), category_id: 10 },
            { id: 117, user_id: 119, title: "must-have", description: "An operator reported an automatic issue; the document was processed. A partial transfer was reopened the same day. The request was rejected — manual case, no further action. The document was rejected following a routine review.", price: "4797.46", created_at: new Date("2022-10-30T02:38:40Z"), category_id: 5 },
            { id: 118, user_id: 151, title: "hot offer", description: "A partial refund was refunded the same day. A duplicate record was resolved the same day.", price: "43.74", created_at: new Date("2022-04-12T16:55:02Z"), category_id: 1 },
            { id: 119, user_id: 191, title: "exclusive bundle best", description: "An operator reported an incomplete issue; the report was processed. A routine document was escalated the same day.", price: "3628.45", created_at: new Date("2022-11-11T08:21:00Z"), category_id: 5 },
            { id: 120, user_id: 157, title: "hot bundle flash", description: "The supplier asked for a change and the payment was resolved. A standard follow-up: the delivery was replaced.", price: "3890.85", created_at: new Date("2020-11-17T13:22:53Z"), category_id: 5 },
            { id: 121, user_id: 149, title: "hot", description: "An operator asked for a change and the delivery was completed. The courier confirmed the details and the delivery was rescheduled. An automatic document was updated the same day.", price: "4143.42", created_at: new Date("2020-07-28T17:27:17Z"), category_id: 2 },
            { id: 122, user_id: 71, title: "must-have limited", description: "No response from the team, so the payment was escalated. An urgent payment was reopened the same day.", price: "3085.66", created_at: new Date("2020-08-05T07:17:19Z"), category_id: 2 },
            { id: 123, user_id: 126, title: "deal special", description: "No response from the supplier, so the claim was escalated. The team reported an automatic issue; the booking was delayed. The courier confirmed the details and the shipment was escalated.", price: "5262.99", created_at: new Date("2020-04-21T16:13:35Z"), category_id: 9 },
            { id: 124, user_id: 8, title: "trending amazing must-have", description: "An urgent booking was escalated the same day. The order was refunded after an unusual check. Flagged as repeat. Support refunded the request. The session was completed following a standard review.", price: "104.51", created_at: new Date("2021-07-26T19:50:27Z"), category_id: 6 },
            { id: 125, user_id: 76, title: "best must-have premium", description: "The item was delayed following a partial review. An operator confirmed the details and the booking was completed. The supplier reported a partial issue; the booking was delayed. An operator asked for a change and the item was replaced.", price: "1847.44", created_at: new Date("2022-01-04T16:09:25Z"), category_id: 9 },
            { id: 126, user_id: 132, title: "sale offer amazing", description: "A partial delivery was rescheduled the same day. The record was updated after a repeat check.", price: "3612.82", created_at: new Date("2020-07-12T12:06:01Z"), category_id: 4 },
            { id: 127, user_id: 68, title: "unique surprise", description: "The item was updated — unusual case, no further action. No response from an operator, so the appointment was reviewed.", price: "135.01", created_at: new Date("2021-12-31T16:09:42Z"), category_id: 9 },
            { id: 128, user_id: 28, title: "deal hot must-have", description: "The customer asked for a change and the delivery was cancelled. The refund was cancelled — repeat case, no further action. The appointment was confirmed after a repeat check.", price: "4669.41", created_at: new Date("2021-08-03T16:49:41Z"), category_id: 2 },
            { id: 129, user_id: 40, title: "amazing", description: "No response from the reviewer, so the transfer was rejected. The courier confirmed the details and the shipment was delayed.", price: "3372.45", created_at: new Date("2022-12-13T14:33:35Z"), category_id: 2 },
            { id: 130, user_id: 76, title: "top hot limited", description: "A standard follow-up: the document was processed. The request was approved following a manual review.", price: "3233.06", created_at: new Date("2022-10-03T11:03:04Z"), category_id: 9 },
            { id: 131, user_id: 69, title: "amazing surprise", description: "No response from the team, so the account was reopened. The request was confirmed following a standard review.", price: "1139.83", created_at: new Date("2021-12-08T16:24:15Z"), category_id: 4 },
            { id: 132, user_id: 180, title: "deal unique", description: "No response from the courier, so the report was updated. No response from the courier, so the invoice was updated. An operator reported a manual issue; the booking was rescheduled. The account owner confirmed the details and the account was reviewed.", price: "51.27", created_at: new Date("2022-12-31T14:10:34Z"), category_id: 4 },
            { id: 133, user_id: 119, title: "premium surprise", description: "The account owner reported a manual issue; the claim was reopened. The request was delayed following an automatic review.", price: "6861.05", created_at: new Date("2022-05-22T17:37:01Z"), category_id: 9 },
            { id: 134, user_id: 109, title: "flash", description: "Flagged as late. An operator rescheduled the appointment. Support asked for a change and the transfer was reopened.", price: "1695.52", created_at: new Date("2022-05-06T14:03:35Z"), category_id: 9 },
            { id: 135, user_id: 12, title: "deal flash", description: "The account owner confirmed the details and the ticket was rescheduled. No response from support, so the item was confirmed. Flagged as duplicate. The account owner delayed the shipment.", price: "1677.24", created_at: new Date("2021-03-21T13:12:34Z"), category_id: 2 },
            { id: 136, user_id: 71, title: "discount best", description: "The team asked for a change and the item was confirmed. The delivery was updated following an unusual review. A standard order was cancelled the same day. The team asked for a change and the claim was closed.", price: "4563.80", created_at: new Date("2022-06-18T07:43:41Z"), category_id: 2 },
            { id: 137, user_id: 133, title: "limited", description: "The account owner asked for a change and the delivery was rescheduled. A standard follow-up: the appointment was delayed. An operator confirmed the details and the invoice was delayed.", price: "9765.71", created_at: new Date("2021-08-23T13:18:13Z"), category_id: 1 },
            { id: 138, user_id: 80, title: "discount new", description: "A minor report was refunded the same day. An incomplete follow-up: the item was processed.", price: "8814.32", created_at: new Date("2020-09-02T10:26:25Z"), category_id: 9 },
            { id: 139, user_id: 56, title: "deal sale new", description: "Support confirmed the details and the record was updated. The claim was reopened following a standard review.", price: "3696.71", created_at: new Date("2022-11-12T13:25:57Z"), category_id: 10 },
            { id: 140, user_id: 183, title: "flash", description: "The booking was delayed after a repeat check. Support confirmed the details and the ticket was updated.", price: "1877.98", created_at: new Date("2022-03-31T12:35:58Z"), category_id: 5 },
            { id: 141, user_id: 174, title: "trending", description: "The report was closed after an urgent check. No response from the customer, so the invoice was updated. Support confirmed the details and the account was delayed. A routine item was processed the same day.", price: "1891.50", created_at: new Date("2020-11-15T14:49:50Z"), category_id: 5 },
            { id: 142, user_id: 111, title: "discount", description: "No response from the account owner, so the shipment was escalated. An urgent follow-up: the shipment was refunded. A late delivery was completed the same day.", price: "38.88", created_at: new Date("2021-08-30T08:00:21Z"), category_id: 1 },
            { id: 143, user_id: 186, title: "value flash", description: "A duplicate follow-up: the claim was completed. The shipment was reopened following a manual review.", price: "5086.09", created_at: new Date("2021-04-22T09:41:31Z"), category_id: 5 },
            { id: 144, user_id: 65, title: "trending", description: "An operator confirmed the details and the item was confirmed. The delivery was completed — automatic case, no further action. The booking was reviewed after a routine check. The delivery was closed after an urgent check.", price: "1495.77", created_at: new Date("2020-04-01T11:43:54Z"), category_id: 3 },
            { id: 145, user_id: 118, title: "deal top best", description: "The customer reported a minor issue; the booking was updated. The reviewer asked for a change and the document was resolved. The ticket was refunded — standard case, no further action.", price: "3384.66", created_at: new Date("2021-06-13T13:00:46Z"), category_id: 3 },
            { id: 146, user_id: 187, title: "discount new", description: "The order was rescheduled following an incomplete review. An automatic follow-up: the shipment was completed. The courier reported a routine issue; the report was escalated. The document was closed after an incomplete check.", price: "68.96", created_at: new Date("2021-07-26T13:56:14Z"), category_id: 2 },
            { id: 147, user_id: 73, title: "new sale limited", description: "Flagged as minor. The reviewer refunded the refund. Flagged as partial. The reviewer approved the booking.", price: "8833.66", created_at: new Date("2022-12-16T09:51:28Z"), category_id: 9 },
            { id: 148, user_id: 149, title: "exclusive trending", description: "The item was updated following an automatic review. Flagged as automatic. The team updated the claim. The claim was refunded after a standard check.", price: "415.05", created_at: new Date("2022-05-31T14:52:26Z"), category_id: 9 },
            { id: 149, user_id: 115, title: "special unique sale", description: "The session was reviewed after a repeat check. The booking was processed — manual case, no further action.", price: "6589.45", created_at: new Date("2021-05-14T14:05:13Z"), category_id: 7 },
            { id: 150, user_id: 184, title: "flash", description: "The reviewer reported a partial issue; the item was refunded. A standard follow-up: the request was cancelled.", price: "9279.46", created_at: new Date("2022-08-24T15:46:28Z"), category_id: 6 },
            { id: 151, user_id: 74, title: "top new", description: "Flagged as manual. The account owner approved the payment. A late appointment was completed the same day. A manual request was completed the same day. The item was confirmed after a minor check.", price: "6682.65", created_at: new Date("2020-10-24T08:50:37Z"), category_id: 7 },
            { id: 152, user_id: 133, title: "trending", description: "Flagged as urgent. The courier refunded the shipment. The request was escalated — duplicate case, no further action. The record was refunded after an automatic check.", price: "4469.30", created_at: new Date("2021-08-14T17:56:40Z"), category_id: 10 },
            { id: 153, user_id: 56, title: "bundle trending discount", description: "An operator confirmed the details and the invoice was reviewed. The team confirmed the details and the shipment was closed. Flagged as incomplete. The customer replaced the account.", price: "848.79", created_at: new Date("2020-06-08T12:22:00Z"), category_id: 10 },
            { id: 154, user_id: 107, title: "premium", description: "The shipment was confirmed following an incomplete review. An operator reported a standard issue; the delivery was delayed.", price: "4035.94", created_at: new Date("2020-12-19T14:09:50Z"), category_id: 2 },
            { id: 155, user_id: 125, title: "unique offer", description: "The team confirmed the details and the payment was cancelled. The courier reported a duplicate issue; the booking was delayed. The account was reviewed after a repeat check. The report was confirmed following a standard review.", price: "341.44", created_at: new Date("2022-11-24T17:48:26Z"), category_id: 7 },
            { id: 156, user_id: 60, title: "surprise amazing", description: "The payment was approved after a standard check. An urgent follow-up: the delivery was delayed. Flagged as duplicate. Support completed the request.", price: "376.32", created_at: new Date("2020-10-09T09:47:13Z"), category_id: 3 },
            { id: 157, user_id: 142, title: "hot value", description: "The transfer was replaced following an urgent review. An unusual follow-up: the session was reviewed. The team confirmed the details and the ticket was processed. The record was completed after a repeat check.", price: "7951.88", created_at: new Date("2022-05-08T15:25:40Z"), category_id: 2 },
            { id: 158, user_id: 32, title: "unique", description: "The delivery was rejected following a late review. The supplier asked for a change and the payment was resolved.", price: "6250.74", created_at: new Date("2020-05-19T06:52:34Z"), category_id: 8 },
            { id: 159, user_id: 171, title: "best", description: "The invoice was updated after an unusual check. An urgent invoice was processed the same day. Flagged as standard. Support rescheduled the record.", price: "264.75", created_at: new Date("2020-01-10T11:26:22Z"), category_id: 5 },
            { id: 160, user_id: 128, title: "hot deal flash", description: "The reviewer reported a repeat issue; the ticket was closed. An operator reported an incomplete issue; the session was refunded.", price: "6159.51", created_at: new Date("2020-08-27T17:14:59Z"), category_id: 1 },
            { id: 161, user_id: 200, title: "exclusive discount", description: "The courier asked for a change and the transfer was resolved. The team reported a late issue; the report was reviewed. No response from the team, so the session was refunded.", price: "3659.67", created_at: new Date("2021-08-04T11:54:29Z"), category_id: 2 },
            { id: 162, user_id: 89, title: "limited offer", description: "A manual follow-up: the shipment was refunded. No response from the supplier, so the delivery was cancelled. A manual follow-up: the order was rescheduled. The supplier confirmed the details and the item was resolved.", price: "5371.74", created_at: new Date("2022-11-25T16:18:29Z"), category_id: 7 },
            { id: 163, user_id: 9, title: "sale", description: "An automatic shipment was processed the same day. The record was reopened following a minor review.", price: "734.27", created_at: new Date("2022-07-05T14:15:23Z"), category_id: 9 },
            { id: 164, user_id: 155, title: "sale exclusive", description: "An operator reported an unusual issue; the claim was reopened. The transfer was replaced — incomplete case, no further action. The reviewer confirmed the details and the refund was updated. Flagged as standard. The team confirmed the claim.", price: "6303.35", created_at: new Date("2020-09-14T11:50:02Z"), category_id: 10 },
            { id: 165, user_id: 30, title: "offer deal trending", description: "The customer reported an incomplete issue; the item was processed. The team asked for a change and the account was confirmed.", price: "8694.63", created_at: new Date("2022-08-08T06:21:51Z"), category_id: 3 },
            { id: 166, user_id: 191, title: "trending deal", description: "Support reported an automatic issue; the account was delayed. The team confirmed the details and the appointment was refunded. The delivery was delayed after a partial check. No response from the team, so the record was confirmed.", price: "3504.52", created_at: new Date("2020-12-15T10:04:39Z"), category_id: 7 },
            { id: 167, user_id: 14, title: "surprise deal", description: "The team reported a minor issue; the appointment was resolved. An operator confirmed the details and the order was approved.", price: "8178.94", created_at: new Date("2020-01-17T13:39:49Z"), category_id: 2 },
            { id: 168, user_id: 68, title: "special", description: "Flagged as automatic. Support replaced the item. The reviewer confirmed the details and the item was approved. A manual follow-up: the request was delayed. Flagged as incomplete. Support rescheduled the shipment.", price: "2.16", created_at: new Date("2020-07-31T12:17:30Z"), category_id: 10 },
            { id: 169, user_id: 29, title: "hot premium unique", description: "Flagged as unusual. Support completed the account. The customer reported a partial issue; the delivery was closed.", price: "8433.81", created_at: new Date("2022-07-10T17:28:40Z"), category_id: 4 },
            { id: 170, user_id: 52, title: "unique discount amazing", description: "The team reported an automatic issue; the invoice was reopened. The transfer was refunded following an automatic review. The invoice was refunded — incomplete case, no further action.", price: "1723.24", created_at: new Date("2022-09-02T15:16:42Z"), category_id: 9 },
            { id: 171, user_id: 97, title: "sale amazing", description: "Support confirmed the details and the appointment was escalated. A partial follow-up: the account was approved.", price: "883.97", created_at: new Date("2021-11-25T10:40:42Z"), category_id: 6 },
            { id: 172, user_id: 24, title: "must-have", description: "Flagged as urgent. The team updated the delivery. An automatic invoice was closed the same day.", price: "1144.15", created_at: new Date("2021-02-19T20:18:09Z"), category_id: 4 },
            { id: 173, user_id: 100, title: "discount new amazing", description: "Flagged as manual. The customer reopened the request. An operator asked for a change and the item was approved. No response from support, so the ticket was replaced.", price: "4285.59", created_at: new Date("2021-03-16T10:35:39Z"), category_id: 6 },
            { id: 174, user_id: 69, title: "hot", description: "A routine report was cancelled the same day. The ticket was reviewed following a partial review. Flagged as incomplete. The team closed the request.", price: "6679.03", created_at: new Date("2021-03-24T11:43:46Z"), category_id: 10 },
            { id: 175, user_id: 63, title: "top best", description: "The transfer was closed following a duplicate review. An unusual claim was escalated the same day. The courier confirmed the details and the order was cancelled.", price: "90.76", created_at: new Date("2021-12-20T13:24:32Z"), category_id: 7 },
            { id: 176, user_id: 39, title: "sale new", description: "The team asked for a change and the booking was completed. The shipment was confirmed — unusual case, no further action. The team reported a routine issue; the shipment was rejected. The record was reviewed after an unusual check.", price: "7850.50", created_at: new Date("2020-01-26T17:09:39Z"), category_id: 3 },
            { id: 177, user_id: 199, title: "unique", description: "A standard follow-up: the appointment was reviewed. A late item was reviewed the same day. A partial follow-up: the claim was confirmed. The courier reported a routine issue; the booking was rescheduled.", price: "9245.53", created_at: new Date("2022-07-07T11:33:20Z"), category_id: 2 },
            { id: 178, user_id: 84, title: "discount", description: "Support asked for a change and the session was updated. The reviewer confirmed the details and the item was rescheduled. The supplier confirmed the details and the order was cancelled. The booking was replaced following a standard review.", price: "53.38", created_at: new Date("2021-02-26T17:33:40Z"), category_id: 3 },
            { id: 179, user_id: 140, title: "value limited", description: "No response from the account owner, so the session was cancelled. The account owner confirmed the details and the document was refunded. The payment was approved after an automatic check. An operator confirmed the details and the payment was completed.", price: "283.17", created_at: new Date("2022-09-26T11:51:32Z"), category_id: 4 },
            { id: 180, user_id: 119, title: "sale", description: "An operator asked for a change and the shipment was delayed. No response from the team, so the report was rejected.", price: "8100.59", created_at: new Date("2021-02-28T10:04:28Z"), category_id: 2 },
            { id: 181, user_id: 87, title: "unique discount", description: "A minor appointment was processed the same day. The transfer was reviewed following an unusual review. The account owner confirmed the details and the claim was delayed. The customer asked for a change and the item was rescheduled.", price: "623.84", created_at: new Date("2020-07-10T14:55:44Z"), category_id: 2 },
            { id: 182, user_id: 176, title: "amazing special", description: "An automatic follow-up: the invoice was resolved. An operator asked for a change and the appointment was rejected. A late follow-up: the document was reviewed.", price: "4699.61", created_at: new Date("2020-01-16T14:20:04Z"), category_id: 1 },
            { id: 183, user_id: 188, title: "special", description: "A manual shipment was escalated the same day. The customer asked for a change and the account was completed. A routine invoice was rescheduled the same day. The delivery was processed after an automatic check.", price: "3846.76", created_at: new Date("2022-09-13T11:35:42Z"), category_id: 7 },
            { id: 184, user_id: 2, title: "bundle", description: "The courier confirmed the details and the order was escalated. The refund was confirmed following an urgent review. The ticket was confirmed after an automatic check. The customer asked for a change and the report was escalated.", price: "301.91", created_at: new Date("2021-11-28T10:50:43Z"), category_id: 2 },
            { id: 185, user_id: 29, title: "unique top", description: "An unusual follow-up: the document was escalated. The delivery was approved — partial case, no further action. The reviewer asked for a change and the session was reopened. An incomplete follow-up: the shipment was delayed.", price: "466.25", created_at: new Date("2022-03-31T10:46:10Z"), category_id: 9 },
            { id: 186, user_id: 163, title: "amazing offer top", description: "The customer confirmed the details and the payment was completed. The courier reported an urgent issue; the shipment was escalated. The order was updated after an urgent check. The invoice was delayed after a minor check.", price: "102.67", created_at: new Date("2022-01-06T14:26:46Z"), category_id: 5 },
            { id: 187, user_id: 124, title: "premium", description: "A repeat follow-up: the ticket was escalated. Flagged as automatic. Support resolved the ticket. The supplier confirmed the details and the report was replaced.", price: "7005.71", created_at: new Date("2020-12-07T16:32:44Z"), category_id: 9 },
            { id: 188, user_id: 50, title: "bundle special top", description: "Support confirmed the details and the request was confirmed. The courier asked for a change and the request was rescheduled. The team reported an incomplete issue; the ticket was completed. An incomplete appointment was resolved the same day.", price: "4746.14", created_at: new Date("2020-04-26T15:28:34Z"), category_id: 9 },
            { id: 189, user_id: 78, title: "bundle deal special", description: "Flagged as late. An operator reopened the booking. No response from the reviewer, so the order was approved.", price: "369.76", created_at: new Date("2022-07-22T16:40:18Z"), category_id: 5 },
            { id: 190, user_id: 136, title: "flash new", description: "The courier confirmed the details and the account was reviewed. The courier confirmed the details and the booking was cancelled. The account owner asked for a change and the report was rescheduled.", price: "103.40", created_at: new Date("2022-05-08T13:49:33Z"), category_id: 8 },
            { id: 191, user_id: 136, title: "trending", description: "Flagged as automatic. An operator confirmed the claim. No response from the supplier, so the booking was closed. No response from the supplier, so the booking was reopened. The shipment was completed following a late review.", price: "2693.88", created_at: new Date("2021-10-05T12:00:50Z"), category_id: 3 },
            { id: 192, user_id: 149, title: "sale deal", description: "An operator asked for a change and the transfer was completed. No response from the courier, so the payment was closed. No response from the reviewer, so the delivery was refunded. The courier reported a duplicate issue; the account was reviewed.", price: "3309.61", created_at: new Date("2022-02-20T21:34:05Z"), category_id: 6 },
            { id: 193, user_id: 89, title: "flash", description: "The customer confirmed the details and the request was reopened. No response from the account owner, so the payment was replaced. A repeat follow-up: the invoice was cancelled. The team asked for a change and the account was reviewed.", price: "90.68", created_at: new Date("2021-08-03T15:12:51Z"), category_id: 7 },
            { id: 194, user_id: 173, title: "sale", description: "The account owner reported an unusual issue; the order was completed. The order was updated after an incomplete check. The supplier confirmed the details and the transfer was rescheduled.", price: "753.58", created_at: new Date("2021-04-29T15:07:08Z"), category_id: 2 },
            { id: 195, user_id: 124, title: "discount", description: "The item was escalated — incomplete case, no further action. Support reported an automatic issue; the session was closed. The supplier confirmed the details and the claim was cancelled.", price: "3544.43", created_at: new Date("2021-06-05T11:28:16Z"), category_id: 6 },
            { id: 196, user_id: 67, title: "offer", description: "The supplier asked for a change and the appointment was reopened. An urgent follow-up: the invoice was replaced. The ticket was delayed following a manual review. Support asked for a change and the transfer was rescheduled.", price: "173.29", created_at: new Date("2020-03-20T12:27:32Z"), category_id: 1 },
            { id: 197, user_id: 22, title: "surprise best", description: "The payment was escalated after a repeat check. The refund was rescheduled following an incomplete review.", price: "2172.30", created_at: new Date("2021-05-05T16:20:04Z"), category_id: 3 },
            { id: 198, user_id: 132, title: "value new unique", description: "The account was escalated after an urgent check. The account owner reported an urgent issue; the request was processed. The reviewer confirmed the details and the record was closed. The order was refunded — manual case, no further action.", price: "2953.72", created_at: new Date("2020-02-25T10:02:46Z"), category_id: 4 },
            { id: 199, user_id: 57, title: "exclusive", description: "The invoice was rejected following a standard review. The team reported a manual issue; the delivery was resolved.", price: "7217.25", created_at: new Date("2022-05-16T15:47:41Z"), category_id: 3 },
            { id: 200, user_id: 102, title: "limited offer value", description: "The refund was completed after a manual check. The order was reviewed — routine case, no further action. The report was delayed after an automatic check. Flagged as repeat. The customer cancelled the appointment.", price: "6772.20", created_at: new Date("2020-12-09T10:13:53Z"), category_id: 5 },
            { id: 201, user_id: 122, title: "premium", description: "Flagged as automatic. Support reviewed the transfer. The appointment was confirmed after an incomplete check.", price: "6165.79", created_at: new Date("2021-07-26T16:28:43Z"), category_id: 9 },
            { id: 202, user_id: 43, title: "amazing best", description: "A manual follow-up: the item was updated. The account owner confirmed the details and the request was resolved. The courier reported an urgent issue; the session was replaced.", price: "8578.13", created_at: new Date("2021-03-20T17:10:19Z"), category_id: 4 },
            { id: 203, user_id: 47, title: "trending discount", description: "A minor follow-up: the item was approved. The account was replaced following a standard review.", price: "6747.66", created_at: new Date("2022-11-15T17:36:39Z"), category_id: 4 },
            { id: 204, user_id: 170, title: "best discount", description: "The claim was confirmed following an urgent review. The courier confirmed the details and the ticket was escalated. A routine follow-up: the ticket was closed.", price: "5374.48", created_at: new Date("2022-08-22T08:33:49Z"), category_id: 1 },
            { id: 205, user_id: 68, title: "top new", description: "The team confirmed the details and the account was processed. The session was resolved after an urgent check.", price: "2.63", created_at: new Date("2021-03-25T17:12:01Z"), category_id: 9 },
            { id: 206, user_id: 21, title: "discount top bundle", description: "No response from the team, so the payment was refunded. A repeat record was cancelled the same day. The reviewer confirmed the details and the account was cancelled.", price: "1842.59", created_at: new Date("2020-07-01T16:44:54Z"), category_id: 7 },
            { id: 207, user_id: 37, title: "new flash", description: "The account owner asked for a change and the payment was updated. The supplier asked for a change and the item was updated.", price: "2768.96", created_at: new Date("2020-08-22T14:11:07Z"), category_id: 9 },
            { id: 208, user_id: 141, title: "amazing", description: "An operator asked for a change and the delivery was reviewed. The appointment was rejected — late case, no further action.", price: "7239.47", created_at: new Date("2020-07-23T11:42:02Z"), category_id: 3 },
            { id: 209, user_id: 75, title: "top trending amazing", description: "An automatic record was confirmed the same day. The reviewer reported an automatic issue; the shipment was replaced.", price: "9322.14", created_at: new Date("2021-04-25T11:19:27Z"), category_id: 9 },
            { id: 210, user_id: 162, title: "deal trending amazing", description: "No response from the customer, so the document was processed. The reviewer confirmed the details and the appointment was confirmed. No response from the account owner, so the shipment was closed. The claim was escalated — duplicate case, no further action.", price: "1701.87", created_at: new Date("2022-03-25T12:11:54Z"), category_id: 2 },
            { id: 211, user_id: 199, title: "sale limited", description: "A repeat follow-up: the document was resolved. The ticket was confirmed — partial case, no further action. Support reported an automatic issue; the payment was rescheduled.", price: "7901.55", created_at: new Date("2021-07-27T13:42:34Z"), category_id: 2 },
            { id: 212, user_id: 108, title: "unique", description: "Support reported an urgent issue; the session was refunded. The team asked for a change and the document was delayed. An operator confirmed the details and the request was closed. A repeat invoice was rejected the same day.", price: "2470.82", created_at: new Date("2020-01-02T17:08:27Z"), category_id: 3 },
            { id: 213, user_id: 168, title: "exclusive trending", description: "The account owner reported a duplicate issue; the record was refunded. The claim was completed after a repeat check.", price: "2923.84", created_at: new Date("2021-01-26T06:37:12Z"), category_id: 3 },
            { id: 214, user_id: 163, title: "special", description: "A duplicate follow-up: the invoice was resolved. A late follow-up: the transfer was reviewed. No response from the team, so the invoice was escalated.", price: "20.44", created_at: new Date("2021-10-13T10:27:39Z"), category_id: 4 },
            { id: 215, user_id: 53, title: "special discount offer", description: "The account was processed after a minor check. The record was refunded — urgent case, no further action. The courier asked for a change and the delivery was confirmed.", price: "1180.52", created_at: new Date("2021-09-02T16:17:18Z"), category_id: 6 },
            { id: 216, user_id: 187, title: "trending special", description: "The customer asked for a change and the refund was replaced. The refund was reviewed following an incomplete review.", price: "3955.16", created_at: new Date("2020-12-16T13:42:43Z"), category_id: 10 },
            { id: 217, user_id: 191, title: "must-have unique trending", description: "A routine payment was rescheduled the same day. The customer confirmed the details and the record was confirmed. A repeat follow-up: the session was escalated.", price: "3072.17", created_at: new Date("2020-11-12T07:47:21Z"), category_id: 1 },
            { id: 218, user_id: 98, title: "offer sale", description: "The account owner reported a late issue; the ticket was processed. Flagged as duplicate. The reviewer approved the item. The courier reported a partial issue; the refund was closed. An automatic follow-up: the payment was cancelled.", price: "123.78", created_at: new Date("2022-12-05T13:18:41Z"), category_id: 3 },
            { id: 219, user_id: 189, title: "offer", description: "Support reported a duplicate issue; the shipment was rescheduled. The order was closed following an urgent review.", price: "4804.65", created_at: new Date("2020-12-03T14:35:36Z"), category_id: 10 },
            { id: 220, user_id: 135, title: "surprise flash", description: "No response from the courier, so the transfer was reopened. The transfer was processed — routine case, no further action. Flagged as routine. Support rescheduled the order. The reviewer asked for a change and the refund was escalated.", price: "7010.14", created_at: new Date("2020-11-28T16:53:14Z"), category_id: 1 },
            { id: 221, user_id: 74, title: "flash amazing", description: "Flagged as incomplete. An operator escalated the account. A partial delivery was reopened the same day. Flagged as standard. The courier cancelled the shipment.", price: "2036.64", created_at: new Date("2021-02-10T13:47:40Z"), category_id: 4 },
            { id: 222, user_id: 65, title: "limited exclusive", description: "The transfer was refunded — manual case, no further action. The item was refunded after an urgent check. The appointment was processed following a repeat review. The customer reported an urgent issue; the shipment was closed.", price: "1579.17", created_at: new Date("2021-04-01T15:21:18Z"), category_id: 2 },
            { id: 223, user_id: 193, title: "hot exclusive trending", description: "The booking was replaced following an incomplete review. An incomplete invoice was completed the same day.", price: "336.51", created_at: new Date("2021-11-08T15:28:35Z"), category_id: 7 },
            { id: 224, user_id: 124, title: "amazing", description: "An operator confirmed the details and the record was reviewed. The customer confirmed the details and the booking was escalated.", price: "7354.24", created_at: new Date("2020-01-30T15:07:26Z"), category_id: 3 },
            { id: 225, user_id: 167, title: "hot amazing flash", description: "The appointment was refunded following a manual review. The customer reported a duplicate issue; the order was rescheduled.", price: "6890.84", created_at: new Date("2022-09-21T07:27:58Z"), category_id: 5 },
            { id: 226, user_id: 50, title: "best new flash", description: "The team asked for a change and the session was escalated. An automatic follow-up: the ticket was confirmed. Flagged as duplicate. The reviewer processed the item.", price: "3414.65", created_at: new Date("2022-04-01T09:58:55Z"), category_id: 4 },
            { id: 227, user_id: 126, title: "offer top", description: "The reviewer reported a minor issue; the booking was processed. The customer asked for a change and the appointment was updated.", price: "2028.48", created_at: new Date("2022-01-16T09:24:20Z"), category_id: 1 },
            { id: 228, user_id: 122, title: "sale trending amazing", description: "The supplier reported a minor issue; the appointment was processed. A manual order was replaced the same day. Flagged as repeat. The account owner reviewed the record. The request was reopened after a duplicate check.", price: "976.97", created_at: new Date("2020-06-22T13:03:17Z"), category_id: 9 },
            { id: 229, user_id: 138, title: "discount flash premium", description: "No response from support, so the refund was closed. The team confirmed the details and the request was completed. Support asked for a change and the transfer was closed. An unusual refund was reopened the same day.", price: "2.68", created_at: new Date("2022-01-08T07:48:20Z"), category_id: 3 },
            { id: 230, user_id: 135, title: "bundle", description: "No response from an operator, so the document was escalated. Flagged as unusual. The customer resolved the shipment. The refund was completed — unusual case, no further action.", price: "4792.69", created_at: new Date("2021-09-12T13:57:49Z"), category_id: 1 },
            { id: 231, user_id: 171, title: "bundle premium", description: "Flagged as standard. The courier reviewed the transfer. Flagged as unusual. The reviewer escalated the report. Support confirmed the details and the booking was completed.", price: "12.95", created_at: new Date("2020-04-04T13:47:05Z"), category_id: 6 },
            { id: 232, user_id: 109, title: "amazing unique", description: "Flagged as unusual. The account owner closed the report. The item was approved — routine case, no further action. The transfer was closed following a late review. A standard session was cancelled the same day.", price: "2735.03", created_at: new Date("2021-02-17T10:30:04Z"), category_id: 7 },
            { id: 233, user_id: 58, title: "premium new", description: "No response from the customer, so the record was refunded. The customer reported a repeat issue; the delivery was escalated. The customer confirmed the details and the payment was confirmed. Flagged as repeat. The account owner processed the invoice.", price: "3166.29", created_at: new Date("2021-08-24T13:49:24Z"), category_id: 5 },
            { id: 234, user_id: 101, title: "premium discount hot", description: "An operator confirmed the details and the session was processed. The team reported a manual issue; the delivery was cancelled. The order was delayed after an incomplete check.", price: "392.49", created_at: new Date("2021-12-20T15:50:11Z"), category_id: 1 },
            { id: 235, user_id: 176, title: "sale", description: "Flagged as automatic. The account owner reopened the claim. Flagged as incomplete. The team cancelled the item. No response from the account owner, so the shipment was confirmed.", price: "27.95", created_at: new Date("2020-08-21T17:27:04Z"), category_id: 4 },
            { id: 236, user_id: 21, title: "discount limited", description: "Flagged as late. Support resolved the session. The delivery was reopened following an unusual review. The team reported an incomplete issue; the claim was updated.", price: "5488.88", created_at: new Date("2020-09-09T15:21:52Z"), category_id: 10 },
            { id: 237, user_id: 135, title: "flash exclusive premium", description: "The customer confirmed the details and the claim was delayed. The order was replaced following an incomplete review. A partial follow-up: the record was approved. The reviewer asked for a change and the booking was approved.", price: "1120.68", created_at: new Date("2020-01-12T15:00:37Z"), category_id: 6 },
            { id: 238, user_id: 53, title: "new", description: "The order was resolved — partial case, no further action. The transfer was reviewed following a duplicate review.", price: "320.42", created_at: new Date("2021-09-07T11:03:54Z"), category_id: 6 },
            { id: 239, user_id: 98, title: "offer special must-have", description: "The ticket was reviewed following a minor review. A late follow-up: the record was rescheduled.", price: "983.40", created_at: new Date("2020-10-31T18:09:53Z"), category_id: 2 },
            { id: 240, user_id: 148, title: "discount exclusive surprise", description: "No response from the courier, so the booking was confirmed. A manual item was rescheduled the same day.", price: "169.59", created_at: new Date("2022-02-25T14:16:25Z"), category_id: 9 },
            { id: 241, user_id: 110, title: "surprise", description: "A minor follow-up: the refund was reopened. The account owner asked for a change and the document was completed. A duplicate follow-up: the transfer was confirmed.", price: "1030.39", created_at: new Date("2022-02-10T12:26:57Z"), category_id: 5 },
            { id: 242, user_id: 90, title: "must-have best new", description: "The courier confirmed the details and the document was updated. The claim was reviewed — unusual case, no further action.", price: "208.67", created_at: new Date("2020-05-09T20:22:04Z"), category_id: 2 },
            { id: 243, user_id: 61, title: "new amazing", description: "An operator confirmed the details and the request was replaced. An operator asked for a change and the request was closed. No response from the customer, so the appointment was refunded. Support confirmed the details and the refund was confirmed.", price: "19.61", created_at: new Date("2020-12-25T09:22:18Z"), category_id: 8 },
            { id: 244, user_id: 2, title: "trending best", description: "A standard ticket was resolved the same day. A partial document was resolved the same day. The ticket was completed after a late check.", price: "274.80", created_at: new Date("2022-01-08T11:48:04Z"), category_id: 5 },
            { id: 245, user_id: 127, title: "best", description: "A standard follow-up: the transfer was reopened. A minor follow-up: the record was rescheduled. No response from an operator, so the account was resolved.", price: "6355.57", created_at: new Date("2021-04-13T13:01:35Z"), category_id: 3 },
            { id: 246, user_id: 35, title: "exclusive", description: "The delivery was replaced following a manual review. The reviewer reported a repeat issue; the refund was replaced. The item was replaced after a routine check.", price: "44.28", created_at: new Date("2020-08-09T11:57:13Z"), category_id: 3 },
            { id: 247, user_id: 152, title: "exclusive premium sale", description: "The reviewer confirmed the details and the session was reviewed. The team asked for a change and the claim was cancelled. The courier reported a duplicate issue; the ticket was closed. The appointment was rescheduled following an unusual review.", price: "2411.35", created_at: new Date("2020-05-04T10:16:15Z"), category_id: 4 },
            { id: 248, user_id: 66, title: "must-have best exclusive", description: "An operator reported an incomplete issue; the booking was approved. The document was resolved following an incomplete review. Flagged as standard. The account owner reviewed the payment.", price: "638.92", created_at: new Date("2021-03-07T10:07:24Z"), category_id: 7 },
            { id: 249, user_id: 75, title: "offer", description: "The payment was rejected after an automatic check. Flagged as repeat. The team reviewed the order. An unusual follow-up: the booking was replaced.", price: "4.23", created_at: new Date("2021-01-05T14:00:10Z"), category_id: 7 },
            { id: 250, user_id: 177, title: "must-have flash exclusive", description: "No response from the account owner, so the delivery was escalated. Flagged as routine. An operator processed the delivery. No response from the courier, so the appointment was updated.", price: "49.99", created_at: new Date("2022-04-27T08:41:14Z"), category_id: 1 },
            { id: 251, user_id: 179, title: "amazing discount special", description: "An incomplete invoice was closed the same day. An incomplete ticket was rescheduled the same day. Flagged as urgent. The account owner reviewed the record.", price: "4928.83", created_at: new Date("2021-04-16T08:42:04Z"), category_id: 5 },
            { id: 252, user_id: 80, title: "hot surprise", description: "A repeat follow-up: the claim was approved. No response from the reviewer, so the transfer was confirmed.", price: "177.63", created_at: new Date("2022-05-11T15:31:28Z"), category_id: 4 },
            { id: 253, user_id: 62, title: "must-have new", description: "A standard follow-up: the report was updated. The payment was processed following a manual review. The record was approved after a repeat check.", price: "3558.61", created_at: new Date("2020-06-05T01:31:46Z"), category_id: 5 },
            { id: 254, user_id: 178, title: "amazing offer trending", description: "The report was cancelled — late case, no further action. The customer reported an incomplete issue; the session was cancelled. Support confirmed the details and the booking was updated.", price: "4140.33", created_at: new Date("2021-01-03T11:55:51Z"), category_id: 4 },
            { id: 255, user_id: 157, title: "hot", description: "The payment was reopened after a late check. A partial follow-up: the ticket was escalated. The customer confirmed the details and the transfer was delayed.", price: "9140.71", created_at: new Date("2022-12-02T11:23:00Z"), category_id: 4 },
            { id: 256, user_id: 120, title: "limited trending", description: "The item was escalated — automatic case, no further action. No response from the reviewer, so the document was rescheduled. The request was approved after a minor check. A standard account was cancelled the same day.", price: "4180.54", created_at: new Date("2022-09-30T14:16:46Z"), category_id: 2 },
            { id: 257, user_id: 102, title: "limited bundle", description: "The reviewer asked for a change and the ticket was updated. The claim was updated after a minor check. The ticket was closed after a manual check.", price: "7959.23", created_at: new Date("2021-03-22T08:28:14Z"), category_id: 4 },
            { id: 258, user_id: 60, title: "amazing flash", description: "The account was escalated — urgent case, no further action. A standard item was escalated the same day. A late booking was updated the same day.", price: "3649.90", created_at: new Date("2021-04-23T15:10:59Z"), category_id: 9 },
            { id: 259, user_id: 87, title: "sale", description: "A standard follow-up: the account was resolved. No response from the reviewer, so the payment was completed. An unusual delivery was reopened the same day. No response from the customer, so the refund was processed.", price: "351.28", created_at: new Date("2022-07-23T16:22:46Z"), category_id: 7 },
            { id: 260, user_id: 195, title: "offer unique", description: "The record was approved after a minor check. A repeat report was completed the same day.", price: "413.28", created_at: new Date("2022-10-18T16:58:15Z"), category_id: 7 },
            { id: 261, user_id: 157, title: "must-have", description: "The document was escalated following a minor review. The booking was processed — late case, no further action. An operator confirmed the details and the shipment was resolved. A routine shipment was confirmed the same day.", price: "3326.76", created_at: new Date("2021-07-12T19:07:44Z"), category_id: 4 },
            { id: 262, user_id: 77, title: "limited", description: "The courier confirmed the details and the request was resolved. Flagged as manual. An operator rejected the refund. No response from the courier, so the request was approved. The shipment was delayed — routine case, no further action.", price: "2161.97", created_at: new Date("2022-03-30T11:13:07Z"), category_id: 6 },
            { id: 263, user_id: 150, title: "offer unique", description: "The supplier asked for a change and the booking was processed. Support asked for a change and the refund was reopened. No response from the account owner, so the ticket was confirmed.", price: "1926.58", created_at: new Date("2020-10-02T14:35:49Z"), category_id: 6 },
            { id: 264, user_id: 173, title: "must-have exclusive best", description: "Support confirmed the details and the delivery was refunded. A standard follow-up: the shipment was completed. Flagged as late. The supplier approved the appointment. A minor report was delayed the same day.", price: "9364.20", created_at: new Date("2020-12-05T07:26:16Z"), category_id: 5 },
            { id: 265, user_id: 130, title: "discount sale value", description: "The appointment was escalated after a standard check. An urgent follow-up: the transfer was escalated. The team asked for a change and the delivery was escalated. Support reported a routine issue; the shipment was approved.", price: "1559.83", created_at: new Date("2021-11-02T13:44:08Z"), category_id: 2 },
            { id: 266, user_id: 174, title: "premium flash bundle", description: "The team reported an unusual issue; the order was rejected. The record was approved after an incomplete check. The account owner asked for a change and the claim was resolved. The session was resolved — standard case, no further action.", price: "126.23", created_at: new Date("2021-04-02T13:50:00Z"), category_id: 7 },
            { id: 267, user_id: 56, title: "premium bundle trending", description: "Flagged as late. The courier reviewed the appointment. The team asked for a change and the document was delayed.", price: "3718.55", created_at: new Date("2022-09-01T11:56:23Z"), category_id: 5 },
            { id: 268, user_id: 13, title: "premium hot", description: "The reviewer confirmed the details and the invoice was updated. An urgent delivery was escalated the same day.", price: "237.95", created_at: new Date("2022-11-20T09:16:22Z"), category_id: 2 },
            { id: 269, user_id: 125, title: "offer trending discount", description: "The request was rescheduled — standard case, no further action. No response from an operator, so the claim was updated. The payment was escalated after a routine check. No response from the supplier, so the account was resolved.", price: "415.27", created_at: new Date("2022-07-04T14:06:16Z"), category_id: 5 },
            { id: 270, user_id: 89, title: "surprise hot premium", description: "The order was rescheduled after a standard check. The supplier reported a repeat issue; the request was delayed. A duplicate follow-up: the ticket was refunded. The team asked for a change and the transfer was replaced.", price: "5345.68", created_at: new Date("2020-10-28T16:31:28Z"), category_id: 7 },
            { id: 271, user_id: 33, title: "surprise best", description: "The request was confirmed — manual case, no further action. Flagged as partial. Support refunded the document. The team asked for a change and the booking was approved.", price: "2230.80", created_at: new Date("2021-01-15T16:20:09Z"), category_id: 9 },
            { id: 272, user_id: 168, title: "deal bundle value", description: "Flagged as repeat. Support rejected the order. The account owner reported a duplicate issue; the session was completed.", price: "6425.73", created_at: new Date("2022-06-05T11:41:10Z"), category_id: 7 },
            { id: 273, user_id: 41, title: "discount", description: "The item was resolved after a partial check. A late follow-up: the ticket was rescheduled. An unusual follow-up: the transfer was refunded. A manual transfer was approved the same day.", price: "7925.06", created_at: new Date("2022-11-13T16:26:58Z"), category_id: 1 },
            { id: 274, user_id: 127, title: "special hot", description: "A repeat document was approved the same day. The customer asked for a change and the account was approved. An incomplete request was approved the same day.", price: "3378.43", created_at: new Date("2022-10-03T13:29:23Z"), category_id: 7 },
            { id: 275, user_id: 196, title: "trending limited", description: "A repeat follow-up: the payment was rejected. A minor request was reopened the same day. The appointment was reopened after an unusual check.", price: "7154.49", created_at: new Date("2022-04-25T20:34:48Z"), category_id: 4 },
            { id: 276, user_id: 11, title: "amazing flash", description: "An urgent refund was completed the same day. The document was closed after a standard check. The delivery was processed — repeat case, no further action.", price: "3020.38", created_at: new Date("2022-07-19T13:04:54Z"), category_id: 3 },
            { id: 277, user_id: 178, title: "exclusive bundle surprise", description: "The account owner asked for a change and the document was rescheduled. An unusual follow-up: the shipment was cancelled. The courier reported an urgent issue; the appointment was processed.", price: "3894.69", created_at: new Date("2021-10-12T01:32:27Z"), category_id: 1 },
            { id: 278, user_id: 83, title: "limited bundle sale", description: "The supplier asked for a change and the refund was confirmed. Flagged as automatic. The supplier replaced the document. The courier reported an incomplete issue; the transfer was confirmed.", price: "153.20", created_at: new Date("2021-10-17T10:52:01Z"), category_id: 2 },
            { id: 279, user_id: 78, title: "deal flash special", description: "An urgent refund was refunded the same day. A routine follow-up: the shipment was cancelled.", price: "1472.38", created_at: new Date("2021-06-19T17:23:41Z"), category_id: 2 },
            { id: 280, user_id: 161, title: "special offer", description: "Flagged as unusual. The courier cancelled the invoice. No response from the customer, so the delivery was cancelled.", price: "5001.24", created_at: new Date("2021-02-21T13:54:41Z"), category_id: 2 },
            { id: 281, user_id: 165, title: "best discount surprise", description: "No response from support, so the request was resolved. The order was closed after an automatic check.", price: "4682.21", created_at: new Date("2021-04-27T16:51:27Z"), category_id: 5 },
            { id: 282, user_id: 54, title: "offer new", description: "An urgent follow-up: the session was replaced. The account owner asked for a change and the record was cancelled. Flagged as minor. The courier updated the booking.", price: "310.32", created_at: new Date("2022-02-27T15:01:43Z"), category_id: 1 },
            { id: 283, user_id: 65, title: "special best", description: "A repeat item was closed the same day. Support asked for a change and the item was replaced.", price: "394.63", created_at: new Date("2020-06-03T18:13:57Z"), category_id: 6 },
            { id: 284, user_id: 174, title: "limited", description: "No response from the supplier, so the order was resolved. No response from the supplier, so the account was updated. The account was delayed after an urgent check. The invoice was closed following an unusual review.", price: "2591.90", created_at: new Date("2020-03-20T17:44:09Z"), category_id: 3 },
            { id: 285, user_id: 37, title: "exclusive unique best", description: "A routine document was reopened the same day. The booking was reopened after a minor check. No response from an operator, so the refund was resolved.", price: "596.63", created_at: new Date("2022-12-26T17:46:27Z"), category_id: 3 },
            { id: 286, user_id: 111, title: "special", description: "The delivery was updated — repeat case, no further action. An operator asked for a change and the delivery was reviewed. The refund was replaced following a manual review. The session was reviewed — incomplete case, no further action.", price: "6755.06", created_at: new Date("2022-07-27T16:18:50Z"), category_id: 1 },
            { id: 287, user_id: 41, title: "value", description: "The report was approved after a manual check. A standard follow-up: the request was delayed. Flagged as partial. The courier replaced the document. The claim was updated — manual case, no further action.", price: "1175.35", created_at: new Date("2020-03-31T10:30:37Z"), category_id: 3 },
            { id: 288, user_id: 11, title: "offer", description: "The reviewer reported an urgent issue; the appointment was rescheduled. No response from the account owner, so the invoice was confirmed. A late request was confirmed the same day.", price: "2808.61", created_at: new Date("2021-02-07T15:33:47Z"), category_id: 5 },
            { id: 289, user_id: 192, title: "top offer new", description: "The supplier confirmed the details and the ticket was refunded. The reviewer reported an urgent issue; the document was rejected.", price: "450.37", created_at: new Date("2021-10-01T16:56:47Z"), category_id: 2 },
            { id: 290, user_id: 3, title: "value limited", description: "An operator confirmed the details and the request was escalated. The payment was rejected — unusual case, no further action.", price: "183.48", created_at: new Date("2021-11-27T08:30:27Z"), category_id: 10 },
            { id: 291, user_id: 191, title: "unique flash surprise", description: "The refund was updated after an automatic check. An unusual follow-up: the transfer was rescheduled.", price: "1728.61", created_at: new Date("2022-02-25T07:39:47Z"), category_id: 8 },
            { id: 292, user_id: 13, title: "offer exclusive", description: "No response from the supplier, so the transfer was reviewed. No response from the team, so the payment was confirmed. Flagged as repeat. The courier processed the booking.", price: "7034.57", created_at: new Date("2021-12-28T12:30:07Z"), category_id: 7 },
            { id: 293, user_id: 199, title: "deal sale value", description: "A standard follow-up: the request was cancelled. No response from the supplier, so the report was reviewed. The report was confirmed following a duplicate review.", price: "2300.12", created_at: new Date("2022-10-06T13:16:13Z"), category_id: 10 },
            { id: 294, user_id: 131, title: "new amazing offer", description: "A partial follow-up: the delivery was refunded. The account owner reported a manual issue; the ticket was closed.", price: "4334.27", created_at: new Date("2022-07-11T15:08:59Z"), category_id: 2 },
            { id: 295, user_id: 162, title: "unique", description: "A late transfer was delayed the same day. The ticket was delayed following an unusual review. No response from the account owner, so the report was processed.", price: "2794.66", created_at: new Date("2022-09-03T13:33:08Z"), category_id: 6 },
            { id: 296, user_id: 94, title: "must-have bundle", description: "The courier asked for a change and the report was reviewed. A minor follow-up: the shipment was processed.", price: "8619.80", created_at: new Date("2020-08-21T16:45:48Z"), category_id: 4 },
            { id: 297, user_id: 151, title: "offer top amazing", description: "No response from the account owner, so the booking was processed. The booking was closed — duplicate case, no further action. Flagged as manual. The team cancelled the payment. The appointment was closed — late case, no further action.", price: "6454.58", created_at: new Date("2022-12-06T11:31:02Z"), category_id: 4 },
            { id: 298, user_id: 163, title: "bundle", description: "The account owner asked for a change and the record was rescheduled. The reviewer confirmed the details and the document was rescheduled.", price: "1199.04", created_at: new Date("2021-03-31T13:34:01Z"), category_id: 8 },
            { id: 299, user_id: 86, title: "amazing exclusive deal", description: "The reviewer asked for a change and the session was delayed. The invoice was approved — partial case, no further action. The supplier reported a late issue; the record was rejected. The record was updated after an incomplete check.", price: "8621.94", created_at: new Date("2020-11-26T11:21:51Z"), category_id: 10 },
            { id: 300, user_id: 132, title: "offer sale", description: "The transfer was reviewed — unusual case, no further action. The courier asked for a change and the refund was cancelled. Flagged as manual. An operator approved the document.", price: "8989.50", created_at: new Date("2020-10-15T16:44:43Z"), category_id: 1 },
        ],
    });
    await prisma.messages.createMany({
        data: [
            { id: 1, sender_id: 154, receiver_id: 11, ad_id: 87, content: "The account was replaced following a late review. The claim was processed following an automatic review. The courier asked for a change and the transfer was resolved. The report was cancelled — unusual case, no further action.", sent_at: new Date("2021-12-24T22:31:21Z"), read_status: false },
            { id: 2, sender_id: 78, receiver_id: 69, ad_id: 187, content: "Flagged as repeat. The supplier completed the record. No response from an operator, so the report was approved. No response from the courier, so the transfer was rejected.", sent_at: new Date("2021-08-07T17:22:27Z"), read_status: true },
            { id: 3, sender_id: 187, receiver_id: 198, ad_id: 95, content: "Flagged as late. The reviewer rejected the item. The account owner reported an automatic issue; the refund was updated. The reviewer asked for a change and the order was delayed.", sent_at: new Date("2020-05-24T13:33:02Z"), read_status: false },
            { id: 4, sender_id: 79, receiver_id: 103, ad_id: 226, content: "A minor booking was reopened the same day. Flagged as automatic. The reviewer closed the refund. Flagged as manual. An operator updated the order. The team asked for a change and the item was rejected.", sent_at: new Date("2021-11-28T17:27:02Z"), read_status: false },
            { id: 5, sender_id: 186, receiver_id: 144, ad_id: 115, content: "A routine record was processed the same day. The ticket was escalated following an unusual review.", sent_at: new Date("2021-04-07T18:16:09Z"), read_status: false },
            { id: 6, sender_id: 26, receiver_id: 99, ad_id: 33, content: "A minor follow-up: the report was rejected. The transfer was replaced after a routine check. An unusual follow-up: the payment was cancelled.", sent_at: new Date("2021-08-01T16:31:34Z"), read_status: false },
            { id: 7, sender_id: 102, receiver_id: 29, ad_id: 226, content: "An urgent order was reviewed the same day. An automatic follow-up: the refund was delayed. The booking was confirmed — urgent case, no further action.", sent_at: new Date("2020-09-13T19:15:29Z"), read_status: true },
            { id: 8, sender_id: 78, receiver_id: 198, ad_id: 6, content: "The account owner reported an incomplete issue; the delivery was delayed. An operator confirmed the details and the ticket was escalated. Support asked for a change and the shipment was reopened.", sent_at: new Date("2022-10-28T17:40:52Z"), read_status: false },
            { id: 9, sender_id: 13, receiver_id: 12, ad_id: 176, content: "A repeat follow-up: the shipment was replaced. The booking was cancelled — late case, no further action.", sent_at: new Date("2021-09-15T18:28:29Z"), read_status: false },
            { id: 10, sender_id: 44, receiver_id: 106, ad_id: 279, content: "The document was confirmed following a late review. Flagged as standard. Support rejected the booking. The supplier reported a duplicate issue; the request was replaced. No response from the reviewer, so the claim was reviewed.", sent_at: new Date("2022-05-25T17:08:07Z"), read_status: true },
            { id: 11, sender_id: 101, receiver_id: 139, ad_id: 293, content: "Flagged as automatic. The reviewer cancelled the session. The account owner reported an automatic issue; the document was escalated. The team confirmed the details and the transfer was escalated.", sent_at: new Date("2022-04-12T00:04:03Z"), read_status: false },
            { id: 12, sender_id: 149, receiver_id: 24, ad_id: 271, content: "Flagged as late. The supplier closed the appointment. The transfer was resolved following a partial review.", sent_at: new Date("2020-03-24T13:35:06Z"), read_status: false },
            { id: 13, sender_id: 37, receiver_id: 151, ad_id: 253, content: "The customer asked for a change and the delivery was approved. The order was rejected — duplicate case, no further action. A duplicate report was cancelled the same day. No response from support, so the delivery was cancelled.", sent_at: new Date("2021-12-09T08:19:35Z"), read_status: false },
            { id: 14, sender_id: 120, receiver_id: 64, ad_id: 51, content: "An automatic document was resolved the same day. The payment was approved following a repeat review. The team asked for a change and the document was resolved. The shipment was resolved after a manual check.", sent_at: new Date("2020-03-01T09:17:49Z"), read_status: false },
            { id: 15, sender_id: 169, receiver_id: 89, ad_id: 58, content: "The courier asked for a change and the refund was closed. The reviewer confirmed the details and the invoice was refunded. The supplier confirmed the details and the delivery was updated. An operator reported a minor issue; the session was resolved.", sent_at: new Date("2021-09-29T10:22:52Z"), read_status: false },
            { id: 16, sender_id: 109, receiver_id: 122, ad_id: 12, content: "The team asked for a change and the invoice was rejected. The courier asked for a change and the claim was completed. No response from the team, so the payment was updated. The reviewer asked for a change and the refund was replaced.", sent_at: new Date("2022-02-01T20:42:48Z"), read_status: true },
            { id: 17, sender_id: 191, receiver_id: 115, ad_id: 23, content: "Flagged as repeat. The team replaced the account. The team asked for a change and the report was rescheduled.", sent_at: new Date("2022-09-19T17:05:17Z"), read_status: true },
            { id: 18, sender_id: 124, receiver_id: 181, ad_id: 29, content: "A repeat follow-up: the booking was processed. Flagged as manual. The team escalated the invoice.", sent_at: new Date("2022-06-08T06:43:41Z"), read_status: true },
            { id: 19, sender_id: 102, receiver_id: 149, ad_id: 15, content: "No response from the account owner, so the claim was escalated. The team reported an unusual issue; the transfer was escalated. The item was closed after an automatic check.", sent_at: new Date("2022-06-17T15:08:28Z"), read_status: true },
            { id: 20, sender_id: 61, receiver_id: 5, ad_id: 141, content: "Support reported an incomplete issue; the refund was approved. The customer asked for a change and the ticket was confirmed. The transfer was delayed after an unusual check.", sent_at: new Date("2020-11-22T08:25:00Z"), read_status: false },
            { id: 21, sender_id: 54, receiver_id: 7, ad_id: 129, content: "The ticket was delayed after an unusual check. The supplier asked for a change and the payment was approved. The shipment was reopened following a duplicate review.", sent_at: new Date("2020-04-08T10:37:51Z"), read_status: false },
            { id: 22, sender_id: 45, receiver_id: 35, ad_id: 112, content: "The claim was refunded after a repeat check. A routine follow-up: the delivery was rescheduled. The reviewer confirmed the details and the request was resolved. The record was cancelled after a manual check.", sent_at: new Date("2022-02-17T13:29:10Z"), read_status: true },
            { id: 23, sender_id: 58, receiver_id: 142, ad_id: 195, content: "The reviewer asked for a change and the booking was refunded. The report was rescheduled following a partial review. An operator confirmed the details and the session was updated.", sent_at: new Date("2021-08-11T18:49:40Z"), read_status: true },
            { id: 24, sender_id: 108, receiver_id: 161, ad_id: 110, content: "Flagged as manual. The account owner resolved the delivery. The supplier reported a manual issue; the shipment was updated.", sent_at: new Date("2020-12-04T21:33:18Z"), read_status: false },
            { id: 25, sender_id: 69, receiver_id: 37, ad_id: 88, content: "The supplier reported a duplicate issue; the refund was reviewed. No response from an operator, so the ticket was cancelled. No response from the team, so the item was closed.", sent_at: new Date("2021-11-28T05:46:54Z"), read_status: true },
            { id: 26, sender_id: 124, receiver_id: 54, ad_id: 267, content: "A partial delivery was reviewed the same day. The refund was delayed following a duplicate review. Flagged as repeat. The customer escalated the account.", sent_at: new Date("2022-12-06T12:15:14Z"), read_status: true },
            { id: 27, sender_id: 155, receiver_id: 3, ad_id: 16, content: "The order was cancelled after a minor check. An automatic follow-up: the appointment was refunded. A routine follow-up: the booking was updated.", sent_at: new Date("2021-08-20T12:30:00Z"), read_status: true },
            { id: 28, sender_id: 87, receiver_id: 94, ad_id: 30, content: "The courier confirmed the details and the account was refunded. The supplier reported a routine issue; the account was confirmed. The account was processed following an incomplete review.", sent_at: new Date("2021-04-01T00:10:38Z"), read_status: true },
            { id: 29, sender_id: 100, receiver_id: 101, ad_id: 24, content: "The supplier confirmed the details and the refund was closed. No response from the account owner, so the claim was escalated. An automatic follow-up: the booking was resolved. The team confirmed the details and the transfer was closed.", sent_at: new Date("2022-10-28T20:04:47Z"), read_status: true },
            { id: 30, sender_id: 177, receiver_id: 65, ad_id: 161, content: "An operator asked for a change and the booking was escalated. Flagged as manual. The courier updated the session.", sent_at: new Date("2022-12-12T20:34:27Z"), read_status: false },
            { id: 31, sender_id: 15, receiver_id: 124, ad_id: 140, content: "The team reported a minor issue; the transfer was cancelled. An operator asked for a change and the refund was rescheduled.", sent_at: new Date("2022-03-06T15:37:21Z"), read_status: false },
            { id: 32, sender_id: 181, receiver_id: 140, ad_id: 229, content: "Support confirmed the details and the document was resolved. The supplier reported a routine issue; the delivery was completed. The reviewer confirmed the details and the shipment was confirmed. The order was closed following an urgent review.", sent_at: new Date("2020-11-18T14:05:15Z"), read_status: true },
            { id: 33, sender_id: 169, receiver_id: 144, ad_id: 50, content: "The ticket was reviewed following a late review. Flagged as automatic. An operator resolved the booking. The team asked for a change and the claim was confirmed.", sent_at: new Date("2021-03-26T15:30:59Z"), read_status: true },
            { id: 34, sender_id: 106, receiver_id: 86, ad_id: 163, content: "The document was rejected after a routine check. No response from the account owner, so the appointment was closed. The request was resolved — duplicate case, no further action.", sent_at: new Date("2020-05-13T21:52:54Z"), read_status: false },
            { id: 35, sender_id: 125, receiver_id: 172, ad_id: 98, content: "The account owner asked for a change and the booking was refunded. An unusual session was reopened the same day. The item was processed following a repeat review. The shipment was reopened following a partial review.", sent_at: new Date("2022-05-31T20:06:53Z"), read_status: false },
            { id: 36, sender_id: 186, receiver_id: 1, ad_id: 244, content: "The customer asked for a change and the refund was completed. A duplicate follow-up: the record was replaced.", sent_at: new Date("2022-09-20T20:55:46Z"), read_status: false },
            { id: 37, sender_id: 72, receiver_id: 143, ad_id: 72, content: "The invoice was processed following a partial review. No response from support, so the record was reopened. The customer reported an unusual issue; the item was closed.", sent_at: new Date("2020-01-10T10:36:57Z"), read_status: true },
            { id: 38, sender_id: 184, receiver_id: 114, ad_id: 85, content: "Flagged as unusual. The reviewer updated the record. An operator asked for a change and the delivery was cancelled.", sent_at: new Date("2020-04-22T12:37:40Z"), read_status: false },
            { id: 39, sender_id: 66, receiver_id: 17, ad_id: 165, content: "A partial document was completed the same day. Flagged as unusual. The team escalated the appointment. The claim was updated — incomplete case, no further action.", sent_at: new Date("2020-04-22T19:28:57Z"), read_status: false },
            { id: 40, sender_id: 37, receiver_id: 123, ad_id: 124, content: "The ticket was reopened — urgent case, no further action. A manual document was escalated the same day.", sent_at: new Date("2020-02-17T18:40:24Z"), read_status: false },
            { id: 41, sender_id: 19, receiver_id: 105, ad_id: 235, content: "The appointment was confirmed after an unusual check. The request was resolved after a partial check. A late report was rescheduled the same day.", sent_at: new Date("2020-01-08T11:19:21Z"), read_status: false },
            { id: 42, sender_id: 104, receiver_id: 88, ad_id: 230, content: "Flagged as minor. The customer updated the request. An automatic follow-up: the session was updated. The courier reported a partial issue; the account was processed. The payment was rescheduled — incomplete case, no further action.", sent_at: new Date("2022-04-26T11:07:12Z"), read_status: false },
            { id: 43, sender_id: 197, receiver_id: 31, ad_id: 177, content: "The team asked for a change and the claim was refunded. A late appointment was processed the same day. A partial shipment was delayed the same day. No response from the supplier, so the delivery was updated.", sent_at: new Date("2022-11-17T17:10:55Z"), read_status: true },
            { id: 44, sender_id: 59, receiver_id: 33, ad_id: 178, content: "A routine shipment was approved the same day. The transfer was processed — partial case, no further action. A standard session was updated the same day. No response from the supplier, so the record was closed.", sent_at: new Date("2021-02-02T15:38:45Z"), read_status: false },
            { id: 45, sender_id: 106, receiver_id: 124, ad_id: 175, content: "An automatic appointment was reviewed the same day. Flagged as automatic. The courier reopened the invoice.", sent_at: new Date("2021-11-30T11:07:11Z"), read_status: false },
            { id: 46, sender_id: 191, receiver_id: 166, ad_id: 1, content: "The customer confirmed the details and the report was reopened. Flagged as minor. The courier updated the transfer. Flagged as routine. An operator closed the appointment. The supplier confirmed the details and the shipment was confirmed.", sent_at: new Date("2021-10-25T19:42:51Z"), read_status: false },
            { id: 47, sender_id: 101, receiver_id: 58, ad_id: 59, content: "An operator asked for a change and the transfer was delayed. No response from the customer, so the order was cancelled.", sent_at: new Date("2022-07-12T19:35:18Z"), read_status: false },
            { id: 48, sender_id: 59, receiver_id: 158, ad_id: 217, content: "Flagged as urgent. The reviewer processed the appointment. The reviewer asked for a change and the order was reopened. A routine item was resolved the same day. The appointment was replaced after a duplicate check.", sent_at: new Date("2020-01-17T19:30:55Z"), read_status: true },
            { id: 49, sender_id: 151, receiver_id: 15, ad_id: 103, content: "An operator asked for a change and the order was cancelled. The account owner confirmed the details and the request was confirmed. A standard appointment was reviewed the same day. The claim was cancelled following a partial review.", sent_at: new Date("2021-07-15T16:41:07Z"), read_status: true },
            { id: 50, sender_id: 8, receiver_id: 109, ad_id: 219, content: "A manual follow-up: the order was updated. The reviewer reported an urgent issue; the shipment was escalated.", sent_at: new Date("2021-02-02T12:15:48Z"), read_status: false },
            { id: 51, sender_id: 105, receiver_id: 192, ad_id: 26, content: "The refund was replaced after a partial check. The item was reopened after a routine check.", sent_at: new Date("2022-07-20T21:48:55Z"), read_status: true },
            { id: 52, sender_id: 188, receiver_id: 147, ad_id: 142, content: "No response from an operator, so the record was refunded. No response from the account owner, so the appointment was delayed. The session was approved following an automatic review.", sent_at: new Date("2022-02-12T13:08:57Z"), read_status: false },
            { id: 53, sender_id: 20, receiver_id: 110, ad_id: 24, content: "The booking was processed — partial case, no further action. The refund was updated following an urgent review.", sent_at: new Date("2022-12-07T18:53:22Z"), read_status: true },
            { id: 54, sender_id: 98, receiver_id: 43, ad_id: 235, content: "The customer confirmed the details and the refund was replaced. The session was resolved after an automatic check. No response from the account owner, so the item was reviewed.", sent_at: new Date("2021-04-19T07:40:16Z"), read_status: false },
            { id: 55, sender_id: 164, receiver_id: 32, ad_id: 242, content: "Flagged as urgent. The account owner confirmed the request. The customer asked for a change and the invoice was refunded. The order was replaced after a standard check. The courier confirmed the details and the invoice was delayed.", sent_at: new Date("2021-08-18T14:41:20Z"), read_status: true },
            { id: 56, sender_id: 50, receiver_id: 171, ad_id: 246, content: "The report was rescheduled following a routine review. Flagged as routine. The team reopened the payment.", sent_at: new Date("2020-07-13T15:05:13Z"), read_status: false },
            { id: 57, sender_id: 154, receiver_id: 26, ad_id: 231, content: "The supplier asked for a change and the appointment was closed. Flagged as urgent. An operator reopened the booking. The document was confirmed — urgent case, no further action. The account owner reported an automatic issue; the record was replaced.", sent_at: new Date("2021-11-14T16:28:23Z"), read_status: true },
            { id: 58, sender_id: 200, receiver_id: 108, ad_id: 262, content: "An incomplete follow-up: the report was updated. A duplicate session was refunded the same day.", sent_at: new Date("2020-10-17T11:02:15Z"), read_status: true },
            { id: 59, sender_id: 168, receiver_id: 78, ad_id: 194, content: "The payment was replaced — standard case, no further action. The document was cancelled following a standard review. The invoice was completed — unusual case, no further action.", sent_at: new Date("2021-05-17T13:30:47Z"), read_status: false },
            { id: 60, sender_id: 177, receiver_id: 4, ad_id: 232, content: "A duplicate follow-up: the booking was cancelled. No response from the reviewer, so the ticket was rescheduled. An operator reported an incomplete issue; the refund was processed. The payment was refunded — incomplete case, no further action.", sent_at: new Date("2020-01-25T21:46:55Z"), read_status: true },
            { id: 61, sender_id: 16, receiver_id: 162, ad_id: 238, content: "An urgent follow-up: the invoice was escalated. A late account was rescheduled the same day.", sent_at: new Date("2022-12-06T19:04:11Z"), read_status: false },
            { id: 62, sender_id: 160, receiver_id: 47, ad_id: 190, content: "The appointment was confirmed — standard case, no further action. No response from the team, so the shipment was processed. The request was closed after a minor check. A repeat document was processed the same day.", sent_at: new Date("2021-06-03T17:42:08Z"), read_status: false },
            { id: 63, sender_id: 76, receiver_id: 173, ad_id: 176, content: "The payment was reviewed after a manual check. The transfer was reopened — partial case, no further action. An urgent follow-up: the request was updated.", sent_at: new Date("2022-04-13T18:56:58Z"), read_status: false },
            { id: 64, sender_id: 102, receiver_id: 73, ad_id: 225, content: "A routine booking was replaced the same day. Support reported an automatic issue; the claim was rejected. No response from the reviewer, so the record was escalated. Support asked for a change and the account was completed.", sent_at: new Date("2020-04-11T19:00:54Z"), read_status: false },
            { id: 65, sender_id: 50, receiver_id: 180, ad_id: 242, content: "No response from the supplier, so the appointment was escalated. The customer asked for a change and the order was refunded. The team confirmed the details and the refund was escalated. Flagged as unusual. The supplier reviewed the invoice.", sent_at: new Date("2020-09-18T12:25:50Z"), read_status: false },
            { id: 66, sender_id: 95, receiver_id: 118, ad_id: 129, content: "No response from the customer, so the transfer was refunded. The appointment was reopened — automatic case, no further action. A routine follow-up: the claim was refunded.", sent_at: new Date("2020-10-14T15:22:04Z"), read_status: false },
            { id: 67, sender_id: 33, receiver_id: 159, ad_id: 154, content: "No response from the team, so the account was replaced. An operator asked for a change and the account was approved.", sent_at: new Date("2021-07-03T08:01:22Z"), read_status: false },
            { id: 68, sender_id: 48, receiver_id: 88, ad_id: 170, content: "The delivery was confirmed after an unusual check. A duplicate follow-up: the report was confirmed. An operator reported an automatic issue; the request was resolved.", sent_at: new Date("2020-05-30T09:13:02Z"), read_status: true },
            { id: 69, sender_id: 147, receiver_id: 38, ad_id: 279, content: "The reviewer asked for a change and the request was reviewed. The appointment was replaced — duplicate case, no further action.", sent_at: new Date("2021-05-11T18:15:38Z"), read_status: true },
            { id: 70, sender_id: 50, receiver_id: 49, ad_id: 6, content: "An operator reported a manual issue; the invoice was replaced. The supplier asked for a change and the claim was replaced.", sent_at: new Date("2022-10-04T09:08:42Z"), read_status: false },
            { id: 71, sender_id: 112, receiver_id: 185, ad_id: 36, content: "The shipment was confirmed after a minor check. The document was escalated following an incomplete review. The account owner reported an unusual issue; the request was replaced.", sent_at: new Date("2020-05-11T19:33:30Z"), read_status: false },
            { id: 72, sender_id: 189, receiver_id: 143, ad_id: 298, content: "The appointment was reopened — manual case, no further action. No response from the team, so the account was processed. Flagged as incomplete. Support confirmed the account. An incomplete booking was reopened the same day.", sent_at: new Date("2022-04-11T12:18:04Z"), read_status: true },
            { id: 73, sender_id: 4, receiver_id: 164, ad_id: 118, content: "The shipment was reviewed after a late check. The request was cancelled after an automatic check. An incomplete follow-up: the invoice was refunded.", sent_at: new Date("2020-05-07T18:02:42Z"), read_status: false },
            { id: 74, sender_id: 38, receiver_id: 159, ad_id: 179, content: "The order was updated after a manual check. An incomplete follow-up: the record was approved. A partial shipment was refunded the same day. Flagged as repeat. The customer rejected the refund.", sent_at: new Date("2021-10-11T19:39:16Z"), read_status: false },
            { id: 75, sender_id: 92, receiver_id: 58, ad_id: 29, content: "The customer asked for a change and the claim was rescheduled. The team confirmed the details and the shipment was replaced. A routine transfer was replaced the same day.", sent_at: new Date("2022-09-11T00:04:53Z"), read_status: false },
            { id: 76, sender_id: 78, receiver_id: 54, ad_id: 229, content: "Flagged as partial. The team updated the account. No response from an operator, so the claim was refunded. A standard transfer was refunded the same day.", sent_at: new Date("2020-05-24T15:20:45Z"), read_status: true },
            { id: 77, sender_id: 18, receiver_id: 11, ad_id: 232, content: "An incomplete delivery was escalated the same day. An operator asked for a change and the order was approved. Flagged as urgent. The courier completed the ticket.", sent_at: new Date("2021-03-14T22:24:34Z"), read_status: true },
            { id: 78, sender_id: 160, receiver_id: 93, ad_id: 259, content: "Support asked for a change and the report was updated. The reviewer confirmed the details and the report was replaced. No response from the supplier, so the order was closed. The invoice was completed — automatic case, no further action.", sent_at: new Date("2020-07-10T07:03:40Z"), read_status: false },
            { id: 79, sender_id: 129, receiver_id: 120, ad_id: 253, content: "The reviewer reported a routine issue; the shipment was completed. A standard refund was reopened the same day.", sent_at: new Date("2021-09-23T11:17:41Z"), read_status: true },
            { id: 80, sender_id: 35, receiver_id: 131, ad_id: 219, content: "The claim was updated after an automatic check. The account was refunded following a duplicate review.", sent_at: new Date("2020-01-12T06:23:32Z"), read_status: false },
            { id: 81, sender_id: 53, receiver_id: 169, ad_id: 211, content: "An automatic follow-up: the item was approved. The team reported an unusual issue; the order was refunded. A repeat follow-up: the refund was escalated.", sent_at: new Date("2020-05-22T17:01:50Z"), read_status: true },
            { id: 82, sender_id: 34, receiver_id: 152, ad_id: 123, content: "Flagged as unusual. The courier cancelled the request. A standard booking was escalated the same day. The shipment was resolved — minor case, no further action. Support reported a late issue; the report was processed.", sent_at: new Date("2020-05-12T11:40:25Z"), read_status: false },
            { id: 83, sender_id: 158, receiver_id: 111, ad_id: 213, content: "The session was approved after an urgent check. Support asked for a change and the account was updated. The supplier asked for a change and the item was completed. The courier reported a standard issue; the session was updated.", sent_at: new Date("2021-08-27T20:27:59Z"), read_status: true },
            { id: 84, sender_id: 130, receiver_id: 61, ad_id: 14, content: "The courier reported an unusual issue; the refund was delayed. A minor follow-up: the transfer was cancelled.", sent_at: new Date("2022-06-30T08:22:48Z"), read_status: true },
            { id: 85, sender_id: 21, receiver_id: 25, ad_id: 75, content: "No response from the reviewer, so the order was resolved. The document was completed — partial case, no further action. The customer confirmed the details and the record was approved.", sent_at: new Date("2020-09-21T21:11:18Z"), read_status: false },
            { id: 86, sender_id: 176, receiver_id: 194, ad_id: 101, content: "The payment was resolved after a minor check. The account owner asked for a change and the request was approved.", sent_at: new Date("2022-07-16T07:22:58Z"), read_status: true },
            { id: 87, sender_id: 169, receiver_id: 64, ad_id: 31, content: "The account owner reported a routine issue; the document was cancelled. The team confirmed the details and the item was confirmed.", sent_at: new Date("2022-02-19T22:13:38Z"), read_status: false },
            { id: 88, sender_id: 167, receiver_id: 20, ad_id: 269, content: "Support confirmed the details and the account was processed. The transfer was completed after an unusual check.", sent_at: new Date("2022-05-12T18:43:00Z"), read_status: true },
            { id: 89, sender_id: 154, receiver_id: 99, ad_id: 118, content: "The item was closed after a routine check. An automatic follow-up: the delivery was rejected. Flagged as automatic. The customer processed the delivery. The refund was processed — minor case, no further action.", sent_at: new Date("2020-06-27T11:35:06Z"), read_status: true },
            { id: 90, sender_id: 178, receiver_id: 168, ad_id: 179, content: "The customer reported an urgent issue; the ticket was rejected. Flagged as late. Support completed the invoice. The shipment was resolved following a duplicate review. The report was closed following an incomplete review.", sent_at: new Date("2022-07-23T14:40:14Z"), read_status: true },
            { id: 91, sender_id: 89, receiver_id: 181, ad_id: 135, content: "A manual follow-up: the report was escalated. The courier reported a late issue; the item was updated. No response from support, so the session was rejected.", sent_at: new Date("2022-06-07T20:34:52Z"), read_status: false },
            { id: 92, sender_id: 65, receiver_id: 38, ad_id: 59, content: "No response from the reviewer, so the report was escalated. Flagged as standard. The account owner resolved the booking.", sent_at: new Date("2022-04-18T15:43:27Z"), read_status: false },
            { id: 93, sender_id: 197, receiver_id: 80, ad_id: 214, content: "The account owner asked for a change and the booking was reopened. No response from an operator, so the record was rejected.", sent_at: new Date("2022-06-21T23:59:47Z"), read_status: false },
            { id: 94, sender_id: 58, receiver_id: 159, ad_id: 254, content: "An incomplete follow-up: the payment was delayed. Flagged as manual. An operator rejected the request. An incomplete request was confirmed the same day. No response from the team, so the order was refunded.", sent_at: new Date("2022-12-31T15:12:37Z"), read_status: true },
            { id: 95, sender_id: 124, receiver_id: 190, ad_id: 6, content: "An automatic follow-up: the appointment was closed. No response from the reviewer, so the delivery was completed. Support reported a partial issue; the shipment was cancelled. The payment was cancelled after a manual check.", sent_at: new Date("2022-01-28T05:21:14Z"), read_status: true },
            { id: 96, sender_id: 79, receiver_id: 93, ad_id: 21, content: "The document was escalated after a late check. A late follow-up: the refund was replaced. The account was reviewed after an unusual check. An automatic item was processed the same day.", sent_at: new Date("2021-07-01T12:26:25Z"), read_status: false },
            { id: 97, sender_id: 53, receiver_id: 23, ad_id: 174, content: "The document was approved following a routine review. The team reported a late issue; the booking was replaced. No response from the courier, so the payment was delayed. The supplier asked for a change and the claim was replaced.", sent_at: new Date("2021-01-05T07:14:32Z"), read_status: true },
            { id: 98, sender_id: 196, receiver_id: 195, ad_id: 236, content: "The account was cancelled following a standard review. A duplicate claim was delayed the same day.", sent_at: new Date("2022-11-25T22:13:59Z"), read_status: false },
            { id: 99, sender_id: 50, receiver_id: 36, ad_id: 188, content: "No response from the account owner, so the payment was cancelled. The delivery was reopened after a minor check. Support reported a routine issue; the payment was reviewed.", sent_at: new Date("2021-12-06T18:26:02Z"), read_status: false },
            { id: 100, sender_id: 199, receiver_id: 25, ad_id: 217, content: "A partial follow-up: the order was updated. A minor follow-up: the session was closed. Support reported a manual issue; the request was resolved.", sent_at: new Date("2020-04-19T23:07:41Z"), read_status: false },
            { id: 101, sender_id: 200, receiver_id: 106, ad_id: 22, content: "No response from support, so the ticket was closed. A partial shipment was completed the same day.", sent_at: new Date("2022-06-06T00:25:35Z"), read_status: true },
            { id: 102, sender_id: 85, receiver_id: 31, ad_id: 167, content: "The transfer was processed — duplicate case, no further action. The customer confirmed the details and the request was replaced.", sent_at: new Date("2022-12-30T06:04:05Z"), read_status: true },
            { id: 103, sender_id: 162, receiver_id: 116, ad_id: 249, content: "The refund was reopened following an incomplete review. The account was completed following a repeat review. The account owner asked for a change and the claim was resolved. The refund was reopened — duplicate case, no further action.", sent_at: new Date("2020-02-10T01:54:46Z"), read_status: false },
            { id: 104, sender_id: 189, receiver_id: 168, ad_id: 169, content: "The booking was completed following an unusual review. An unusual refund was confirmed the same day. The account owner reported a late issue; the session was escalated. The team confirmed the details and the order was reopened.", sent_at: new Date("2022-09-12T19:07:26Z"), read_status: true },
            { id: 105, sender_id: 197, receiver_id: 149, ad_id: 271, content: "No response from the reviewer, so the claim was reopened. The reviewer asked for a change and the record was delayed. The payment was confirmed following a late review. The reviewer confirmed the details and the ticket was updated.", sent_at: new Date("2021-08-28T12:56:20Z"), read_status: true },
            { id: 106, sender_id: 145, receiver_id: 137, ad_id: 280, content: "The reviewer confirmed the details and the record was confirmed. The request was reviewed — routine case, no further action. The booking was completed following a late review. The order was reviewed following an incomplete review.", sent_at: new Date("2021-10-14T19:01:57Z"), read_status: false },
            { id: 107, sender_id: 127, receiver_id: 199, ad_id: 200, content: "A standard follow-up: the document was cancelled. The team confirmed the details and the ticket was rescheduled. No response from the courier, so the order was delayed. The account owner reported an urgent issue; the item was resolved.", sent_at: new Date("2020-03-06T18:03:58Z"), read_status: true },
            { id: 108, sender_id: 5, receiver_id: 139, ad_id: 194, content: "The customer confirmed the details and the invoice was approved. A duplicate follow-up: the item was completed.", sent_at: new Date("2020-02-11T20:03:54Z"), read_status: false },
            { id: 109, sender_id: 73, receiver_id: 103, ad_id: 9, content: "The refund was cancelled — late case, no further action. The customer reported an unusual issue; the booking was closed. No response from the courier, so the order was rescheduled. The refund was confirmed after a standard check.", sent_at: new Date("2021-02-04T16:31:02Z"), read_status: true },
            { id: 110, sender_id: 173, receiver_id: 77, ad_id: 250, content: "The appointment was closed after a manual check. The reviewer asked for a change and the record was refunded. Flagged as urgent. The customer resolved the session. No response from the account owner, so the order was rescheduled.", sent_at: new Date("2022-11-03T23:25:31Z"), read_status: false },
            { id: 111, sender_id: 161, receiver_id: 169, ad_id: 29, content: "An automatic shipment was processed the same day. The supplier asked for a change and the claim was escalated. An automatic follow-up: the shipment was reviewed.", sent_at: new Date("2021-02-08T16:21:25Z"), read_status: true },
            { id: 112, sender_id: 40, receiver_id: 184, ad_id: 12, content: "The reviewer confirmed the details and the document was rejected. Support asked for a change and the record was delayed. The order was processed following an automatic review.", sent_at: new Date("2020-03-10T14:19:37Z"), read_status: false },
            { id: 113, sender_id: 159, receiver_id: 42, ad_id: 299, content: "A late shipment was reviewed the same day. Flagged as unusual. The customer reviewed the ticket. The booking was rejected following a repeat review. The item was reviewed after an incomplete check.", sent_at: new Date("2021-08-30T15:16:51Z"), read_status: true },
            { id: 114, sender_id: 113, receiver_id: 142, ad_id: 127, content: "No response from the supplier, so the delivery was rejected. The refund was processed — unusual case, no further action.", sent_at: new Date("2022-05-04T20:01:31Z"), read_status: false },
            { id: 115, sender_id: 157, receiver_id: 194, ad_id: 157, content: "Flagged as partial. The reviewer cancelled the report. The courier reported a repeat issue; the booking was refunded. An operator confirmed the details and the booking was approved.", sent_at: new Date("2020-09-16T20:53:20Z"), read_status: true },
            { id: 116, sender_id: 108, receiver_id: 96, ad_id: 217, content: "Flagged as unusual. An operator rejected the booking. The courier reported an unusual issue; the account was reviewed.", sent_at: new Date("2020-08-17T15:05:20Z"), read_status: false },
            { id: 117, sender_id: 134, receiver_id: 67, ad_id: 226, content: "Support reported a standard issue; the item was confirmed. No response from the supplier, so the account was refunded. The customer confirmed the details and the delivery was refunded. The shipment was approved after a manual check.", sent_at: new Date("2021-07-21T20:28:11Z"), read_status: true },
            { id: 118, sender_id: 186, receiver_id: 140, ad_id: 75, content: "The supplier confirmed the details and the booking was reopened. A manual payment was replaced the same day. The reviewer confirmed the details and the booking was refunded.", sent_at: new Date("2020-10-31T18:26:04Z"), read_status: false },
            { id: 119, sender_id: 118, receiver_id: 30, ad_id: 43, content: "The customer confirmed the details and the shipment was completed. An operator confirmed the details and the item was completed. A manual follow-up: the account was reopened.", sent_at: new Date("2020-05-29T17:45:15Z"), read_status: true },
            { id: 120, sender_id: 192, receiver_id: 75, ad_id: 245, content: "A repeat follow-up: the order was reopened. No response from the team, so the document was approved. The account owner reported a duplicate issue; the delivery was rejected. The payment was reopened — incomplete case, no further action.", sent_at: new Date("2021-03-02T20:53:29Z"), read_status: false },
            { id: 121, sender_id: 28, receiver_id: 134, ad_id: 177, content: "The account owner reported a late issue; the record was rejected. A repeat item was replaced the same day. A minor account was refunded the same day.", sent_at: new Date("2021-05-21T18:00:36Z"), read_status: true },
            { id: 122, sender_id: 85, receiver_id: 52, ad_id: 175, content: "The courier asked for a change and the document was cancelled. The courier reported a repeat issue; the payment was reopened. Flagged as duplicate. The courier rejected the booking.", sent_at: new Date("2021-06-27T16:22:48Z"), read_status: false },
            { id: 123, sender_id: 91, receiver_id: 56, ad_id: 219, content: "The item was updated after an automatic check. A manual request was completed the same day.", sent_at: new Date("2021-07-04T18:26:47Z"), read_status: false },
            { id: 124, sender_id: 73, receiver_id: 181, ad_id: 67, content: "Support confirmed the details and the item was updated. The booking was resolved following a partial review. A repeat record was cancelled the same day. A standard account was approved the same day.", sent_at: new Date("2021-04-05T14:07:00Z"), read_status: false },
            { id: 125, sender_id: 159, receiver_id: 43, ad_id: 291, content: "The reviewer confirmed the details and the refund was cancelled. No response from the team, so the request was rejected. Flagged as urgent. An operator cancelled the request. The invoice was updated following an automatic review.", sent_at: new Date("2020-09-20T19:12:18Z"), read_status: true },
            { id: 126, sender_id: 160, receiver_id: 191, ad_id: 147, content: "The courier reported an urgent issue; the refund was rescheduled. A late follow-up: the report was escalated. Flagged as duplicate. The supplier rejected the ticket. An unusual follow-up: the appointment was closed.", sent_at: new Date("2021-03-23T17:33:21Z"), read_status: false },
            { id: 127, sender_id: 2, receiver_id: 184, ad_id: 4, content: "The claim was reviewed following a manual review. No response from an operator, so the shipment was replaced. The account was approved following a standard review. An operator reported an unusual issue; the claim was updated.", sent_at: new Date("2021-09-20T18:23:43Z"), read_status: false },
            { id: 128, sender_id: 128, receiver_id: 111, ad_id: 207, content: "The appointment was reviewed after an urgent check. The account was rejected — partial case, no further action.", sent_at: new Date("2022-01-17T19:41:26Z"), read_status: false },
            { id: 129, sender_id: 51, receiver_id: 161, ad_id: 47, content: "The record was updated following a minor review. The courier confirmed the details and the transfer was confirmed. Flagged as automatic. The supplier replaced the item.", sent_at: new Date("2021-03-31T19:08:20Z"), read_status: false },
            { id: 130, sender_id: 153, receiver_id: 74, ad_id: 196, content: "The courier asked for a change and the item was rejected. A standard item was refunded the same day.", sent_at: new Date("2021-06-14T12:27:37Z"), read_status: false },
            { id: 131, sender_id: 183, receiver_id: 53, ad_id: 101, content: "The account owner asked for a change and the session was reviewed. A routine follow-up: the claim was delayed. A repeat order was cancelled the same day.", sent_at: new Date("2020-07-20T11:06:00Z"), read_status: false },
            { id: 132, sender_id: 121, receiver_id: 86, ad_id: 45, content: "The supplier asked for a change and the ticket was reviewed. A partial delivery was cancelled the same day.", sent_at: new Date("2021-06-12T12:56:44Z"), read_status: true },
            { id: 133, sender_id: 30, receiver_id: 160, ad_id: 27, content: "Flagged as repeat. The account owner cancelled the appointment. The document was rescheduled after a partial check. The record was closed following a partial review.", sent_at: new Date("2021-06-19T14:42:18Z"), read_status: true },
            { id: 134, sender_id: 62, receiver_id: 28, ad_id: 139, content: "A duplicate delivery was approved the same day. Flagged as routine. The team completed the invoice. An urgent delivery was refunded the same day. An unusual record was refunded the same day.", sent_at: new Date("2021-07-12T17:15:44Z"), read_status: true },
            { id: 135, sender_id: 155, receiver_id: 85, ad_id: 269, content: "The account owner asked for a change and the request was confirmed. The record was processed after a standard check. The booking was rejected following a minor review.", sent_at: new Date("2020-02-19T18:18:51Z"), read_status: true },
            { id: 136, sender_id: 69, receiver_id: 8, ad_id: 102, content: "Flagged as urgent. The team reviewed the report. Flagged as automatic. The team rescheduled the invoice.", sent_at: new Date("2021-09-13T10:11:01Z"), read_status: true },
            { id: 137, sender_id: 44, receiver_id: 16, ad_id: 184, content: "The reviewer confirmed the details and the session was confirmed. The request was refunded — late case, no further action. The appointment was delayed following a duplicate review.", sent_at: new Date("2020-06-14T11:54:54Z"), read_status: false },
            { id: 138, sender_id: 140, receiver_id: 94, ad_id: 31, content: "An urgent ticket was approved the same day. The team confirmed the details and the appointment was reopened.", sent_at: new Date("2022-08-01T12:00:14Z"), read_status: false },
            { id: 139, sender_id: 24, receiver_id: 112, ad_id: 101, content: "The request was delayed — manual case, no further action. The team confirmed the details and the invoice was rescheduled. A repeat appointment was updated the same day.", sent_at: new Date("2021-07-09T17:05:13Z"), read_status: false },
            { id: 140, sender_id: 126, receiver_id: 138, ad_id: 244, content: "The courier reported an urgent issue; the account was processed. The transfer was rejected following a routine review.", sent_at: new Date("2020-05-29T21:16:37Z"), read_status: false },
            { id: 141, sender_id: 192, receiver_id: 187, ad_id: 5, content: "The request was processed following a minor review. Support asked for a change and the ticket was reopened. The reviewer confirmed the details and the appointment was refunded. No response from support, so the request was updated.", sent_at: new Date("2021-12-16T09:35:55Z"), read_status: false },
            { id: 142, sender_id: 71, receiver_id: 9, ad_id: 130, content: "The courier confirmed the details and the booking was cancelled. The document was processed — routine case, no further action.", sent_at: new Date("2021-07-05T07:43:13Z"), read_status: true },
            { id: 143, sender_id: 15, receiver_id: 116, ad_id: 47, content: "The shipment was processed following a repeat review. The session was confirmed — incomplete case, no further action. A routine record was delayed the same day.", sent_at: new Date("2020-03-16T13:56:08Z"), read_status: false },
            { id: 144, sender_id: 20, receiver_id: 8, ad_id: 117, content: "The supplier asked for a change and the transfer was closed. An urgent appointment was updated the same day. Flagged as minor. The team closed the booking. No response from the courier, so the report was delayed.", sent_at: new Date("2022-10-23T19:23:10Z"), read_status: false },
            { id: 145, sender_id: 182, receiver_id: 59, ad_id: 111, content: "An urgent follow-up: the refund was reopened. No response from the reviewer, so the session was reviewed. The session was reviewed — automatic case, no further action. The courier reported a standard issue; the appointment was resolved.", sent_at: new Date("2022-04-14T18:27:11Z"), read_status: true },
            { id: 146, sender_id: 151, receiver_id: 58, ad_id: 5, content: "A minor follow-up: the order was delayed. A routine follow-up: the request was reopened. The appointment was rejected following an unusual review. Flagged as duplicate. The reviewer cancelled the payment.", sent_at: new Date("2022-08-17T14:34:41Z"), read_status: true },
            { id: 147, sender_id: 117, receiver_id: 28, ad_id: 285, content: "A duplicate document was closed the same day. The request was rejected after an urgent check.", sent_at: new Date("2021-08-01T13:11:49Z"), read_status: true },
            { id: 148, sender_id: 1, receiver_id: 42, ad_id: 81, content: "Flagged as incomplete. The reviewer reopened the invoice. A late report was refunded the same day. The request was updated after a routine check. An urgent transfer was confirmed the same day.", sent_at: new Date("2022-10-13T07:24:59Z"), read_status: true },
            { id: 149, sender_id: 7, receiver_id: 158, ad_id: 269, content: "The ticket was closed after a repeat check. The courier asked for a change and the refund was reviewed. The session was rejected — manual case, no further action. The request was closed following a minor review.", sent_at: new Date("2021-08-24T10:03:39Z"), read_status: true },
            { id: 150, sender_id: 48, receiver_id: 166, ad_id: 298, content: "A partial follow-up: the record was replaced. The transfer was replaced — partial case, no further action.", sent_at: new Date("2021-03-10T21:24:22Z"), read_status: true },
            { id: 151, sender_id: 113, receiver_id: 41, ad_id: 186, content: "The claim was resolved after a routine check. The request was escalated after a standard check. An automatic follow-up: the record was refunded.", sent_at: new Date("2022-09-28T11:38:36Z"), read_status: true },
            { id: 152, sender_id: 148, receiver_id: 116, ad_id: 226, content: "The reviewer confirmed the details and the report was processed. The booking was resolved — repeat case, no further action.", sent_at: new Date("2021-12-23T19:49:49Z"), read_status: false },
            { id: 153, sender_id: 99, receiver_id: 92, ad_id: 122, content: "The session was approved following a late review. The document was updated — urgent case, no further action. A repeat follow-up: the invoice was delayed. Flagged as repeat. The team reviewed the document.", sent_at: new Date("2022-11-03T16:00:06Z"), read_status: true },
            { id: 154, sender_id: 84, receiver_id: 160, ad_id: 144, content: "A late follow-up: the item was escalated. An automatic follow-up: the session was refunded.", sent_at: new Date("2022-05-03T11:41:04Z"), read_status: true },
            { id: 155, sender_id: 17, receiver_id: 6, ad_id: 33, content: "The supplier asked for a change and the transfer was processed. Flagged as duplicate. The supplier completed the order.", sent_at: new Date("2020-05-01T20:59:44Z"), read_status: true },
            { id: 156, sender_id: 95, receiver_id: 135, ad_id: 108, content: "No response from the reviewer, so the payment was closed. The session was cancelled — routine case, no further action. No response from the account owner, so the claim was processed.", sent_at: new Date("2021-07-22T15:00:57Z"), read_status: false },
            { id: 157, sender_id: 112, receiver_id: 67, ad_id: 140, content: "No response from support, so the transfer was rescheduled. An operator asked for a change and the payment was updated. A routine payment was reviewed the same day. The booking was processed after a late check.", sent_at: new Date("2021-12-30T08:05:02Z"), read_status: false },
            { id: 158, sender_id: 81, receiver_id: 13, ad_id: 73, content: "The customer reported a repeat issue; the request was confirmed. The order was processed — incomplete case, no further action. Flagged as incomplete. The reviewer cancelled the invoice.", sent_at: new Date("2021-12-30T09:11:32Z"), read_status: false },
            { id: 159, sender_id: 166, receiver_id: 187, ad_id: 157, content: "The courier reported a repeat issue; the request was refunded. The account was cancelled — standard case, no further action. An incomplete follow-up: the booking was rejected.", sent_at: new Date("2020-11-24T12:12:12Z"), read_status: false },
            { id: 160, sender_id: 194, receiver_id: 145, ad_id: 219, content: "An unusual appointment was rescheduled the same day. A manual follow-up: the report was refunded. The team confirmed the details and the delivery was confirmed. A routine report was cancelled the same day.", sent_at: new Date("2020-06-06T00:34:25Z"), read_status: true },
            { id: 161, sender_id: 89, receiver_id: 84, ad_id: 264, content: "The courier confirmed the details and the request was escalated. The transfer was escalated — late case, no further action.", sent_at: new Date("2021-10-26T15:30:07Z"), read_status: true },
            { id: 162, sender_id: 13, receiver_id: 87, ad_id: 20, content: "A standard follow-up: the request was rescheduled. Flagged as automatic. The team replaced the invoice. The customer reported a standard issue; the item was approved. The reviewer asked for a change and the delivery was rescheduled.", sent_at: new Date("2020-11-15T08:13:19Z"), read_status: true },
            { id: 163, sender_id: 166, receiver_id: 171, ad_id: 38, content: "The shipment was updated following an automatic review. An automatic follow-up: the appointment was approved.", sent_at: new Date("2021-01-31T18:04:14Z"), read_status: false },
            { id: 164, sender_id: 41, receiver_id: 73, ad_id: 124, content: "A duplicate ticket was delayed the same day. The courier asked for a change and the transfer was updated. The customer asked for a change and the delivery was processed.", sent_at: new Date("2022-06-25T21:47:28Z"), read_status: true },
            { id: 165, sender_id: 168, receiver_id: 139, ad_id: 268, content: "The shipment was confirmed after a routine check. The request was confirmed after an urgent check.", sent_at: new Date("2021-09-06T23:47:59Z"), read_status: false },
            { id: 166, sender_id: 24, receiver_id: 60, ad_id: 227, content: "A repeat session was processed the same day. A duplicate order was reopened the same day. The team confirmed the details and the ticket was escalated. The supplier reported an unusual issue; the shipment was reviewed.", sent_at: new Date("2020-10-10T09:14:51Z"), read_status: false },
            { id: 167, sender_id: 39, receiver_id: 160, ad_id: 299, content: "The supplier reported a standard issue; the ticket was rescheduled. The supplier confirmed the details and the booking was approved. The session was rejected following an automatic review.", sent_at: new Date("2021-08-04T10:45:24Z"), read_status: true },
            { id: 168, sender_id: 41, receiver_id: 181, ad_id: 200, content: "The courier reported a standard issue; the report was cancelled. The delivery was updated — partial case, no further action. The request was escalated after a minor check.", sent_at: new Date("2020-09-16T08:34:53Z"), read_status: false },
            { id: 169, sender_id: 28, receiver_id: 170, ad_id: 57, content: "The supplier reported a routine issue; the document was cancelled. A manual follow-up: the request was completed.", sent_at: new Date("2020-02-02T16:37:39Z"), read_status: true },
            { id: 170, sender_id: 84, receiver_id: 156, ad_id: 61, content: "The supplier asked for a change and the refund was completed. The order was cancelled following a routine review. No response from the reviewer, so the refund was delayed. The reviewer confirmed the details and the account was approved.", sent_at: new Date("2020-12-21T23:40:28Z"), read_status: true },
            { id: 171, sender_id: 105, receiver_id: 73, ad_id: 256, content: "The request was rejected following a manual review. The order was confirmed — partial case, no further action.", sent_at: new Date("2021-06-21T18:52:34Z"), read_status: false },
            { id: 172, sender_id: 196, receiver_id: 123, ad_id: 287, content: "The reviewer reported a routine issue; the item was closed. The customer reported an automatic issue; the booking was reviewed.", sent_at: new Date("2021-03-07T14:01:00Z"), read_status: true },
            { id: 173, sender_id: 149, receiver_id: 65, ad_id: 44, content: "The supplier confirmed the details and the invoice was resolved. The claim was reopened after an automatic check. An unusual follow-up: the transfer was processed. An unusual follow-up: the record was closed.", sent_at: new Date("2020-07-21T19:25:18Z"), read_status: false },
            { id: 174, sender_id: 1, receiver_id: 71, ad_id: 37, content: "The reviewer reported an unusual issue; the account was updated. An urgent ticket was cancelled the same day. No response from the team, so the refund was processed.", sent_at: new Date("2020-12-16T11:57:25Z"), read_status: true },
            { id: 175, sender_id: 97, receiver_id: 106, ad_id: 235, content: "The refund was escalated — repeat case, no further action. An automatic follow-up: the invoice was completed. The courier confirmed the details and the document was delayed.", sent_at: new Date("2021-06-20T20:10:14Z"), read_status: false },
            { id: 176, sender_id: 4, receiver_id: 128, ad_id: 121, content: "The supplier confirmed the details and the ticket was closed. The order was cancelled after an unusual check. The payment was resolved following a repeat review.", sent_at: new Date("2020-03-17T18:16:00Z"), read_status: true },
            { id: 177, sender_id: 130, receiver_id: 139, ad_id: 114, content: "The payment was refunded — repeat case, no further action. Support asked for a change and the document was processed.", sent_at: new Date("2021-12-22T20:14:18Z"), read_status: true },
            { id: 178, sender_id: 157, receiver_id: 37, ad_id: 65, content: "The item was resolved following an unusual review. The document was cancelled after an incomplete check.", sent_at: new Date("2021-11-13T12:59:29Z"), read_status: true },
            { id: 179, sender_id: 178, receiver_id: 77, ad_id: 4, content: "The session was resolved following an urgent review. Flagged as repeat. Support closed the ticket. The team asked for a change and the payment was rescheduled. The supplier reported a minor issue; the refund was escalated.", sent_at: new Date("2021-07-25T10:38:22Z"), read_status: false },
            { id: 180, sender_id: 135, receiver_id: 126, ad_id: 263, content: "The courier confirmed the details and the delivery was escalated. The supplier confirmed the details and the session was approved. Flagged as duplicate. The account owner approved the account. An operator reported a minor issue; the shipment was reviewed.", sent_at: new Date("2020-06-20T18:44:21Z"), read_status: true },
            { id: 181, sender_id: 180, receiver_id: 70, ad_id: 262, content: "An operator reported a manual issue; the document was cancelled. No response from the account owner, so the claim was rescheduled.", sent_at: new Date("2020-04-08T17:59:08Z"), read_status: true },
            { id: 182, sender_id: 29, receiver_id: 181, ad_id: 107, content: "The delivery was confirmed after a manual check. No response from the supplier, so the account was replaced. The courier confirmed the details and the payment was replaced.", sent_at: new Date("2022-12-19T08:56:06Z"), read_status: false },
            { id: 183, sender_id: 140, receiver_id: 138, ad_id: 233, content: "The team reported an automatic issue; the payment was cancelled. The account owner reported an incomplete issue; the transfer was resolved. No response from the team, so the transfer was replaced.", sent_at: new Date("2021-10-06T10:16:37Z"), read_status: false },
            { id: 184, sender_id: 102, receiver_id: 186, ad_id: 67, content: "The account owner confirmed the details and the delivery was confirmed. The team confirmed the details and the record was reviewed.", sent_at: new Date("2021-03-14T11:37:07Z"), read_status: false },
            { id: 185, sender_id: 144, receiver_id: 34, ad_id: 226, content: "Support reported a duplicate issue; the order was resolved. The team reported an urgent issue; the report was delayed.", sent_at: new Date("2022-09-25T12:05:20Z"), read_status: false },
            { id: 186, sender_id: 20, receiver_id: 122, ad_id: 43, content: "An automatic follow-up: the record was processed. No response from the supplier, so the appointment was delayed. The courier confirmed the details and the record was escalated.", sent_at: new Date("2022-05-08T17:50:17Z"), read_status: false },
            { id: 187, sender_id: 64, receiver_id: 186, ad_id: 4, content: "No response from the reviewer, so the invoice was rescheduled. The account owner asked for a change and the refund was approved.", sent_at: new Date("2022-08-10T21:24:44Z"), read_status: false },
            { id: 188, sender_id: 150, receiver_id: 13, ad_id: 152, content: "An operator reported an automatic issue; the session was approved. The transfer was resolved following a standard review.", sent_at: new Date("2020-07-05T00:16:42Z"), read_status: true },
            { id: 189, sender_id: 196, receiver_id: 64, ad_id: 19, content: "An incomplete follow-up: the request was reviewed. The reviewer asked for a change and the payment was completed. Flagged as minor. The customer refunded the order. The claim was replaced — urgent case, no further action.", sent_at: new Date("2021-07-11T20:09:21Z"), read_status: true },
            { id: 190, sender_id: 160, receiver_id: 46, ad_id: 147, content: "The transfer was delayed — repeat case, no further action. The customer asked for a change and the report was reviewed.", sent_at: new Date("2020-08-26T12:48:31Z"), read_status: false },
            { id: 191, sender_id: 128, receiver_id: 85, ad_id: 229, content: "The ticket was reviewed — repeat case, no further action. The record was updated following a standard review. The courier asked for a change and the request was completed. A duplicate document was reviewed the same day.", sent_at: new Date("2021-12-01T12:38:03Z"), read_status: false },
            { id: 192, sender_id: 112, receiver_id: 139, ad_id: 231, content: "An incomplete follow-up: the appointment was processed. A duplicate account was updated the same day. An unusual follow-up: the report was approved. A routine record was reviewed the same day.", sent_at: new Date("2021-08-24T20:25:53Z"), read_status: true },
            { id: 193, sender_id: 8, receiver_id: 188, ad_id: 33, content: "The account owner confirmed the details and the ticket was rescheduled. No response from the team, so the refund was refunded. A minor follow-up: the appointment was cancelled.", sent_at: new Date("2020-01-09T12:22:50Z"), read_status: false },
            { id: 194, sender_id: 74, receiver_id: 4, ad_id: 36, content: "Flagged as urgent. Support approved the document. The customer confirmed the details and the delivery was resolved. The supplier reported a standard issue; the booking was closed. No response from the team, so the record was processed.", sent_at: new Date("2022-08-23T19:35:46Z"), read_status: true },
            { id: 195, sender_id: 9, receiver_id: 164, ad_id: 57, content: "An operator asked for a change and the refund was completed. The reviewer reported an unusual issue; the ticket was reopened. The customer confirmed the details and the delivery was reviewed.", sent_at: new Date("2023-01-01T23:45:53Z"), read_status: false },
            { id: 196, sender_id: 89, receiver_id: 24, ad_id: 142, content: "The invoice was approved after a duplicate check. A repeat follow-up: the payment was replaced.", sent_at: new Date("2022-12-18T19:50:25Z"), read_status: true },
            { id: 197, sender_id: 21, receiver_id: 48, ad_id: 85, content: "The reviewer confirmed the details and the payment was closed. The supplier asked for a change and the record was rejected. The claim was refunded after an urgent check.", sent_at: new Date("2021-12-31T22:40:26Z"), read_status: true },
            { id: 198, sender_id: 86, receiver_id: 136, ad_id: 247, content: "No response from the courier, so the session was processed. A late report was resolved the same day. A partial booking was delayed the same day.", sent_at: new Date("2021-06-28T22:18:30Z"), read_status: false },
            { id: 199, sender_id: 4, receiver_id: 175, ad_id: 135, content: "The account was rescheduled after an incomplete check. The claim was confirmed — minor case, no further action. No response from the customer, so the ticket was refunded.", sent_at: new Date("2021-05-23T13:23:16Z"), read_status: false },
            { id: 200, sender_id: 49, receiver_id: 96, ad_id: 48, content: "An urgent follow-up: the session was cancelled. A duplicate booking was completed the same day.", sent_at: new Date("2022-04-29T08:22:21Z"), read_status: true },
            { id: 201, sender_id: 55, receiver_id: 76, ad_id: 84, content: "The claim was processed — incomplete case, no further action. A repeat refund was escalated the same day. A duplicate delivery was replaced the same day.", sent_at: new Date("2021-09-12T19:48:10Z"), read_status: false },
            { id: 202, sender_id: 45, receiver_id: 120, ad_id: 260, content: "A duplicate follow-up: the item was cancelled. The refund was completed after a duplicate check. A partial follow-up: the session was approved. An operator confirmed the details and the shipment was completed.", sent_at: new Date("2022-05-29T19:59:23Z"), read_status: true },
            { id: 203, sender_id: 35, receiver_id: 31, ad_id: 61, content: "An operator confirmed the details and the session was delayed. Flagged as unusual. The team reviewed the report. The account was rescheduled after an urgent check.", sent_at: new Date("2022-04-07T15:33:52Z"), read_status: false },
            { id: 204, sender_id: 119, receiver_id: 89, ad_id: 107, content: "The invoice was escalated — automatic case, no further action. No response from the reviewer, so the report was reviewed. No response from an operator, so the request was escalated.", sent_at: new Date("2022-11-13T18:32:33Z"), read_status: true },
            { id: 205, sender_id: 3, receiver_id: 83, ad_id: 197, content: "Support confirmed the details and the record was replaced. The session was processed following a partial review.", sent_at: new Date("2022-07-07T19:19:44Z"), read_status: false },
            { id: 206, sender_id: 21, receiver_id: 80, ad_id: 147, content: "An unusual booking was refunded the same day. The reviewer confirmed the details and the order was updated. The reviewer reported an unusual issue; the delivery was reviewed.", sent_at: new Date("2021-08-22T16:27:51Z"), read_status: false },
            { id: 207, sender_id: 133, receiver_id: 80, ad_id: 29, content: "The appointment was escalated — repeat case, no further action. The reviewer reported a minor issue; the booking was delayed.", sent_at: new Date("2021-10-25T11:19:09Z"), read_status: false },
            { id: 208, sender_id: 64, receiver_id: 27, ad_id: 51, content: "A partial report was delayed the same day. An operator confirmed the details and the report was rejected.", sent_at: new Date("2022-10-30T08:38:47Z"), read_status: true },
            { id: 209, sender_id: 6, receiver_id: 176, ad_id: 216, content: "An automatic report was escalated the same day. The delivery was processed following a duplicate review.", sent_at: new Date("2021-06-25T19:28:12Z"), read_status: true },
            { id: 210, sender_id: 24, receiver_id: 36, ad_id: 204, content: "The customer asked for a change and the claim was processed. Support confirmed the details and the shipment was refunded.", sent_at: new Date("2022-09-01T22:50:10Z"), read_status: true },
            { id: 211, sender_id: 109, receiver_id: 162, ad_id: 228, content: "No response from the account owner, so the record was delayed. The payment was confirmed after an automatic check. A standard follow-up: the shipment was closed.", sent_at: new Date("2022-06-14T08:24:28Z"), read_status: true },
            { id: 212, sender_id: 125, receiver_id: 64, ad_id: 119, content: "Flagged as routine. The customer replaced the item. The session was rejected — standard case, no further action. The session was replaced following an unusual review.", sent_at: new Date("2020-01-19T15:58:34Z"), read_status: false },
            { id: 213, sender_id: 82, receiver_id: 116, ad_id: 154, content: "The reviewer confirmed the details and the account was closed. No response from the supplier, so the delivery was confirmed. The supplier reported an incomplete issue; the appointment was resolved. The customer asked for a change and the document was reviewed.", sent_at: new Date("2021-09-19T22:44:35Z"), read_status: false },
            { id: 214, sender_id: 5, receiver_id: 55, ad_id: 247, content: "The order was completed following a routine review. The account owner reported a minor issue; the refund was approved. The courier asked for a change and the ticket was reviewed. The payment was escalated following a partial review.", sent_at: new Date("2021-03-06T19:22:53Z"), read_status: true },
            { id: 215, sender_id: 90, receiver_id: 3, ad_id: 151, content: "A minor follow-up: the refund was completed. Flagged as minor. An operator processed the claim. The invoice was updated following a partial review. No response from an operator, so the session was cancelled.", sent_at: new Date("2021-03-06T03:10:28Z"), read_status: true },
            { id: 216, sender_id: 94, receiver_id: 17, ad_id: 231, content: "The courier reported a manual issue; the booking was escalated. Support confirmed the details and the delivery was refunded.", sent_at: new Date("2022-09-18T15:26:49Z"), read_status: true },
            { id: 217, sender_id: 112, receiver_id: 111, ad_id: 146, content: "A standard account was delayed the same day. The account owner confirmed the details and the ticket was reopened. An automatic document was escalated the same day.", sent_at: new Date("2021-12-24T19:05:40Z"), read_status: false },
            { id: 218, sender_id: 1, receiver_id: 171, ad_id: 120, content: "The courier asked for a change and the session was reviewed. No response from the courier, so the appointment was closed. No response from the team, so the delivery was completed.", sent_at: new Date("2020-01-23T18:05:28Z"), read_status: false },
            { id: 219, sender_id: 35, receiver_id: 175, ad_id: 297, content: "The courier asked for a change and the appointment was resolved. Flagged as repeat. Support reopened the refund. No response from an operator, so the appointment was updated. The transfer was approved following an unusual review.", sent_at: new Date("2021-02-24T23:46:07Z"), read_status: false },
            { id: 220, sender_id: 101, receiver_id: 181, ad_id: 198, content: "The item was refunded — automatic case, no further action. The account owner confirmed the details and the transfer was closed. An operator confirmed the details and the refund was rescheduled. An operator reported a minor issue; the refund was escalated.", sent_at: new Date("2021-05-08T19:31:35Z"), read_status: false },
            { id: 221, sender_id: 126, receiver_id: 55, ad_id: 252, content: "An urgent report was delayed the same day. A manual follow-up: the claim was rescheduled. The claim was cancelled after a duplicate check. An urgent follow-up: the request was reviewed.", sent_at: new Date("2022-03-03T19:29:26Z"), read_status: false },
            { id: 222, sender_id: 31, receiver_id: 29, ad_id: 94, content: "The report was closed — routine case, no further action. Flagged as repeat. The account owner escalated the account.", sent_at: new Date("2022-06-14T03:58:47Z"), read_status: true },
            { id: 223, sender_id: 24, receiver_id: 139, ad_id: 125, content: "An unusual shipment was reviewed the same day. A minor item was cancelled the same day.", sent_at: new Date("2020-09-14T09:22:10Z"), read_status: true },
            { id: 224, sender_id: 163, receiver_id: 67, ad_id: 125, content: "The team confirmed the details and the transfer was escalated. A minor refund was rejected the same day. An operator asked for a change and the refund was refunded. Support confirmed the details and the report was replaced.", sent_at: new Date("2022-10-03T08:53:42Z"), read_status: false },
            { id: 225, sender_id: 30, receiver_id: 77, ad_id: 109, content: "A duplicate follow-up: the invoice was completed. No response from support, so the refund was delayed.", sent_at: new Date("2020-04-05T20:36:09Z"), read_status: false },
            { id: 226, sender_id: 29, receiver_id: 3, ad_id: 133, content: "A manual follow-up: the payment was delayed. The order was closed after a standard check. The booking was escalated following an urgent review.", sent_at: new Date("2021-04-21T19:45:31Z"), read_status: true },
            { id: 227, sender_id: 138, receiver_id: 45, ad_id: 288, content: "Flagged as standard. The account owner resolved the record. The supplier confirmed the details and the account was completed. No response from an operator, so the record was completed.", sent_at: new Date("2022-11-13T15:00:20Z"), read_status: false },
            { id: 228, sender_id: 70, receiver_id: 118, ad_id: 132, content: "The delivery was rescheduled after a standard check. The courier confirmed the details and the shipment was reopened. A repeat request was replaced the same day.", sent_at: new Date("2020-07-22T16:54:58Z"), read_status: false },
            { id: 229, sender_id: 16, receiver_id: 60, ad_id: 25, content: "The invoice was refunded — duplicate case, no further action. The courier asked for a change and the order was reviewed. The reviewer asked for a change and the invoice was reviewed.", sent_at: new Date("2021-03-13T16:14:25Z"), read_status: true },
            { id: 230, sender_id: 187, receiver_id: 176, ad_id: 34, content: "The session was replaced after an urgent check. The session was cancelled after a repeat check. The delivery was confirmed after a repeat check. The payment was completed after a minor check.", sent_at: new Date("2022-09-11T13:28:07Z"), read_status: true },
            { id: 231, sender_id: 80, receiver_id: 152, ad_id: 178, content: "A standard report was resolved the same day. Flagged as standard. The reviewer approved the payment.", sent_at: new Date("2022-10-27T12:20:34Z"), read_status: true },
            { id: 232, sender_id: 52, receiver_id: 133, ad_id: 104, content: "The transfer was completed after an urgent check. An operator confirmed the details and the order was refunded.", sent_at: new Date("2020-07-29T17:52:47Z"), read_status: false },
            { id: 233, sender_id: 148, receiver_id: 7, ad_id: 41, content: "The delivery was resolved after a minor check. A partial follow-up: the request was rescheduled. Support asked for a change and the claim was resolved.", sent_at: new Date("2022-04-04T15:37:55Z"), read_status: false },
            { id: 234, sender_id: 174, receiver_id: 195, ad_id: 103, content: "An automatic follow-up: the item was escalated. A minor follow-up: the claim was approved.", sent_at: new Date("2020-06-01T19:09:08Z"), read_status: true },
            { id: 235, sender_id: 109, receiver_id: 73, ad_id: 131, content: "The ticket was reviewed — urgent case, no further action. The report was closed following an urgent review.", sent_at: new Date("2021-12-26T17:44:57Z"), read_status: false },
            { id: 236, sender_id: 176, receiver_id: 191, ad_id: 141, content: "The courier confirmed the details and the payment was updated. No response from the courier, so the account was updated.", sent_at: new Date("2022-03-31T20:58:51Z"), read_status: false },
            { id: 237, sender_id: 142, receiver_id: 42, ad_id: 104, content: "The customer asked for a change and the report was delayed. Flagged as incomplete. The supplier closed the session.", sent_at: new Date("2022-10-01T16:15:30Z"), read_status: true },
            { id: 238, sender_id: 99, receiver_id: 41, ad_id: 299, content: "The invoice was confirmed after an automatic check. The refund was delayed after a manual check. The transfer was replaced — late case, no further action.", sent_at: new Date("2022-10-26T21:39:12Z"), read_status: true },
            { id: 239, sender_id: 33, receiver_id: 38, ad_id: 45, content: "Support confirmed the details and the appointment was escalated. Flagged as duplicate. Support refunded the refund. The courier reported a standard issue; the delivery was resolved.", sent_at: new Date("2021-03-29T14:19:39Z"), read_status: true },
            { id: 240, sender_id: 189, receiver_id: 150, ad_id: 96, content: "A standard booking was approved the same day. The team confirmed the details and the payment was refunded.", sent_at: new Date("2021-03-24T20:34:01Z"), read_status: false },
            { id: 241, sender_id: 189, receiver_id: 48, ad_id: 216, content: "The claim was updated following an incomplete review. An urgent follow-up: the request was cancelled. Support asked for a change and the report was reviewed. A partial follow-up: the invoice was processed.", sent_at: new Date("2022-04-14T18:54:34Z"), read_status: false },
            { id: 242, sender_id: 6, receiver_id: 105, ad_id: 29, content: "The supplier confirmed the details and the request was updated. The customer reported a minor issue; the refund was escalated. Support reported a routine issue; the payment was confirmed. An incomplete follow-up: the claim was rejected.", sent_at: new Date("2021-04-24T20:32:44Z"), read_status: false },
            { id: 243, sender_id: 142, receiver_id: 114, ad_id: 124, content: "The account was resolved following a repeat review. An operator asked for a change and the payment was reopened. The claim was closed following a late review.", sent_at: new Date("2020-04-25T20:59:48Z"), read_status: true },
            { id: 244, sender_id: 124, receiver_id: 44, ad_id: 26, content: "The document was resolved after a late check. The session was delayed after an unusual check. No response from the team, so the request was reopened. The claim was delayed — routine case, no further action.", sent_at: new Date("2021-03-01T20:45:14Z"), read_status: false },
            { id: 245, sender_id: 198, receiver_id: 17, ad_id: 227, content: "No response from the team, so the order was escalated. Flagged as repeat. The reviewer resolved the transfer. The claim was rejected following a manual review.", sent_at: new Date("2021-01-10T09:32:49Z"), read_status: true },
            { id: 246, sender_id: 24, receiver_id: 10, ad_id: 46, content: "The session was reopened after a routine check. The account was escalated after a partial check. The account owner asked for a change and the appointment was approved. The customer asked for a change and the shipment was confirmed.", sent_at: new Date("2022-03-29T14:08:59Z"), read_status: false },
            { id: 247, sender_id: 193, receiver_id: 182, ad_id: 114, content: "No response from the reviewer, so the order was reopened. A routine report was confirmed the same day. The supplier reported a routine issue; the booking was replaced. The reviewer reported a late issue; the account was reopened.", sent_at: new Date("2021-01-05T16:33:45Z"), read_status: false },
            { id: 248, sender_id: 72, receiver_id: 136, ad_id: 253, content: "The record was reviewed after an unusual check. Flagged as unusual. The customer rejected the ticket. The report was replaced following a minor review. The delivery was replaced — late case, no further action.", sent_at: new Date("2022-02-17T17:30:28Z"), read_status: true },
            { id: 249, sender_id: 182, receiver_id: 51, ad_id: 44, content: "The claim was refunded — urgent case, no further action. The courier confirmed the details and the delivery was closed. A duplicate follow-up: the account was rejected.", sent_at: new Date("2021-03-16T21:39:58Z"), read_status: false },
            { id: 250, sender_id: 94, receiver_id: 60, ad_id: 178, content: "The transfer was closed following an incomplete review. The order was resolved after a late check. The courier confirmed the details and the record was escalated.", sent_at: new Date("2020-08-17T16:01:43Z"), read_status: true },
            { id: 251, sender_id: 121, receiver_id: 94, ad_id: 28, content: "The appointment was reviewed after an unusual check. Flagged as automatic. The courier closed the shipment. An operator asked for a change and the shipment was replaced.", sent_at: new Date("2020-03-03T22:47:46Z"), read_status: true },
            { id: 252, sender_id: 165, receiver_id: 156, ad_id: 61, content: "The delivery was approved — automatic case, no further action. The reviewer confirmed the details and the ticket was reviewed.", sent_at: new Date("2022-12-14T14:15:11Z"), read_status: false },
            { id: 253, sender_id: 66, receiver_id: 50, ad_id: 57, content: "A duplicate shipment was replaced the same day. A partial item was rescheduled the same day.", sent_at: new Date("2021-10-26T07:25:25Z"), read_status: false },
            { id: 254, sender_id: 23, receiver_id: 177, ad_id: 135, content: "No response from support, so the delivery was completed. No response from the supplier, so the request was delayed. An unusual follow-up: the report was closed. The session was rescheduled after a partial check.", sent_at: new Date("2021-08-30T18:24:52Z"), read_status: true },
            { id: 255, sender_id: 71, receiver_id: 132, ad_id: 244, content: "The claim was refunded following an automatic review. An incomplete item was rescheduled the same day. The payment was resolved after a duplicate check. Support asked for a change and the appointment was refunded.", sent_at: new Date("2021-04-16T21:24:10Z"), read_status: true },
            { id: 256, sender_id: 82, receiver_id: 143, ad_id: 74, content: "No response from an operator, so the item was escalated. No response from the team, so the shipment was rescheduled. The courier asked for a change and the account was approved.", sent_at: new Date("2020-03-19T11:52:58Z"), read_status: false },
            { id: 257, sender_id: 18, receiver_id: 57, ad_id: 66, content: "Flagged as incomplete. The account owner confirmed the account. The document was escalated — automatic case, no further action.", sent_at: new Date("2021-10-26T19:40:24Z"), read_status: true },
            { id: 258, sender_id: 143, receiver_id: 195, ad_id: 227, content: "The account owner reported a minor issue; the shipment was refunded. Flagged as duplicate. The team confirmed the report. The document was escalated following a minor review.", sent_at: new Date("2021-12-02T18:01:07Z"), read_status: true },
            { id: 259, sender_id: 43, receiver_id: 79, ad_id: 271, content: "The customer reported an unusual issue; the item was processed. The supplier reported a partial issue; the record was rescheduled. No response from the reviewer, so the delivery was closed. The ticket was reopened following a late review.", sent_at: new Date("2021-01-13T18:29:08Z"), read_status: false },
            { id: 260, sender_id: 172, receiver_id: 94, ad_id: 293, content: "Flagged as automatic. The team completed the payment. The item was reviewed — incomplete case, no further action. Flagged as unusual. An operator delayed the request. The record was cancelled following a manual review.", sent_at: new Date("2020-08-19T20:14:33Z"), read_status: false },
            { id: 261, sender_id: 143, receiver_id: 26, ad_id: 202, content: "The session was rejected — routine case, no further action. Flagged as routine. The customer completed the claim.", sent_at: new Date("2020-08-02T11:46:27Z"), read_status: true },
            { id: 262, sender_id: 129, receiver_id: 77, ad_id: 122, content: "The session was delayed — repeat case, no further action. No response from the supplier, so the invoice was replaced.", sent_at: new Date("2022-12-16T08:50:26Z"), read_status: false },
            { id: 263, sender_id: 69, receiver_id: 136, ad_id: 52, content: "The courier confirmed the details and the session was reopened. The delivery was confirmed after a repeat check. No response from support, so the claim was closed. An unusual refund was reviewed the same day.", sent_at: new Date("2022-08-14T22:56:16Z"), read_status: false },
            { id: 264, sender_id: 189, receiver_id: 90, ad_id: 9, content: "The session was confirmed following an unusual review. Flagged as routine. An operator delayed the report. The session was escalated following an incomplete review. The reviewer reported a duplicate issue; the record was reviewed.", sent_at: new Date("2022-06-17T22:40:23Z"), read_status: true },
            { id: 265, sender_id: 167, receiver_id: 76, ad_id: 114, content: "Flagged as urgent. The supplier escalated the transfer. The ticket was resolved — unusual case, no further action.", sent_at: new Date("2021-06-23T14:45:49Z"), read_status: true },
            { id: 266, sender_id: 122, receiver_id: 134, ad_id: 142, content: "Flagged as routine. The courier processed the appointment. A routine order was completed the same day. The document was escalated after a late check. A duplicate follow-up: the appointment was resolved.", sent_at: new Date("2020-01-09T17:38:40Z"), read_status: false },
            { id: 267, sender_id: 177, receiver_id: 170, ad_id: 46, content: "A duplicate follow-up: the document was approved. A duplicate follow-up: the delivery was replaced. The courier asked for a change and the account was reopened.", sent_at: new Date("2021-07-07T19:55:09Z"), read_status: true },
            { id: 268, sender_id: 138, receiver_id: 27, ad_id: 220, content: "Flagged as standard. The customer confirmed the payment. The account owner reported an incomplete issue; the record was refunded. An automatic session was reopened the same day. The ticket was delayed — standard case, no further action.", sent_at: new Date("2021-11-27T18:10:31Z"), read_status: false },
            { id: 269, sender_id: 108, receiver_id: 23, ad_id: 200, content: "No response from the reviewer, so the account was processed. The courier reported a partial issue; the delivery was rejected.", sent_at: new Date("2020-07-12T09:13:10Z"), read_status: false },
            { id: 270, sender_id: 137, receiver_id: 141, ad_id: 160, content: "The booking was approved — urgent case, no further action. The customer asked for a change and the claim was replaced. The customer asked for a change and the order was confirmed.", sent_at: new Date("2022-04-03T11:58:11Z"), read_status: false },
            { id: 271, sender_id: 9, receiver_id: 198, ad_id: 211, content: "Flagged as routine. The courier resolved the request. The team asked for a change and the account was updated. No response from the team, so the invoice was confirmed. A partial follow-up: the order was processed.", sent_at: new Date("2022-05-16T16:05:22Z"), read_status: false },
            { id: 272, sender_id: 4, receiver_id: 20, ad_id: 69, content: "Flagged as duplicate. The customer processed the payment. The booking was escalated — manual case, no further action. No response from support, so the account was closed.", sent_at: new Date("2020-01-21T11:08:25Z"), read_status: true },
            { id: 273, sender_id: 97, receiver_id: 138, ad_id: 37, content: "The team confirmed the details and the payment was resolved. The account owner asked for a change and the account was confirmed.", sent_at: new Date("2020-05-19T17:16:40Z"), read_status: true },
            { id: 274, sender_id: 43, receiver_id: 137, ad_id: 46, content: "The account owner confirmed the details and the delivery was reviewed. An unusual follow-up: the session was escalated.", sent_at: new Date("2020-12-17T19:28:34Z"), read_status: true },
            { id: 275, sender_id: 110, receiver_id: 5, ad_id: 151, content: "A minor delivery was processed the same day. The request was processed — late case, no further action. No response from the reviewer, so the refund was rejected.", sent_at: new Date("2020-12-24T18:51:48Z"), read_status: true },
            { id: 276, sender_id: 140, receiver_id: 69, ad_id: 133, content: "The report was cancelled after an automatic check. The record was rejected after an unusual check.", sent_at: new Date("2020-09-14T13:27:14Z"), read_status: false },
            { id: 277, sender_id: 1, receiver_id: 136, ad_id: 108, content: "Flagged as duplicate. The account owner completed the booking. The session was confirmed after an urgent check.", sent_at: new Date("2021-06-18T15:25:18Z"), read_status: true },
            { id: 278, sender_id: 190, receiver_id: 169, ad_id: 42, content: "An incomplete follow-up: the request was closed. The delivery was reviewed following a routine review. The account owner asked for a change and the record was updated.", sent_at: new Date("2020-07-31T13:01:25Z"), read_status: true },
            { id: 279, sender_id: 183, receiver_id: 143, ad_id: 289, content: "No response from the team, so the invoice was delayed. The shipment was processed following a duplicate review.", sent_at: new Date("2021-06-01T07:22:42Z"), read_status: false },
            { id: 280, sender_id: 85, receiver_id: 108, ad_id: 266, content: "A late payment was reviewed the same day. The customer asked for a change and the shipment was cancelled. The document was refunded following a partial review. No response from an operator, so the item was rejected.", sent_at: new Date("2022-01-17T22:57:05Z"), read_status: false },
            { id: 281, sender_id: 1, receiver_id: 23, ad_id: 220, content: "The account owner confirmed the details and the record was delayed. The customer reported a standard issue; the account was closed. The report was delayed following an automatic review. The reviewer confirmed the details and the report was resolved.", sent_at: new Date("2021-01-28T18:09:25Z"), read_status: true },
            { id: 282, sender_id: 7, receiver_id: 191, ad_id: 261, content: "The courier asked for a change and the refund was rejected. No response from the customer, so the delivery was closed. The supplier confirmed the details and the delivery was updated. The item was resolved following a routine review.", sent_at: new Date("2022-09-23T15:19:44Z"), read_status: false },
            { id: 283, sender_id: 57, receiver_id: 15, ad_id: 168, content: "The transfer was rescheduled — automatic case, no further action. A duplicate follow-up: the record was updated.", sent_at: new Date("2021-10-14T13:27:44Z"), read_status: false },
            { id: 284, sender_id: 89, receiver_id: 89, ad_id: 175, content: "A standard follow-up: the session was escalated. The order was refunded following a manual review.", sent_at: new Date("2022-05-14T15:00:36Z"), read_status: true },
            { id: 285, sender_id: 173, receiver_id: 87, ad_id: 150, content: "An automatic follow-up: the ticket was refunded. No response from the team, so the delivery was cancelled. The transfer was closed after a standard check.", sent_at: new Date("2021-02-02T13:52:22Z"), read_status: true },
            { id: 286, sender_id: 74, receiver_id: 79, ad_id: 120, content: "The record was closed after a manual check. The account owner reported a standard issue; the document was reopened.", sent_at: new Date("2020-01-31T18:50:28Z"), read_status: true },
            { id: 287, sender_id: 26, receiver_id: 24, ad_id: 229, content: "The record was approved after an urgent check. A manual document was replaced the same day. The account was approved following a late review. The document was processed — standard case, no further action.", sent_at: new Date("2020-08-19T19:26:25Z"), read_status: false },
            { id: 288, sender_id: 87, receiver_id: 22, ad_id: 261, content: "The payment was completed — routine case, no further action. The courier confirmed the details and the report was delayed. An operator confirmed the details and the refund was reopened. The reviewer asked for a change and the document was cancelled.", sent_at: new Date("2020-12-31T07:07:58Z"), read_status: false },
            { id: 289, sender_id: 147, receiver_id: 174, ad_id: 288, content: "An operator asked for a change and the refund was replaced. The courier asked for a change and the session was cancelled. An automatic follow-up: the document was closed. A standard follow-up: the claim was reopened.", sent_at: new Date("2022-04-26T08:25:04Z"), read_status: false },
            { id: 290, sender_id: 80, receiver_id: 89, ad_id: 181, content: "Flagged as duplicate. The account owner delayed the order. The account owner asked for a change and the transfer was closed.", sent_at: new Date("2022-11-20T14:02:44Z"), read_status: true },
            { id: 291, sender_id: 131, receiver_id: 143, ad_id: 53, content: "The account owner asked for a change and the shipment was replaced. A repeat follow-up: the record was closed.", sent_at: new Date("2020-04-30T18:05:30Z"), read_status: true },
            { id: 292, sender_id: 21, receiver_id: 200, ad_id: 222, content: "Flagged as partial. The reviewer refunded the invoice. Flagged as unusual. The supplier rejected the delivery.", sent_at: new Date("2022-02-27T20:08:47Z"), read_status: true },
            { id: 293, sender_id: 164, receiver_id: 17, ad_id: 89, content: "No response from the customer, so the ticket was rescheduled. Support reported a routine issue; the request was delayed.", sent_at: new Date("2022-02-09T12:37:18Z"), read_status: true },
            { id: 294, sender_id: 62, receiver_id: 179, ad_id: 271, content: "A manual follow-up: the item was replaced. The booking was processed — repeat case, no further action.", sent_at: new Date("2020-10-14T15:18:22Z"), read_status: true },
            { id: 295, sender_id: 32, receiver_id: 47, ad_id: 97, content: "No response from an operator, so the session was processed. The payment was confirmed after a standard check. No response from an operator, so the transfer was refunded. The account owner reported a minor issue; the delivery was reopened.", sent_at: new Date("2021-03-28T19:09:35Z"), read_status: false },
            { id: 296, sender_id: 158, receiver_id: 72, ad_id: 182, content: "The customer confirmed the details and the refund was completed. The reviewer asked for a change and the invoice was processed.", sent_at: new Date("2022-10-24T14:53:16Z"), read_status: true },
            { id: 297, sender_id: 37, receiver_id: 155, ad_id: 227, content: "Flagged as urgent. The courier delayed the report. An automatic follow-up: the account was completed. Flagged as partial. The account owner completed the invoice.", sent_at: new Date("2021-03-04T15:57:10Z"), read_status: true },
            { id: 298, sender_id: 14, receiver_id: 63, ad_id: 221, content: "The courier confirmed the details and the booking was escalated. The supplier confirmed the details and the delivery was cancelled.", sent_at: new Date("2020-08-04T12:09:14Z"), read_status: false },
            { id: 299, sender_id: 51, receiver_id: 10, ad_id: 296, content: "The reviewer reported a minor issue; the request was reopened. An operator confirmed the details and the request was reopened. The supplier reported a routine issue; the delivery was rescheduled.", sent_at: new Date("2021-04-29T13:23:04Z"), read_status: false },
            { id: 300, sender_id: 199, receiver_id: 143, ad_id: 103, content: "Support reported an unusual issue; the transfer was completed. Flagged as standard. The reviewer reviewed the delivery. The customer confirmed the details and the record was refunded.", sent_at: new Date("2021-10-18T06:02:54Z"), read_status: true },
            { id: 301, sender_id: 177, receiver_id: 17, ad_id: 47, content: "A manual payment was refunded the same day. An automatic follow-up: the session was reviewed. The delivery was rejected following a manual review.", sent_at: new Date("2021-07-15T10:36:06Z"), read_status: false },
            { id: 302, sender_id: 51, receiver_id: 172, ad_id: 108, content: "The reviewer reported a repeat issue; the ticket was confirmed. The account owner reported a repeat issue; the appointment was delayed. An operator asked for a change and the refund was resolved.", sent_at: new Date("2022-08-01T20:28:03Z"), read_status: true },
            { id: 303, sender_id: 3, receiver_id: 149, ad_id: 270, content: "Flagged as minor. The team replaced the request. The team reported a standard issue; the booking was escalated.", sent_at: new Date("2021-08-21T17:09:27Z"), read_status: true },
            { id: 304, sender_id: 91, receiver_id: 80, ad_id: 94, content: "Flagged as duplicate. The account owner replaced the document. The account owner confirmed the details and the claim was replaced. The shipment was reviewed following a repeat review. The shipment was rescheduled following a manual review.", sent_at: new Date("2021-06-06T18:38:31Z"), read_status: true },
            { id: 305, sender_id: 38, receiver_id: 19, ad_id: 296, content: "No response from the supplier, so the session was rejected. A repeat request was processed the same day.", sent_at: new Date("2022-10-06T19:30:31Z"), read_status: true },
            { id: 306, sender_id: 74, receiver_id: 64, ad_id: 56, content: "A repeat follow-up: the session was closed. A routine session was escalated the same day. The supplier asked for a change and the account was escalated. The order was rejected following an urgent review.", sent_at: new Date("2022-02-10T21:27:18Z"), read_status: true },
            { id: 307, sender_id: 85, receiver_id: 7, ad_id: 87, content: "The booking was refunded following an incomplete review. The appointment was closed following a duplicate review. An automatic ticket was resolved the same day. The transfer was confirmed — minor case, no further action.", sent_at: new Date("2020-11-03T10:32:07Z"), read_status: true },
            { id: 308, sender_id: 147, receiver_id: 86, ad_id: 178, content: "Flagged as urgent. The supplier completed the account. No response from the courier, so the shipment was completed. An unusual item was updated the same day.", sent_at: new Date("2022-03-14T21:55:17Z"), read_status: true },
            { id: 309, sender_id: 40, receiver_id: 194, ad_id: 87, content: "The account owner confirmed the details and the delivery was delayed. No response from the customer, so the order was replaced. The session was delayed following a minor review.", sent_at: new Date("2021-04-07T22:10:13Z"), read_status: true },
            { id: 310, sender_id: 55, receiver_id: 59, ad_id: 1, content: "Flagged as duplicate. The customer completed the shipment. No response from the courier, so the shipment was reviewed. The account was reviewed — unusual case, no further action. No response from the team, so the invoice was reopened.", sent_at: new Date("2022-12-04T18:24:58Z"), read_status: true },
            { id: 311, sender_id: 102, receiver_id: 89, ad_id: 144, content: "Flagged as minor. The account owner reviewed the transfer. The customer confirmed the details and the appointment was escalated.", sent_at: new Date("2021-07-12T21:58:13Z"), read_status: true },
            { id: 312, sender_id: 16, receiver_id: 96, ad_id: 13, content: "The supplier reported a minor issue; the booking was delayed. The reviewer reported a partial issue; the shipment was cancelled.", sent_at: new Date("2021-02-22T19:48:32Z"), read_status: false },
            { id: 313, sender_id: 161, receiver_id: 72, ad_id: 259, content: "An automatic booking was reopened the same day. A manual follow-up: the shipment was processed. A partial follow-up: the transfer was cancelled.", sent_at: new Date("2022-02-03T22:15:13Z"), read_status: true },
            { id: 314, sender_id: 190, receiver_id: 175, ad_id: 280, content: "No response from the team, so the shipment was closed. A repeat ticket was updated the same day.", sent_at: new Date("2022-07-19T20:03:30Z"), read_status: true },
            { id: 315, sender_id: 59, receiver_id: 179, ad_id: 98, content: "The account owner asked for a change and the appointment was updated. The invoice was reopened after a repeat check. The supplier confirmed the details and the shipment was delayed. Support asked for a change and the booking was updated.", sent_at: new Date("2022-11-07T22:00:23Z"), read_status: true },
            { id: 316, sender_id: 59, receiver_id: 132, ad_id: 278, content: "The team asked for a change and the document was closed. Flagged as late. The reviewer closed the invoice. No response from the reviewer, so the request was approved. Flagged as standard. The reviewer cancelled the shipment.", sent_at: new Date("2021-06-10T14:03:03Z"), read_status: false },
            { id: 317, sender_id: 88, receiver_id: 67, ad_id: 32, content: "A duplicate claim was resolved the same day. The request was rescheduled following a routine review. An operator asked for a change and the order was refunded. No response from the team, so the claim was confirmed.", sent_at: new Date("2021-07-19T05:35:00Z"), read_status: true },
            { id: 318, sender_id: 33, receiver_id: 20, ad_id: 182, content: "An operator confirmed the details and the payment was approved. The request was updated after a minor check.", sent_at: new Date("2022-11-05T09:48:45Z"), read_status: false },
            { id: 319, sender_id: 28, receiver_id: 165, ad_id: 300, content: "The courier confirmed the details and the shipment was closed. An automatic document was completed the same day. A standard follow-up: the report was processed.", sent_at: new Date("2022-10-31T10:29:25Z"), read_status: false },
            { id: 320, sender_id: 90, receiver_id: 9, ad_id: 168, content: "The booking was closed after a standard check. An unusual follow-up: the booking was reopened. The appointment was reopened — manual case, no further action. The courier confirmed the details and the record was rejected.", sent_at: new Date("2020-06-10T09:18:50Z"), read_status: true },
            { id: 321, sender_id: 162, receiver_id: 2, ad_id: 36, content: "The account owner confirmed the details and the account was reopened. An incomplete session was processed the same day. An operator confirmed the details and the report was approved.", sent_at: new Date("2020-02-25T12:10:10Z"), read_status: false },
            { id: 322, sender_id: 36, receiver_id: 131, ad_id: 127, content: "The team confirmed the details and the refund was rescheduled. The request was confirmed after an urgent check. No response from the customer, so the report was rejected.", sent_at: new Date("2021-01-03T19:58:20Z"), read_status: false },
            { id: 323, sender_id: 133, receiver_id: 145, ad_id: 93, content: "The account owner confirmed the details and the appointment was cancelled. The team asked for a change and the claim was closed. Support confirmed the details and the claim was reopened. No response from the courier, so the booking was reviewed.", sent_at: new Date("2022-12-31T09:06:00Z"), read_status: false },
            { id: 324, sender_id: 185, receiver_id: 182, ad_id: 58, content: "No response from the team, so the appointment was approved. The account owner confirmed the details and the delivery was rejected. The payment was processed — duplicate case, no further action.", sent_at: new Date("2020-12-26T13:43:10Z"), read_status: true },
            { id: 325, sender_id: 139, receiver_id: 156, ad_id: 271, content: "Flagged as routine. The supplier rejected the refund. A duplicate report was reopened the same day. Flagged as minor. The team replaced the payment.", sent_at: new Date("2022-07-26T21:20:19Z"), read_status: true },
            { id: 326, sender_id: 37, receiver_id: 151, ad_id: 223, content: "The reviewer asked for a change and the payment was cancelled. The supplier reported an unusual issue; the account was refunded. The team confirmed the details and the shipment was updated. The booking was confirmed after an automatic check.", sent_at: new Date("2022-03-03T10:18:17Z"), read_status: false },
            { id: 327, sender_id: 197, receiver_id: 174, ad_id: 2, content: "Support reported an unusual issue; the booking was rejected. A repeat follow-up: the document was delayed.", sent_at: new Date("2022-04-19T05:42:22Z"), read_status: false },
            { id: 328, sender_id: 144, receiver_id: 86, ad_id: 72, content: "The delivery was escalated following a late review. A late follow-up: the item was rejected. The request was confirmed following a routine review.", sent_at: new Date("2021-03-15T12:27:13Z"), read_status: false },
            { id: 329, sender_id: 49, receiver_id: 5, ad_id: 133, content: "The ticket was resolved after a routine check. The booking was completed following an unusual review. Support reported a late issue; the account was confirmed. No response from an operator, so the order was completed.", sent_at: new Date("2021-01-18T19:12:21Z"), read_status: true },
            { id: 330, sender_id: 112, receiver_id: 97, ad_id: 78, content: "The session was approved after a minor check. Flagged as automatic. The customer replaced the claim. An operator confirmed the details and the shipment was closed. Support confirmed the details and the ticket was closed.", sent_at: new Date("2021-08-28T18:32:13Z"), read_status: false },
            { id: 331, sender_id: 143, receiver_id: 113, ad_id: 47, content: "No response from support, so the invoice was processed. The courier asked for a change and the order was processed. The appointment was updated after a routine check. The booking was rescheduled after an automatic check.", sent_at: new Date("2020-08-09T21:29:56Z"), read_status: true },
            { id: 332, sender_id: 103, receiver_id: 127, ad_id: 119, content: "The transfer was reviewed following a late review. A partial follow-up: the refund was updated.", sent_at: new Date("2021-02-02T18:20:40Z"), read_status: true },
            { id: 333, sender_id: 179, receiver_id: 80, ad_id: 61, content: "The payment was confirmed after an urgent check. No response from support, so the account was cancelled.", sent_at: new Date("2021-09-15T17:29:11Z"), read_status: false },
            { id: 334, sender_id: 51, receiver_id: 110, ad_id: 95, content: "The delivery was updated after a duplicate check. An incomplete follow-up: the item was approved.", sent_at: new Date("2021-03-26T14:52:24Z"), read_status: false },
            { id: 335, sender_id: 94, receiver_id: 180, ad_id: 27, content: "The document was rescheduled — routine case, no further action. A repeat follow-up: the invoice was rescheduled.", sent_at: new Date("2021-09-29T21:28:52Z"), read_status: false },
            { id: 336, sender_id: 161, receiver_id: 182, ad_id: 214, content: "The team asked for a change and the account was completed. Flagged as standard. An operator reviewed the appointment.", sent_at: new Date("2021-05-08T10:28:08Z"), read_status: false },
            { id: 337, sender_id: 163, receiver_id: 59, ad_id: 58, content: "The courier asked for a change and the item was processed. The delivery was refunded following a repeat review.", sent_at: new Date("2022-07-28T10:26:17Z"), read_status: false },
            { id: 338, sender_id: 16, receiver_id: 24, ad_id: 145, content: "A late order was delayed the same day. The refund was refunded following an unusual review. A routine report was escalated the same day. Flagged as automatic. The customer completed the order.", sent_at: new Date("2020-06-13T19:20:12Z"), read_status: true },
            { id: 339, sender_id: 118, receiver_id: 73, ad_id: 297, content: "Support confirmed the details and the session was rescheduled. The record was delayed after a late check. The transfer was cancelled after a manual check. Support confirmed the details and the transfer was completed.", sent_at: new Date("2022-02-04T17:59:16Z"), read_status: false },
            { id: 340, sender_id: 106, receiver_id: 88, ad_id: 2, content: "The supplier reported an unusual issue; the session was confirmed. The payment was updated — routine case, no further action. An operator asked for a change and the ticket was processed.", sent_at: new Date("2022-09-25T20:42:30Z"), read_status: false },
            { id: 341, sender_id: 179, receiver_id: 23, ad_id: 132, content: "The request was completed following a repeat review. The courier reported an incomplete issue; the appointment was processed. An unusual follow-up: the report was delayed.", sent_at: new Date("2021-10-02T05:42:04Z"), read_status: true },
            { id: 342, sender_id: 129, receiver_id: 94, ad_id: 106, content: "An urgent refund was approved the same day. Support asked for a change and the transfer was cancelled. The account owner confirmed the details and the item was escalated.", sent_at: new Date("2022-09-26T19:43:50Z"), read_status: false },
            { id: 343, sender_id: 175, receiver_id: 125, ad_id: 86, content: "No response from the courier, so the document was resolved. An operator reported a late issue; the account was rejected. The account was refunded — standard case, no further action.", sent_at: new Date("2020-08-06T08:25:39Z"), read_status: false },
            { id: 344, sender_id: 125, receiver_id: 188, ad_id: 59, content: "The account owner asked for a change and the invoice was reopened. The claim was escalated — standard case, no further action. A duplicate follow-up: the document was processed.", sent_at: new Date("2021-02-17T18:27:33Z"), read_status: false },
            { id: 345, sender_id: 188, receiver_id: 126, ad_id: 77, content: "An operator reported an unusual issue; the document was cancelled. Flagged as duplicate. Support rejected the claim.", sent_at: new Date("2021-10-07T19:39:59Z"), read_status: true },
            { id: 346, sender_id: 30, receiver_id: 62, ad_id: 287, content: "The supplier reported an incomplete issue; the payment was rejected. The reviewer confirmed the details and the delivery was reopened. The customer confirmed the details and the order was delayed. A standard refund was reopened the same day.", sent_at: new Date("2021-11-11T03:42:35Z"), read_status: true },
            { id: 347, sender_id: 99, receiver_id: 39, ad_id: 141, content: "An operator asked for a change and the refund was updated. The team reported a routine issue; the request was delayed. The invoice was confirmed — partial case, no further action.", sent_at: new Date("2020-05-13T19:20:35Z"), read_status: false },
            { id: 348, sender_id: 57, receiver_id: 169, ad_id: 161, content: "An operator reported a late issue; the order was approved. The report was closed — incomplete case, no further action.", sent_at: new Date("2020-03-12T08:08:51Z"), read_status: true },
            { id: 349, sender_id: 196, receiver_id: 136, ad_id: 286, content: "The claim was resolved after a repeat check. The item was closed — manual case, no further action. The item was reviewed after a late check.", sent_at: new Date("2020-03-15T19:14:26Z"), read_status: false },
            { id: 350, sender_id: 122, receiver_id: 60, ad_id: 285, content: "The delivery was approved following an unusual review. The account was updated following an incomplete review.", sent_at: new Date("2021-06-16T13:08:17Z"), read_status: true },
            { id: 351, sender_id: 20, receiver_id: 73, ad_id: 238, content: "The invoice was escalated — urgent case, no further action. A repeat follow-up: the booking was approved.", sent_at: new Date("2022-11-28T13:46:13Z"), read_status: false },
            { id: 352, sender_id: 6, receiver_id: 61, ad_id: 44, content: "The booking was refunded — minor case, no further action. Support confirmed the details and the payment was updated. A standard item was replaced the same day.", sent_at: new Date("2021-12-01T13:34:53Z"), read_status: true },
            { id: 353, sender_id: 124, receiver_id: 28, ad_id: 66, content: "No response from the account owner, so the booking was refunded. A manual follow-up: the booking was replaced. Flagged as urgent. The supplier completed the ticket.", sent_at: new Date("2020-06-02T16:41:40Z"), read_status: false },
            { id: 354, sender_id: 168, receiver_id: 41, ad_id: 110, content: "The courier confirmed the details and the ticket was reviewed. Flagged as automatic. Support confirmed the record. The courier reported an automatic issue; the account was replaced. No response from an operator, so the appointment was delayed.", sent_at: new Date("2021-02-08T12:48:46Z"), read_status: false },
            { id: 355, sender_id: 150, receiver_id: 104, ad_id: 297, content: "The ticket was resolved following an incomplete review. The refund was refunded after an automatic check. No response from the supplier, so the transfer was processed.", sent_at: new Date("2022-10-15T14:11:22Z"), read_status: false },
            { id: 356, sender_id: 104, receiver_id: 47, ad_id: 110, content: "The transfer was updated after a standard check. The reviewer reported an urgent issue; the record was rejected.", sent_at: new Date("2021-05-13T00:48:09Z"), read_status: false },
            { id: 357, sender_id: 72, receiver_id: 11, ad_id: 17, content: "No response from support, so the claim was resolved. No response from the supplier, so the request was reviewed.", sent_at: new Date("2021-09-22T04:04:28Z"), read_status: true },
            { id: 358, sender_id: 47, receiver_id: 61, ad_id: 213, content: "A repeat payment was completed the same day. The reviewer reported an urgent issue; the item was updated. No response from the team, so the booking was confirmed. The document was cancelled following an automatic review.", sent_at: new Date("2022-07-19T18:18:43Z"), read_status: true },
            { id: 359, sender_id: 79, receiver_id: 100, ad_id: 152, content: "An operator asked for a change and the record was confirmed. The account owner confirmed the details and the ticket was confirmed. The team reported an automatic issue; the shipment was updated. Flagged as unusual. The account owner rejected the delivery.", sent_at: new Date("2021-07-22T06:08:48Z"), read_status: true },
            { id: 360, sender_id: 107, receiver_id: 34, ad_id: 279, content: "The booking was refunded after a late check. The account owner asked for a change and the record was reopened.", sent_at: new Date("2022-01-11T13:27:10Z"), read_status: true },
            { id: 361, sender_id: 124, receiver_id: 118, ad_id: 70, content: "An operator confirmed the details and the shipment was delayed. The order was rescheduled following a manual review. The payment was confirmed — repeat case, no further action. An urgent follow-up: the delivery was approved.", sent_at: new Date("2020-02-28T21:05:34Z"), read_status: true },
            { id: 362, sender_id: 88, receiver_id: 184, ad_id: 71, content: "The record was escalated following a manual review. Support confirmed the details and the payment was resolved. Flagged as automatic. The account owner reopened the booking.", sent_at: new Date("2020-07-30T19:36:12Z"), read_status: false },
            { id: 363, sender_id: 153, receiver_id: 50, ad_id: 183, content: "An operator reported a standard issue; the claim was resolved. The ticket was closed — standard case, no further action.", sent_at: new Date("2020-10-27T18:47:56Z"), read_status: false },
            { id: 364, sender_id: 29, receiver_id: 49, ad_id: 22, content: "The shipment was escalated following a manual review. The supplier asked for a change and the booking was closed. A routine record was updated the same day.", sent_at: new Date("2021-08-11T22:39:15Z"), read_status: false },
            { id: 365, sender_id: 173, receiver_id: 23, ad_id: 170, content: "Flagged as automatic. The supplier delayed the request. The item was reopened after a duplicate check. A routine follow-up: the document was rejected.", sent_at: new Date("2022-04-17T14:16:44Z"), read_status: true },
            { id: 366, sender_id: 41, receiver_id: 136, ad_id: 100, content: "No response from the customer, so the appointment was rejected. The account owner asked for a change and the account was rejected. The request was reopened — minor case, no further action.", sent_at: new Date("2020-02-16T21:15:35Z"), read_status: false },
            { id: 367, sender_id: 22, receiver_id: 181, ad_id: 138, content: "Support confirmed the details and the order was completed. The customer confirmed the details and the claim was processed.", sent_at: new Date("2020-05-31T21:41:21Z"), read_status: true },
            { id: 368, sender_id: 115, receiver_id: 116, ad_id: 77, content: "An operator asked for a change and the order was delayed. The customer confirmed the details and the claim was rejected. No response from the courier, so the shipment was approved. The item was approved — minor case, no further action.", sent_at: new Date("2021-02-10T08:07:02Z"), read_status: false },
            { id: 369, sender_id: 170, receiver_id: 185, ad_id: 76, content: "A manual follow-up: the refund was rescheduled. The order was resolved — partial case, no further action.", sent_at: new Date("2020-01-22T23:49:44Z"), read_status: true },
            { id: 370, sender_id: 96, receiver_id: 51, ad_id: 60, content: "The appointment was updated following a standard review. The account owner reported a partial issue; the order was completed.", sent_at: new Date("2020-03-17T23:09:06Z"), read_status: false },
            { id: 371, sender_id: 97, receiver_id: 3, ad_id: 41, content: "The ticket was approved after a minor check. The delivery was approved following an unusual review.", sent_at: new Date("2021-07-11T20:20:38Z"), read_status: false },
            { id: 372, sender_id: 88, receiver_id: 118, ad_id: 144, content: "The reviewer asked for a change and the transfer was completed. The claim was refunded following a routine review.", sent_at: new Date("2020-12-08T18:02:11Z"), read_status: false },
            { id: 373, sender_id: 155, receiver_id: 12, ad_id: 123, content: "The appointment was closed following a standard review. The invoice was approved following an incomplete review. The reviewer confirmed the details and the order was reviewed.", sent_at: new Date("2022-05-31T01:55:47Z"), read_status: false },
            { id: 374, sender_id: 170, receiver_id: 90, ad_id: 25, content: "The account owner asked for a change and the session was escalated. The account owner confirmed the details and the transfer was escalated.", sent_at: new Date("2021-05-22T20:54:06Z"), read_status: true },
            { id: 375, sender_id: 183, receiver_id: 63, ad_id: 187, content: "An automatic follow-up: the ticket was updated. The appointment was approved following an incomplete review. An unusual request was rejected the same day.", sent_at: new Date("2020-07-10T17:29:47Z"), read_status: false },
            { id: 376, sender_id: 139, receiver_id: 134, ad_id: 293, content: "Flagged as minor. The courier rescheduled the session. Flagged as unusual. The supplier escalated the payment. The team confirmed the details and the invoice was processed.", sent_at: new Date("2022-08-14T16:32:52Z"), read_status: true },
            { id: 377, sender_id: 75, receiver_id: 13, ad_id: 135, content: "The refund was processed after a duplicate check. The team confirmed the details and the document was reviewed. An urgent follow-up: the payment was approved.", sent_at: new Date("2020-01-10T23:05:31Z"), read_status: false },
            { id: 378, sender_id: 183, receiver_id: 7, ad_id: 166, content: "Flagged as automatic. The team completed the report. Flagged as routine. The reviewer reviewed the report. The refund was completed — duplicate case, no further action.", sent_at: new Date("2021-07-31T17:14:43Z"), read_status: false },
            { id: 379, sender_id: 194, receiver_id: 68, ad_id: 124, content: "The delivery was reopened — partial case, no further action. No response from support, so the payment was confirmed. No response from the courier, so the account was reviewed.", sent_at: new Date("2020-01-16T02:12:49Z"), read_status: false },
            { id: 380, sender_id: 103, receiver_id: 9, ad_id: 81, content: "The team asked for a change and the account was closed. The courier confirmed the details and the refund was reviewed.", sent_at: new Date("2021-03-26T00:58:45Z"), read_status: false },
            { id: 381, sender_id: 166, receiver_id: 153, ad_id: 61, content: "The report was escalated after an unusual check. The report was resolved following a late review. The team asked for a change and the booking was refunded.", sent_at: new Date("2020-07-15T16:12:32Z"), read_status: true },
            { id: 382, sender_id: 180, receiver_id: 152, ad_id: 3, content: "A duplicate invoice was updated the same day. An incomplete follow-up: the appointment was closed. No response from an operator, so the shipment was resolved.", sent_at: new Date("2022-03-08T20:20:03Z"), read_status: true },
            { id: 383, sender_id: 85, receiver_id: 142, ad_id: 284, content: "The supplier confirmed the details and the refund was rescheduled. The refund was replaced after a duplicate check. Support reported an automatic issue; the delivery was reviewed.", sent_at: new Date("2020-04-03T22:02:00Z"), read_status: false },
            { id: 384, sender_id: 189, receiver_id: 3, ad_id: 83, content: "A partial ticket was completed the same day. An unusual record was cancelled the same day. The claim was replaced following a duplicate review.", sent_at: new Date("2021-10-22T20:12:40Z"), read_status: true },
            { id: 385, sender_id: 33, receiver_id: 126, ad_id: 94, content: "The appointment was escalated — late case, no further action. The shipment was refunded following an urgent review. No response from the reviewer, so the refund was approved.", sent_at: new Date("2021-12-26T03:24:24Z"), read_status: true },
            { id: 386, sender_id: 124, receiver_id: 50, ad_id: 263, content: "Support asked for a change and the session was resolved. No response from the account owner, so the account was escalated.", sent_at: new Date("2020-07-22T17:54:51Z"), read_status: false },
            { id: 387, sender_id: 166, receiver_id: 2, ad_id: 126, content: "A minor follow-up: the request was closed. The account owner reported an automatic issue; the order was completed. The customer reported a partial issue; the delivery was rejected. The transfer was reviewed after an incomplete check.", sent_at: new Date("2021-02-01T19:52:46Z"), read_status: true },
            { id: 388, sender_id: 154, receiver_id: 106, ad_id: 247, content: "No response from the supplier, so the refund was rejected. The courier reported an urgent issue; the claim was rescheduled. An incomplete refund was replaced the same day.", sent_at: new Date("2020-03-01T02:38:29Z"), read_status: false },
            { id: 389, sender_id: 196, receiver_id: 179, ad_id: 292, content: "Flagged as duplicate. The customer approved the document. No response from support, so the refund was resolved. The appointment was rejected — minor case, no further action.", sent_at: new Date("2021-10-02T20:59:01Z"), read_status: false },
            { id: 390, sender_id: 142, receiver_id: 109, ad_id: 289, content: "Flagged as unusual. The courier resolved the transfer. The team reported a standard issue; the order was rescheduled. An automatic follow-up: the claim was approved. The team asked for a change and the record was updated.", sent_at: new Date("2020-03-06T16:19:47Z"), read_status: false },
            { id: 391, sender_id: 1, receiver_id: 163, ad_id: 38, content: "Flagged as unusual. An operator confirmed the transfer. Flagged as partial. The supplier rescheduled the refund. The account owner reported an unusual issue; the refund was updated. The document was rejected following a repeat review.", sent_at: new Date("2021-12-08T15:57:39Z"), read_status: false },
            { id: 392, sender_id: 166, receiver_id: 171, ad_id: 167, content: "The record was updated after an incomplete check. A standard session was escalated the same day. The shipment was rejected following an urgent review. The team asked for a change and the transfer was reviewed.", sent_at: new Date("2021-09-11T16:36:14Z"), read_status: true },
            { id: 393, sender_id: 28, receiver_id: 47, ad_id: 286, content: "The request was escalated following a minor review. Flagged as manual. The reviewer cancelled the item. The courier asked for a change and the refund was approved. The courier asked for a change and the report was confirmed.", sent_at: new Date("2022-03-10T02:54:46Z"), read_status: true },
            { id: 394, sender_id: 91, receiver_id: 108, ad_id: 268, content: "An operator asked for a change and the order was closed. The session was rejected — duplicate case, no further action.", sent_at: new Date("2021-03-20T00:00:33Z"), read_status: false },
            { id: 395, sender_id: 111, receiver_id: 149, ad_id: 178, content: "The appointment was completed following a duplicate review. The supplier reported a manual issue; the transfer was approved.", sent_at: new Date("2020-06-27T20:45:40Z"), read_status: false },
            { id: 396, sender_id: 105, receiver_id: 118, ad_id: 140, content: "The booking was confirmed after a repeat check. No response from an operator, so the document was cancelled.", sent_at: new Date("2022-09-15T09:11:38Z"), read_status: true },
            { id: 397, sender_id: 88, receiver_id: 200, ad_id: 28, content: "Support confirmed the details and the session was delayed. An operator confirmed the details and the payment was reopened. The account was cancelled — incomplete case, no further action.", sent_at: new Date("2022-04-06T21:05:44Z"), read_status: false },
            { id: 398, sender_id: 7, receiver_id: 190, ad_id: 91, content: "The session was confirmed — duplicate case, no further action. A partial shipment was replaced the same day.", sent_at: new Date("2020-03-07T14:34:43Z"), read_status: false },
            { id: 399, sender_id: 19, receiver_id: 101, ad_id: 242, content: "The payment was escalated — routine case, no further action. The account owner reported an urgent issue; the document was completed. The session was resolved — incomplete case, no further action.", sent_at: new Date("2021-12-20T03:37:41Z"), read_status: true },
            { id: 400, sender_id: 144, receiver_id: 189, ad_id: 21, content: "No response from the account owner, so the item was reopened. The session was approved after an automatic check. Support asked for a change and the appointment was cancelled. The supplier asked for a change and the document was resolved.", sent_at: new Date("2022-09-30T18:01:55Z"), read_status: true },
            { id: 401, sender_id: 180, receiver_id: 78, ad_id: 101, content: "The record was reopened — duplicate case, no further action. No response from the customer, so the report was resolved. Flagged as urgent. The account owner closed the refund. A duplicate claim was replaced the same day.", sent_at: new Date("2022-02-25T17:36:46Z"), read_status: true },
            { id: 402, sender_id: 70, receiver_id: 43, ad_id: 71, content: "An operator reported a partial issue; the account was escalated. The supplier reported an urgent issue; the document was approved. The reviewer reported an unusual issue; the shipment was reopened. The reviewer reported a duplicate issue; the delivery was closed.", sent_at: new Date("2021-05-12T16:44:04Z"), read_status: true },
            { id: 403, sender_id: 66, receiver_id: 187, ad_id: 96, content: "A standard claim was updated the same day. The request was reopened following a standard review.", sent_at: new Date("2020-09-08T11:22:30Z"), read_status: false },
            { id: 404, sender_id: 37, receiver_id: 148, ad_id: 262, content: "The courier reported a standard issue; the transfer was reviewed. The invoice was reopened — standard case, no further action. Flagged as incomplete. Support processed the appointment. Flagged as manual. The team refunded the order.", sent_at: new Date("2022-10-20T19:30:29Z"), read_status: false },
            { id: 405, sender_id: 104, receiver_id: 9, ad_id: 151, content: "No response from the reviewer, so the item was closed. The team confirmed the details and the claim was approved. No response from an operator, so the document was updated.", sent_at: new Date("2021-08-10T18:20:29Z"), read_status: true },
            { id: 406, sender_id: 36, receiver_id: 54, ad_id: 25, content: "No response from the team, so the session was updated. The session was approved following an automatic review.", sent_at: new Date("2020-04-28T22:39:39Z"), read_status: false },
            { id: 407, sender_id: 74, receiver_id: 104, ad_id: 172, content: "No response from the reviewer, so the ticket was delayed. The customer reported a late issue; the ticket was replaced.", sent_at: new Date("2020-04-11T09:39:06Z"), read_status: true },
            { id: 408, sender_id: 184, receiver_id: 10, ad_id: 170, content: "No response from the courier, so the document was closed. The refund was delayed — minor case, no further action.", sent_at: new Date("2022-03-26T16:55:31Z"), read_status: false },
            { id: 409, sender_id: 103, receiver_id: 103, ad_id: 84, content: "No response from the supplier, so the account was replaced. An incomplete follow-up: the record was approved.", sent_at: new Date("2021-01-30T20:53:09Z"), read_status: false },
            { id: 410, sender_id: 55, receiver_id: 124, ad_id: 266, content: "The team asked for a change and the invoice was refunded. No response from the reviewer, so the session was completed. The transfer was rescheduled following a late review.", sent_at: new Date("2022-03-23T15:46:06Z"), read_status: false },
            { id: 411, sender_id: 25, receiver_id: 36, ad_id: 228, content: "A manual follow-up: the delivery was closed. The account owner asked for a change and the item was reviewed. Flagged as manual. An operator rescheduled the document. The payment was updated — routine case, no further action.", sent_at: new Date("2022-12-09T18:52:44Z"), read_status: false },
            { id: 412, sender_id: 25, receiver_id: 93, ad_id: 155, content: "The account owner confirmed the details and the record was completed. The report was replaced following a minor review. The team asked for a change and the invoice was confirmed. The request was rescheduled — manual case, no further action.", sent_at: new Date("2020-02-22T10:43:12Z"), read_status: true },
            { id: 413, sender_id: 126, receiver_id: 126, ad_id: 274, content: "The account was delayed following a routine review. No response from the reviewer, so the claim was delayed. The ticket was delayed — minor case, no further action.", sent_at: new Date("2020-06-27T19:22:37Z"), read_status: true },
            { id: 414, sender_id: 165, receiver_id: 10, ad_id: 197, content: "The customer reported a minor issue; the booking was rejected. No response from the team, so the claim was resolved.", sent_at: new Date("2020-10-09T12:10:14Z"), read_status: true },
            { id: 415, sender_id: 175, receiver_id: 86, ad_id: 206, content: "The booking was updated — automatic case, no further action. The request was cancelled following a manual review. A standard follow-up: the transfer was delayed. Flagged as repeat. The customer rejected the ticket.", sent_at: new Date("2021-11-27T11:04:20Z"), read_status: false },
            { id: 416, sender_id: 100, receiver_id: 114, ad_id: 101, content: "The account owner reported a manual issue; the ticket was reviewed. Flagged as duplicate. The customer cancelled the session.", sent_at: new Date("2022-11-22T17:22:58Z"), read_status: false },
            { id: 417, sender_id: 111, receiver_id: 180, ad_id: 233, content: "The account was reviewed after a minor check. No response from the reviewer, so the transfer was cancelled. The reviewer reported a partial issue; the session was reopened.", sent_at: new Date("2021-07-19T19:19:19Z"), read_status: true },
            { id: 418, sender_id: 192, receiver_id: 9, ad_id: 250, content: "The team confirmed the details and the session was closed. Flagged as incomplete. The reviewer rejected the payment. The team asked for a change and the refund was delayed.", sent_at: new Date("2022-08-19T15:11:07Z"), read_status: true },
            { id: 419, sender_id: 157, receiver_id: 45, ad_id: 102, content: "The courier reported a duplicate issue; the request was updated. An automatic ticket was rescheduled the same day. No response from support, so the claim was rejected.", sent_at: new Date("2020-05-09T10:58:08Z"), read_status: false },
            { id: 420, sender_id: 105, receiver_id: 71, ad_id: 300, content: "A repeat shipment was approved the same day. The supplier reported a late issue; the shipment was cancelled. Flagged as late. The supplier reviewed the document.", sent_at: new Date("2021-11-05T16:06:35Z"), read_status: true },
            { id: 421, sender_id: 3, receiver_id: 114, ad_id: 218, content: "The request was delayed after an automatic check. The document was approved — urgent case, no further action.", sent_at: new Date("2022-05-21T11:53:09Z"), read_status: false },
            { id: 422, sender_id: 165, receiver_id: 78, ad_id: 228, content: "The delivery was refunded after a late check. The invoice was closed — duplicate case, no further action.", sent_at: new Date("2021-11-17T08:45:51Z"), read_status: true },
            { id: 423, sender_id: 135, receiver_id: 193, ad_id: 49, content: "The courier reported a partial issue; the payment was refunded. An operator reported a duplicate issue; the document was replaced. The appointment was reopened — urgent case, no further action.", sent_at: new Date("2021-05-31T14:28:35Z"), read_status: false },
            { id: 424, sender_id: 29, receiver_id: 95, ad_id: 57, content: "The request was cancelled after an urgent check. Flagged as repeat. Support completed the claim. The ticket was resolved — partial case, no further action.", sent_at: new Date("2022-08-03T12:01:38Z"), read_status: false },
            { id: 425, sender_id: 140, receiver_id: 127, ad_id: 155, content: "The document was rescheduled — duplicate case, no further action. The report was approved after an unusual check. An unusual payment was rescheduled the same day. No response from support, so the refund was resolved.", sent_at: new Date("2021-11-14T16:31:20Z"), read_status: true },
            { id: 426, sender_id: 80, receiver_id: 93, ad_id: 293, content: "The customer asked for a change and the refund was confirmed. A duplicate invoice was completed the same day. The item was closed after a repeat check.", sent_at: new Date("2021-01-09T11:06:25Z"), read_status: true },
            { id: 427, sender_id: 193, receiver_id: 19, ad_id: 6, content: "A duplicate follow-up: the ticket was replaced. The payment was resolved following a partial review.", sent_at: new Date("2020-05-15T17:09:46Z"), read_status: true },
            { id: 428, sender_id: 142, receiver_id: 151, ad_id: 102, content: "The shipment was refunded after a routine check. The shipment was confirmed — minor case, no further action.", sent_at: new Date("2020-03-30T20:04:05Z"), read_status: true },
            { id: 429, sender_id: 188, receiver_id: 78, ad_id: 155, content: "The item was confirmed following an automatic review. The order was refunded after a standard check. The report was rejected after a duplicate check.", sent_at: new Date("2020-08-10T09:51:41Z"), read_status: false },
            { id: 430, sender_id: 111, receiver_id: 23, ad_id: 226, content: "No response from an operator, so the session was reopened. The item was closed following a late review.", sent_at: new Date("2021-03-09T12:26:20Z"), read_status: false },
            { id: 431, sender_id: 59, receiver_id: 86, ad_id: 245, content: "A standard follow-up: the ticket was cancelled. Support asked for a change and the payment was completed.", sent_at: new Date("2020-03-26T14:23:00Z"), read_status: true },
            { id: 432, sender_id: 149, receiver_id: 175, ad_id: 69, content: "Support confirmed the details and the session was closed. The ticket was reviewed — partial case, no further action.", sent_at: new Date("2022-04-02T09:27:13Z"), read_status: false },
            { id: 433, sender_id: 140, receiver_id: 97, ad_id: 203, content: "Flagged as urgent. The account owner refunded the item. Support reported an incomplete issue; the report was reviewed. The courier confirmed the details and the request was reopened. The account was approved — manual case, no further action.", sent_at: new Date("2022-01-01T13:02:28Z"), read_status: false },
            { id: 434, sender_id: 85, receiver_id: 109, ad_id: 56, content: "The account was rejected — partial case, no further action. The transfer was escalated after a partial check.", sent_at: new Date("2022-07-18T16:45:47Z"), read_status: true },
            { id: 435, sender_id: 158, receiver_id: 64, ad_id: 57, content: "An urgent session was rescheduled the same day. The customer confirmed the details and the payment was approved.", sent_at: new Date("2022-07-24T19:36:47Z"), read_status: false },
            { id: 436, sender_id: 66, receiver_id: 58, ad_id: 211, content: "The booking was reopened — incomplete case, no further action. The item was rescheduled after an incomplete check. The reviewer asked for a change and the order was reopened.", sent_at: new Date("2022-07-20T14:38:32Z"), read_status: true },
            { id: 437, sender_id: 166, receiver_id: 172, ad_id: 168, content: "A late follow-up: the payment was approved. The document was delayed after a partial check.", sent_at: new Date("2020-06-24T20:52:09Z"), read_status: true },
            { id: 438, sender_id: 176, receiver_id: 112, ad_id: 233, content: "The customer confirmed the details and the payment was processed. An urgent follow-up: the payment was approved.", sent_at: new Date("2022-11-01T17:50:39Z"), read_status: true },
            { id: 439, sender_id: 158, receiver_id: 114, ad_id: 83, content: "The team reported a standard issue; the request was updated. Support asked for a change and the session was reopened. The appointment was reopened — unusual case, no further action.", sent_at: new Date("2021-01-11T17:26:17Z"), read_status: true },
            { id: 440, sender_id: 111, receiver_id: 28, ad_id: 100, content: "The account was resolved — minor case, no further action. The session was updated following a routine review. The claim was reopened — standard case, no further action. The customer asked for a change and the item was confirmed.", sent_at: new Date("2021-01-22T19:55:03Z"), read_status: false },
            { id: 441, sender_id: 200, receiver_id: 128, ad_id: 223, content: "The invoice was updated — urgent case, no further action. Flagged as routine. The courier delayed the request. A minor follow-up: the session was escalated. The appointment was confirmed after a minor check.", sent_at: new Date("2020-02-29T21:43:41Z"), read_status: false },
            { id: 442, sender_id: 142, receiver_id: 128, ad_id: 183, content: "Flagged as duplicate. The customer completed the refund. No response from the courier, so the request was refunded. The account owner confirmed the details and the item was reopened. A late follow-up: the record was updated.", sent_at: new Date("2020-01-19T02:10:52Z"), read_status: true },
            { id: 443, sender_id: 118, receiver_id: 148, ad_id: 299, content: "The transfer was rejected — automatic case, no further action. An incomplete follow-up: the booking was escalated. An urgent follow-up: the request was processed. No response from support, so the item was escalated.", sent_at: new Date("2021-02-12T13:10:24Z"), read_status: true },
            { id: 444, sender_id: 5, receiver_id: 103, ad_id: 40, content: "The reviewer asked for a change and the request was resolved. A late follow-up: the item was rejected. Support confirmed the details and the item was updated. The payment was closed — incomplete case, no further action.", sent_at: new Date("2021-05-04T09:41:02Z"), read_status: true },
            { id: 445, sender_id: 42, receiver_id: 134, ad_id: 285, content: "A repeat follow-up: the order was closed. The refund was reopened — automatic case, no further action. The account owner confirmed the details and the document was delayed. An incomplete shipment was updated the same day.", sent_at: new Date("2022-11-12T18:15:53Z"), read_status: false },
            { id: 446, sender_id: 129, receiver_id: 13, ad_id: 217, content: "A repeat transfer was cancelled the same day. The order was approved — standard case, no further action. The order was completed after a standard check.", sent_at: new Date("2020-01-16T20:37:46Z"), read_status: false },
            { id: 447, sender_id: 13, receiver_id: 61, ad_id: 40, content: "The delivery was updated — minor case, no further action. A manual follow-up: the refund was confirmed. No response from the reviewer, so the document was rescheduled.", sent_at: new Date("2022-02-09T01:36:46Z"), read_status: false },
            { id: 448, sender_id: 90, receiver_id: 153, ad_id: 49, content: "The account was updated after an automatic check. Flagged as automatic. The supplier reviewed the document.", sent_at: new Date("2021-02-17T14:02:44Z"), read_status: true },
            { id: 449, sender_id: 7, receiver_id: 109, ad_id: 43, content: "The order was updated after an incomplete check. The supplier reported an urgent issue; the document was processed. The delivery was closed — routine case, no further action.", sent_at: new Date("2020-10-03T12:35:01Z"), read_status: true },
            { id: 450, sender_id: 162, receiver_id: 7, ad_id: 164, content: "The claim was closed after a duplicate check. An automatic follow-up: the document was rejected. Flagged as incomplete. The supplier delayed the claim.", sent_at: new Date("2021-10-20T22:14:03Z"), read_status: true },
            { id: 451, sender_id: 117, receiver_id: 193, ad_id: 102, content: "No response from the team, so the report was escalated. Support reported a manual issue; the appointment was confirmed. The shipment was escalated following a duplicate review. An automatic account was reopened the same day.", sent_at: new Date("2020-03-16T11:55:55Z"), read_status: true },
            { id: 452, sender_id: 99, receiver_id: 174, ad_id: 254, content: "The supplier reported a routine issue; the document was closed. A standard item was escalated the same day. The courier reported a routine issue; the claim was closed.", sent_at: new Date("2021-07-11T09:32:08Z"), read_status: false },
            { id: 453, sender_id: 169, receiver_id: 109, ad_id: 120, content: "Support reported a routine issue; the payment was rescheduled. The customer reported a standard issue; the appointment was rejected. The customer confirmed the details and the report was reviewed. Flagged as duplicate. The courier approved the shipment.", sent_at: new Date("2020-01-16T08:13:19Z"), read_status: false },
            { id: 454, sender_id: 43, receiver_id: 141, ad_id: 5, content: "The request was closed following a minor review. Flagged as automatic. The courier cancelled the request. The shipment was reviewed following a duplicate review.", sent_at: new Date("2021-03-06T21:50:51Z"), read_status: true },
            { id: 455, sender_id: 180, receiver_id: 103, ad_id: 124, content: "The ticket was closed after an unusual check. The courier reported an automatic issue; the request was escalated.", sent_at: new Date("2022-06-16T13:15:54Z"), read_status: false },
            { id: 456, sender_id: 17, receiver_id: 70, ad_id: 82, content: "No response from the account owner, so the booking was delayed. The shipment was replaced after an urgent check. The account was closed after a repeat check. No response from the reviewer, so the delivery was rejected.", sent_at: new Date("2021-10-28T21:59:22Z"), read_status: false },
            { id: 457, sender_id: 136, receiver_id: 9, ad_id: 181, content: "The account was rejected — automatic case, no further action. A repeat delivery was processed the same day. The courier asked for a change and the account was processed.", sent_at: new Date("2020-10-20T13:34:57Z"), read_status: false },
            { id: 458, sender_id: 64, receiver_id: 18, ad_id: 280, content: "The customer confirmed the details and the shipment was cancelled. The booking was refunded after a manual check. The session was reviewed following a minor review. No response from the courier, so the session was approved.", sent_at: new Date("2022-12-02T18:16:02Z"), read_status: false },
            { id: 459, sender_id: 95, receiver_id: 32, ad_id: 265, content: "Flagged as standard. The supplier rescheduled the delivery. The ticket was processed after an automatic check. A routine follow-up: the report was confirmed.", sent_at: new Date("2022-02-08T17:03:26Z"), read_status: true },
            { id: 460, sender_id: 176, receiver_id: 11, ad_id: 233, content: "The customer reported an automatic issue; the payment was reopened. An incomplete ticket was processed the same day.", sent_at: new Date("2021-02-14T22:00:14Z"), read_status: false },
            { id: 461, sender_id: 93, receiver_id: 118, ad_id: 84, content: "A minor follow-up: the shipment was replaced. An incomplete order was processed the same day. No response from the account owner, so the order was replaced.", sent_at: new Date("2020-04-30T16:43:43Z"), read_status: false },
            { id: 462, sender_id: 7, receiver_id: 193, ad_id: 65, content: "Flagged as routine. The customer replaced the refund. The team reported a partial issue; the refund was resolved. A late refund was closed the same day. The payment was refunded — duplicate case, no further action.", sent_at: new Date("2020-05-20T19:57:12Z"), read_status: false },
            { id: 463, sender_id: 85, receiver_id: 183, ad_id: 7, content: "Flagged as standard. The team escalated the payment. The item was rescheduled following a manual review. The team reported a standard issue; the invoice was closed. A minor shipment was approved the same day.", sent_at: new Date("2020-08-30T20:06:03Z"), read_status: true },
            { id: 464, sender_id: 169, receiver_id: 67, ad_id: 15, content: "A manual appointment was processed the same day. A minor follow-up: the appointment was resolved.", sent_at: new Date("2022-09-28T10:55:30Z"), read_status: false },
            { id: 465, sender_id: 123, receiver_id: 89, ad_id: 258, content: "The courier reported an unusual issue; the refund was completed. An operator reported a manual issue; the ticket was rescheduled. Flagged as automatic. An operator approved the report.", sent_at: new Date("2021-11-26T10:14:13Z"), read_status: false },
            { id: 466, sender_id: 137, receiver_id: 114, ad_id: 26, content: "A routine follow-up: the report was rescheduled. The record was rejected following a duplicate review. The supplier confirmed the details and the delivery was processed. A partial order was processed the same day.", sent_at: new Date("2021-06-09T13:53:28Z"), read_status: true },
            { id: 467, sender_id: 188, receiver_id: 64, ad_id: 85, content: "The item was resolved — partial case, no further action. A late item was closed the same day. An incomplete appointment was cancelled the same day.", sent_at: new Date("2022-09-19T09:17:11Z"), read_status: true },
            { id: 468, sender_id: 4, receiver_id: 52, ad_id: 235, content: "An unusual record was reopened the same day. No response from support, so the item was approved.", sent_at: new Date("2022-12-01T07:37:41Z"), read_status: true },
            { id: 469, sender_id: 174, receiver_id: 87, ad_id: 231, content: "Flagged as incomplete. The reviewer rescheduled the document. The request was rejected after a standard check. No response from the account owner, so the refund was reviewed. A repeat account was replaced the same day.", sent_at: new Date("2021-08-20T12:43:49Z"), read_status: false },
            { id: 470, sender_id: 22, receiver_id: 115, ad_id: 233, content: "A manual request was delayed the same day. The reviewer reported a partial issue; the ticket was replaced. The document was replaced following a duplicate review. The reviewer asked for a change and the report was rejected.", sent_at: new Date("2021-05-29T19:03:01Z"), read_status: false },
            { id: 471, sender_id: 102, receiver_id: 17, ad_id: 292, content: "The customer reported a routine issue; the order was resolved. A standard follow-up: the request was confirmed. An operator asked for a change and the record was reviewed.", sent_at: new Date("2022-05-09T10:18:35Z"), read_status: false },
            { id: 472, sender_id: 46, receiver_id: 130, ad_id: 85, content: "The record was rescheduled after an urgent check. A manual shipment was reopened the same day. Flagged as urgent. An operator reopened the record.", sent_at: new Date("2020-12-11T14:15:58Z"), read_status: true },
            { id: 473, sender_id: 1, receiver_id: 21, ad_id: 225, content: "The reviewer reported a minor issue; the record was confirmed. The reviewer confirmed the details and the record was updated. The customer reported an automatic issue; the delivery was approved.", sent_at: new Date("2022-12-07T10:55:19Z"), read_status: false },
            { id: 474, sender_id: 172, receiver_id: 49, ad_id: 125, content: "The reviewer reported an unusual issue; the request was resolved. Flagged as manual. The customer cancelled the record. A repeat follow-up: the delivery was resolved. The team reported a repeat issue; the shipment was confirmed.", sent_at: new Date("2020-01-31T15:28:19Z"), read_status: false },
            { id: 475, sender_id: 61, receiver_id: 61, ad_id: 85, content: "The customer confirmed the details and the appointment was reopened. The reviewer asked for a change and the shipment was updated. Flagged as manual. An operator processed the ticket.", sent_at: new Date("2022-11-07T21:19:42Z"), read_status: true },
            { id: 476, sender_id: 143, receiver_id: 105, ad_id: 68, content: "The refund was closed following an automatic review. An urgent invoice was refunded the same day. The report was delayed — urgent case, no further action.", sent_at: new Date("2022-05-15T16:21:28Z"), read_status: false },
            { id: 477, sender_id: 164, receiver_id: 148, ad_id: 205, content: "Flagged as automatic. The courier refunded the account. No response from the customer, so the delivery was delayed.", sent_at: new Date("2021-04-04T19:40:08Z"), read_status: true },
            { id: 478, sender_id: 157, receiver_id: 121, ad_id: 216, content: "No response from the reviewer, so the item was refunded. A partial record was refunded the same day. No response from the team, so the booking was escalated. A minor refund was refunded the same day.", sent_at: new Date("2020-06-19T20:51:53Z"), read_status: true },
            { id: 479, sender_id: 192, receiver_id: 7, ad_id: 56, content: "The transfer was confirmed after a minor check. A late follow-up: the document was rejected. The item was resolved — incomplete case, no further action. The customer reported a standard issue; the record was delayed.", sent_at: new Date("2021-12-15T23:46:41Z"), read_status: true },
            { id: 480, sender_id: 44, receiver_id: 69, ad_id: 247, content: "The claim was reviewed — minor case, no further action. The record was resolved following an urgent review. The customer reported a late issue; the session was delayed.", sent_at: new Date("2022-12-12T16:17:45Z"), read_status: false },
            { id: 481, sender_id: 32, receiver_id: 159, ad_id: 200, content: "The session was escalated following a standard review. The record was resolved after a manual check. The account owner asked for a change and the transfer was approved. No response from the courier, so the item was processed.", sent_at: new Date("2021-03-19T18:34:15Z"), read_status: false },
            { id: 482, sender_id: 136, receiver_id: 163, ad_id: 193, content: "The appointment was escalated — automatic case, no further action. The payment was completed after a routine check.", sent_at: new Date("2022-01-19T16:12:30Z"), read_status: true },
            { id: 483, sender_id: 23, receiver_id: 186, ad_id: 297, content: "The ticket was rejected — unusual case, no further action. An unusual follow-up: the shipment was completed. A standard booking was replaced the same day.", sent_at: new Date("2020-11-17T12:27:17Z"), read_status: true },
            { id: 484, sender_id: 45, receiver_id: 164, ad_id: 262, content: "Flagged as partial. The account owner cancelled the appointment. An operator asked for a change and the invoice was rejected. The payment was cancelled after a partial check. The ticket was reopened — partial case, no further action.", sent_at: new Date("2022-08-08T17:07:25Z"), read_status: false },
            { id: 485, sender_id: 39, receiver_id: 84, ad_id: 80, content: "The account owner confirmed the details and the appointment was refunded. The team reported a routine issue; the item was closed.", sent_at: new Date("2021-07-31T07:52:53Z"), read_status: true },
            { id: 486, sender_id: 131, receiver_id: 15, ad_id: 158, content: "A manual follow-up: the report was rescheduled. No response from the supplier, so the booking was replaced. The customer reported an automatic issue; the invoice was replaced.", sent_at: new Date("2020-01-24T13:12:06Z"), read_status: false },
            { id: 487, sender_id: 60, receiver_id: 40, ad_id: 299, content: "Flagged as manual. The reviewer refunded the report. A partial delivery was approved the same day. A late follow-up: the payment was rescheduled.", sent_at: new Date("2021-07-20T13:14:22Z"), read_status: false },
            { id: 488, sender_id: 103, receiver_id: 174, ad_id: 205, content: "The payment was approved after a late check. The delivery was cancelled — standard case, no further action.", sent_at: new Date("2021-04-27T22:21:21Z"), read_status: true },
            { id: 489, sender_id: 91, receiver_id: 46, ad_id: 17, content: "Flagged as routine. The account owner replaced the document. The courier confirmed the details and the shipment was reviewed. The invoice was escalated following an urgent review. The reviewer asked for a change and the claim was confirmed.", sent_at: new Date("2022-01-14T19:04:13Z"), read_status: true },
            { id: 490, sender_id: 95, receiver_id: 52, ad_id: 60, content: "The payment was confirmed following a standard review. The payment was delayed after a routine check.", sent_at: new Date("2020-05-21T16:15:28Z"), read_status: false },
            { id: 491, sender_id: 33, receiver_id: 14, ad_id: 240, content: "No response from the reviewer, so the refund was reviewed. The courier confirmed the details and the item was processed. The delivery was replaced after a minor check. The order was reopened after a duplicate check.", sent_at: new Date("2022-02-11T15:50:44Z"), read_status: true },
            { id: 492, sender_id: 189, receiver_id: 172, ad_id: 63, content: "A partial invoice was cancelled the same day. The team confirmed the details and the claim was updated. The team asked for a change and the booking was delayed. The ticket was processed after a standard check.", sent_at: new Date("2020-05-06T10:33:45Z"), read_status: false },
            { id: 493, sender_id: 13, receiver_id: 162, ad_id: 115, content: "The reviewer asked for a change and the record was approved. The ticket was completed after an incomplete check. The team reported a manual issue; the document was cancelled.", sent_at: new Date("2021-10-17T23:26:15Z"), read_status: true },
            { id: 494, sender_id: 87, receiver_id: 99, ad_id: 147, content: "The supplier reported a partial issue; the payment was replaced. The customer reported a repeat issue; the invoice was processed. Flagged as routine. The team cancelled the shipment. No response from an operator, so the account was escalated.", sent_at: new Date("2021-05-20T15:38:23Z"), read_status: false },
            { id: 495, sender_id: 177, receiver_id: 31, ad_id: 84, content: "The reviewer confirmed the details and the record was completed. The session was completed — duplicate case, no further action. No response from the reviewer, so the delivery was refunded.", sent_at: new Date("2020-03-23T21:15:28Z"), read_status: false },
            { id: 496, sender_id: 129, receiver_id: 133, ad_id: 99, content: "The appointment was rejected — incomplete case, no further action. The appointment was refunded after an urgent check. Support confirmed the details and the order was completed. The team reported a duplicate issue; the record was rejected.", sent_at: new Date("2020-03-23T01:37:48Z"), read_status: true },
            { id: 497, sender_id: 4, receiver_id: 189, ad_id: 53, content: "A repeat item was refunded the same day. A late shipment was confirmed the same day.", sent_at: new Date("2022-02-21T21:16:10Z"), read_status: true },
            { id: 498, sender_id: 75, receiver_id: 174, ad_id: 3, content: "Flagged as automatic. The reviewer reopened the ticket. The courier reported a late issue; the request was rescheduled. Support asked for a change and the transfer was rescheduled. Flagged as standard. The team closed the ticket.", sent_at: new Date("2020-02-07T14:29:35Z"), read_status: true },
            { id: 499, sender_id: 32, receiver_id: 35, ad_id: 197, content: "The supplier reported a manual issue; the transfer was delayed. The supplier confirmed the details and the session was closed. The team asked for a change and the booking was rejected.", sent_at: new Date("2020-05-07T06:59:46Z"), read_status: true },
            { id: 500, sender_id: 59, receiver_id: 171, ad_id: 134, content: "An operator asked for a change and the invoice was approved. No response from the customer, so the refund was refunded.", sent_at: new Date("2022-06-13T12:23:07Z"), read_status: false },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, ad_id: 255, buyer_id: 139, seller_id: 120, transaction_date: new Date("2020-07-12T12:48:31Z"), final_price: "7200.16", transaction_fee: "24.60" },
            { id: 2, ad_id: 258, buyer_id: 127, seller_id: 57, transaction_date: new Date("2020-02-02T15:46:05Z"), final_price: "6251.34", transaction_fee: "455.30" },
            { id: 3, ad_id: 156, buyer_id: 24, seller_id: 70, transaction_date: new Date("2020-08-10T12:10:26Z"), final_price: "50.84", transaction_fee: "6.11" },
            { id: 4, ad_id: 34, buyer_id: 53, seller_id: 16, transaction_date: new Date("2022-10-15T13:37:55Z"), final_price: "1111.30", transaction_fee: "256.44" },
            { id: 5, ad_id: 61, buyer_id: 74, seller_id: 200, transaction_date: new Date("2020-02-04T12:26:45Z"), final_price: "9430.72", transaction_fee: "196.55" },
            { id: 6, ad_id: 75, buyer_id: 192, seller_id: 109, transaction_date: new Date("2022-02-23T11:52:30Z"), final_price: "1940.20", transaction_fee: "138.81" },
            { id: 7, ad_id: 140, buyer_id: 60, seller_id: 66, transaction_date: new Date("2021-11-20T20:58:49Z"), final_price: "935.99", transaction_fee: "76.39" },
            { id: 8, ad_id: 233, buyer_id: 23, seller_id: 195, transaction_date: new Date("2020-08-20T14:47:52Z"), final_price: "9629.55", transaction_fee: "298.02" },
            { id: 9, ad_id: 230, buyer_id: 99, seller_id: 2, transaction_date: new Date("2020-09-28T13:05:12Z"), final_price: "4300.26", transaction_fee: "407.77" },
            { id: 10, ad_id: 292, buyer_id: 181, seller_id: 127, transaction_date: new Date("2020-09-26T15:20:47Z"), final_price: "2068.20", transaction_fee: "141.45" },
            { id: 11, ad_id: 115, buyer_id: 135, seller_id: 69, transaction_date: new Date("2022-01-21T16:40:21Z"), final_price: "3479.52", transaction_fee: "1.88" },
            { id: 12, ad_id: 96, buyer_id: 128, seller_id: 25, transaction_date: new Date("2020-05-11T09:14:56Z"), final_price: "2375.40", transaction_fee: "201.79" },
            { id: 13, ad_id: 199, buyer_id: 110, seller_id: 153, transaction_date: new Date("2022-05-15T09:14:51Z"), final_price: "555.85", transaction_fee: "305.40" },
            { id: 14, ad_id: 28, buyer_id: 9, seller_id: 163, transaction_date: new Date("2021-10-11T16:33:56Z"), final_price: "2575.73", transaction_fee: "260.20" },
            { id: 15, ad_id: 79, buyer_id: 199, seller_id: 16, transaction_date: new Date("2022-09-17T12:25:24Z"), final_price: "1080.17", transaction_fee: "95.69" },
            { id: 16, ad_id: 35, buyer_id: 191, seller_id: 74, transaction_date: new Date("2022-01-14T15:58:57Z"), final_price: "5764.23", transaction_fee: "461.74" },
            { id: 17, ad_id: 53, buyer_id: 135, seller_id: 120, transaction_date: new Date("2020-01-12T11:00:49Z"), final_price: "9664.26", transaction_fee: "424.21" },
            { id: 18, ad_id: 194, buyer_id: 73, seller_id: 170, transaction_date: new Date("2022-08-01T12:27:41Z"), final_price: "2774.27", transaction_fee: "0.02" },
            { id: 19, ad_id: 275, buyer_id: 163, seller_id: 97, transaction_date: new Date("2021-11-16T10:16:56Z"), final_price: "8768.77", transaction_fee: "241.66" },
            { id: 20, ad_id: 25, buyer_id: 109, seller_id: 94, transaction_date: new Date("2021-03-24T20:37:15Z"), final_price: "9313.16", transaction_fee: "53.99" },
            { id: 21, ad_id: 78, buyer_id: 98, seller_id: 171, transaction_date: new Date("2020-02-16T10:42:56Z"), final_price: "4087.73", transaction_fee: "0.41" },
            { id: 22, ad_id: 83, buyer_id: 185, seller_id: 3, transaction_date: new Date("2022-10-13T09:27:30Z"), final_price: "677.95", transaction_fee: "167.72" },
            { id: 23, ad_id: 31, buyer_id: 139, seller_id: 138, transaction_date: new Date("2022-10-17T11:38:09Z"), final_price: "55.49", transaction_fee: "0.71" },
            { id: 24, ad_id: 113, buyer_id: 47, seller_id: 178, transaction_date: new Date("2022-11-16T16:08:43Z"), final_price: "8182.87", transaction_fee: "369.31" },
            { id: 25, ad_id: 194, buyer_id: 106, seller_id: 69, transaction_date: new Date("2020-04-11T13:45:27Z"), final_price: "6363.80", transaction_fee: "404.08" },
            { id: 26, ad_id: 85, buyer_id: 10, seller_id: 59, transaction_date: new Date("2021-07-13T15:05:44Z"), final_price: "1430.56", transaction_fee: "476.66" },
            { id: 27, ad_id: 48, buyer_id: 99, seller_id: 134, transaction_date: new Date("2022-03-02T11:17:04Z"), final_price: "511.51", transaction_fee: "1.59" },
            { id: 28, ad_id: 109, buyer_id: 102, seller_id: 33, transaction_date: new Date("2020-02-11T13:05:43Z"), final_price: "7060.00", transaction_fee: "67.38" },
            { id: 29, ad_id: 280, buyer_id: 172, seller_id: 74, transaction_date: new Date("2021-10-13T09:41:18Z"), final_price: "1452.17", transaction_fee: "295.78" },
            { id: 30, ad_id: 136, buyer_id: 81, seller_id: 81, transaction_date: new Date("2020-01-20T10:23:11Z"), final_price: "3053.17", transaction_fee: "265.86" },
            { id: 31, ad_id: 211, buyer_id: 145, seller_id: 40, transaction_date: new Date("2020-04-07T09:02:11Z"), final_price: "1551.84", transaction_fee: "382.19" },
            { id: 32, ad_id: 1, buyer_id: 171, seller_id: 71, transaction_date: new Date("2021-03-30T09:09:57Z"), final_price: "1243.12", transaction_fee: "19.11" },
            { id: 33, ad_id: 292, buyer_id: 116, seller_id: 143, transaction_date: new Date("2022-12-20T06:40:21Z"), final_price: "2544.51", transaction_fee: "70.12" },
            { id: 34, ad_id: 300, buyer_id: 45, seller_id: 192, transaction_date: new Date("2020-05-30T09:04:09Z"), final_price: "34.06", transaction_fee: "58.79" },
            { id: 35, ad_id: 232, buyer_id: 98, seller_id: 198, transaction_date: new Date("2023-01-01T12:03:37Z"), final_price: "2739.66", transaction_fee: "12.96" },
            { id: 36, ad_id: 199, buyer_id: 143, seller_id: 140, transaction_date: new Date("2021-08-21T09:12:13Z"), final_price: "1666.11", transaction_fee: "81.11" },
            { id: 37, ad_id: 136, buyer_id: 158, seller_id: 79, transaction_date: new Date("2022-11-18T18:13:50Z"), final_price: "4313.98", transaction_fee: "317.79" },
            { id: 38, ad_id: 202, buyer_id: 190, seller_id: 18, transaction_date: new Date("2021-11-13T09:06:07Z"), final_price: "407.88", transaction_fee: "100.70" },
            { id: 39, ad_id: 188, buyer_id: 16, seller_id: 27, transaction_date: new Date("2021-11-15T11:24:07Z"), final_price: "6624.23", transaction_fee: "427.09" },
            { id: 40, ad_id: 254, buyer_id: 28, seller_id: 169, transaction_date: new Date("2021-03-22T11:53:14Z"), final_price: "1084.69", transaction_fee: "93.89" },
            { id: 41, ad_id: 78, buyer_id: 180, seller_id: 191, transaction_date: new Date("2022-02-19T09:45:32Z"), final_price: "2553.21", transaction_fee: "117.58" },
            { id: 42, ad_id: 294, buyer_id: 38, seller_id: 54, transaction_date: new Date("2021-07-17T13:05:35Z"), final_price: "1444.85", transaction_fee: "220.38" },
            { id: 43, ad_id: 170, buyer_id: 16, seller_id: 82, transaction_date: new Date("2022-06-28T08:02:42Z"), final_price: "2509.08", transaction_fee: "203.03" },
            { id: 44, ad_id: 35, buyer_id: 166, seller_id: 100, transaction_date: new Date("2021-08-25T09:45:04Z"), final_price: "3959.12", transaction_fee: "258.35" },
            { id: 45, ad_id: 63, buyer_id: 91, seller_id: 156, transaction_date: new Date("2022-03-06T13:43:19Z"), final_price: "42.37", transaction_fee: "368.56" },
            { id: 46, ad_id: 63, buyer_id: 98, seller_id: 132, transaction_date: new Date("2021-10-21T11:54:33Z"), final_price: "7620.99", transaction_fee: "92.16" },
            { id: 47, ad_id: 296, buyer_id: 10, seller_id: 145, transaction_date: new Date("2022-11-14T09:15:15Z"), final_price: "7752.10", transaction_fee: "0.24" },
            { id: 48, ad_id: 103, buyer_id: 113, seller_id: 145, transaction_date: new Date("2021-11-04T09:44:18Z"), final_price: "375.84", transaction_fee: "236.78" },
            { id: 49, ad_id: 3, buyer_id: 141, seller_id: 43, transaction_date: new Date("2020-04-08T14:08:56Z"), final_price: "9609.26", transaction_fee: "320.67" },
            { id: 50, ad_id: 93, buyer_id: 183, seller_id: 82, transaction_date: new Date("2020-01-30T11:12:22Z"), final_price: "1093.23", transaction_fee: "114.92" },
            { id: 51, ad_id: 145, buyer_id: 136, seller_id: 63, transaction_date: new Date("2020-04-25T15:48:07Z"), final_price: "3663.10", transaction_fee: "190.05" },
            { id: 52, ad_id: 162, buyer_id: 135, seller_id: 127, transaction_date: new Date("2022-04-25T10:13:52Z"), final_price: "714.52", transaction_fee: "69.46" },
            { id: 53, ad_id: 256, buyer_id: 9, seller_id: 81, transaction_date: new Date("2021-02-07T10:23:14Z"), final_price: "8060.01", transaction_fee: "253.35" },
            { id: 54, ad_id: 45, buyer_id: 193, seller_id: 59, transaction_date: new Date("2022-08-10T11:26:24Z"), final_price: "4867.58", transaction_fee: "419.51" },
            { id: 55, ad_id: 137, buyer_id: 133, seller_id: 143, transaction_date: new Date("2021-12-24T13:32:22Z"), final_price: "8415.99", transaction_fee: "2.94" },
            { id: 56, ad_id: 254, buyer_id: 73, seller_id: 102, transaction_date: new Date("2020-05-04T12:17:58Z"), final_price: "9260.94", transaction_fee: "278.12" },
            { id: 57, ad_id: 42, buyer_id: 29, seller_id: 178, transaction_date: new Date("2021-06-24T14:09:09Z"), final_price: "687.42", transaction_fee: "26.78" },
            { id: 58, ad_id: 38, buyer_id: 143, seller_id: 42, transaction_date: new Date("2020-02-25T13:53:39Z"), final_price: "2073.40", transaction_fee: "96.03" },
            { id: 59, ad_id: 288, buyer_id: 31, seller_id: 96, transaction_date: new Date("2022-03-21T16:15:18Z"), final_price: "2.22", transaction_fee: "56.32" },
            { id: 60, ad_id: 127, buyer_id: 8, seller_id: 2, transaction_date: new Date("2021-07-19T10:45:30Z"), final_price: "617.35", transaction_fee: "198.66" },
            { id: 61, ad_id: 96, buyer_id: 62, seller_id: 2, transaction_date: new Date("2020-02-14T19:06:41Z"), final_price: "3920.24", transaction_fee: "121.97" },
            { id: 62, ad_id: 39, buyer_id: 134, seller_id: 133, transaction_date: new Date("2021-01-25T09:27:11Z"), final_price: "397.23", transaction_fee: "1.33" },
            { id: 63, ad_id: 98, buyer_id: 33, seller_id: 87, transaction_date: new Date("2021-02-19T19:40:16Z"), final_price: "3606.39", transaction_fee: "25.57" },
            { id: 64, ad_id: 230, buyer_id: 8, seller_id: 64, transaction_date: new Date("2020-07-12T03:22:09Z"), final_price: "6621.85", transaction_fee: "342.61" },
            { id: 65, ad_id: 288, buyer_id: 59, seller_id: 9, transaction_date: new Date("2021-10-25T12:27:06Z"), final_price: "3682.30", transaction_fee: "11.78" },
            { id: 66, ad_id: 262, buyer_id: 48, seller_id: 168, transaction_date: new Date("2021-08-18T17:20:09Z"), final_price: "60.86", transaction_fee: "112.82" },
            { id: 67, ad_id: 242, buyer_id: 69, seller_id: 10, transaction_date: new Date("2022-12-29T11:06:26Z"), final_price: "3587.98", transaction_fee: "268.48" },
            { id: 68, ad_id: 233, buyer_id: 159, seller_id: 131, transaction_date: new Date("2022-10-08T09:37:32Z"), final_price: "127.71", transaction_fee: "3.70" },
            { id: 69, ad_id: 206, buyer_id: 111, seller_id: 7, transaction_date: new Date("2021-01-09T10:26:56Z"), final_price: "7708.63", transaction_fee: "38.59" },
            { id: 70, ad_id: 11, buyer_id: 178, seller_id: 93, transaction_date: new Date("2021-01-30T06:30:38Z"), final_price: "1334.97", transaction_fee: "5.05" },
            { id: 71, ad_id: 101, buyer_id: 173, seller_id: 135, transaction_date: new Date("2020-08-14T15:19:23Z"), final_price: "2124.45", transaction_fee: "291.14" },
            { id: 72, ad_id: 20, buyer_id: 3, seller_id: 51, transaction_date: new Date("2021-10-29T14:03:15Z"), final_price: "395.76", transaction_fee: "3.79" },
            { id: 73, ad_id: 195, buyer_id: 47, seller_id: 48, transaction_date: new Date("2021-12-19T10:44:30Z"), final_price: "2992.34", transaction_fee: "17.13" },
            { id: 74, ad_id: 142, buyer_id: 169, seller_id: 140, transaction_date: new Date("2020-07-23T08:27:15Z"), final_price: "107.06", transaction_fee: "15.34" },
            { id: 75, ad_id: 163, buyer_id: 19, seller_id: 74, transaction_date: new Date("2020-06-08T15:45:46Z"), final_price: "658.26", transaction_fee: "452.60" },
            { id: 76, ad_id: 146, buyer_id: 89, seller_id: 50, transaction_date: new Date("2022-11-18T14:02:10Z"), final_price: "1228.14", transaction_fee: "443.21" },
            { id: 77, ad_id: 229, buyer_id: 180, seller_id: 135, transaction_date: new Date("2022-08-07T16:57:08Z"), final_price: "8584.25", transaction_fee: "136.87" },
            { id: 78, ad_id: 129, buyer_id: 81, seller_id: 69, transaction_date: new Date("2021-10-02T15:09:35Z"), final_price: "4526.57", transaction_fee: "0.86" },
            { id: 79, ad_id: 61, buyer_id: 8, seller_id: 60, transaction_date: new Date("2020-12-01T13:42:32Z"), final_price: "1630.16", transaction_fee: "1.31" },
            { id: 80, ad_id: 274, buyer_id: 2, seller_id: 176, transaction_date: new Date("2022-10-22T09:38:15Z"), final_price: "862.09", transaction_fee: "328.53" },
            { id: 81, ad_id: 77, buyer_id: 152, seller_id: 108, transaction_date: new Date("2022-11-11T12:53:48Z"), final_price: "4620.41", transaction_fee: "358.10" },
            { id: 82, ad_id: 261, buyer_id: 155, seller_id: 131, transaction_date: new Date("2022-05-13T16:58:43Z"), final_price: "6732.41", transaction_fee: "192.54" },
            { id: 83, ad_id: 41, buyer_id: 49, seller_id: 34, transaction_date: new Date("2022-11-15T12:50:10Z"), final_price: "5410.71", transaction_fee: "65.21" },
            { id: 84, ad_id: 150, buyer_id: 193, seller_id: 161, transaction_date: new Date("2022-12-09T10:38:29Z"), final_price: "3533.82", transaction_fee: "86.46" },
            { id: 85, ad_id: 273, buyer_id: 24, seller_id: 67, transaction_date: new Date("2022-03-11T14:21:25Z"), final_price: "2530.61", transaction_fee: "266.33" },
            { id: 86, ad_id: 98, buyer_id: 47, seller_id: 103, transaction_date: new Date("2022-10-05T19:47:56Z"), final_price: "6204.41", transaction_fee: "4.66" },
            { id: 87, ad_id: 52, buyer_id: 70, seller_id: 181, transaction_date: new Date("2020-09-27T13:50:55Z"), final_price: "690.54", transaction_fee: "69.00" },
            { id: 88, ad_id: 30, buyer_id: 119, seller_id: 4, transaction_date: new Date("2020-05-20T11:12:56Z"), final_price: "566.34", transaction_fee: "28.66" },
            { id: 89, ad_id: 181, buyer_id: 76, seller_id: 113, transaction_date: new Date("2022-03-01T20:48:37Z"), final_price: "6174.99", transaction_fee: "147.68" },
            { id: 90, ad_id: 151, buyer_id: 13, seller_id: 35, transaction_date: new Date("2022-01-01T09:12:51Z"), final_price: "7894.73", transaction_fee: "167.72" },
            { id: 91, ad_id: 20, buyer_id: 86, seller_id: 95, transaction_date: new Date("2020-06-16T11:06:00Z"), final_price: "5608.78", transaction_fee: "129.29" },
            { id: 92, ad_id: 95, buyer_id: 76, seller_id: 5, transaction_date: new Date("2020-08-08T13:32:27Z"), final_price: "3722.74", transaction_fee: "469.44" },
            { id: 93, ad_id: 40, buyer_id: 138, seller_id: 155, transaction_date: new Date("2021-01-06T19:28:51Z"), final_price: "2282.18", transaction_fee: "0.39" },
            { id: 94, ad_id: 251, buyer_id: 30, seller_id: 90, transaction_date: new Date("2020-01-25T15:34:56Z"), final_price: "2249.93", transaction_fee: "0.72" },
            { id: 95, ad_id: 219, buyer_id: 61, seller_id: 19, transaction_date: new Date("2022-08-11T14:38:07Z"), final_price: "6088.02", transaction_fee: "173.42" },
            { id: 96, ad_id: 233, buyer_id: 39, seller_id: 124, transaction_date: new Date("2021-06-28T10:46:35Z"), final_price: "4043.57", transaction_fee: "418.06" },
            { id: 97, ad_id: 294, buyer_id: 133, seller_id: 177, transaction_date: new Date("2020-11-19T10:56:07Z"), final_price: "9064.30", transaction_fee: "180.56" },
            { id: 98, ad_id: 259, buyer_id: 33, seller_id: 139, transaction_date: new Date("2022-12-23T12:10:29Z"), final_price: "9852.01", transaction_fee: "97.80" },
            { id: 99, ad_id: 58, buyer_id: 179, seller_id: 54, transaction_date: new Date("2022-12-30T13:28:37Z"), final_price: "3908.85", transaction_fee: "1.73" },
            { id: 100, ad_id: 278, buyer_id: 65, seller_id: 155, transaction_date: new Date("2020-11-25T14:02:31Z"), final_price: "2199.77", transaction_fee: "144.57" },
            { id: 101, ad_id: 214, buyer_id: 193, seller_id: 139, transaction_date: new Date("2021-03-14T13:27:36Z"), final_price: "1693.12", transaction_fee: "96.73" },
            { id: 102, ad_id: 177, buyer_id: 87, seller_id: 145, transaction_date: new Date("2020-09-28T13:24:58Z"), final_price: "2828.32", transaction_fee: "252.66" },
            { id: 103, ad_id: 43, buyer_id: 100, seller_id: 86, transaction_date: new Date("2022-09-21T13:26:35Z"), final_price: "8183.78", transaction_fee: "364.69" },
            { id: 104, ad_id: 222, buyer_id: 64, seller_id: 70, transaction_date: new Date("2020-11-09T14:43:07Z"), final_price: "6488.09", transaction_fee: "3.22" },
            { id: 105, ad_id: 28, buyer_id: 95, seller_id: 158, transaction_date: new Date("2022-01-15T15:23:42Z"), final_price: "2996.31", transaction_fee: "272.93" },
            { id: 106, ad_id: 152, buyer_id: 4, seller_id: 152, transaction_date: new Date("2022-12-27T09:33:11Z"), final_price: "6741.66", transaction_fee: "357.97" },
            { id: 107, ad_id: 173, buyer_id: 167, seller_id: 29, transaction_date: new Date("2021-02-02T03:56:43Z"), final_price: "5265.70", transaction_fee: "21.39" },
            { id: 108, ad_id: 61, buyer_id: 177, seller_id: 33, transaction_date: new Date("2022-02-26T14:43:21Z"), final_price: "1538.25", transaction_fee: "460.60" },
            { id: 109, ad_id: 185, buyer_id: 177, seller_id: 184, transaction_date: new Date("2022-07-23T14:04:50Z"), final_price: "3428.49", transaction_fee: "475.80" },
            { id: 110, ad_id: 278, buyer_id: 78, seller_id: 115, transaction_date: new Date("2020-01-13T09:28:43Z"), final_price: "4974.02", transaction_fee: "477.38" },
            { id: 111, ad_id: 123, buyer_id: 156, seller_id: 53, transaction_date: new Date("2022-09-23T07:40:23Z"), final_price: "1518.62", transaction_fee: "446.37" },
            { id: 112, ad_id: 202, buyer_id: 22, seller_id: 95, transaction_date: new Date("2022-11-02T16:05:54Z"), final_price: "7286.94", transaction_fee: "32.76" },
            { id: 113, ad_id: 101, buyer_id: 184, seller_id: 33, transaction_date: new Date("2020-02-24T10:29:22Z"), final_price: "473.02", transaction_fee: "30.42" },
            { id: 114, ad_id: 208, buyer_id: 162, seller_id: 197, transaction_date: new Date("2022-12-31T09:38:25Z"), final_price: "1.20", transaction_fee: "7.26" },
            { id: 115, ad_id: 285, buyer_id: 67, seller_id: 162, transaction_date: new Date("2021-01-14T16:38:11Z"), final_price: "8216.95", transaction_fee: "0.30" },
            { id: 116, ad_id: 209, buyer_id: 86, seller_id: 136, transaction_date: new Date("2021-12-18T15:30:35Z"), final_price: "454.21", transaction_fee: "0.18" },
            { id: 117, ad_id: 45, buyer_id: 89, seller_id: 193, transaction_date: new Date("2022-09-25T09:32:46Z"), final_price: "5168.36", transaction_fee: "5.50" },
            { id: 118, ad_id: 13, buyer_id: 145, seller_id: 196, transaction_date: new Date("2020-02-14T17:05:33Z"), final_price: "40.05", transaction_fee: "72.30" },
            { id: 119, ad_id: 291, buyer_id: 117, seller_id: 65, transaction_date: new Date("2020-05-06T11:25:22Z"), final_price: "291.48", transaction_fee: "48.06" },
            { id: 120, ad_id: 106, buyer_id: 137, seller_id: 23, transaction_date: new Date("2021-01-04T02:57:22Z"), final_price: "884.86", transaction_fee: "471.70" },
            { id: 121, ad_id: 288, buyer_id: 172, seller_id: 141, transaction_date: new Date("2022-11-24T07:27:15Z"), final_price: "1093.30", transaction_fee: "432.07" },
            { id: 122, ad_id: 206, buyer_id: 41, seller_id: 181, transaction_date: new Date("2020-08-11T09:03:22Z"), final_price: "8820.00", transaction_fee: "74.66" },
            { id: 123, ad_id: 226, buyer_id: 142, seller_id: 62, transaction_date: new Date("2020-03-06T17:56:46Z"), final_price: "693.62", transaction_fee: "349.55" },
            { id: 124, ad_id: 127, buyer_id: 33, seller_id: 69, transaction_date: new Date("2022-07-08T14:22:55Z"), final_price: "5637.58", transaction_fee: "153.49" },
            { id: 125, ad_id: 55, buyer_id: 165, seller_id: 98, transaction_date: new Date("2020-12-18T11:38:53Z"), final_price: "2904.59", transaction_fee: "136.66" },
            { id: 126, ad_id: 109, buyer_id: 96, seller_id: 111, transaction_date: new Date("2022-11-19T11:04:19Z"), final_price: "2348.35", transaction_fee: "57.84" },
            { id: 127, ad_id: 156, buyer_id: 99, seller_id: 164, transaction_date: new Date("2020-06-25T09:52:19Z"), final_price: "1100.83", transaction_fee: "410.32" },
            { id: 128, ad_id: 271, buyer_id: 177, seller_id: 11, transaction_date: new Date("2020-10-03T16:31:52Z"), final_price: "2625.28", transaction_fee: "322.03" },
            { id: 129, ad_id: 53, buyer_id: 112, seller_id: 189, transaction_date: new Date("2022-01-14T14:31:14Z"), final_price: "7165.36", transaction_fee: "0.66" },
            { id: 130, ad_id: 229, buyer_id: 162, seller_id: 111, transaction_date: new Date("2020-07-17T16:12:49Z"), final_price: "6053.64", transaction_fee: "12.96" },
            { id: 131, ad_id: 195, buyer_id: 9, seller_id: 115, transaction_date: new Date("2022-05-03T07:14:32Z"), final_price: "1147.52", transaction_fee: "345.34" },
            { id: 132, ad_id: 75, buyer_id: 120, seller_id: 189, transaction_date: new Date("2020-09-27T14:16:59Z"), final_price: "2001.18", transaction_fee: "324.94" },
            { id: 133, ad_id: 207, buyer_id: 17, seller_id: 191, transaction_date: new Date("2020-12-09T15:53:47Z"), final_price: "3934.28", transaction_fee: "421.94" },
            { id: 134, ad_id: 118, buyer_id: 189, seller_id: 42, transaction_date: new Date("2022-10-09T10:16:11Z"), final_price: "5606.28", transaction_fee: "96.31" },
            { id: 135, ad_id: 148, buyer_id: 159, seller_id: 107, transaction_date: new Date("2020-08-17T22:12:32Z"), final_price: "9453.38", transaction_fee: "390.06" },
            { id: 136, ad_id: 217, buyer_id: 142, seller_id: 46, transaction_date: new Date("2020-03-15T21:19:46Z"), final_price: "504.48", transaction_fee: "6.60" },
            { id: 137, ad_id: 88, buyer_id: 104, seller_id: 96, transaction_date: new Date("2022-12-04T12:28:07Z"), final_price: "6768.62", transaction_fee: "0.00" },
            { id: 138, ad_id: 252, buyer_id: 200, seller_id: 168, transaction_date: new Date("2021-12-15T21:09:32Z"), final_price: "7260.57", transaction_fee: "5.86" },
            { id: 139, ad_id: 34, buyer_id: 54, seller_id: 30, transaction_date: new Date("2020-09-26T09:39:25Z"), final_price: "7697.57", transaction_fee: "259.89" },
            { id: 140, ad_id: 166, buyer_id: 149, seller_id: 82, transaction_date: new Date("2021-08-14T13:20:56Z"), final_price: "3991.39", transaction_fee: "299.58" },
            { id: 141, ad_id: 188, buyer_id: 60, seller_id: 66, transaction_date: new Date("2021-02-07T13:13:31Z"), final_price: "3001.89", transaction_fee: "287.49" },
            { id: 142, ad_id: 290, buyer_id: 67, seller_id: 25, transaction_date: new Date("2022-06-07T19:02:37Z"), final_price: "133.33", transaction_fee: "86.16" },
            { id: 143, ad_id: 214, buyer_id: 38, seller_id: 81, transaction_date: new Date("2021-02-10T14:25:28Z"), final_price: "9394.07", transaction_fee: "231.38" },
            { id: 144, ad_id: 182, buyer_id: 129, seller_id: 63, transaction_date: new Date("2022-03-30T17:57:54Z"), final_price: "9513.34", transaction_fee: "10.31" },
            { id: 145, ad_id: 230, buyer_id: 34, seller_id: 197, transaction_date: new Date("2021-10-31T13:30:55Z"), final_price: "5732.02", transaction_fee: "1.95" },
            { id: 146, ad_id: 235, buyer_id: 48, seller_id: 105, transaction_date: new Date("2021-04-10T09:47:12Z"), final_price: "6589.00", transaction_fee: "112.35" },
            { id: 147, ad_id: 186, buyer_id: 8, seller_id: 135, transaction_date: new Date("2022-12-31T09:06:06Z"), final_price: "5640.17", transaction_fee: "172.34" },
            { id: 148, ad_id: 169, buyer_id: 131, seller_id: 7, transaction_date: new Date("2022-04-19T12:42:41Z"), final_price: "3295.36", transaction_fee: "357.59" },
            { id: 149, ad_id: 129, buyer_id: 106, seller_id: 193, transaction_date: new Date("2021-10-19T10:04:27Z"), final_price: "108.15", transaction_fee: "322.54" },
            { id: 150, ad_id: 3, buyer_id: 182, seller_id: 129, transaction_date: new Date("2021-01-07T16:14:26Z"), final_price: "241.95", transaction_fee: "0.18" },
        ],
    });
}

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