// Freelancer Marketplace Insights (freelancer-marketplace-insights) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.clients), 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.clients.createMany({
        data: [
            { id: 1, full_name: "Hugo Johnson", email: "hugo.johnson@example.net", subscription_level: "premium" },
            { id: 2, full_name: "Amir Gupta", email: "amir.gupta@example.org", subscription_level: "premium" },
            { id: 3, full_name: null, email: null, subscription_level: "basic" },
            { id: 4, full_name: "James Tanaka", email: "james.tanaka@example.org", subscription_level: "enterprise" },
            { id: 5, full_name: "Deniz Diaz", email: null, subscription_level: "premium" },
            { id: 6, full_name: "Selin Walker", email: "selin.walker@example.com", subscription_level: "enterprise" },
            { id: 7, full_name: "Selin Park", email: "selin.park@example.net", subscription_level: "premium" },
            { id: 8, full_name: null, email: null, subscription_level: "basic" },
            { id: 9, full_name: null, email: null, subscription_level: "basic" },
            { id: 10, full_name: null, email: null, subscription_level: "basic" },
            { id: 11, full_name: null, email: null, subscription_level: "basic" },
            { id: 12, full_name: "Mia Wilson", email: "mia.wilson@example.com", subscription_level: "enterprise" },
            { id: 13, full_name: null, email: null, subscription_level: null },
            { id: 14, full_name: "Lucas Andersen", email: "lucas.andersen@example.org", subscription_level: "premium" },
            { id: 15, full_name: null, email: null, subscription_level: "basic" },
            { id: 16, full_name: null, email: null, subscription_level: "basic" },
            { id: 17, full_name: null, email: null, subscription_level: "basic" },
            { id: 18, full_name: "Mateo Hansen", email: "mateo.hansen@example.org", subscription_level: "premium" },
            { id: 19, full_name: null, email: null, subscription_level: "basic" },
            { id: 20, full_name: null, email: null, subscription_level: "basic" },
            { id: 21, full_name: null, email: null, subscription_level: "basic" },
            { id: 22, full_name: null, email: null, subscription_level: "basic" },
            { id: 23, full_name: "Ravi Klein", email: "ravi.klein@example.com", subscription_level: "premium" },
            { id: 24, full_name: null, email: null, subscription_level: "basic" },
            { id: 25, full_name: "Tariq Klein", email: "tariq.klein@example.net", subscription_level: "premium" },
            { id: 26, full_name: null, email: null, subscription_level: "basic" },
            { id: 27, full_name: null, email: null, subscription_level: "basic" },
            { id: 28, full_name: "Sara Costa", email: "sara.costa@example.com", subscription_level: "enterprise" },
            { id: 29, full_name: null, email: null, subscription_level: null },
            { id: 30, full_name: null, email: null, subscription_level: "basic" },
            { id: 31, full_name: null, email: null, subscription_level: "basic" },
            { id: 32, full_name: null, email: null, subscription_level: "basic" },
            { id: 33, full_name: "Deniz Lopez", email: "deniz.lopez@example.org", subscription_level: "premium" },
            { id: 34, full_name: "Sofia Wright", email: "sofia.wright@example.net", subscription_level: "premium" },
            { id: 35, full_name: "Felix Lopez", email: "felix.lopez@example.net", subscription_level: "premium" },
            { id: 36, full_name: "Fatima Ruiz", email: "fatima.ruiz@example.org", subscription_level: "premium" },
            { id: 37, full_name: null, email: null, subscription_level: "basic" },
            { id: 38, full_name: null, email: null, subscription_level: "basic" },
            { id: 39, full_name: "Ethan Flores", email: "ethan.flores@example.net", subscription_level: "premium" },
            { id: 40, full_name: "Ben Meyer", email: "ben.meyer@example.net", subscription_level: "premium" },
            { id: 41, full_name: null, email: null, subscription_level: "basic" },
            { id: 42, full_name: null, email: null, subscription_level: null },
            { id: 43, full_name: "Mohamed Klein", email: "mohamed.klein@example.com", subscription_level: "premium" },
            { id: 44, full_name: null, email: null, subscription_level: null },
            { id: 45, full_name: null, email: null, subscription_level: "basic" },
            { id: 46, full_name: null, email: null, subscription_level: null },
            { id: 47, full_name: null, email: null, subscription_level: "basic" },
            { id: 48, full_name: null, email: null, subscription_level: "basic" },
            { id: 49, full_name: null, email: null, subscription_level: "basic" },
            { id: 50, full_name: null, email: null, subscription_level: "basic" },
            { id: 51, full_name: "Selin Shah", email: "selin.shah@example.com", subscription_level: "premium" },
            { id: 52, full_name: "Felix Wang", email: "felix.wang@example.net", subscription_level: "enterprise" },
            { id: 53, full_name: null, email: null, subscription_level: "basic" },
            { id: 54, full_name: null, email: null, subscription_level: "basic" },
            { id: 55, full_name: null, email: null, subscription_level: "basic" },
            { id: 56, full_name: null, email: null, subscription_level: "basic" },
            { id: 57, full_name: null, email: null, subscription_level: "basic" },
            { id: 58, full_name: null, email: null, subscription_level: "basic" },
            { id: 59, full_name: "Carla Larsen", email: "carla.larsen@example.org", subscription_level: "premium" },
            { id: 60, full_name: null, email: null, subscription_level: "basic" },
            { id: 61, full_name: "Rosa Mendes", email: "rosa.mendes@example.com", subscription_level: "premium" },
            { id: 62, full_name: null, email: null, subscription_level: "basic" },
            { id: 63, full_name: null, email: null, subscription_level: null },
            { id: 64, full_name: "Chen Shah", email: "chen.shah@example.com", subscription_level: "enterprise" },
            { id: 65, full_name: null, email: null, subscription_level: "basic" },
            { id: 66, full_name: null, email: null, subscription_level: "basic" },
            { id: 67, full_name: "Selin Jensen", email: "selin.jensen@example.net", subscription_level: "premium" },
            { id: 68, full_name: null, email: null, subscription_level: null },
            { id: 69, full_name: "Ivan Singh", email: "ivan.singh@example.org", subscription_level: "premium" },
            { id: 70, full_name: "Nour Wright", email: "nour.wright@example.org", subscription_level: "premium" },
            { id: 71, full_name: null, email: null, subscription_level: "basic" },
            { id: 72, full_name: null, email: null, subscription_level: null },
            { id: 73, full_name: null, email: null, subscription_level: "basic" },
            { id: 74, full_name: "Sara Bennett", email: "sara.bennett@example.org", subscription_level: "premium" },
            { id: 75, full_name: "Grace Miller", email: "grace.miller@example.com", subscription_level: "enterprise" },
            { id: 76, full_name: "Julia Kim", email: "julia.kim@example.net", subscription_level: "enterprise" },
            { id: 77, full_name: null, email: null, subscription_level: "basic" },
            { id: 78, full_name: null, email: null, subscription_level: "basic" },
            { id: 79, full_name: null, email: null, subscription_level: "basic" },
            { id: 80, full_name: null, email: null, subscription_level: "basic" },
            { id: 81, full_name: "Wei Shah", email: "wei.shah@example.com", subscription_level: "premium" },
            { id: 82, full_name: null, email: null, subscription_level: "basic" },
            { id: 83, full_name: "Maya Ruiz", email: null, subscription_level: "premium" },
            { id: 84, full_name: null, email: null, subscription_level: "basic" },
            { id: 85, full_name: null, email: null, subscription_level: "basic" },
            { id: 86, full_name: "Elif Schneider", email: "elif.schneider@example.net", subscription_level: "premium" },
            { id: 87, full_name: "Leo Kumar", email: "leo.kumar@example.com", subscription_level: "premium" },
            { id: 88, full_name: "Jade Reyes", email: "jade.reyes@example.com", subscription_level: "enterprise" },
            { id: 89, full_name: null, email: null, subscription_level: "basic" },
            { id: 90, full_name: null, email: null, subscription_level: "basic" },
            { id: 91, full_name: null, email: null, subscription_level: "basic" },
            { id: 92, full_name: "Chen Weber", email: null, subscription_level: "premium" },
            { id: 93, full_name: null, email: null, subscription_level: "basic" },
            { id: 94, full_name: null, email: null, subscription_level: "basic" },
            { id: 95, full_name: "Yara Mendes", email: "yara.mendes@example.com", subscription_level: "premium" },
            { id: 96, full_name: null, email: null, subscription_level: "basic" },
            { id: 97, full_name: "Sven Costa", email: "sven.costa@example.net", subscription_level: "enterprise" },
            { id: 98, full_name: "Ivan Hoffmann", email: "ivan.hoffmann@example.org", subscription_level: "premium" },
            { id: 99, full_name: null, email: null, subscription_level: "basic" },
            { id: 100, full_name: "Alice Chen", email: "alice.chen@example.org", subscription_level: "premium" },
        ],
    });
    await prisma.freelancers.createMany({
        data: [
            { id: 1, full_name: "Yara Gupta", email: "yara.gupta@example.net", skills: null, availability: "available" },
            { id: 2, full_name: "Sam Jansen", email: "sam.jansen@example.net", skills: null, availability: "available" },
            { id: 3, full_name: "Laura Wright", email: "laura.wright@example.net", skills: null, availability: "available" },
            { id: 4, full_name: "Kai Tanaka", email: "kai.tanaka@example.org", skills: "voice", availability: "on vacation" },
            { id: 5, full_name: "Yara Kowalski", email: "yara.kowalski@example.net", skills: null, availability: "available" },
            { id: 6, full_name: "Yara Walker", email: "yara.walker@example.com", skills: null, availability: "available" },
            { id: 7, full_name: "Pedro Zhang", email: "pedro.zhang@example.org", skills: null, availability: "available" },
            { id: 8, full_name: "Lina Mendes", email: "lina.mendes@example.org", skills: "quality service", availability: "on vacation" },
            { id: 9, full_name: "Mateo Hughes", email: "mateo.hughes@example.org", skills: null, availability: "available" },
            { id: 10, full_name: "Uma Ahmed", email: "uma.ahmed@example.org", skills: null, availability: "available" },
            { id: 11, full_name: "Jack Zhang", email: "jack.zhang@example.org", skills: null, availability: "available" },
            { id: 12, full_name: "Rafael Adams", email: "rafael.adams@example.com", skills: null, availability: "available" },
            { id: 13, full_name: "Hannah Shah", email: "hannah.shah@example.org", skills: "transcription security", availability: "busy" },
            { id: 14, full_name: "Leo Murphy", email: "leo.murphy@example.com", skills: null, availability: "available" },
            { id: 15, full_name: "Theo Zhang", email: "theo.zhang@example.org", skills: null, availability: "available" },
            { id: 16, full_name: "Lucas Young", email: "lucas.young@example.com", skills: null, availability: "available" },
            { id: 17, full_name: "Maria Lee", email: "maria.lee@example.com", skills: null, availability: "available" },
            { id: 18, full_name: "Emma Schmidt", email: "emma.schmidt@example.com", skills: null, availability: "available" },
            { id: 19, full_name: "Priya Dubois", email: "priya.dubois@example.net", skills: null, availability: "available" },
            { id: 20, full_name: "Carlos Adams", email: "carlos.adams@example.org", skills: null, availability: "available" },
            { id: 21, full_name: "Rosa Diaz", email: "rosa.diaz@example.net", skills: "consulting illustration transcription", availability: "on vacation" },
            { id: 22, full_name: "Olivia Kumar", email: "olivia.kumar@example.org", skills: "voice", availability: "busy" },
            { id: 23, full_name: "Yusuf Schneider", email: "yusuf.schneider@example.org", skills: null, availability: "available" },
            { id: 24, full_name: "Uma Weber", email: "uma.weber@example.net", skills: null, availability: "available" },
            { id: 25, full_name: "Karim Wright", email: "karim.wright@example.net", skills: null, availability: "available" },
            { id: 26, full_name: "Jack Lopez", email: "jack.lopez@example.com", skills: null, availability: "available" },
            { id: 27, full_name: "Ben Shah", email: "ben.shah@example.net", skills: "database html", availability: "busy" },
            { id: 28, full_name: "Tariq Zhang", email: "tariq.zhang@example.com", skills: "experience", availability: "busy" },
            { id: 29, full_name: "Ruby Khan", email: "ruby.khan@example.com", skills: null, availability: "available" },
            { id: 30, full_name: "Alice Oliveira", email: "alice.oliveira@example.net", skills: null, availability: "available" },
            { id: 31, full_name: "Ravi Castro", email: "ravi.castro@example.net", skills: null, availability: "available" },
            { id: 32, full_name: "Oscar Zhang", email: "oscar.zhang@example.net", skills: null, availability: "available" },
            { id: 33, full_name: "Lena Baker", email: "lena.baker@example.org", skills: null, availability: "available" },
            { id: 34, full_name: "James Park", email: "james.park@example.org", skills: null, availability: "available" },
            { id: 35, full_name: "Priya Nguyen", email: "priya.nguyen@example.net", skills: "php branding", availability: "busy" },
            { id: 36, full_name: "Hannah Ibrahim", email: "hannah.ibrahim@example.net", skills: null, availability: "available" },
            { id: 37, full_name: "Hannah Moreau", email: "hannah.moreau@example.com", skills: null, availability: "available" },
            { id: 38, full_name: "Grace Rossi", email: "grace.rossi@example.com", skills: null, availability: "available" },
            { id: 39, full_name: "Mohamed Rossi", email: "mohamed.rossi@example.com", skills: "marketing-automation data", availability: "on vacation" },
            { id: 40, full_name: "Sam Clark", email: "sam.clark@example.com", skills: null, availability: "available" },
            { id: 41, full_name: "Carla Singh", email: "carla.singh@example.net", skills: null, availability: "available" },
            { id: 42, full_name: "Alice Sato", email: "alice.sato@example.org", skills: "app python consulting", availability: "busy" },
            { id: 43, full_name: "Marco Fischer", email: "marco.fischer@example.com", skills: null, availability: "available" },
            { id: 44, full_name: "Zoe Davis", email: "zoe.davis@example.net", skills: null, availability: "available" },
            { id: 45, full_name: "Jonas Wright", email: "jonas.wright@example.org", skills: null, availability: "available" },
            { id: 46, full_name: "Elena Klein", email: "elena.klein@example.com", skills: "content", availability: "on vacation" },
            { id: 47, full_name: "Tariq Carter", email: "tariq.carter@example.org", skills: null, availability: "available" },
            { id: 48, full_name: "Daniel Reyes", email: "daniel.reyes@example.com", skills: null, availability: "available" },
            { id: 49, full_name: "Anna Meyer", email: "anna.meyer@example.net", skills: null, availability: "available" },
            { id: 50, full_name: "Carlos Nguyen", email: "carlos.nguyen@example.net", skills: null, availability: "available" },
            { id: 51, full_name: "Sara Hassan", email: "sara.hassan@example.org", skills: null, availability: "available" },
            { id: 52, full_name: "Carla Young", email: "carla.young@example.org", skills: null, availability: "available" },
            { id: 53, full_name: "Yara Almeida", email: "yara.almeida@example.com", skills: null, availability: "available" },
            { id: 54, full_name: "James Ibrahim", email: "james.ibrahim@example.org", skills: null, availability: "available" },
            { id: 55, full_name: "Jonas Murphy", email: "jonas.murphy@example.com", skills: null, availability: "available" },
            { id: 56, full_name: "Jack Cruz", email: "jack.cruz@example.com", skills: null, availability: "available" },
            { id: 57, full_name: "Lucas Chen", email: "lucas.chen@example.com", skills: null, availability: "available" },
            { id: 58, full_name: "Mei Murphy", email: "mei.murphy@example.com", skills: null, availability: "available" },
            { id: 59, full_name: "Ruby Wagner", email: "ruby.wagner@example.org", skills: null, availability: "available" },
            { id: 60, full_name: "Fatima Schmidt", email: "fatima.schmidt@example.org", skills: null, availability: "available" },
            { id: 61, full_name: "Zoe Evans", email: "zoe.evans@example.com", skills: "service", availability: "busy" },
            { id: 62, full_name: "Maja Pereira", email: "maja.pereira@example.org", skills: null, availability: "available" },
            { id: 63, full_name: "Anna Yilmaz", email: "anna.yilmaz@example.net", skills: null, availability: "available" },
            { id: 64, full_name: "Fatima Jansen", email: "fatima.jansen@example.net", skills: null, availability: "available" },
            { id: 65, full_name: "Julia Garcia", email: "julia.garcia@example.net", skills: null, availability: "available" },
            { id: 66, full_name: "Maya Sato", email: "maya.sato@example.com", skills: null, availability: "available" },
            { id: 67, full_name: "Hannah Ruiz", email: "hannah.ruiz@example.org", skills: null, availability: "available" },
            { id: 68, full_name: "Theo Davis", email: "theo.davis@example.com", skills: null, availability: "available" },
            { id: 69, full_name: "Maya Castro", email: "maya.castro@example.org", skills: null, availability: "available" },
            { id: 70, full_name: "Wei Khan", email: "wei.khan@example.com", skills: null, availability: "available" },
            { id: 71, full_name: "Deniz Kaya", email: "deniz.kaya@example.net", skills: "media", availability: "busy" },
            { id: 72, full_name: "Oscar Jensen", email: "oscar.jensen@example.org", skills: null, availability: "available" },
            { id: 73, full_name: "Omar Castro", email: "omar.castro@example.net", skills: "quality", availability: "busy" },
            { id: 74, full_name: "Rosa Silva", email: "rosa.silva@example.net", skills: "branding proofreading marketing", availability: "busy" },
            { id: 75, full_name: "Oscar Hoffmann", email: "oscar.hoffmann@example.org", skills: null, availability: "available" },
            { id: 76, full_name: "Carlos Diaz", email: "carlos.diaz@example.com", skills: null, availability: "available" },
            { id: 77, full_name: "Leo Hughes", email: "leo.hughes@example.net", skills: null, availability: "available" },
            { id: 78, full_name: "Jack Khan", email: "jack.khan@example.com", skills: null, availability: "available" },
            { id: 79, full_name: "Laura Vargas", email: "laura.vargas@example.com", skills: null, availability: "available" },
            { id: 80, full_name: "Liam Walker", email: "liam.walker@example.org", skills: null, availability: "available" },
            { id: 81, full_name: "Yara Becker", email: "yara.becker@example.org", skills: "javascript app", availability: "busy" },
            { id: 82, full_name: "Ethan Taylor", email: "ethan.taylor@example.net", skills: null, availability: "available" },
            { id: 83, full_name: "Nina Mendes", email: "nina.mendes@example.net", skills: null, availability: "available" },
            { id: 84, full_name: "Noah Young", email: "noah.young@example.org", skills: null, availability: "available" },
            { id: 85, full_name: "Wei Castro", email: "wei.castro@example.com", skills: null, availability: "available" },
            { id: 86, full_name: "Nour Moreau", email: "nour.moreau@example.org", skills: null, availability: "available" },
            { id: 87, full_name: "Hannah Jensen", email: "hannah.jensen@example.net", skills: null, availability: "available" },
            { id: 88, full_name: "Elif Kaya", email: "elif.kaya@example.com", skills: null, availability: "available" },
            { id: 89, full_name: "Grace Zhang", email: "grace.zhang@example.com", skills: "service ecommerce data", availability: "busy" },
            { id: 90, full_name: "Diego Moreau", email: "diego.moreau@example.com", skills: "python", availability: "on vacation" },
            { id: 91, full_name: "Arjun Almeida", email: "arjun.almeida@example.net", skills: null, availability: "available" },
            { id: 92, full_name: "Ivan Carter", email: "ivan.carter@example.org", skills: null, availability: "available" },
            { id: 93, full_name: "Paula Mendes", email: "paula.mendes@example.com", skills: "python", availability: "busy" },
            { id: 94, full_name: "Nour Baker", email: "nour.baker@example.net", skills: null, availability: "available" },
            { id: 95, full_name: "Karim Tanaka", email: "karim.tanaka@example.net", skills: null, availability: "available" },
            { id: 96, full_name: "Hannah Hassan", email: "hannah.hassan@example.net", skills: "management database", availability: "on vacation" },
            { id: 97, full_name: "Uma Fischer", email: "uma.fischer@example.org", skills: null, availability: "available" },
            { id: 98, full_name: "Maja Park", email: "maja.park@example.net", skills: null, availability: "available" },
            { id: 99, full_name: "Tariq Schneider", email: "tariq.schneider@example.com", skills: null, availability: "available" },
            { id: 100, full_name: "Leo Zhang", email: "leo.zhang@example.com", skills: null, availability: "available" },
            { id: 101, full_name: "Sara Ruiz", email: "sara.ruiz@example.com", skills: null, availability: "available" },
            { id: 102, full_name: "Fatima Young", email: "fatima.young@example.net", skills: null, availability: "available" },
            { id: 103, full_name: "Jade Ibrahim", email: "jade.ibrahim@example.org", skills: null, availability: "available" },
            { id: 104, full_name: "Ines Flores", email: "ines.flores@example.org", skills: null, availability: "available" },
            { id: 105, full_name: "Tomas Silva", email: "tomas.silva@example.com", skills: "experience shopify illustration", availability: "busy" },
            { id: 106, full_name: "Ines Silva", email: "ines.silva@example.net", skills: null, availability: "available" },
            { id: 107, full_name: "Maja Cruz", email: "maja.cruz@example.com", skills: null, availability: "available" },
            { id: 108, full_name: "Maria Sato", email: "maria.sato@example.net", skills: "wordpress experience assurance", availability: "busy" },
            { id: 109, full_name: "Paula Hassan", email: "paula.hassan@example.org", skills: null, availability: "available" },
            { id: 110, full_name: "Omar Jensen", email: "omar.jensen@example.org", skills: null, availability: "available" },
            { id: 111, full_name: "Zara Kumar", email: "zara.kumar@example.net", skills: null, availability: "available" },
            { id: 112, full_name: "Maria Park", email: "maria.park@example.com", skills: null, availability: "available" },
            { id: 113, full_name: "Ethan Moreau", email: "ethan.moreau@example.com", skills: "analytics python content", availability: "busy" },
            { id: 114, full_name: "Jonas Jansen", email: "jonas.jansen@example.com", skills: null, availability: "available" },
            { id: 115, full_name: "Hannah Bauer", email: "hannah.bauer@example.org", skills: null, availability: "available" },
            { id: 116, full_name: "Maja Hoffmann", email: "maja.hoffmann@example.net", skills: null, availability: "available" },
            { id: 117, full_name: "Zoe Kim", email: "zoe.kim@example.org", skills: null, availability: "available" },
            { id: 118, full_name: "Omar Rossi", email: "omar.rossi@example.com", skills: null, availability: "available" },
            { id: 119, full_name: "Mei Lopez", email: "mei.lopez@example.org", skills: null, availability: "available" },
            { id: 120, full_name: "Noah Kaya", email: "noah.kaya@example.org", skills: "design branding", availability: "on vacation" },
            { id: 121, full_name: "Elena Kowalski", email: "elena.kowalski@example.com", skills: null, availability: "available" },
            { id: 122, full_name: "Noah Gomez", email: "noah.gomez@example.org", skills: null, availability: "available" },
            { id: 123, full_name: "Carlos Adams", email: "carlos.adams@example.net", skills: null, availability: "available" },
            { id: 124, full_name: "Daniel Torres", email: "daniel.torres@example.org", skills: "architecture database", availability: "on vacation" },
            { id: 125, full_name: "Chloe Evans", email: "chloe.evans@example.com", skills: null, availability: "available" },
            { id: 126, full_name: "Maria Jensen", email: "maria.jensen@example.net", skills: null, availability: "available" },
            { id: 127, full_name: "Isaac Hassan", email: "isaac.hassan@example.net", skills: null, availability: "available" },
            { id: 128, full_name: "Maria Flores", email: "maria.flores@example.com", skills: null, availability: "available" },
            { id: 129, full_name: "Felix Johnson", email: "felix.johnson@example.net", skills: "web python", availability: "on vacation" },
            { id: 130, full_name: "Anna Kim", email: "anna.kim@example.org", skills: "javascript security", availability: "on vacation" },
            { id: 131, full_name: "Oscar Clark", email: "oscar.clark@example.org", skills: "management research assurance", availability: "on vacation" },
            { id: 132, full_name: "Ben Wagner", email: "ben.wagner@example.net", skills: null, availability: "available" },
            { id: 133, full_name: "Mila Zhang", email: "mila.zhang@example.com", skills: null, availability: "available" },
            { id: 134, full_name: "Arjun Flores", email: "arjun.flores@example.org", skills: null, availability: "available" },
            { id: 135, full_name: "Elif Ali", email: "elif.ali@example.net", skills: null, availability: "available" },
            { id: 136, full_name: "Yara Garcia", email: "yara.garcia@example.net", skills: "php experience analytics", availability: "busy" },
            { id: 137, full_name: "Deniz Ahmed", email: "deniz.ahmed@example.com", skills: null, availability: "available" },
            { id: 138, full_name: "Rosa Kowalski", email: "rosa.kowalski@example.org", skills: null, availability: "available" },
            { id: 139, full_name: "Ben Klein", email: "ben.klein@example.org", skills: null, availability: "available" },
            { id: 140, full_name: "Sven Dubois", email: "sven.dubois@example.com", skills: null, availability: "available" },
            { id: 141, full_name: "Maja Hansen", email: "maja.hansen@example.net", skills: null, availability: "available" },
            { id: 142, full_name: "Felix Sato", email: "felix.sato@example.org", skills: null, availability: "available" },
            { id: 143, full_name: "Sven Nakamura", email: "sven.nakamura@example.net", skills: "seo virtual design", availability: "busy" },
            { id: 144, full_name: "Ethan Silva", email: "ethan.silva@example.org", skills: null, availability: "available" },
            { id: 145, full_name: "Lucas Gomez", email: "lucas.gomez@example.org", skills: null, availability: "available" },
            { id: 146, full_name: "Lina Kowalski", email: "lina.kowalski@example.net", skills: null, availability: "available" },
            { id: 147, full_name: "Julia Bennett", email: "julia.bennett@example.org", skills: null, availability: "available" },
            { id: 148, full_name: "Fatima Fischer", email: "fatima.fischer@example.com", skills: null, availability: "available" },
            { id: 149, full_name: "Ines Klein", email: "ines.klein@example.com", skills: null, availability: "available" },
            { id: 150, full_name: "Sven Kim", email: "sven.kim@example.org", skills: "networking", availability: "busy" },
            { id: 151, full_name: "Carlos Jansen", email: "carlos.jansen@example.com", skills: null, availability: "available" },
            { id: 152, full_name: "Mateo Torres", email: "mateo.torres@example.org", skills: null, availability: "available" },
            { id: 153, full_name: "Isaac Mendes", email: "isaac.mendes@example.com", skills: null, availability: "available" },
            { id: 154, full_name: "Mateo Singh", email: "mateo.singh@example.com", skills: "media", availability: "busy" },
            { id: 155, full_name: "Amir Schmidt", email: "amir.schmidt@example.org", skills: null, availability: "available" },
            { id: 156, full_name: "Ben Khan", email: "ben.khan@example.com", skills: null, availability: "available" },
            { id: 157, full_name: "Chloe Flores", email: "chloe.flores@example.org", skills: null, availability: "available" },
            { id: 158, full_name: "Chen Garcia", email: "chen.garcia@example.net", skills: null, availability: "available" },
            { id: 159, full_name: "Amir Taylor", email: "amir.taylor@example.com", skills: null, availability: "available" },
            { id: 160, full_name: "Rafael Meyer", email: "rafael.meyer@example.net", skills: "analytics experience", availability: "busy" },
            { id: 161, full_name: "Maria Pereira", email: "maria.pereira@example.com", skills: null, availability: "available" },
            { id: 162, full_name: "Isaac Evans", email: "isaac.evans@example.net", skills: "programming", availability: "busy" },
            { id: 163, full_name: "Selin Bauer", email: "selin.bauer@example.com", skills: null, availability: "available" },
            { id: 164, full_name: "Sofia Miller", email: "sofia.miller@example.org", skills: null, availability: "available" },
            { id: 165, full_name: "Liam Garcia", email: "liam.garcia@example.com", skills: "assurance architecture", availability: "busy" },
            { id: 166, full_name: "Ethan Khan", email: "ethan.khan@example.com", skills: null, availability: "available" },
            { id: 167, full_name: "Carlos Meyer", email: "carlos.meyer@example.net", skills: null, availability: "available" },
            { id: 168, full_name: "Mateo Wright", email: "mateo.wright@example.org", skills: null, availability: "available" },
            { id: 169, full_name: "Emma Yilmaz", email: "emma.yilmaz@example.org", skills: null, availability: "available" },
            { id: 170, full_name: "Felix Martin", email: "felix.martin@example.com", skills: null, availability: "available" },
            { id: 171, full_name: "Paula Castro", email: "paula.castro@example.org", skills: "wordpress", availability: "on vacation" },
            { id: 172, full_name: "Theo Vargas", email: "theo.vargas@example.org", skills: null, availability: "available" },
            { id: 173, full_name: "Deniz Evans", email: "deniz.evans@example.org", skills: null, availability: "available" },
            { id: 174, full_name: "Kai Young", email: "kai.young@example.org", skills: "programming strategy video", availability: "busy" },
            { id: 175, full_name: "Sven Klein", email: "sven.klein@example.com", skills: null, availability: "available" },
            { id: 176, full_name: "Uma Weber", email: "uma.weber@example.org", skills: null, availability: "available" },
            { id: 177, full_name: "Ethan Brown", email: "ethan.brown@example.com", skills: null, availability: "available" },
            { id: 178, full_name: "David Andersen", email: "david.andersen@example.org", skills: null, availability: "available" },
            { id: 179, full_name: "Fatima Demir", email: "fatima.demir@example.net", skills: null, availability: "available" },
            { id: 180, full_name: "Emma Silva", email: "emma.silva@example.org", skills: null, availability: "available" },
            { id: 181, full_name: "Yusuf Baker", email: "yusuf.baker@example.org", skills: null, availability: "available" },
            { id: 182, full_name: "James Vargas", email: "james.vargas@example.com", skills: null, availability: "available" },
            { id: 183, full_name: "Laura Wagner", email: "laura.wagner@example.org", skills: null, availability: "available" },
            { id: 184, full_name: "Mohamed Fischer", email: "mohamed.fischer@example.net", skills: null, availability: "available" },
            { id: 185, full_name: "Ibrahim Torres", email: "ibrahim.torres@example.net", skills: null, availability: "available" },
            { id: 186, full_name: "Priya Fischer", email: "priya.fischer@example.com", skills: "assurance security design", availability: "on vacation" },
            { id: 187, full_name: "Amir Dubois", email: "amir.dubois@example.net", skills: "photography marketing proofreading", availability: "busy" },
            { id: 188, full_name: "Mohamed Wang", email: "mohamed.wang@example.net", skills: "ecommerce", availability: "busy" },
            { id: 189, full_name: "Rosa Sousa", email: "rosa.sousa@example.org", skills: null, availability: "available" },
            { id: 190, full_name: "Olivia Meyer", email: "olivia.meyer@example.com", skills: null, availability: "available" },
            { id: 191, full_name: "Grace Bauer", email: "grace.bauer@example.net", skills: null, availability: "available" },
            { id: 192, full_name: "Sven Almeida", email: "sven.almeida@example.net", skills: null, availability: "available" },
            { id: 193, full_name: "Yusuf Schneider", email: "yusuf.schneider@example.com", skills: null, availability: "available" },
            { id: 194, full_name: "Alice Kaya", email: "alice.kaya@example.com", skills: null, availability: "available" },
            { id: 195, full_name: "David Lopez", email: "david.lopez@example.com", skills: null, availability: "available" },
            { id: 196, full_name: "Andre Garcia", email: "andre.garcia@example.com", skills: null, availability: "available" },
            { id: 197, full_name: "Rosa Schmidt", email: "rosa.schmidt@example.com", skills: "shopify virtual", availability: "busy" },
            { id: 198, full_name: "Chloe Zhang", email: "chloe.zhang@example.net", skills: null, availability: "available" },
            { id: 199, full_name: "Priya Kaya", email: "priya.kaya@example.net", skills: null, availability: "available" },
            { id: 200, full_name: "Hana Taylor", email: "hana.taylor@example.net", skills: "mobile video voice", availability: "on vacation" },
        ],
    });
    await prisma.portfolios.createMany({
        data: [
            { id: 1, freelancer_id: 116, project_description: "No response from the supplier, so the item was rescheduled.", project_link: "https://example.com/public/change", completion_date: "2023-05-30", project_type: "graphic design" },
            { id: 2, freelancer_id: 18, project_description: "Support asked for a change and the delivery was cancelled.", project_link: "https://example.com/whole/issue", completion_date: "2023-07-03", project_type: "web development" },
            { id: 3, freelancer_id: 135, project_description: "The record was reopened — duplicate case, no further action.", project_link: "https://example.com/change/other", completion_date: "2023-03-19", project_type: "content writing" },
            { id: 4, freelancer_id: 77, project_description: "The account owner reported a minor issue; the shipment was processed.", project_link: "https://example.com/general/ground", completion_date: "2023-03-08", project_type: "web development" },
            { id: 5, freelancer_id: 28, project_description: "The team asked for a change and the record was rejected.", project_link: "https://example.com/another/detail", completion_date: "2023-03-02", project_type: "web development" },
            { id: 6, freelancer_id: 142, project_description: "An operator confirmed the details and the record was closed.", project_link: "https://example.com/after/long", completion_date: "2023-09-12", project_type: "graphic design" },
            { id: 7, freelancer_id: 60, project_description: "The courier reported an incomplete issue; the booking was confirmed.", project_link: "https://example.com/summary/plain", completion_date: "2023-06-13", project_type: "web development" },
            { id: 8, freelancer_id: 130, project_description: "The supplier asked for a change and the document was replaced.", project_link: "https://example.com/example/direct", completion_date: "2023-09-15", project_type: "web development" },
            { id: 9, freelancer_id: 17, project_description: "The team reported a standard issue; the record was completed.", project_link: "https://example.com/level/after", completion_date: "2023-05-15", project_type: "graphic design" },
            { id: 10, freelancer_id: 158, project_description: "The invoice was approved — duplicate case, no further action.", project_link: "https://example.com/group/moment", completion_date: "2023-11-23", project_type: "graphic design" },
            { id: 11, freelancer_id: 109, project_description: null, project_link: "https://example.com/outside/major", completion_date: "2023-10-01", project_type: "content writing" },
            { id: 12, freelancer_id: 156, project_description: "The claim was approved — urgent case, no further action.", project_link: "https://example.com/long/toward", completion_date: "2023-05-09", project_type: "graphic design" },
            { id: 13, freelancer_id: 14, project_description: "The courier confirmed the details and the report was rejected.", project_link: "https://example.com/daily/another", completion_date: "2023-08-27", project_type: "content writing" },
            { id: 14, freelancer_id: 127, project_description: "The item was confirmed — repeat case, no further action.", project_link: "https://example.com/other/notice", completion_date: "2023-08-05", project_type: "content writing" },
            { id: 15, freelancer_id: 160, project_description: "No response from the team, so the refund was reviewed.", project_link: "https://example.com/light/large", completion_date: "2023-01-31", project_type: "graphic design" },
            { id: 16, freelancer_id: 43, project_description: "No response from the team, so the booking was cancelled.", project_link: "https://example.com/example/whole", completion_date: "2023-04-10", project_type: "graphic design" },
            { id: 17, freelancer_id: 158, project_description: null, project_link: "https://example.com/final/review", completion_date: "2023-03-11", project_type: "graphic design" },
            { id: 18, freelancer_id: 102, project_description: "The account was delayed — automatic case, no further action.", project_link: "https://example.com/still/several", completion_date: "2023-04-03", project_type: "web development" },
            { id: 19, freelancer_id: 179, project_description: "The courier asked for a change and the item was cancelled.", project_link: "https://example.com/ready/early", completion_date: "2023-01-12", project_type: "content writing" },
            { id: 20, freelancer_id: 2, project_description: "The account owner reported a standard issue; the document was completed.", project_link: "https://example.com/various/little", completion_date: "2023-12-24", project_type: "graphic design" },
            { id: 21, freelancer_id: 168, project_description: "The account owner confirmed the details and the refund was approved.", project_link: "https://example.com/large/later", completion_date: "2023-03-12", project_type: "content writing" },
            { id: 22, freelancer_id: 11, project_description: "An operator confirmed the details and the report was rejected.", project_link: "https://example.com/open/close", completion_date: "2023-03-23", project_type: "web development" },
            { id: 23, freelancer_id: 28, project_description: null, project_link: "https://example.com/usual/follow", completion_date: "2023-03-06", project_type: "web development" },
            { id: 24, freelancer_id: 9, project_description: "The customer reported an unusual issue; the shipment was confirmed.", project_link: null, completion_date: "2023-03-23", project_type: "web development" },
            { id: 25, freelancer_id: 146, project_description: "The team confirmed the details and the session was approved.", project_link: "https://example.com/normal/natural", completion_date: "2023-04-07", project_type: "web development" },
            { id: 26, freelancer_id: 7, project_description: "The customer reported a manual issue; the account was replaced.", project_link: "https://example.com/regular/high", completion_date: "2023-12-04", project_type: "web development" },
            { id: 27, freelancer_id: 175, project_description: "The account owner confirmed the details and the account was resolved.", project_link: "https://example.com/quick/toward", completion_date: "2023-01-12", project_type: "web development" },
            { id: 28, freelancer_id: 9, project_description: "The courier confirmed the details and the shipment was updated.", project_link: "https://example.com/daily/record", completion_date: "2023-08-14", project_type: "graphic design" },
            { id: 29, freelancer_id: 42, project_description: "The team confirmed the details and the item was rescheduled.", project_link: "https://example.com/review/public", completion_date: "2023-03-16", project_type: "web development" },
            { id: 30, freelancer_id: 19, project_description: null, project_link: "https://example.com/general/update", completion_date: "2023-05-27", project_type: "web development" },
            { id: 31, freelancer_id: 82, project_description: "The shipment was approved — unusual case, no further action.", project_link: "https://example.com/second/minor", completion_date: "2023-02-03", project_type: "graphic design" },
            { id: 32, freelancer_id: 144, project_description: "No response from the customer, so the record was delayed.", project_link: "https://example.com/inside/yearly", completion_date: "2023-04-08", project_type: "graphic design" },
            { id: 33, freelancer_id: 88, project_description: "The transfer was closed — standard case, no further action.", project_link: "https://example.com/other/major", completion_date: "2023-07-27", project_type: "graphic design" },
            { id: 34, freelancer_id: 189, project_description: "The appointment was refunded — repeat case, no further action.", project_link: "https://example.com/long/close", completion_date: "2023-04-27", project_type: "web development" },
            { id: 35, freelancer_id: 55, project_description: "The account owner confirmed the details and the transfer was cancelled.", project_link: "https://example.com/example/major", completion_date: "2023-12-07", project_type: "web development" },
            { id: 36, freelancer_id: 188, project_description: "The account owner confirmed the details and the appointment was rejected.", project_link: "https://example.com/minor/month", completion_date: "2023-11-22", project_type: "web development" },
            { id: 37, freelancer_id: 34, project_description: "The reviewer reported a late issue; the booking was processed.", project_link: "https://example.com/group/early", completion_date: "2023-02-10", project_type: "web development" },
            { id: 38, freelancer_id: 96, project_description: null, project_link: "https://example.com/bright/enough", completion_date: "2023-06-24", project_type: "web development" },
            { id: 39, freelancer_id: 4, project_description: null, project_link: "https://example.com/short/regular", completion_date: "2023-02-26", project_type: "content writing" },
            { id: 40, freelancer_id: 70, project_description: "An operator reported an incomplete issue; the account was approved.", project_link: "https://example.com/total/second", completion_date: "2023-12-26", project_type: "content writing" },
            { id: 41, freelancer_id: 107, project_description: "The document was approved — unusual case, no further action.", project_link: "https://example.com/inside/quiet", completion_date: "2023-06-25", project_type: "graphic design" },
            { id: 42, freelancer_id: 126, project_description: "The courier confirmed the details and the claim was refunded.", project_link: "https://example.com/notice/minor", completion_date: "2023-02-18", project_type: "graphic design" },
            { id: 43, freelancer_id: 28, project_description: "The supplier asked for a change and the report was replaced.", project_link: "https://example.com/various/section", completion_date: "2023-08-10", project_type: "web development" },
            { id: 44, freelancer_id: 36, project_description: "The invoice was refunded — urgent case, no further action.", project_link: "https://example.com/direct/short", completion_date: "2023-05-04", project_type: "web development" },
            { id: 45, freelancer_id: 176, project_description: "The reviewer reported a duplicate issue; the request was resolved.", project_link: null, completion_date: "2023-03-29", project_type: "web development" },
            { id: 46, freelancer_id: 34, project_description: "The customer asked for a change and the delivery was rescheduled.", project_link: "https://example.com/number/record", completion_date: "2023-01-02", project_type: "web development" },
            { id: 47, freelancer_id: 109, project_description: null, project_link: "https://example.com/within/review", completion_date: "2023-07-07", project_type: "graphic design" },
            { id: 48, freelancer_id: 98, project_description: "No response from the reviewer, so the refund was reopened.", project_link: "https://example.com/because/daily", completion_date: "2023-09-29", project_type: "web development" },
            { id: 49, freelancer_id: 121, project_description: "The account owner confirmed the details and the report was processed.", project_link: "https://example.com/final/change", completion_date: "2023-11-25", project_type: "content writing" },
            { id: 50, freelancer_id: 33, project_description: "The account owner asked for a change and the payment was updated.", project_link: "https://example.com/issue/because", completion_date: "2023-03-31", project_type: "web development" },
            { id: 51, freelancer_id: 29, project_description: null, project_link: null, completion_date: "2023-12-26", project_type: "content writing" },
            { id: 52, freelancer_id: 129, project_description: null, project_link: "https://example.com/several/follow", completion_date: "2023-07-31", project_type: "graphic design" },
            { id: 53, freelancer_id: 118, project_description: "No response from the team, so the account was closed.", project_link: "https://example.com/point/several", completion_date: "2023-10-16", project_type: "content writing" },
            { id: 54, freelancer_id: 98, project_description: "The reviewer asked for a change and the record was reviewed.", project_link: "https://example.com/easy/close", completion_date: "2023-03-10", project_type: "web development" },
            { id: 55, freelancer_id: 6, project_description: "The reviewer reported a minor issue; the ticket was updated.", project_link: "https://example.com/ready/given", completion_date: "2023-02-08", project_type: "web development" },
            { id: 56, freelancer_id: 170, project_description: "The account was rejected — duplicate case, no further action.", project_link: "https://example.com/large/bright", completion_date: "2023-02-04", project_type: "web development" },
            { id: 57, freelancer_id: 141, project_description: "The customer confirmed the details and the report was refunded.", project_link: "https://example.com/careful/morning", completion_date: "2023-07-23", project_type: "web development" },
            { id: 58, freelancer_id: 78, project_description: "The shipment was confirmed — manual case, no further action.", project_link: "https://example.com/first/reason", completion_date: "2023-12-12", project_type: "content writing" },
            { id: 59, freelancer_id: 128, project_description: "The ticket was resolved — partial case, no further action.", project_link: "https://example.com/special/quiet", completion_date: "2023-08-24", project_type: "web development" },
            { id: 60, freelancer_id: 29, project_description: "The reviewer reported a repeat issue; the delivery was delayed.", project_link: "https://example.com/enough/second", completion_date: "2023-02-13", project_type: "graphic design" },
            { id: 61, freelancer_id: 185, project_description: "The session was approved — late case, no further action.", project_link: "https://example.com/moving/around", completion_date: "2023-07-04", project_type: "content writing" },
            { id: 62, freelancer_id: 100, project_description: "An operator confirmed the details and the appointment was closed.", project_link: "https://example.com/moment/various", completion_date: "2023-10-16", project_type: "graphic design" },
            { id: 63, freelancer_id: 80, project_description: null, project_link: "https://example.com/final/issue", completion_date: "2023-10-01", project_type: "graphic design" },
            { id: 64, freelancer_id: 193, project_description: "No response from the reviewer, so the session was delayed.", project_link: "https://example.com/update/little", completion_date: "2023-07-20", project_type: "content writing" },
            { id: 65, freelancer_id: 178, project_description: "An operator asked for a change and the appointment was reopened.", project_link: "https://example.com/general/often", completion_date: "2023-10-16", project_type: "web development" },
            { id: 66, freelancer_id: 88, project_description: "The supplier asked for a change and the transfer was delayed.", project_link: "https://example.com/often/outside", completion_date: "2023-04-23", project_type: "content writing" },
            { id: 67, freelancer_id: 65, project_description: "The reviewer asked for a change and the item was updated.", project_link: "https://example.com/second/along", completion_date: "2023-10-27", project_type: "graphic design" },
            { id: 68, freelancer_id: 147, project_description: "No response from an operator, so the request was updated.", project_link: "https://example.com/yearly/easy", completion_date: "2023-06-18", project_type: "content writing" },
            { id: 69, freelancer_id: 35, project_description: "The team asked for a change and the item was resolved.", project_link: "https://example.com/short/happen", completion_date: "2023-10-20", project_type: "web development" },
            { id: 70, freelancer_id: 106, project_description: "The request was updated — standard case, no further action.", project_link: "https://example.com/review/often", completion_date: "2023-11-23", project_type: "web development" },
            { id: 71, freelancer_id: 13, project_description: null, project_link: null, completion_date: "2023-05-29", project_type: "web development" },
            { id: 72, freelancer_id: 132, project_description: null, project_link: "https://example.com/first/close", completion_date: "2023-12-20", project_type: "web development" },
            { id: 73, freelancer_id: 166, project_description: "The supplier asked for a change and the delivery was closed.", project_link: "https://example.com/recent/common", completion_date: "2023-04-30", project_type: "content writing" },
            { id: 74, freelancer_id: 118, project_description: "The reviewer reported a duplicate issue; the appointment was rejected.", project_link: "https://example.com/given/period", completion_date: "2023-06-13", project_type: "web development" },
            { id: 75, freelancer_id: 194, project_description: "The payment was resolved — manual case, no further action.", project_link: "https://example.com/yearly/point", completion_date: "2023-08-29", project_type: "web development" },
            { id: 76, freelancer_id: 69, project_description: "No response from the customer, so the appointment was delayed.", project_link: "https://example.com/change/great", completion_date: "2023-12-19", project_type: "content writing" },
            { id: 77, freelancer_id: 200, project_description: null, project_link: "https://example.com/little/ground", completion_date: "2023-05-07", project_type: "graphic design" },
            { id: 78, freelancer_id: 24, project_description: "The supplier confirmed the details and the report was updated.", project_link: "https://example.com/easy/later", completion_date: "2023-10-05", project_type: "graphic design" },
            { id: 79, freelancer_id: 167, project_description: "The courier reported a partial issue; the refund was completed.", project_link: null, completion_date: "2023-07-17", project_type: "graphic design" },
            { id: 80, freelancer_id: 79, project_description: "The reviewer confirmed the details and the ticket was replaced.", project_link: "https://example.com/usual/direct", completion_date: "2023-04-02", project_type: "graphic design" },
            { id: 81, freelancer_id: 112, project_description: "No response from the account owner, so the claim was approved.", project_link: "https://example.com/first/various", completion_date: "2023-02-21", project_type: "graphic design" },
            { id: 82, freelancer_id: 40, project_description: "An operator reported a standard issue; the item was processed.", project_link: "https://example.com/direct/reason", completion_date: "2023-06-03", project_type: "graphic design" },
            { id: 83, freelancer_id: 50, project_description: "The reviewer asked for a change and the booking was escalated.", project_link: "https://example.com/before/point", completion_date: "2023-04-09", project_type: "graphic design" },
            { id: 84, freelancer_id: 66, project_description: "The team reported a duplicate issue; the payment was cancelled.", project_link: "https://example.com/high/quick", completion_date: "2023-05-06", project_type: "web development" },
            { id: 85, freelancer_id: 110, project_description: "The reviewer reported a routine issue; the appointment was closed.", project_link: null, completion_date: "2023-04-29", project_type: "web development" },
            { id: 86, freelancer_id: 42, project_description: "No response from the reviewer, so the invoice was closed.", project_link: "https://example.com/section/small", completion_date: "2023-01-01", project_type: "web development" },
            { id: 87, freelancer_id: 169, project_description: "The team confirmed the details and the session was updated.", project_link: "https://example.com/matter/ready", completion_date: "2023-07-11", project_type: "web development" },
            { id: 88, freelancer_id: 123, project_description: "The team asked for a change and the session was rescheduled.", project_link: "https://example.com/single/simple", completion_date: "2023-03-03", project_type: "web development" },
            { id: 89, freelancer_id: 160, project_description: "An operator reported an unusual issue; the booking was reopened.", project_link: "https://example.com/update/clear", completion_date: "2023-05-18", project_type: "graphic design" },
            { id: 90, freelancer_id: 177, project_description: "The supplier reported a routine issue; the refund was delayed.", project_link: "https://example.com/change/little", completion_date: "2023-10-20", project_type: "content writing" },
            { id: 91, freelancer_id: 32, project_description: null, project_link: null, completion_date: "2023-08-26", project_type: "graphic design" },
            { id: 92, freelancer_id: 66, project_description: "No response from the courier, so the record was replaced.", project_link: "https://example.com/around/level", completion_date: "2023-06-01", project_type: "web development" },
            { id: 93, freelancer_id: 161, project_description: "The reviewer asked for a change and the shipment was escalated.", project_link: null, completion_date: "2023-05-06", project_type: "content writing" },
            { id: 94, freelancer_id: 78, project_description: "The customer confirmed the details and the record was approved.", project_link: "https://example.com/close/level", completion_date: "2023-07-02", project_type: "graphic design" },
            { id: 95, freelancer_id: 159, project_description: null, project_link: "https://example.com/yearly/issue", completion_date: "2023-05-18", project_type: "web development" },
            { id: 96, freelancer_id: 72, project_description: "No response from the reviewer, so the item was rescheduled.", project_link: "https://example.com/careful/easy", completion_date: "2023-09-20", project_type: "web development" },
            { id: 97, freelancer_id: 27, project_description: "No response from the supplier, so the payment was reopened.", project_link: "https://example.com/minor/period", completion_date: "2023-02-09", project_type: "content writing" },
            { id: 98, freelancer_id: 190, project_description: "No response from an operator, so the invoice was resolved.", project_link: "https://example.com/small/without", completion_date: "2023-11-13", project_type: "content writing" },
            { id: 99, freelancer_id: 96, project_description: "The customer asked for a change and the ticket was escalated.", project_link: "https://example.com/small/short", completion_date: "2023-06-16", project_type: "graphic design" },
            { id: 100, freelancer_id: 169, project_description: "The customer confirmed the details and the account was processed.", project_link: "https://example.com/strong/careful", completion_date: "2023-01-25", project_type: "graphic design" },
            { id: 101, freelancer_id: 139, project_description: "The team asked for a change and the record was closed.", project_link: "https://example.com/support/change", completion_date: "2023-07-10", project_type: "graphic design" },
            { id: 102, freelancer_id: 128, project_description: "The request was escalated — late case, no further action.", project_link: "https://example.com/after/daily", completion_date: "2023-10-06", project_type: "web development" },
            { id: 103, freelancer_id: 149, project_description: "The session was reopened — automatic case, no further action.", project_link: "https://example.com/about/quiet", completion_date: "2023-02-01", project_type: "content writing" },
            { id: 104, freelancer_id: 63, project_description: "The supplier asked for a change and the document was closed.", project_link: "https://example.com/direct/regular", completion_date: "2023-04-11", project_type: "web development" },
            { id: 105, freelancer_id: 154, project_description: "No response from the supplier, so the delivery was delayed.", project_link: "https://example.com/short/open", completion_date: "2023-11-14", project_type: "content writing" },
            { id: 106, freelancer_id: 171, project_description: "The booking was processed — minor case, no further action.", project_link: "https://example.com/level/around", completion_date: "2023-07-22", project_type: "web development" },
            { id: 107, freelancer_id: 184, project_description: "No response from the team, so the payment was updated.", project_link: null, completion_date: "2023-06-12", project_type: "graphic design" },
            { id: 108, freelancer_id: 155, project_description: "The refund was delayed — urgent case, no further action.", project_link: "https://example.com/second/yearly", completion_date: "2023-01-12", project_type: "web development" },
            { id: 109, freelancer_id: 104, project_description: "An operator reported an unusual issue; the report was cancelled.", project_link: "https://example.com/about/because", completion_date: "2023-01-09", project_type: "graphic design" },
            { id: 110, freelancer_id: 119, project_description: "The account owner reported a routine issue; the appointment was delayed.", project_link: "https://example.com/point/natural", completion_date: "2023-05-16", project_type: "web development" },
            { id: 111, freelancer_id: 106, project_description: "The invoice was delayed — routine case, no further action.", project_link: "https://example.com/review/first", completion_date: "2023-08-02", project_type: "web development" },
            { id: 112, freelancer_id: 122, project_description: "The customer confirmed the details and the report was rescheduled.", project_link: "https://example.com/support/inside", completion_date: "2023-11-30", project_type: "web development" },
            { id: 113, freelancer_id: 38, project_description: "The item was rejected — manual case, no further action.", project_link: "https://example.com/given/strong", completion_date: "2023-01-13", project_type: "graphic design" },
            { id: 114, freelancer_id: 57, project_description: "The supplier reported a minor issue; the delivery was delayed.", project_link: "https://example.com/major/later", completion_date: "2023-03-06", project_type: "graphic design" },
            { id: 115, freelancer_id: 38, project_description: "The team reported an unusual issue; the account was approved.", project_link: "https://example.com/high/high", completion_date: "2023-03-21", project_type: "web development" },
            { id: 116, freelancer_id: 133, project_description: "The session was replaced — automatic case, no further action.", project_link: "https://example.com/plain/general", completion_date: "2023-03-04", project_type: "content writing" },
            { id: 117, freelancer_id: 151, project_description: "An operator reported an urgent issue; the order was resolved.", project_link: "https://example.com/light/happen", completion_date: "2023-07-23", project_type: "graphic design" },
            { id: 118, freelancer_id: 197, project_description: "No response from the supplier, so the account was closed.", project_link: "https://example.com/easy/moving", completion_date: "2023-06-23", project_type: "content writing" },
            { id: 119, freelancer_id: 136, project_description: "The team asked for a change and the session was confirmed.", project_link: "https://example.com/result/period", completion_date: "2023-12-22", project_type: "graphic design" },
            { id: 120, freelancer_id: 148, project_description: "The reviewer confirmed the details and the payment was delayed.", project_link: "https://example.com/after/normal", completion_date: "2023-06-05", project_type: "graphic design" },
            { id: 121, freelancer_id: 76, project_description: "No response from the account owner, so the delivery was completed.", project_link: "https://example.com/large/order", completion_date: "2023-04-28", project_type: "content writing" },
            { id: 122, freelancer_id: 109, project_description: "The session was rejected — partial case, no further action.", project_link: "https://example.com/ground/morning", completion_date: "2023-07-03", project_type: "web development" },
            { id: 123, freelancer_id: 138, project_description: "The reviewer asked for a change and the transfer was delayed.", project_link: "https://example.com/simple/little", completion_date: "2023-01-24", project_type: "web development" },
            { id: 124, freelancer_id: 184, project_description: "The claim was rescheduled — incomplete case, no further action.", project_link: "https://example.com/first/today", completion_date: "2023-08-24", project_type: "web development" },
            { id: 125, freelancer_id: 64, project_description: "The team asked for a change and the record was resolved.", project_link: "https://example.com/normal/summary", completion_date: "2023-12-09", project_type: "content writing" },
            { id: 126, freelancer_id: 158, project_description: "The supplier reported a partial issue; the account was refunded.", project_link: "https://example.com/steady/morning", completion_date: "2023-03-25", project_type: "web development" },
            { id: 127, freelancer_id: 145, project_description: "No response from the account owner, so the transfer was reopened.", project_link: null, completion_date: "2023-01-29", project_type: "web development" },
            { id: 128, freelancer_id: 3, project_description: "No response from the supplier, so the order was approved.", project_link: "https://example.com/every/after", completion_date: "2023-08-22", project_type: "graphic design" },
            { id: 129, freelancer_id: 143, project_description: "No response from an operator, so the request was reopened.", project_link: "https://example.com/number/final", completion_date: "2023-11-08", project_type: "graphic design" },
            { id: 130, freelancer_id: 117, project_description: "The account was escalated — repeat case, no further action.", project_link: "https://example.com/around/system", completion_date: "2023-08-01", project_type: "content writing" },
            { id: 131, freelancer_id: 122, project_description: "The booking was rescheduled — routine case, no further action.", project_link: "https://example.com/result/high", completion_date: "2023-04-08", project_type: "graphic design" },
            { id: 132, freelancer_id: 87, project_description: "An operator confirmed the details and the report was processed.", project_link: "https://example.com/without/moving", completion_date: "2023-10-01", project_type: "web development" },
            { id: 133, freelancer_id: 8, project_description: "The shipment was replaced — partial case, no further action.", project_link: "https://example.com/ground/still", completion_date: "2023-04-03", project_type: "content writing" },
            { id: 134, freelancer_id: 160, project_description: null, project_link: "https://example.com/several/general", completion_date: "2023-02-28", project_type: "content writing" },
            { id: 135, freelancer_id: 78, project_description: "The team asked for a change and the appointment was confirmed.", project_link: "https://example.com/because/group", completion_date: "2023-04-14", project_type: "content writing" },
            { id: 136, freelancer_id: 5, project_description: null, project_link: "https://example.com/example/system", completion_date: "2023-10-02", project_type: "graphic design" },
            { id: 137, freelancer_id: 196, project_description: "The team reported a duplicate issue; the session was closed.", project_link: "https://example.com/strong/yearly", completion_date: "2023-04-28", project_type: "web development" },
            { id: 138, freelancer_id: 46, project_description: "The account owner confirmed the details and the shipment was rescheduled.", project_link: "https://example.com/several/total", completion_date: "2023-07-09", project_type: "graphic design" },
            { id: 139, freelancer_id: 55, project_description: "The supplier reported an automatic issue; the order was refunded.", project_link: "https://example.com/another/result", completion_date: "2023-01-25", project_type: "content writing" },
            { id: 140, freelancer_id: 94, project_description: null, project_link: "https://example.com/record/bright", completion_date: "2023-12-16", project_type: "web development" },
            { id: 141, freelancer_id: 72, project_description: "No response from the team, so the session was resolved.", project_link: "https://example.com/about/toward", completion_date: "2023-12-17", project_type: "graphic design" },
            { id: 142, freelancer_id: 74, project_description: "No response from the courier, so the order was delayed.", project_link: "https://example.com/large/given", completion_date: "2023-07-02", project_type: "web development" },
            { id: 143, freelancer_id: 12, project_description: "The record was reopened — unusual case, no further action.", project_link: "https://example.com/because/great", completion_date: "2023-02-03", project_type: "graphic design" },
            { id: 144, freelancer_id: 199, project_description: "The customer confirmed the details and the claim was completed.", project_link: "https://example.com/close/section", completion_date: "2023-10-08", project_type: "content writing" },
            { id: 145, freelancer_id: 193, project_description: "The reviewer reported a minor issue; the account was cancelled.", project_link: "https://example.com/often/follow", completion_date: "2023-01-28", project_type: "web development" },
            { id: 146, freelancer_id: 74, project_description: "The supplier asked for a change and the delivery was delayed.", project_link: "https://example.com/light/direct", completion_date: "2023-01-27", project_type: "web development" },
            { id: 147, freelancer_id: 61, project_description: "The account owner confirmed the details and the claim was rejected.", project_link: "https://example.com/often/final", completion_date: "2023-10-18", project_type: "graphic design" },
            { id: 148, freelancer_id: 175, project_description: "The supplier confirmed the details and the order was updated.", project_link: "https://example.com/before/after", completion_date: "2023-01-31", project_type: "content writing" },
            { id: 149, freelancer_id: 132, project_description: null, project_link: "https://example.com/plain/regular", completion_date: "2023-04-05", project_type: "content writing" },
            { id: 150, freelancer_id: 178, project_description: null, project_link: "https://example.com/daily/group", completion_date: "2023-01-07", project_type: "web development" },
            { id: 151, freelancer_id: 59, project_description: "The account owner asked for a change and the transfer was approved.", project_link: null, completion_date: "2023-04-23", project_type: "web development" },
            { id: 152, freelancer_id: 99, project_description: "The supplier reported a duplicate issue; the record was reviewed.", project_link: "https://example.com/change/second", completion_date: "2023-07-22", project_type: "content writing" },
            { id: 153, freelancer_id: 106, project_description: "The item was confirmed — duplicate case, no further action.", project_link: "https://example.com/long/easy", completion_date: "2023-03-30", project_type: "graphic design" },
            { id: 154, freelancer_id: 118, project_description: "The team asked for a change and the booking was confirmed.", project_link: "https://example.com/several/number", completion_date: "2023-06-04", project_type: "content writing" },
            { id: 155, freelancer_id: 19, project_description: "The team asked for a change and the appointment was rescheduled.", project_link: "https://example.com/strong/between", completion_date: "2023-04-23", project_type: "content writing" },
            { id: 156, freelancer_id: 131, project_description: "No response from the customer, so the delivery was closed.", project_link: null, completion_date: "2023-12-15", project_type: "content writing" },
            { id: 157, freelancer_id: 122, project_description: "The team reported an incomplete issue; the booking was cancelled.", project_link: "https://example.com/little/because", completion_date: "2023-11-06", project_type: "content writing" },
            { id: 158, freelancer_id: 26, project_description: "The supplier confirmed the details and the ticket was resolved.", project_link: "https://example.com/general/natural", completion_date: "2023-06-27", project_type: "graphic design" },
            { id: 159, freelancer_id: 46, project_description: "The session was reviewed — urgent case, no further action.", project_link: "https://example.com/other/order", completion_date: "2023-11-03", project_type: "graphic design" },
            { id: 160, freelancer_id: 188, project_description: "Support asked for a change and the record was updated.", project_link: "https://example.com/direct/common", completion_date: "2023-07-14", project_type: "web development" },
            { id: 161, freelancer_id: 140, project_description: "No response from an operator, so the document was processed.", project_link: "https://example.com/notice/another", completion_date: "2023-04-27", project_type: "graphic design" },
            { id: 162, freelancer_id: 71, project_description: "Support asked for a change and the shipment was rescheduled.", project_link: "https://example.com/still/long", completion_date: "2023-11-21", project_type: "content writing" },
            { id: 163, freelancer_id: 81, project_description: "The customer confirmed the details and the record was reopened.", project_link: "https://example.com/quiet/summary", completion_date: "2023-08-31", project_type: "content writing" },
            { id: 164, freelancer_id: 199, project_description: "The supplier reported a late issue; the shipment was reopened.", project_link: "https://example.com/local/several", completion_date: "2023-01-20", project_type: "web development" },
            { id: 165, freelancer_id: 20, project_description: "The shipment was cancelled — automatic case, no further action.", project_link: "https://example.com/because/quiet", completion_date: "2023-03-31", project_type: "graphic design" },
            { id: 166, freelancer_id: 73, project_description: "The account owner reported an automatic issue; the account was replaced.", project_link: "https://example.com/again/first", completion_date: "2023-05-31", project_type: "graphic design" },
            { id: 167, freelancer_id: 69, project_description: "No response from the reviewer, so the account was delayed.", project_link: "https://example.com/moment/between", completion_date: "2023-03-13", project_type: "graphic design" },
            { id: 168, freelancer_id: 121, project_description: null, project_link: "https://example.com/toward/order", completion_date: "2023-10-27", project_type: "web development" },
            { id: 169, freelancer_id: 51, project_description: "The report was confirmed — manual case, no further action.", project_link: "https://example.com/great/moment", completion_date: "2023-08-27", project_type: "graphic design" },
            { id: 170, freelancer_id: 182, project_description: "An operator confirmed the details and the document was reopened.", project_link: "https://example.com/issue/bright", completion_date: "2023-03-25", project_type: "graphic design" },
            { id: 171, freelancer_id: 83, project_description: "The reviewer confirmed the details and the item was rejected.", project_link: "https://example.com/large/bright", completion_date: "2023-10-08", project_type: "web development" },
            { id: 172, freelancer_id: 86, project_description: "The supplier asked for a change and the report was reopened.", project_link: "https://example.com/later/yearly", completion_date: "2023-04-22", project_type: "web development" },
            { id: 173, freelancer_id: 46, project_description: "The courier reported an incomplete issue; the invoice was updated.", project_link: "https://example.com/public/high", completion_date: "2023-08-25", project_type: "web development" },
            { id: 174, freelancer_id: 159, project_description: "The supplier asked for a change and the record was processed.", project_link: "https://example.com/whole/example", completion_date: "2023-02-17", project_type: "graphic design" },
            { id: 175, freelancer_id: 108, project_description: "An operator reported a standard issue; the item was delayed.", project_link: "https://example.com/ready/nearly", completion_date: "2023-03-04", project_type: "web development" },
            { id: 176, freelancer_id: 45, project_description: null, project_link: "https://example.com/between/steady", completion_date: "2023-08-09", project_type: "graphic design" },
            { id: 177, freelancer_id: 193, project_description: "No response from the customer, so the account was refunded.", project_link: "https://example.com/normal/close", completion_date: "2023-10-16", project_type: "web development" },
            { id: 178, freelancer_id: 172, project_description: "No response from the customer, so the booking was reopened.", project_link: "https://example.com/every/issue", completion_date: "2023-01-31", project_type: "web development" },
            { id: 179, freelancer_id: 30, project_description: "The account was closed — urgent case, no further action.", project_link: "https://example.com/nearly/simple", completion_date: "2023-05-01", project_type: "content writing" },
            { id: 180, freelancer_id: 150, project_description: null, project_link: "https://example.com/natural/summary", completion_date: "2023-03-22", project_type: "web development" },
            { id: 181, freelancer_id: 62, project_description: "The customer asked for a change and the shipment was escalated.", project_link: "https://example.com/ground/various", completion_date: "2023-01-17", project_type: "graphic design" },
            { id: 182, freelancer_id: 51, project_description: "Support asked for a change and the appointment was refunded.", project_link: "https://example.com/early/happen", completion_date: "2023-12-10", project_type: "graphic design" },
            { id: 183, freelancer_id: 114, project_description: "The team reported a manual issue; the booking was completed.", project_link: "https://example.com/around/clear", completion_date: "2023-10-14", project_type: "graphic design" },
            { id: 184, freelancer_id: 90, project_description: "No response from the courier, so the item was closed.", project_link: "https://example.com/large/bright", completion_date: "2023-10-24", project_type: "web development" },
            { id: 185, freelancer_id: 142, project_description: "Support asked for a change and the item was rejected.", project_link: "https://example.com/notice/issue", completion_date: "2023-11-17", project_type: "web development" },
            { id: 186, freelancer_id: 87, project_description: "The supplier confirmed the details and the record was updated.", project_link: "https://example.com/simple/example", completion_date: "2023-05-08", project_type: "web development" },
            { id: 187, freelancer_id: 184, project_description: "The supplier reported a late issue; the invoice was resolved.", project_link: "https://example.com/reason/example", completion_date: "2023-04-01", project_type: "web development" },
            { id: 188, freelancer_id: 87, project_description: "The customer confirmed the details and the record was resolved.", project_link: "https://example.com/direct/later", completion_date: "2023-07-01", project_type: "graphic design" },
            { id: 189, freelancer_id: 39, project_description: null, project_link: "https://example.com/every/second", completion_date: "2023-10-06", project_type: "web development" },
            { id: 190, freelancer_id: 25, project_description: "The courier confirmed the details and the invoice was replaced.", project_link: "https://example.com/first/bright", completion_date: "2023-12-13", project_type: "web development" },
            { id: 191, freelancer_id: 195, project_description: "The courier asked for a change and the delivery was replaced.", project_link: "https://example.com/issue/today", completion_date: "2023-10-21", project_type: "graphic design" },
            { id: 192, freelancer_id: 185, project_description: "The invoice was completed — standard case, no further action.", project_link: "https://example.com/little/useful", completion_date: "2023-10-16", project_type: "graphic design" },
            { id: 193, freelancer_id: 89, project_description: "The account owner asked for a change and the ticket was completed.", project_link: "https://example.com/public/toward", completion_date: "2023-05-15", project_type: "graphic design" },
            { id: 194, freelancer_id: 119, project_description: null, project_link: "https://example.com/great/summary", completion_date: "2023-02-10", project_type: "web development" },
            { id: 195, freelancer_id: 141, project_description: "No response from the reviewer, so the transfer was escalated.", project_link: "https://example.com/happen/number", completion_date: "2023-01-31", project_type: "web development" },
            { id: 196, freelancer_id: 23, project_description: "The team reported a standard issue; the appointment was refunded.", project_link: "https://example.com/early/detail", completion_date: "2023-06-03", project_type: "graphic design" },
            { id: 197, freelancer_id: 13, project_description: "The session was resolved — routine case, no further action.", project_link: "https://example.com/high/section", completion_date: "2023-09-21", project_type: "web development" },
            { id: 198, freelancer_id: 152, project_description: "The team confirmed the details and the session was approved.", project_link: "https://example.com/simple/reason", completion_date: "2023-04-09", project_type: "web development" },
            { id: 199, freelancer_id: 125, project_description: "The customer reported a manual issue; the appointment was rejected.", project_link: "https://example.com/follow/final", completion_date: "2023-01-29", project_type: "web development" },
            { id: 200, freelancer_id: 111, project_description: "The booking was closed — manual case, no further action.", project_link: "https://example.com/daily/total", completion_date: "2023-11-22", project_type: "web development" },
            { id: 201, freelancer_id: 51, project_description: "The appointment was delayed — routine case, no further action.", project_link: "https://example.com/nearly/issue", completion_date: "2023-03-10", project_type: "web development" },
            { id: 202, freelancer_id: 82, project_description: "An operator reported a partial issue; the item was cancelled.", project_link: "https://example.com/change/happen", completion_date: "2023-07-10", project_type: "content writing" },
            { id: 203, freelancer_id: 12, project_description: null, project_link: "https://example.com/several/section", completion_date: "2023-12-11", project_type: "web development" },
            { id: 204, freelancer_id: 22, project_description: "The team confirmed the details and the appointment was resolved.", project_link: null, completion_date: "2023-03-19", project_type: "web development" },
            { id: 205, freelancer_id: 86, project_description: "The reviewer asked for a change and the payment was processed.", project_link: "https://example.com/update/month", completion_date: "2023-11-12", project_type: "content writing" },
            { id: 206, freelancer_id: 160, project_description: "No response from the team, so the appointment was confirmed.", project_link: "https://example.com/large/open", completion_date: "2023-04-14", project_type: "web development" },
            { id: 207, freelancer_id: 45, project_description: "The account owner confirmed the details and the order was replaced.", project_link: "https://example.com/short/enough", completion_date: "2023-07-06", project_type: "graphic design" },
            { id: 208, freelancer_id: 72, project_description: null, project_link: "https://example.com/direct/follow", completion_date: "2023-05-08", project_type: "graphic design" },
            { id: 209, freelancer_id: 175, project_description: "The team asked for a change and the refund was reopened.", project_link: "https://example.com/useful/update", completion_date: "2023-04-29", project_type: "content writing" },
            { id: 210, freelancer_id: 7, project_description: null, project_link: "https://example.com/result/within", completion_date: "2023-10-03", project_type: "web development" },
            { id: 211, freelancer_id: 47, project_description: "No response from the account owner, so the invoice was rescheduled.", project_link: "https://example.com/quick/ready", completion_date: "2023-08-23", project_type: "content writing" },
            { id: 212, freelancer_id: 183, project_description: "The document was rejected — manual case, no further action.", project_link: "https://example.com/simple/total", completion_date: "2023-02-01", project_type: "graphic design" },
            { id: 213, freelancer_id: 200, project_description: "No response from the courier, so the claim was approved.", project_link: "https://example.com/update/various", completion_date: "2023-08-20", project_type: "graphic design" },
            { id: 214, freelancer_id: 184, project_description: "The record was replaced — partial case, no further action.", project_link: null, completion_date: "2023-11-20", project_type: "graphic design" },
            { id: 215, freelancer_id: 62, project_description: "The courier reported a minor issue; the invoice was rescheduled.", project_link: "https://example.com/yearly/first", completion_date: "2023-11-15", project_type: "web development" },
            { id: 216, freelancer_id: 123, project_description: "The courier asked for a change and the ticket was closed.", project_link: "https://example.com/short/yearly", completion_date: "2023-07-09", project_type: "web development" },
            { id: 217, freelancer_id: 144, project_description: "The account owner asked for a change and the document was cancelled.", project_link: "https://example.com/light/partial", completion_date: "2023-10-29", project_type: "content writing" },
            { id: 218, freelancer_id: 106, project_description: "An operator asked for a change and the claim was approved.", project_link: "https://example.com/usual/other", completion_date: "2023-05-25", project_type: "content writing" },
            { id: 219, freelancer_id: 63, project_description: "The claim was reviewed — manual case, no further action.", project_link: "https://example.com/period/still", completion_date: "2023-09-05", project_type: "graphic design" },
            { id: 220, freelancer_id: 140, project_description: "The ticket was closed — automatic case, no further action.", project_link: "https://example.com/issue/general", completion_date: "2023-10-21", project_type: "content writing" },
            { id: 221, freelancer_id: 153, project_description: "The supplier confirmed the details and the session was refunded.", project_link: "https://example.com/natural/number", completion_date: "2023-05-07", project_type: "web development" },
            { id: 222, freelancer_id: 178, project_description: "The team reported a partial issue; the item was resolved.", project_link: "https://example.com/partial/review", completion_date: "2023-02-22", project_type: "web development" },
            { id: 223, freelancer_id: 186, project_description: "The ticket was cancelled — duplicate case, no further action.", project_link: "https://example.com/period/common", completion_date: "2023-09-13", project_type: "content writing" },
            { id: 224, freelancer_id: 198, project_description: "The reviewer reported a late issue; the invoice was cancelled.", project_link: "https://example.com/nearly/high", completion_date: "2023-01-20", project_type: "web development" },
            { id: 225, freelancer_id: 21, project_description: "The courier confirmed the details and the booking was updated.", project_link: "https://example.com/common/natural", completion_date: "2023-07-20", project_type: "content writing" },
            { id: 226, freelancer_id: 144, project_description: "An operator asked for a change and the document was reviewed.", project_link: "https://example.com/month/after", completion_date: "2023-02-19", project_type: "web development" },
            { id: 227, freelancer_id: 49, project_description: "The transfer was rescheduled — duplicate case, no further action.", project_link: "https://example.com/local/ready", completion_date: "2023-11-19", project_type: "web development" },
            { id: 228, freelancer_id: 95, project_description: "An operator asked for a change and the account was completed.", project_link: "https://example.com/light/quick", completion_date: "2023-01-17", project_type: "web development" },
            { id: 229, freelancer_id: 102, project_description: "No response from the courier, so the document was cancelled.", project_link: null, completion_date: "2023-05-22", project_type: "graphic design" },
            { id: 230, freelancer_id: 198, project_description: "Support asked for a change and the document was cancelled.", project_link: "https://example.com/quick/usual", completion_date: "2023-07-10", project_type: "web development" },
            { id: 231, freelancer_id: 74, project_description: "Support asked for a change and the request was updated.", project_link: "https://example.com/usual/several", completion_date: "2023-03-10", project_type: "graphic design" },
            { id: 232, freelancer_id: 12, project_description: "The booking was resolved — standard case, no further action.", project_link: "https://example.com/outside/quick", completion_date: "2023-03-06", project_type: "web development" },
            { id: 233, freelancer_id: 60, project_description: "The reviewer asked for a change and the document was escalated.", project_link: "https://example.com/result/group", completion_date: "2023-11-22", project_type: "graphic design" },
            { id: 234, freelancer_id: 24, project_description: "The transfer was escalated — unusual case, no further action.", project_link: null, completion_date: "2023-08-26", project_type: "graphic design" },
            { id: 235, freelancer_id: 48, project_description: "The supplier asked for a change and the session was delayed.", project_link: "https://example.com/natural/about", completion_date: "2023-11-20", project_type: "content writing" },
            { id: 236, freelancer_id: 99, project_description: "An operator confirmed the details and the refund was replaced.", project_link: "https://example.com/ready/level", completion_date: "2023-04-06", project_type: "graphic design" },
            { id: 237, freelancer_id: 119, project_description: "An operator confirmed the details and the booking was rejected.", project_link: "https://example.com/after/around", completion_date: "2023-02-03", project_type: "content writing" },
            { id: 238, freelancer_id: 143, project_description: "The courier reported an urgent issue; the account was updated.", project_link: "https://example.com/before/record", completion_date: "2023-05-29", project_type: "content writing" },
            { id: 239, freelancer_id: 11, project_description: "The courier confirmed the details and the payment was refunded.", project_link: "https://example.com/record/close", completion_date: "2023-04-05", project_type: "graphic design" },
            { id: 240, freelancer_id: 132, project_description: null, project_link: "https://example.com/period/common", completion_date: "2023-05-15", project_type: "content writing" },
            { id: 241, freelancer_id: 181, project_description: "The courier confirmed the details and the transfer was resolved.", project_link: "https://example.com/second/public", completion_date: "2023-06-29", project_type: "web development" },
            { id: 242, freelancer_id: 114, project_description: "The report was replaced — late case, no further action.", project_link: "https://example.com/strong/nearly", completion_date: "2023-12-31", project_type: "web development" },
            { id: 243, freelancer_id: 164, project_description: "The reviewer reported a standard issue; the order was completed.", project_link: "https://example.com/after/various", completion_date: "2023-05-13", project_type: "graphic design" },
            { id: 244, freelancer_id: 193, project_description: "The team confirmed the details and the record was replaced.", project_link: "https://example.com/summary/partial", completion_date: "2023-09-15", project_type: "graphic design" },
            { id: 245, freelancer_id: 75, project_description: "The reviewer confirmed the details and the appointment was updated.", project_link: "https://example.com/major/about", completion_date: "2023-08-13", project_type: "graphic design" },
            { id: 246, freelancer_id: 16, project_description: "The shipment was reopened — automatic case, no further action.", project_link: null, completion_date: "2023-01-29", project_type: "web development" },
            { id: 247, freelancer_id: 44, project_description: "The courier asked for a change and the refund was refunded.", project_link: "https://example.com/later/open", completion_date: "2023-03-18", project_type: "content writing" },
            { id: 248, freelancer_id: 102, project_description: "The appointment was rescheduled — repeat case, no further action.", project_link: "https://example.com/month/change", completion_date: "2023-08-04", project_type: "graphic design" },
            { id: 249, freelancer_id: 2, project_description: "No response from the supplier, so the booking was confirmed.", project_link: "https://example.com/update/weekly", completion_date: "2023-01-28", project_type: "content writing" },
            { id: 250, freelancer_id: 69, project_description: "An operator reported an unusual issue; the delivery was rescheduled.", project_link: "https://example.com/update/order", completion_date: "2023-04-21", project_type: "content writing" },
            { id: 251, freelancer_id: 79, project_description: "No response from the customer, so the report was reopened.", project_link: null, completion_date: "2023-02-23", project_type: "graphic design" },
            { id: 252, freelancer_id: 92, project_description: "The account owner confirmed the details and the invoice was confirmed.", project_link: "https://example.com/daily/period", completion_date: "2023-03-20", project_type: "content writing" },
            { id: 253, freelancer_id: 198, project_description: "The order was updated — automatic case, no further action.", project_link: null, completion_date: "2023-08-07", project_type: "web development" },
            { id: 254, freelancer_id: 109, project_description: "No response from the customer, so the account was refunded.", project_link: "https://example.com/second/normal", completion_date: "2023-06-20", project_type: "web development" },
            { id: 255, freelancer_id: 72, project_description: "The account owner reported an incomplete issue; the account was refunded.", project_link: "https://example.com/still/recent", completion_date: "2023-09-13", project_type: "graphic design" },
            { id: 256, freelancer_id: 100, project_description: "No response from the supplier, so the report was refunded.", project_link: "https://example.com/happen/notice", completion_date: "2023-07-26", project_type: "graphic design" },
            { id: 257, freelancer_id: 97, project_description: "The reviewer asked for a change and the payment was reviewed.", project_link: "https://example.com/minor/another", completion_date: "2023-08-28", project_type: "graphic design" },
            { id: 258, freelancer_id: 11, project_description: "The courier asked for a change and the payment was completed.", project_link: null, completion_date: "2023-09-02", project_type: "web development" },
            { id: 259, freelancer_id: 116, project_description: null, project_link: "https://example.com/ground/direct", completion_date: "2023-05-27", project_type: "web development" },
            { id: 260, freelancer_id: 76, project_description: "The document was reviewed — routine case, no further action.", project_link: null, completion_date: "2023-07-01", project_type: "web development" },
            { id: 261, freelancer_id: 173, project_description: "The item was reopened — urgent case, no further action.", project_link: "https://example.com/long/usual", completion_date: "2023-07-09", project_type: "web development" },
            { id: 262, freelancer_id: 151, project_description: "The courier reported an urgent issue; the document was reviewed.", project_link: "https://example.com/clear/often", completion_date: "2023-05-20", project_type: "web development" },
            { id: 263, freelancer_id: 176, project_description: "An operator asked for a change and the invoice was replaced.", project_link: "https://example.com/total/always", completion_date: "2023-08-27", project_type: "web development" },
            { id: 264, freelancer_id: 123, project_description: "The account owner confirmed the details and the transfer was rejected.", project_link: "https://example.com/high/outside", completion_date: "2023-07-15", project_type: "web development" },
            { id: 265, freelancer_id: 137, project_description: "Support asked for a change and the report was processed.", project_link: null, completion_date: "2023-04-23", project_type: "web development" },
            { id: 266, freelancer_id: 21, project_description: "The reviewer reported a partial issue; the claim was confirmed.", project_link: "https://example.com/inside/normal", completion_date: "2023-01-21", project_type: "graphic design" },
            { id: 267, freelancer_id: 41, project_description: "The report was replaced — routine case, no further action.", project_link: "https://example.com/issue/issue", completion_date: "2023-09-15", project_type: "content writing" },
            { id: 268, freelancer_id: 199, project_description: "The account owner reported a standard issue; the record was confirmed.", project_link: "https://example.com/little/review", completion_date: "2023-02-11", project_type: "content writing" },
            { id: 269, freelancer_id: 97, project_description: "The account owner asked for a change and the report was reopened.", project_link: "https://example.com/after/single", completion_date: "2023-04-28", project_type: "content writing" },
            { id: 270, freelancer_id: 64, project_description: "An operator asked for a change and the item was completed.", project_link: "https://example.com/around/quick", completion_date: "2023-09-19", project_type: "web development" },
            { id: 271, freelancer_id: 129, project_description: "No response from the account owner, so the payment was refunded.", project_link: "https://example.com/careful/yearly", completion_date: "2023-04-05", project_type: "graphic design" },
            { id: 272, freelancer_id: 159, project_description: "An operator reported an urgent issue; the shipment was approved.", project_link: "https://example.com/other/number", completion_date: "2023-08-19", project_type: "content writing" },
            { id: 273, freelancer_id: 124, project_description: "No response from an operator, so the claim was processed.", project_link: null, completion_date: "2023-06-12", project_type: "graphic design" },
            { id: 274, freelancer_id: 1, project_description: "The session was reopened — minor case, no further action.", project_link: "https://example.com/other/inside", completion_date: "2023-03-31", project_type: "web development" },
            { id: 275, freelancer_id: 34, project_description: "The reviewer confirmed the details and the session was rejected.", project_link: "https://example.com/early/example", completion_date: "2023-09-09", project_type: "graphic design" },
            { id: 276, freelancer_id: 75, project_description: "The account owner asked for a change and the record was rejected.", project_link: "https://example.com/inside/notice", completion_date: "2023-11-17", project_type: "content writing" },
            { id: 277, freelancer_id: 47, project_description: "No response from the account owner, so the shipment was delayed.", project_link: "https://example.com/always/open", completion_date: "2023-04-14", project_type: "web development" },
            { id: 278, freelancer_id: 98, project_description: "No response from the supplier, so the account was updated.", project_link: "https://example.com/happen/ready", completion_date: "2023-06-09", project_type: "web development" },
            { id: 279, freelancer_id: 62, project_description: "An operator asked for a change and the session was approved.", project_link: "https://example.com/early/useful", completion_date: "2023-08-27", project_type: "content writing" },
            { id: 280, freelancer_id: 76, project_description: "An operator confirmed the details and the item was rescheduled.", project_link: "https://example.com/several/between", completion_date: "2023-02-15", project_type: "graphic design" },
            { id: 281, freelancer_id: 154, project_description: "No response from an operator, so the document was rescheduled.", project_link: "https://example.com/between/because", completion_date: "2023-04-05", project_type: "web development" },
            { id: 282, freelancer_id: 85, project_description: "No response from the account owner, so the transfer was completed.", project_link: "https://example.com/general/quiet", completion_date: "2023-04-26", project_type: "graphic design" },
            { id: 283, freelancer_id: 93, project_description: null, project_link: "https://example.com/large/careful", completion_date: "2023-12-06", project_type: "web development" },
            { id: 284, freelancer_id: 187, project_description: "An operator confirmed the details and the claim was reopened.", project_link: "https://example.com/long/several", completion_date: "2023-06-14", project_type: "content writing" },
            { id: 285, freelancer_id: 67, project_description: "The customer asked for a change and the refund was delayed.", project_link: "https://example.com/again/happen", completion_date: "2023-09-29", project_type: "graphic design" },
            { id: 286, freelancer_id: 180, project_description: "The courier asked for a change and the item was rescheduled.", project_link: "https://example.com/second/inside", completion_date: "2023-04-16", project_type: "graphic design" },
            { id: 287, freelancer_id: 54, project_description: "No response from the reviewer, so the report was completed.", project_link: "https://example.com/enough/moment", completion_date: "2023-10-22", project_type: "graphic design" },
            { id: 288, freelancer_id: 163, project_description: "The team asked for a change and the appointment was rejected.", project_link: "https://example.com/common/direct", completion_date: "2023-01-27", project_type: "graphic design" },
            { id: 289, freelancer_id: 192, project_description: "An operator asked for a change and the record was cancelled.", project_link: "https://example.com/often/daily", completion_date: "2023-03-02", project_type: "content writing" },
            { id: 290, freelancer_id: 191, project_description: "No response from the courier, so the order was completed.", project_link: "https://example.com/moving/later", completion_date: "2023-04-06", project_type: "graphic design" },
            { id: 291, freelancer_id: 112, project_description: "The customer reported a manual issue; the document was cancelled.", project_link: "https://example.com/little/because", completion_date: "2023-01-16", project_type: "web development" },
            { id: 292, freelancer_id: 123, project_description: "No response from the courier, so the account was escalated.", project_link: "https://example.com/example/final", completion_date: "2023-07-15", project_type: "graphic design" },
            { id: 293, freelancer_id: 152, project_description: "The supplier asked for a change and the document was delayed.", project_link: "https://example.com/regular/every", completion_date: "2023-02-23", project_type: "web development" },
            { id: 294, freelancer_id: 165, project_description: "The supplier reported a late issue; the ticket was rescheduled.", project_link: "https://example.com/order/matter", completion_date: "2023-08-19", project_type: "graphic design" },
            { id: 295, freelancer_id: 21, project_description: "The account owner asked for a change and the order was refunded.", project_link: "https://example.com/support/plain", completion_date: "2023-08-04", project_type: "content writing" },
            { id: 296, freelancer_id: 12, project_description: "No response from the account owner, so the appointment was resolved.", project_link: "https://example.com/between/direct", completion_date: "2023-08-16", project_type: "web development" },
            { id: 297, freelancer_id: 169, project_description: null, project_link: null, completion_date: "2023-10-09", project_type: "content writing" },
            { id: 298, freelancer_id: 134, project_description: "The account owner asked for a change and the record was replaced.", project_link: "https://example.com/record/order", completion_date: "2023-09-10", project_type: "content writing" },
            { id: 299, freelancer_id: 126, project_description: "An operator confirmed the details and the transfer was replaced.", project_link: "https://example.com/direct/result", completion_date: "2023-01-31", project_type: "web development" },
            { id: 300, freelancer_id: 158, project_description: "No response from the reviewer, so the item was refunded.", project_link: "https://example.com/yearly/update", completion_date: "2023-05-08", project_type: "graphic design" },
            { id: 301, freelancer_id: 120, project_description: "The ticket was reviewed — partial case, no further action.", project_link: "https://example.com/bright/later", completion_date: "2023-06-25", project_type: "content writing" },
            { id: 302, freelancer_id: 196, project_description: "No response from the reviewer, so the delivery was confirmed.", project_link: "https://example.com/again/high", completion_date: "2023-02-10", project_type: "content writing" },
            { id: 303, freelancer_id: 51, project_description: "The team reported an urgent issue; the request was resolved.", project_link: "https://example.com/other/useful", completion_date: "2023-04-04", project_type: "web development" },
            { id: 304, freelancer_id: 55, project_description: "The account owner confirmed the details and the order was cancelled.", project_link: "https://example.com/easy/update", completion_date: "2023-11-02", project_type: "web development" },
            { id: 305, freelancer_id: 63, project_description: "The account owner confirmed the details and the delivery was reopened.", project_link: "https://example.com/record/open", completion_date: "2023-04-27", project_type: "graphic design" },
            { id: 306, freelancer_id: 129, project_description: null, project_link: "https://example.com/after/little", completion_date: "2023-10-02", project_type: "content writing" },
            { id: 307, freelancer_id: 159, project_description: "The order was reviewed — unusual case, no further action.", project_link: "https://example.com/detail/whole", completion_date: "2023-07-22", project_type: "graphic design" },
            { id: 308, freelancer_id: 3, project_description: "The record was escalated — repeat case, no further action.", project_link: null, completion_date: "2023-11-13", project_type: "web development" },
            { id: 309, freelancer_id: 47, project_description: "No response from the customer, so the item was replaced.", project_link: "https://example.com/first/useful", completion_date: "2023-01-18", project_type: "content writing" },
            { id: 310, freelancer_id: 13, project_description: "The account owner reported a partial issue; the order was completed.", project_link: "https://example.com/section/light", completion_date: "2023-06-10", project_type: "web development" },
            { id: 311, freelancer_id: 24, project_description: null, project_link: "https://example.com/about/local", completion_date: "2023-08-14", project_type: "graphic design" },
            { id: 312, freelancer_id: 21, project_description: "No response from the team, so the payment was rescheduled.", project_link: "https://example.com/every/other", completion_date: "2023-02-22", project_type: "web development" },
            { id: 313, freelancer_id: 157, project_description: "No response from the supplier, so the order was replaced.", project_link: "https://example.com/plain/steady", completion_date: "2023-10-21", project_type: "web development" },
            { id: 314, freelancer_id: 121, project_description: "The account owner reported a routine issue; the request was rejected.", project_link: "https://example.com/section/light", completion_date: "2023-01-27", project_type: "web development" },
            { id: 315, freelancer_id: 175, project_description: "No response from the courier, so the request was rescheduled.", project_link: "https://example.com/every/given", completion_date: "2023-01-12", project_type: "web development" },
            { id: 316, freelancer_id: 140, project_description: null, project_link: "https://example.com/bright/quiet", completion_date: "2023-02-16", project_type: "web development" },
            { id: 317, freelancer_id: 174, project_description: null, project_link: "https://example.com/simple/again", completion_date: "2023-12-21", project_type: "web development" },
            { id: 318, freelancer_id: 48, project_description: "No response from the reviewer, so the request was replaced.", project_link: "https://example.com/again/around", completion_date: "2023-11-24", project_type: "web development" },
            { id: 319, freelancer_id: 41, project_description: "An operator asked for a change and the refund was reopened.", project_link: "https://example.com/quiet/ground", completion_date: "2023-11-03", project_type: "graphic design" },
            { id: 320, freelancer_id: 115, project_description: "The customer asked for a change and the report was closed.", project_link: null, completion_date: "2023-07-19", project_type: "graphic design" },
            { id: 321, freelancer_id: 116, project_description: null, project_link: "https://example.com/reason/major", completion_date: "2023-03-17", project_type: "graphic design" },
            { id: 322, freelancer_id: 132, project_description: "The customer asked for a change and the account was closed.", project_link: "https://example.com/special/steady", completion_date: "2023-07-22", project_type: "web development" },
            { id: 323, freelancer_id: 73, project_description: "The supplier confirmed the details and the payment was updated.", project_link: "https://example.com/high/large", completion_date: "2023-06-30", project_type: "graphic design" },
            { id: 324, freelancer_id: 31, project_description: "The claim was processed — incomplete case, no further action.", project_link: "https://example.com/plain/nearly", completion_date: "2023-09-01", project_type: "graphic design" },
            { id: 325, freelancer_id: 40, project_description: "The supplier reported a duplicate issue; the record was escalated.", project_link: "https://example.com/period/moving", completion_date: "2023-08-02", project_type: "content writing" },
            { id: 326, freelancer_id: 96, project_description: "No response from the customer, so the shipment was reviewed.", project_link: "https://example.com/before/along", completion_date: "2023-07-29", project_type: "web development" },
            { id: 327, freelancer_id: 98, project_description: "No response from the team, so the record was processed.", project_link: "https://example.com/around/moment", completion_date: "2023-01-26", project_type: "graphic design" },
            { id: 328, freelancer_id: 162, project_description: "The supplier asked for a change and the appointment was rejected.", project_link: "https://example.com/great/update", completion_date: "2023-02-24", project_type: "content writing" },
            { id: 329, freelancer_id: 62, project_description: "The supplier asked for a change and the invoice was resolved.", project_link: "https://example.com/clear/clear", completion_date: "2023-11-24", project_type: "web development" },
            { id: 330, freelancer_id: 3, project_description: "No response from an operator, so the booking was delayed.", project_link: "https://example.com/small/matter", completion_date: "2023-02-03", project_type: "web development" },
            { id: 331, freelancer_id: 46, project_description: "The courier reported a standard issue; the order was delayed.", project_link: "https://example.com/again/total", completion_date: "2023-09-02", project_type: "graphic design" },
            { id: 332, freelancer_id: 199, project_description: "No response from the team, so the claim was replaced.", project_link: "https://example.com/local/long", completion_date: "2023-09-11", project_type: "content writing" },
            { id: 333, freelancer_id: 9, project_description: "The account was processed — repeat case, no further action.", project_link: "https://example.com/given/final", completion_date: "2023-04-19", project_type: "web development" },
            { id: 334, freelancer_id: 53, project_description: "The customer asked for a change and the shipment was updated.", project_link: null, completion_date: "2023-07-19", project_type: "graphic design" },
            { id: 335, freelancer_id: 55, project_description: "An operator confirmed the details and the report was replaced.", project_link: "https://example.com/local/summary", completion_date: "2023-02-20", project_type: "graphic design" },
            { id: 336, freelancer_id: 129, project_description: "The appointment was reopened — minor case, no further action.", project_link: "https://example.com/because/total", completion_date: "2023-07-01", project_type: "graphic design" },
            { id: 337, freelancer_id: 99, project_description: "No response from the team, so the record was completed.", project_link: "https://example.com/update/notice", completion_date: "2023-11-27", project_type: "content writing" },
            { id: 338, freelancer_id: 151, project_description: "The customer confirmed the details and the record was escalated.", project_link: "https://example.com/happen/today", completion_date: "2023-07-03", project_type: "graphic design" },
            { id: 339, freelancer_id: 17, project_description: "The courier reported a minor issue; the refund was processed.", project_link: "https://example.com/minor/again", completion_date: "2023-10-05", project_type: "content writing" },
            { id: 340, freelancer_id: 15, project_description: "The document was closed — minor case, no further action.", project_link: "https://example.com/regular/usual", completion_date: "2023-05-12", project_type: "content writing" },
            { id: 341, freelancer_id: 18, project_description: "The account owner asked for a change and the ticket was confirmed.", project_link: "https://example.com/steady/usual", completion_date: "2023-03-06", project_type: "graphic design" },
            { id: 342, freelancer_id: 74, project_description: "The transfer was reopened — urgent case, no further action.", project_link: "https://example.com/often/various", completion_date: "2023-10-05", project_type: "web development" },
            { id: 343, freelancer_id: 75, project_description: "The courier reported a duplicate issue; the refund was reviewed.", project_link: "https://example.com/order/direct", completion_date: "2023-11-10", project_type: "content writing" },
            { id: 344, freelancer_id: 197, project_description: "The shipment was resolved — late case, no further action.", project_link: "https://example.com/before/reason", completion_date: "2023-11-24", project_type: "content writing" },
            { id: 345, freelancer_id: 1, project_description: "The courier asked for a change and the appointment was resolved.", project_link: "https://example.com/often/section", completion_date: "2023-05-20", project_type: "graphic design" },
            { id: 346, freelancer_id: 19, project_description: "The request was rejected — unusual case, no further action.", project_link: null, completion_date: "2023-02-24", project_type: "content writing" },
            { id: 347, freelancer_id: 64, project_description: "The account owner reported a repeat issue; the claim was cancelled.", project_link: "https://example.com/normal/inside", completion_date: "2023-02-20", project_type: "graphic design" },
            { id: 348, freelancer_id: 10, project_description: "The courier confirmed the details and the request was confirmed.", project_link: "https://example.com/along/direct", completion_date: "2023-02-07", project_type: "graphic design" },
            { id: 349, freelancer_id: 91, project_description: "The payment was completed — urgent case, no further action.", project_link: "https://example.com/order/several", completion_date: "2023-01-01", project_type: "content writing" },
            { id: 350, freelancer_id: 134, project_description: "The booking was rescheduled — manual case, no further action.", project_link: "https://example.com/first/because", completion_date: "2023-09-29", project_type: "web development" },
            { id: 351, freelancer_id: 60, project_description: "No response from the courier, so the delivery was refunded.", project_link: "https://example.com/normal/easy", completion_date: "2023-10-06", project_type: "web development" },
            { id: 352, freelancer_id: 105, project_description: "The team reported a duplicate issue; the request was rejected.", project_link: null, completion_date: "2023-03-11", project_type: "graphic design" },
            { id: 353, freelancer_id: 76, project_description: "No response from the customer, so the ticket was escalated.", project_link: "https://example.com/normal/single", completion_date: "2023-03-10", project_type: "graphic design" },
            { id: 354, freelancer_id: 52, project_description: "The reviewer asked for a change and the item was resolved.", project_link: "https://example.com/after/careful", completion_date: "2023-07-13", project_type: "content writing" },
            { id: 355, freelancer_id: 151, project_description: "The courier reported an automatic issue; the appointment was refunded.", project_link: "https://example.com/period/level", completion_date: "2023-05-18", project_type: "web development" },
            { id: 356, freelancer_id: 133, project_description: "The team confirmed the details and the transfer was rescheduled.", project_link: "https://example.com/natural/whole", completion_date: "2023-02-20", project_type: "graphic design" },
            { id: 357, freelancer_id: 88, project_description: "The customer asked for a change and the delivery was delayed.", project_link: "https://example.com/quiet/section", completion_date: "2023-08-10", project_type: "web development" },
            { id: 358, freelancer_id: 84, project_description: "The appointment was completed — incomplete case, no further action.", project_link: "https://example.com/matter/record", completion_date: "2023-05-15", project_type: "content writing" },
            { id: 359, freelancer_id: 57, project_description: "The shipment was approved — manual case, no further action.", project_link: "https://example.com/ready/moment", completion_date: "2023-09-08", project_type: "content writing" },
            { id: 360, freelancer_id: 169, project_description: "The team confirmed the details and the booking was closed.", project_link: "https://example.com/short/support", completion_date: "2023-08-30", project_type: "content writing" },
            { id: 361, freelancer_id: 92, project_description: "The team asked for a change and the ticket was resolved.", project_link: "https://example.com/long/support", completion_date: "2023-01-17", project_type: "graphic design" },
            { id: 362, freelancer_id: 69, project_description: "The supplier confirmed the details and the refund was resolved.", project_link: "https://example.com/quiet/because", completion_date: "2023-02-05", project_type: "web development" },
            { id: 363, freelancer_id: 99, project_description: "The item was confirmed — late case, no further action.", project_link: "https://example.com/little/common", completion_date: "2023-05-24", project_type: "web development" },
            { id: 364, freelancer_id: 56, project_description: "No response from the account owner, so the ticket was delayed.", project_link: "https://example.com/before/often", completion_date: "2023-01-21", project_type: "graphic design" },
            { id: 365, freelancer_id: 178, project_description: "An operator confirmed the details and the payment was replaced.", project_link: "https://example.com/other/example", completion_date: "2023-08-04", project_type: "web development" },
            { id: 366, freelancer_id: 79, project_description: "The team confirmed the details and the document was escalated.", project_link: "https://example.com/section/first", completion_date: "2023-04-23", project_type: "graphic design" },
            { id: 367, freelancer_id: 96, project_description: "An operator reported a standard issue; the invoice was rescheduled.", project_link: "https://example.com/bright/quick", completion_date: "2023-12-24", project_type: "graphic design" },
            { id: 368, freelancer_id: 3, project_description: "The order was delayed — repeat case, no further action.", project_link: "https://example.com/every/local", completion_date: "2023-05-15", project_type: "web development" },
            { id: 369, freelancer_id: 156, project_description: null, project_link: "https://example.com/point/early", completion_date: "2023-09-21", project_type: "web development" },
            { id: 370, freelancer_id: 87, project_description: "The supplier asked for a change and the report was resolved.", project_link: "https://example.com/first/partial", completion_date: "2023-09-14", project_type: "web development" },
            { id: 371, freelancer_id: 68, project_description: "The transfer was delayed — routine case, no further action.", project_link: "https://example.com/open/regular", completion_date: "2023-03-13", project_type: "graphic design" },
            { id: 372, freelancer_id: 103, project_description: "The courier asked for a change and the delivery was approved.", project_link: "https://example.com/regular/single", completion_date: "2023-03-07", project_type: "graphic design" },
            { id: 373, freelancer_id: 93, project_description: "No response from an operator, so the order was escalated.", project_link: "https://example.com/high/another", completion_date: "2023-06-07", project_type: "web development" },
            { id: 374, freelancer_id: 37, project_description: "No response from the supplier, so the document was cancelled.", project_link: "https://example.com/partial/large", completion_date: "2023-06-05", project_type: "content writing" },
            { id: 375, freelancer_id: 45, project_description: "The customer confirmed the details and the invoice was rejected.", project_link: "https://example.com/steady/another", completion_date: "2023-01-01", project_type: "web development" },
            { id: 376, freelancer_id: 10, project_description: "The account owner confirmed the details and the record was cancelled.", project_link: "https://example.com/record/level", completion_date: "2023-08-13", project_type: "graphic design" },
            { id: 377, freelancer_id: 58, project_description: "The claim was processed — urgent case, no further action.", project_link: "https://example.com/today/section", completion_date: "2023-08-02", project_type: "graphic design" },
            { id: 378, freelancer_id: 182, project_description: "Support asked for a change and the booking was escalated.", project_link: "https://example.com/major/light", completion_date: "2023-01-13", project_type: "graphic design" },
            { id: 379, freelancer_id: 119, project_description: "The delivery was resolved — automatic case, no further action.", project_link: "https://example.com/about/inside", completion_date: "2023-01-18", project_type: "graphic design" },
            { id: 380, freelancer_id: 128, project_description: "The reviewer confirmed the details and the claim was cancelled.", project_link: "https://example.com/given/example", completion_date: "2023-12-17", project_type: "graphic design" },
            { id: 381, freelancer_id: 101, project_description: null, project_link: "https://example.com/short/toward", completion_date: "2023-10-03", project_type: "content writing" },
            { id: 382, freelancer_id: 45, project_description: "The account owner reported a routine issue; the account was rejected.", project_link: "https://example.com/bright/whole", completion_date: "2023-03-18", project_type: "content writing" },
            { id: 383, freelancer_id: 113, project_description: "The shipment was reopened — partial case, no further action.", project_link: "https://example.com/inside/high", completion_date: "2023-11-30", project_type: "web development" },
            { id: 384, freelancer_id: 128, project_description: "No response from the courier, so the item was reopened.", project_link: "https://example.com/every/number", completion_date: "2023-08-09", project_type: "graphic design" },
        ],
    });
    await prisma.tasks.createMany({
        data: [
            { id: 1, client_id: 85, freelancer_id: 187, status: "in_progress", deadline: "2023-11-09", priority: "medium", estimated_hours: "49.73" },
            { id: 2, client_id: 71, freelancer_id: 146, status: "pending", deadline: null, priority: "high", estimated_hours: "68.53" },
            { id: 3, client_id: 37, freelancer_id: 77, status: "in_progress", deadline: "2023-01-24", priority: "high", estimated_hours: "67.13" },
            { id: 4, client_id: 49, freelancer_id: 125, status: "completed", deadline: "2023-11-18", priority: "medium", estimated_hours: "42.36" },
            { id: 5, client_id: 100, freelancer_id: 19, status: "completed", deadline: "2023-04-14", priority: "medium", estimated_hours: "61.36" },
            { id: 6, client_id: 75, freelancer_id: 141, status: "pending", deadline: null, priority: "medium", estimated_hours: "31.77" },
            { id: 7, client_id: 32, freelancer_id: 111, status: "pending", deadline: null, priority: "low", estimated_hours: "28.78" },
            { id: 8, client_id: 95, freelancer_id: 182, status: "pending", deadline: null, priority: "high", estimated_hours: "73.29" },
            { id: 9, client_id: 91, freelancer_id: 83, status: "completed", deadline: "2023-09-19", priority: "low", estimated_hours: "56.93" },
            { id: 10, client_id: 56, freelancer_id: 131, status: "completed", deadline: "2023-03-08", priority: "medium", estimated_hours: "49.70" },
            { id: 11, client_id: 54, freelancer_id: 177, status: "in_progress", deadline: "2023-05-24", priority: "low", estimated_hours: "21.31" },
            { id: 12, client_id: 78, freelancer_id: 33, status: "pending", deadline: null, priority: "medium", estimated_hours: "64.92" },
            { id: 13, client_id: 33, freelancer_id: 25, status: "completed", deadline: "2023-06-14", priority: "medium", estimated_hours: "90.44" },
            { id: 14, client_id: 70, freelancer_id: 52, status: "in_progress", deadline: "2023-05-09", priority: "medium", estimated_hours: "65.68" },
            { id: 15, client_id: 7, freelancer_id: 82, status: "completed", deadline: "2023-02-02", priority: "medium", estimated_hours: "70.55" },
            { id: 16, client_id: 92, freelancer_id: 107, status: "completed", deadline: "2023-08-17", priority: "high", estimated_hours: "61.77" },
            { id: 17, client_id: 63, freelancer_id: 65, status: "in_progress", deadline: "2023-02-07", priority: "medium", estimated_hours: "57.89" },
            { id: 18, client_id: 66, freelancer_id: 177, status: "pending", deadline: null, priority: "medium", estimated_hours: "32.36" },
            { id: 19, client_id: 21, freelancer_id: 190, status: "in_progress", deadline: "2023-02-11", priority: "low", estimated_hours: "35.84" },
            { id: 20, client_id: 45, freelancer_id: 183, status: "completed", deadline: "2023-08-25", priority: "medium", estimated_hours: "60.48" },
            { id: 21, client_id: 25, freelancer_id: 125, status: "in_progress", deadline: "2023-01-12", priority: "high", estimated_hours: "43.96" },
            { id: 22, client_id: 66, freelancer_id: 77, status: "in_progress", deadline: "2023-11-15", priority: "medium", estimated_hours: "32.99" },
            { id: 23, client_id: 62, freelancer_id: 37, status: "pending", deadline: null, priority: "high", estimated_hours: "47.99" },
            { id: 24, client_id: 60, freelancer_id: 42, status: "pending", deadline: null, priority: "medium", estimated_hours: "58.21" },
            { id: 25, client_id: 15, freelancer_id: 179, status: "pending", deadline: null, priority: "high", estimated_hours: "60.61" },
            { id: 26, client_id: 64, freelancer_id: 48, status: "pending", deadline: null, priority: "high", estimated_hours: "30.83" },
            { id: 27, client_id: 34, freelancer_id: 2, status: "completed", deadline: "2023-01-28", priority: "medium", estimated_hours: "26.20" },
            { id: 28, client_id: 88, freelancer_id: 6, status: "in_progress", deadline: "2023-10-28", priority: "medium", estimated_hours: "24.14" },
            { id: 29, client_id: 17, freelancer_id: 131, status: "pending", deadline: null, priority: "low", estimated_hours: "39.05" },
            { id: 30, client_id: 31, freelancer_id: 102, status: "pending", deadline: null, priority: "low", estimated_hours: "70.33" },
            { id: 31, client_id: 72, freelancer_id: 45, status: "completed", deadline: "2023-01-31", priority: "low", estimated_hours: "81.08" },
            { id: 32, client_id: 77, freelancer_id: 191, status: "pending", deadline: null, priority: "low", estimated_hours: "55.54" },
            { id: 33, client_id: 85, freelancer_id: 126, status: "pending", deadline: null, priority: "high", estimated_hours: "35.52" },
            { id: 34, client_id: 79, freelancer_id: 72, status: "in_progress", deadline: "2023-12-17", priority: "medium", estimated_hours: "61.40" },
            { id: 35, client_id: 15, freelancer_id: 69, status: "pending", deadline: null, priority: "low", estimated_hours: "57.91" },
            { id: 36, client_id: 78, freelancer_id: 61, status: "completed", deadline: "2023-10-27", priority: "high", estimated_hours: "61.22" },
            { id: 37, client_id: 28, freelancer_id: 86, status: "pending", deadline: null, priority: "medium", estimated_hours: "36.82" },
            { id: 38, client_id: 92, freelancer_id: 60, status: "in_progress", deadline: "2023-03-29", priority: "high", estimated_hours: "56.04" },
            { id: 39, client_id: 1, freelancer_id: 16, status: "pending", deadline: null, priority: "low", estimated_hours: "69.76" },
            { id: 40, client_id: 18, freelancer_id: 159, status: "in_progress", deadline: "2023-12-10", priority: "medium", estimated_hours: "53.78" },
            { id: 41, client_id: 82, freelancer_id: 74, status: "in_progress", deadline: "2023-05-13", priority: "low", estimated_hours: "21.96" },
            { id: 42, client_id: 62, freelancer_id: 115, status: "pending", deadline: null, priority: "high", estimated_hours: "65.16" },
            { id: 43, client_id: 84, freelancer_id: 148, status: "in_progress", deadline: "2023-11-18", priority: "medium", estimated_hours: "36.39" },
            { id: 44, client_id: 50, freelancer_id: 36, status: "pending", deadline: null, priority: "low", estimated_hours: "76.23" },
            { id: 45, client_id: 53, freelancer_id: 25, status: "pending", deadline: null, priority: "high", estimated_hours: "46.90" },
            { id: 46, client_id: 32, freelancer_id: 115, status: "pending", deadline: null, priority: "medium", estimated_hours: "41.73" },
            { id: 47, client_id: 73, freelancer_id: 98, status: "pending", deadline: null, priority: "medium", estimated_hours: "39.36" },
            { id: 48, client_id: 70, freelancer_id: 98, status: "completed", deadline: "2023-08-29", priority: "medium", estimated_hours: "51.44" },
            { id: 49, client_id: 68, freelancer_id: 141, status: "pending", deadline: null, priority: "medium", estimated_hours: "63.47" },
            { id: 50, client_id: 26, freelancer_id: 124, status: "pending", deadline: null, priority: "high", estimated_hours: "59.66" },
            { id: 51, client_id: 26, freelancer_id: 116, status: "in_progress", deadline: "2023-10-03", priority: "medium", estimated_hours: "53.82" },
            { id: 52, client_id: 60, freelancer_id: 40, status: "in_progress", deadline: "2023-08-11", priority: "medium", estimated_hours: "61.13" },
            { id: 53, client_id: 78, freelancer_id: 185, status: "completed", deadline: "2023-10-04", priority: "medium", estimated_hours: "34.57" },
            { id: 54, client_id: 29, freelancer_id: 52, status: "in_progress", deadline: "2023-02-22", priority: "high", estimated_hours: "64.14" },
            { id: 55, client_id: 70, freelancer_id: 172, status: "pending", deadline: null, priority: "low", estimated_hours: "66.05" },
            { id: 56, client_id: 28, freelancer_id: 151, status: "in_progress", deadline: "2023-12-14", priority: "medium", estimated_hours: "54.23" },
            { id: 57, client_id: 85, freelancer_id: 161, status: "pending", deadline: null, priority: "low", estimated_hours: "53.57" },
            { id: 58, client_id: 81, freelancer_id: 30, status: "pending", deadline: null, priority: "low", estimated_hours: "34.85" },
            { id: 59, client_id: 11, freelancer_id: 65, status: "pending", deadline: null, priority: "medium", estimated_hours: "69.27" },
            { id: 60, client_id: 35, freelancer_id: 162, status: "pending", deadline: null, priority: "medium", estimated_hours: "48.30" },
            { id: 61, client_id: 22, freelancer_id: 97, status: "in_progress", deadline: "2023-10-21", priority: "high", estimated_hours: "43.59" },
            { id: 62, client_id: 31, freelancer_id: 111, status: "completed", deadline: "2023-03-26", priority: "high", estimated_hours: "73.98" },
            { id: 63, client_id: 27, freelancer_id: 36, status: "pending", deadline: null, priority: "medium", estimated_hours: "24.97" },
            { id: 64, client_id: 6, freelancer_id: 121, status: "pending", deadline: null, priority: "low", estimated_hours: "38.49" },
            { id: 65, client_id: 64, freelancer_id: 31, status: "in_progress", deadline: "2023-06-11", priority: "medium", estimated_hours: "61.43" },
            { id: 66, client_id: 97, freelancer_id: 183, status: "in_progress", deadline: "2023-07-06", priority: "high", estimated_hours: "34.55" },
            { id: 67, client_id: 15, freelancer_id: 195, status: "in_progress", deadline: "2023-09-21", priority: "high", estimated_hours: "39.24" },
            { id: 68, client_id: 22, freelancer_id: 46, status: "pending", deadline: null, priority: "high", estimated_hours: "50.68" },
            { id: 69, client_id: 81, freelancer_id: 143, status: "pending", deadline: null, priority: "medium", estimated_hours: "72.16" },
            { id: 70, client_id: 15, freelancer_id: 129, status: "pending", deadline: null, priority: "high", estimated_hours: "21.46" },
            { id: 71, client_id: 19, freelancer_id: 126, status: "pending", deadline: null, priority: "medium", estimated_hours: "68.98" },
            { id: 72, client_id: 72, freelancer_id: 52, status: "pending", deadline: null, priority: "medium", estimated_hours: "79.33" },
            { id: 73, client_id: 13, freelancer_id: 179, status: "in_progress", deadline: "2023-03-30", priority: "low", estimated_hours: "70.04" },
            { id: 74, client_id: 51, freelancer_id: 100, status: "in_progress", deadline: "2023-03-01", priority: "medium", estimated_hours: "52.66" },
            { id: 75, client_id: 86, freelancer_id: 194, status: "in_progress", deadline: "2023-05-14", priority: "high", estimated_hours: "50.62" },
            { id: 76, client_id: 40, freelancer_id: 163, status: "in_progress", deadline: "2023-06-28", priority: "low", estimated_hours: "66.15" },
            { id: 77, client_id: 40, freelancer_id: 87, status: "pending", deadline: null, priority: "medium", estimated_hours: "34.77" },
            { id: 78, client_id: 96, freelancer_id: 64, status: "pending", deadline: null, priority: "high", estimated_hours: "67.08" },
            { id: 79, client_id: 96, freelancer_id: 181, status: "in_progress", deadline: "2023-09-06", priority: "medium", estimated_hours: "36.72" },
            { id: 80, client_id: 50, freelancer_id: 57, status: "in_progress", deadline: "2023-03-16", priority: "low", estimated_hours: "75.60" },
            { id: 81, client_id: 55, freelancer_id: 150, status: "in_progress", deadline: "2023-03-01", priority: "high", estimated_hours: "47.60" },
            { id: 82, client_id: 92, freelancer_id: 46, status: "pending", deadline: null, priority: "medium", estimated_hours: "41.75" },
            { id: 83, client_id: 56, freelancer_id: 195, status: "pending", deadline: null, priority: "medium", estimated_hours: "70.94" },
            { id: 84, client_id: 98, freelancer_id: 38, status: "pending", deadline: null, priority: "medium", estimated_hours: "49.66" },
            { id: 85, client_id: 96, freelancer_id: 21, status: "pending", deadline: null, priority: "medium", estimated_hours: "51.89" },
            { id: 86, client_id: 8, freelancer_id: 86, status: "in_progress", deadline: "2023-12-22", priority: "high", estimated_hours: "59.45" },
            { id: 87, client_id: 55, freelancer_id: 174, status: "pending", deadline: null, priority: "medium", estimated_hours: "54.50" },
            { id: 88, client_id: 91, freelancer_id: 15, status: "in_progress", deadline: "2023-08-02", priority: "high", estimated_hours: "46.05" },
            { id: 89, client_id: 84, freelancer_id: 197, status: "in_progress", deadline: "2023-10-20", priority: "medium", estimated_hours: "55.96" },
            { id: 90, client_id: 38, freelancer_id: 185, status: "in_progress", deadline: "2023-06-04", priority: "medium", estimated_hours: "62.19" },
            { id: 91, client_id: 24, freelancer_id: 181, status: "pending", deadline: null, priority: "medium", estimated_hours: "29.38" },
            { id: 92, client_id: 41, freelancer_id: 67, status: "in_progress", deadline: "2023-09-05", priority: "medium", estimated_hours: "70.96" },
            { id: 93, client_id: 52, freelancer_id: 151, status: "in_progress", deadline: "2023-02-19", priority: "high", estimated_hours: "63.26" },
            { id: 94, client_id: 77, freelancer_id: 142, status: "in_progress", deadline: "2023-07-22", priority: "low", estimated_hours: "39.97" },
            { id: 95, client_id: 46, freelancer_id: 24, status: "pending", deadline: null, priority: "high", estimated_hours: "44.58" },
            { id: 96, client_id: 67, freelancer_id: 98, status: "pending", deadline: null, priority: "medium", estimated_hours: "37.92" },
            { id: 97, client_id: 68, freelancer_id: 35, status: "pending", deadline: null, priority: "high", estimated_hours: "51.21" },
            { id: 98, client_id: 58, freelancer_id: 23, status: "completed", deadline: "2023-04-17", priority: "medium", estimated_hours: "50.81" },
            { id: 99, client_id: 96, freelancer_id: 25, status: "pending", deadline: null, priority: "low", estimated_hours: "56.90" },
            { id: 100, client_id: 59, freelancer_id: 82, status: "in_progress", deadline: "2023-08-08", priority: "high", estimated_hours: "80.18" },
            { id: 101, client_id: 60, freelancer_id: 101, status: "pending", deadline: null, priority: "medium", estimated_hours: "75.37" },
            { id: 102, client_id: 31, freelancer_id: 21, status: "in_progress", deadline: "2023-09-05", priority: "high", estimated_hours: "46.49" },
            { id: 103, client_id: 8, freelancer_id: 80, status: "pending", deadline: null, priority: "low", estimated_hours: "45.04" },
            { id: 104, client_id: 49, freelancer_id: 108, status: "pending", deadline: null, priority: "high", estimated_hours: "57.08" },
            { id: 105, client_id: 58, freelancer_id: 26, status: "pending", deadline: null, priority: "high", estimated_hours: "29.71" },
            { id: 106, client_id: 46, freelancer_id: 5, status: "in_progress", deadline: "2023-02-05", priority: "medium", estimated_hours: "31.47" },
            { id: 107, client_id: 99, freelancer_id: 154, status: "completed", deadline: "2023-08-17", priority: "medium", estimated_hours: "50.13" },
            { id: 108, client_id: 49, freelancer_id: 44, status: "pending", deadline: null, priority: "medium", estimated_hours: "39.45" },
            { id: 109, client_id: 89, freelancer_id: 45, status: "pending", deadline: null, priority: "low", estimated_hours: "64.66" },
            { id: 110, client_id: 68, freelancer_id: 116, status: "completed", deadline: "2023-02-07", priority: "high", estimated_hours: "36.45" },
            { id: 111, client_id: 26, freelancer_id: 34, status: "completed", deadline: "2023-01-21", priority: "medium", estimated_hours: "67.33" },
            { id: 112, client_id: 36, freelancer_id: 164, status: "pending", deadline: null, priority: "medium", estimated_hours: "58.64" },
            { id: 113, client_id: 11, freelancer_id: 135, status: "in_progress", deadline: "2023-04-18", priority: "medium", estimated_hours: "45.82" },
            { id: 114, client_id: 10, freelancer_id: 104, status: "completed", deadline: "2023-11-13", priority: "medium", estimated_hours: "44.50" },
            { id: 115, client_id: 36, freelancer_id: 87, status: "in_progress", deadline: "2023-11-26", priority: "high", estimated_hours: "42.71" },
            { id: 116, client_id: 57, freelancer_id: 58, status: "pending", deadline: null, priority: "medium", estimated_hours: "69.12" },
            { id: 117, client_id: 62, freelancer_id: 191, status: "pending", deadline: null, priority: "medium", estimated_hours: "51.99" },
            { id: 118, client_id: 12, freelancer_id: 39, status: "pending", deadline: null, priority: "medium", estimated_hours: "52.61" },
            { id: 119, client_id: 88, freelancer_id: 45, status: "in_progress", deadline: "2023-01-08", priority: "medium", estimated_hours: "42.72" },
            { id: 120, client_id: 19, freelancer_id: 149, status: "pending", deadline: null, priority: "low", estimated_hours: "59.46" },
            { id: 121, client_id: 41, freelancer_id: 37, status: "in_progress", deadline: "2023-02-10", priority: "high", estimated_hours: "35.76" },
            { id: 122, client_id: 40, freelancer_id: 191, status: "in_progress", deadline: "2023-08-29", priority: "medium", estimated_hours: "61.58" },
            { id: 123, client_id: 81, freelancer_id: 167, status: "completed", deadline: "2023-12-23", priority: "medium", estimated_hours: "56.86" },
            { id: 124, client_id: 8, freelancer_id: 162, status: "pending", deadline: null, priority: "medium", estimated_hours: "59.66" },
            { id: 125, client_id: 80, freelancer_id: 178, status: "pending", deadline: null, priority: "medium", estimated_hours: "34.52" },
            { id: 126, client_id: 71, freelancer_id: 24, status: "in_progress", deadline: "2023-03-07", priority: "medium", estimated_hours: "64.39" },
            { id: 127, client_id: 34, freelancer_id: 183, status: "pending", deadline: null, priority: "high", estimated_hours: "61.80" },
            { id: 128, client_id: 39, freelancer_id: 150, status: "pending", deadline: null, priority: "medium", estimated_hours: "62.11" },
            { id: 129, client_id: 4, freelancer_id: 124, status: "in_progress", deadline: "2023-07-06", priority: "medium", estimated_hours: "63.69" },
            { id: 130, client_id: 100, freelancer_id: 192, status: "completed", deadline: "2023-05-31", priority: "medium", estimated_hours: "21.30" },
            { id: 131, client_id: 1, freelancer_id: 190, status: "completed", deadline: "2023-02-08", priority: "high", estimated_hours: "76.54" },
            { id: 132, client_id: 49, freelancer_id: 95, status: "pending", deadline: null, priority: "medium", estimated_hours: "48.52" },
            { id: 133, client_id: 80, freelancer_id: 38, status: "completed", deadline: "2023-02-13", priority: "high", estimated_hours: "52.53" },
            { id: 134, client_id: 23, freelancer_id: 25, status: "completed", deadline: "2023-11-24", priority: "low", estimated_hours: "35.63" },
            { id: 135, client_id: 70, freelancer_id: 108, status: "pending", deadline: null, priority: "medium", estimated_hours: "58.98" },
            { id: 136, client_id: 21, freelancer_id: 144, status: "in_progress", deadline: "2023-07-05", priority: "low", estimated_hours: "62.67" },
            { id: 137, client_id: 54, freelancer_id: 48, status: "pending", deadline: null, priority: "medium", estimated_hours: "41.62" },
            { id: 138, client_id: 31, freelancer_id: 79, status: "in_progress", deadline: "2023-08-10", priority: "medium", estimated_hours: "37.01" },
            { id: 139, client_id: 56, freelancer_id: 17, status: "in_progress", deadline: "2023-06-27", priority: "high", estimated_hours: "55.96" },
            { id: 140, client_id: 61, freelancer_id: 150, status: "pending", deadline: null, priority: "medium", estimated_hours: "30.51" },
            { id: 141, client_id: 46, freelancer_id: 16, status: "pending", deadline: null, priority: "medium", estimated_hours: "36.21" },
            { id: 142, client_id: 65, freelancer_id: 61, status: "in_progress", deadline: "2023-02-10", priority: "medium", estimated_hours: "24.76" },
            { id: 143, client_id: 14, freelancer_id: 133, status: "completed", deadline: "2023-05-04", priority: "medium", estimated_hours: "44.77" },
            { id: 144, client_id: 6, freelancer_id: 112, status: "in_progress", deadline: "2023-12-19", priority: "medium", estimated_hours: "66.56" },
            { id: 145, client_id: 46, freelancer_id: 168, status: "completed", deadline: "2023-10-11", priority: "medium", estimated_hours: "55.77" },
            { id: 146, client_id: 77, freelancer_id: 121, status: "in_progress", deadline: "2023-10-21", priority: "high", estimated_hours: "66.10" },
            { id: 147, client_id: 78, freelancer_id: 65, status: "pending", deadline: null, priority: "medium", estimated_hours: "61.12" },
            { id: 148, client_id: 20, freelancer_id: 142, status: "in_progress", deadline: "2023-03-24", priority: "low", estimated_hours: "76.42" },
            { id: 149, client_id: 32, freelancer_id: 64, status: "in_progress", deadline: "2023-02-19", priority: "medium", estimated_hours: "46.48" },
            { id: 150, client_id: 21, freelancer_id: 78, status: "completed", deadline: "2023-09-04", priority: "high", estimated_hours: "41.44" },
            { id: 151, client_id: 18, freelancer_id: 129, status: "pending", deadline: null, priority: "low", estimated_hours: "61.98" },
            { id: 152, client_id: 54, freelancer_id: 138, status: "completed", deadline: "2023-06-16", priority: "medium", estimated_hours: "40.03" },
            { id: 153, client_id: 5, freelancer_id: 150, status: "in_progress", deadline: "2023-08-24", priority: "high", estimated_hours: "70.66" },
            { id: 154, client_id: 62, freelancer_id: 166, status: "completed", deadline: "2023-04-04", priority: "medium", estimated_hours: "51.49" },
            { id: 155, client_id: 93, freelancer_id: 28, status: "in_progress", deadline: "2023-02-27", priority: "medium", estimated_hours: "60.98" },
            { id: 156, client_id: 19, freelancer_id: 181, status: "completed", deadline: "2023-06-25", priority: "low", estimated_hours: "58.53" },
            { id: 157, client_id: 6, freelancer_id: 188, status: "pending", deadline: null, priority: "medium", estimated_hours: "59.65" },
            { id: 158, client_id: 17, freelancer_id: 140, status: "pending", deadline: null, priority: "high", estimated_hours: "44.79" },
            { id: 159, client_id: 64, freelancer_id: 104, status: "completed", deadline: "2023-01-14", priority: "medium", estimated_hours: "49.77" },
            { id: 160, client_id: 21, freelancer_id: 92, status: "pending", deadline: null, priority: "high", estimated_hours: "41.39" },
            { id: 161, client_id: 97, freelancer_id: 178, status: "completed", deadline: "2023-10-15", priority: "high", estimated_hours: "61.62" },
            { id: 162, client_id: 8, freelancer_id: 80, status: "in_progress", deadline: "2023-07-20", priority: "low", estimated_hours: "46.07" },
            { id: 163, client_id: 64, freelancer_id: 17, status: "in_progress", deadline: "2023-09-27", priority: "medium", estimated_hours: "59.48" },
            { id: 164, client_id: 34, freelancer_id: 38, status: "completed", deadline: "2023-03-25", priority: "high", estimated_hours: "65.21" },
            { id: 165, client_id: 90, freelancer_id: 132, status: "in_progress", deadline: "2023-01-13", priority: "high", estimated_hours: "37.10" },
            { id: 166, client_id: 59, freelancer_id: 194, status: "pending", deadline: null, priority: "low", estimated_hours: "60.73" },
            { id: 167, client_id: 80, freelancer_id: 118, status: "in_progress", deadline: "2023-08-20", priority: "high", estimated_hours: "35.87" },
            { id: 168, client_id: 40, freelancer_id: 8, status: "in_progress", deadline: "2023-12-20", priority: "low", estimated_hours: "56.23" },
            { id: 169, client_id: 36, freelancer_id: 11, status: "pending", deadline: null, priority: "medium", estimated_hours: "46.62" },
            { id: 170, client_id: 19, freelancer_id: 26, status: "in_progress", deadline: "2023-03-31", priority: "medium", estimated_hours: "55.60" },
            { id: 171, client_id: 29, freelancer_id: 121, status: "completed", deadline: "2023-05-23", priority: "low", estimated_hours: "62.24" },
            { id: 172, client_id: 74, freelancer_id: 173, status: "pending", deadline: null, priority: "medium", estimated_hours: "52.30" },
            { id: 173, client_id: 56, freelancer_id: 100, status: "completed", deadline: "2023-09-23", priority: "high", estimated_hours: "56.23" },
            { id: 174, client_id: 12, freelancer_id: 62, status: "pending", deadline: null, priority: "medium", estimated_hours: "47.57" },
            { id: 175, client_id: 56, freelancer_id: 67, status: "completed", deadline: "2023-02-04", priority: "medium", estimated_hours: "49.04" },
            { id: 176, client_id: 89, freelancer_id: 82, status: "pending", deadline: null, priority: "low", estimated_hours: "44.12" },
            { id: 177, client_id: 44, freelancer_id: 186, status: "pending", deadline: null, priority: "low", estimated_hours: "70.22" },
            { id: 178, client_id: 62, freelancer_id: 25, status: "pending", deadline: null, priority: "high", estimated_hours: "33.52" },
            { id: 179, client_id: 94, freelancer_id: 165, status: "pending", deadline: null, priority: "medium", estimated_hours: "35.52" },
            { id: 180, client_id: 34, freelancer_id: 9, status: "in_progress", deadline: "2023-03-09", priority: "low", estimated_hours: "53.28" },
            { id: 181, client_id: 35, freelancer_id: 192, status: "completed", deadline: "2023-09-02", priority: "medium", estimated_hours: "63.86" },
            { id: 182, client_id: 5, freelancer_id: 82, status: "completed", deadline: "2023-01-10", priority: "medium", estimated_hours: "55.94" },
            { id: 183, client_id: 90, freelancer_id: 50, status: "in_progress", deadline: "2023-09-14", priority: "medium", estimated_hours: "74.46" },
            { id: 184, client_id: 48, freelancer_id: 16, status: "in_progress", deadline: "2023-03-04", priority: "medium", estimated_hours: "56.53" },
            { id: 185, client_id: 72, freelancer_id: 5, status: "pending", deadline: null, priority: "medium", estimated_hours: "46.52" },
            { id: 186, client_id: 73, freelancer_id: 10, status: "in_progress", deadline: "2023-10-27", priority: "high", estimated_hours: "66.92" },
            { id: 187, client_id: 3, freelancer_id: 127, status: "completed", deadline: "2023-10-25", priority: "high", estimated_hours: "42.08" },
            { id: 188, client_id: 6, freelancer_id: 86, status: "pending", deadline: null, priority: "medium", estimated_hours: "28.90" },
            { id: 189, client_id: 89, freelancer_id: 87, status: "pending", deadline: null, priority: "high", estimated_hours: "52.32" },
            { id: 190, client_id: 43, freelancer_id: 118, status: "in_progress", deadline: "2023-01-24", priority: "medium", estimated_hours: "52.06" },
            { id: 191, client_id: 44, freelancer_id: 174, status: "in_progress", deadline: "2023-07-26", priority: "low", estimated_hours: "55.19" },
            { id: 192, client_id: 32, freelancer_id: 91, status: "completed", deadline: "2023-03-09", priority: "low", estimated_hours: "32.54" },
            { id: 193, client_id: 33, freelancer_id: 137, status: "completed", deadline: "2023-02-19", priority: "high", estimated_hours: "58.48" },
            { id: 194, client_id: 38, freelancer_id: 88, status: "in_progress", deadline: "2023-01-19", priority: "medium", estimated_hours: "49.73" },
            { id: 195, client_id: 77, freelancer_id: 23, status: "pending", deadline: null, priority: "low", estimated_hours: "51.14" },
            { id: 196, client_id: 19, freelancer_id: 60, status: "pending", deadline: null, priority: "medium", estimated_hours: "77.04" },
            { id: 197, client_id: 40, freelancer_id: 187, status: "pending", deadline: null, priority: "medium", estimated_hours: "49.03" },
            { id: 198, client_id: 2, freelancer_id: 176, status: "completed", deadline: "2023-10-22", priority: "medium", estimated_hours: "42.33" },
            { id: 199, client_id: 38, freelancer_id: 163, status: "pending", deadline: null, priority: "medium", estimated_hours: "56.16" },
            { id: 200, client_id: 31, freelancer_id: 139, status: "in_progress", deadline: "2023-03-28", priority: "medium", estimated_hours: "40.03" },
            { id: 201, client_id: 36, freelancer_id: 91, status: "in_progress", deadline: "2023-01-23", priority: "low", estimated_hours: "58.65" },
            { id: 202, client_id: 96, freelancer_id: 169, status: "pending", deadline: null, priority: "low", estimated_hours: "40.73" },
            { id: 203, client_id: 83, freelancer_id: 54, status: "pending", deadline: null, priority: "low", estimated_hours: "26.92" },
            { id: 204, client_id: 72, freelancer_id: 109, status: "completed", deadline: "2023-08-01", priority: "low", estimated_hours: "46.77" },
            { id: 205, client_id: 54, freelancer_id: 124, status: "completed", deadline: "2023-09-17", priority: "low", estimated_hours: "67.39" },
            { id: 206, client_id: 21, freelancer_id: 35, status: "pending", deadline: null, priority: "high", estimated_hours: "41.79" },
            { id: 207, client_id: 8, freelancer_id: 163, status: "pending", deadline: null, priority: "medium", estimated_hours: "47.15" },
            { id: 208, client_id: 78, freelancer_id: 12, status: "pending", deadline: null, priority: "medium", estimated_hours: "46.32" },
            { id: 209, client_id: 47, freelancer_id: 181, status: "in_progress", deadline: "2023-03-20", priority: "medium", estimated_hours: "36.97" },
            { id: 210, client_id: 91, freelancer_id: 19, status: "pending", deadline: null, priority: "medium", estimated_hours: "53.35" },
            { id: 211, client_id: 69, freelancer_id: 179, status: "in_progress", deadline: "2023-11-13", priority: "low", estimated_hours: "31.04" },
            { id: 212, client_id: 77, freelancer_id: 133, status: "pending", deadline: null, priority: "medium", estimated_hours: "45.89" },
            { id: 213, client_id: 50, freelancer_id: 27, status: "in_progress", deadline: "2023-11-15", priority: "medium", estimated_hours: "29.34" },
            { id: 214, client_id: 76, freelancer_id: 98, status: "pending", deadline: null, priority: "high", estimated_hours: "34.10" },
            { id: 215, client_id: 42, freelancer_id: 162, status: "in_progress", deadline: "2023-02-20", priority: "low", estimated_hours: "53.31" },
            { id: 216, client_id: 26, freelancer_id: 79, status: "in_progress", deadline: "2023-01-18", priority: "high", estimated_hours: "41.60" },
            { id: 217, client_id: 49, freelancer_id: 197, status: "pending", deadline: null, priority: "high", estimated_hours: "62.09" },
            { id: 218, client_id: 17, freelancer_id: 187, status: "completed", deadline: "2023-07-02", priority: "high", estimated_hours: "54.95" },
            { id: 219, client_id: 91, freelancer_id: 195, status: "in_progress", deadline: "2023-10-20", priority: "high", estimated_hours: "32.18" },
            { id: 220, client_id: 22, freelancer_id: 6, status: "in_progress", deadline: "2023-04-18", priority: "low", estimated_hours: "29.89" },
            { id: 221, client_id: 9, freelancer_id: 95, status: "pending", deadline: null, priority: "high", estimated_hours: "73.12" },
            { id: 222, client_id: 30, freelancer_id: 107, status: "completed", deadline: "2023-05-18", priority: "high", estimated_hours: "58.52" },
            { id: 223, client_id: 16, freelancer_id: 189, status: "in_progress", deadline: "2023-08-16", priority: "medium", estimated_hours: "51.82" },
            { id: 224, client_id: 68, freelancer_id: 73, status: "completed", deadline: "2023-03-23", priority: "medium", estimated_hours: "62.72" },
            { id: 225, client_id: 68, freelancer_id: 200, status: "pending", deadline: null, priority: "low", estimated_hours: "36.33" },
            { id: 226, client_id: 64, freelancer_id: 163, status: "completed", deadline: "2023-06-02", priority: "medium", estimated_hours: "38.56" },
            { id: 227, client_id: 1, freelancer_id: 124, status: "pending", deadline: null, priority: "low", estimated_hours: "60.91" },
            { id: 228, client_id: 60, freelancer_id: 60, status: "in_progress", deadline: "2023-06-07", priority: "low", estimated_hours: "51.43" },
            { id: 229, client_id: 42, freelancer_id: 182, status: "completed", deadline: "2023-06-29", priority: "high", estimated_hours: "42.44" },
            { id: 230, client_id: 89, freelancer_id: 49, status: "in_progress", deadline: "2023-10-28", priority: "medium", estimated_hours: "44.82" },
            { id: 231, client_id: 55, freelancer_id: 6, status: "completed", deadline: "2023-09-24", priority: "high", estimated_hours: "43.04" },
            { id: 232, client_id: 13, freelancer_id: 81, status: "in_progress", deadline: "2023-11-18", priority: "medium", estimated_hours: "54.56" },
            { id: 233, client_id: 87, freelancer_id: 187, status: "pending", deadline: null, priority: "low", estimated_hours: "44.14" },
        ],
    });
    await prisma.invoices.createMany({
        data: [
            { id: 1, task_id: 141, amount: null, status: "paid", invoice_date: "2023-04-03", payment_due_date: "2023-08-09" },
            { id: 2, task_id: 43, amount: null, status: "paid", invoice_date: "2023-10-17", payment_due_date: "2023-05-25" },
            { id: 3, task_id: 99, amount: null, status: "paid", invoice_date: "2023-09-26", payment_due_date: "2023-12-24" },
            { id: 4, task_id: 58, amount: "1590.68", status: "overdue", invoice_date: "2023-05-29", payment_due_date: "2023-09-06" },
            { id: 5, task_id: 147, amount: "1986.08", status: "overdue", invoice_date: "2023-02-05", payment_due_date: "2023-04-19" },
            { id: 6, task_id: 51, amount: "1302.84", status: "pending", invoice_date: "2023-11-19", payment_due_date: "2023-03-06" },
            { id: 7, task_id: 102, amount: null, status: "paid", invoice_date: "2023-02-11", payment_due_date: "2023-08-01" },
            { id: 8, task_id: 180, amount: null, status: "paid", invoice_date: "2023-06-08", payment_due_date: "2023-05-04" },
            { id: 9, task_id: 121, amount: null, status: "paid", invoice_date: "2023-02-25", payment_due_date: "2023-12-08" },
            { id: 10, task_id: 92, amount: null, status: "paid", invoice_date: "2023-02-08", payment_due_date: "2023-01-18" },
            { id: 11, task_id: 191, amount: null, status: "paid", invoice_date: "2023-12-20", payment_due_date: "2023-12-11" },
            { id: 12, task_id: 42, amount: null, status: "paid", invoice_date: "2023-08-26", payment_due_date: "2023-07-04" },
            { id: 13, task_id: 162, amount: "664.55", status: "pending", invoice_date: "2023-07-16", payment_due_date: "2023-03-12" },
            { id: 14, task_id: 124, amount: null, status: "paid", invoice_date: "2023-06-30", payment_due_date: "2023-07-01" },
            { id: 15, task_id: 79, amount: null, status: "paid", invoice_date: "2023-04-16", payment_due_date: "2023-08-31" },
            { id: 16, task_id: 74, amount: "264.35", status: "pending", invoice_date: "2023-12-06", payment_due_date: "2023-05-28" },
            { id: 17, task_id: 70, amount: "1575.28", status: "overdue", invoice_date: "2023-04-06", payment_due_date: "2023-05-09" },
            { id: 18, task_id: 115, amount: null, status: "paid", invoice_date: "2023-08-13", payment_due_date: "2023-09-03" },
            { id: 19, task_id: 22, amount: null, status: "paid", invoice_date: "2023-02-23", payment_due_date: "2023-02-07" },
            { id: 20, task_id: 183, amount: "845.85", status: "pending", invoice_date: "2023-01-02", payment_due_date: "2023-10-29" },
            { id: 21, task_id: 198, amount: null, status: "paid", invoice_date: "2023-10-20", payment_due_date: "2023-05-30" },
            { id: 22, task_id: 88, amount: null, status: "paid", invoice_date: "2023-03-02", payment_due_date: "2023-11-17" },
            { id: 23, task_id: 221, amount: null, status: "paid", invoice_date: "2023-07-31", payment_due_date: "2023-09-19" },
            { id: 24, task_id: 181, amount: null, status: "paid", invoice_date: "2023-08-25", payment_due_date: "2023-11-14" },
            { id: 25, task_id: 123, amount: null, status: "paid", invoice_date: "2023-10-31", payment_due_date: "2023-06-12" },
            { id: 26, task_id: 161, amount: "1361.74", status: "pending", invoice_date: "2023-03-18", payment_due_date: "2023-04-30" },
            { id: 27, task_id: 155, amount: "229.76", status: "pending", invoice_date: "2023-04-26", payment_due_date: "2023-01-08" },
            { id: 28, task_id: 69, amount: null, status: "paid", invoice_date: "2023-01-12", payment_due_date: "2023-12-25" },
            { id: 29, task_id: 48, amount: null, status: "paid", invoice_date: "2023-07-18", payment_due_date: "2023-08-06" },
            { id: 30, task_id: 75, amount: null, status: "paid", invoice_date: "2023-07-26", payment_due_date: "2023-06-15" },
            { id: 31, task_id: 139, amount: null, status: "paid", invoice_date: "2023-07-15", payment_due_date: "2023-08-04" },
            { id: 32, task_id: 152, amount: null, status: "paid", invoice_date: "2023-10-24", payment_due_date: "2023-06-15" },
            { id: 33, task_id: 30, amount: null, status: "paid", invoice_date: "2023-08-27", payment_due_date: "2023-10-23" },
            { id: 34, task_id: 183, amount: null, status: "paid", invoice_date: "2023-11-09", payment_due_date: "2023-01-16" },
            { id: 35, task_id: 11, amount: null, status: "paid", invoice_date: "2023-07-24", payment_due_date: "2023-06-12" },
            { id: 36, task_id: 149, amount: null, status: "paid", invoice_date: "2023-02-01", payment_due_date: "2023-07-25" },
            { id: 37, task_id: 125, amount: null, status: "paid", invoice_date: "2023-11-29", payment_due_date: "2023-05-24" },
            { id: 38, task_id: 58, amount: "1422.91", status: "pending", invoice_date: "2023-10-29", payment_due_date: "2023-04-04" },
            { id: 39, task_id: 215, amount: null, status: "paid", invoice_date: "2023-10-11", payment_due_date: "2023-05-08" },
            { id: 40, task_id: 98, amount: null, status: "paid", invoice_date: "2023-12-11", payment_due_date: "2023-01-29" },
            { id: 41, task_id: 94, amount: null, status: "paid", invoice_date: "2023-03-23", payment_due_date: "2023-10-11" },
            { id: 42, task_id: 200, amount: null, status: "paid", invoice_date: "2023-01-18", payment_due_date: "2023-11-13" },
            { id: 43, task_id: 204, amount: null, status: "paid", invoice_date: "2023-01-11", payment_due_date: "2023-08-25" },
            { id: 44, task_id: 8, amount: null, status: "paid", invoice_date: "2023-08-03", payment_due_date: "2023-03-20" },
            { id: 45, task_id: 126, amount: "1416.11", status: "overdue", invoice_date: "2023-03-22", payment_due_date: "2023-05-08" },
            { id: 46, task_id: 220, amount: null, status: "paid", invoice_date: "2023-12-26", payment_due_date: "2023-02-05" },
            { id: 47, task_id: 181, amount: "118.86", status: "pending", invoice_date: "2023-07-20", payment_due_date: "2023-11-21" },
            { id: 48, task_id: 77, amount: "1896.35", status: "pending", invoice_date: "2023-06-27", payment_due_date: "2023-12-23" },
            { id: 49, task_id: 42, amount: "96.93", status: "pending", invoice_date: "2023-11-11", payment_due_date: "2023-05-04" },
            { id: 50, task_id: 86, amount: null, status: "paid", invoice_date: "2023-12-09", payment_due_date: "2023-12-01" },
            { id: 51, task_id: 118, amount: null, status: "paid", invoice_date: "2023-06-07", payment_due_date: "2023-04-22" },
            { id: 52, task_id: 47, amount: null, status: "paid", invoice_date: "2023-07-16", payment_due_date: "2023-10-31" },
            { id: 53, task_id: 14, amount: "370.04", status: "overdue", invoice_date: "2023-09-11", payment_due_date: "2023-08-09" },
            { id: 54, task_id: 174, amount: null, status: "paid", invoice_date: "2023-01-19", payment_due_date: "2023-11-05" },
            { id: 55, task_id: 106, amount: "50.73", status: "pending", invoice_date: "2023-07-19", payment_due_date: "2023-09-12" },
            { id: 56, task_id: 202, amount: null, status: "paid", invoice_date: "2023-10-26", payment_due_date: "2023-08-22" },
            { id: 57, task_id: 53, amount: null, status: "paid", invoice_date: "2023-04-27", payment_due_date: "2023-06-17" },
            { id: 58, task_id: 154, amount: null, status: "paid", invoice_date: "2023-04-30", payment_due_date: "2023-05-29" },
            { id: 59, task_id: 93, amount: "55.54", status: "overdue", invoice_date: "2023-05-18", payment_due_date: "2023-09-21" },
            { id: 60, task_id: 53, amount: "217.22", status: "pending", invoice_date: "2023-01-01", payment_due_date: "2023-12-31" },
            { id: 61, task_id: 69, amount: null, status: "paid", invoice_date: "2023-12-11", payment_due_date: "2023-08-13" },
            { id: 62, task_id: 140, amount: "50.15", status: "pending", invoice_date: "2023-03-26", payment_due_date: "2023-01-19" },
            { id: 63, task_id: 12, amount: null, status: "paid", invoice_date: "2023-03-03", payment_due_date: "2023-02-17" },
            { id: 64, task_id: 228, amount: null, status: "paid", invoice_date: "2023-11-03", payment_due_date: "2023-02-05" },
            { id: 65, task_id: 176, amount: "1252.79", status: "pending", invoice_date: "2023-05-13", payment_due_date: "2023-05-09" },
            { id: 66, task_id: 127, amount: null, status: "paid", invoice_date: "2023-01-25", payment_due_date: "2023-05-21" },
            { id: 67, task_id: 106, amount: "431.40", status: "pending", invoice_date: "2023-01-15", payment_due_date: "2023-02-03" },
            { id: 68, task_id: 3, amount: null, status: "paid", invoice_date: "2023-05-17", payment_due_date: "2023-03-19" },
            { id: 69, task_id: 36, amount: "177.93", status: "overdue", invoice_date: "2023-04-14", payment_due_date: "2023-12-13" },
            { id: 70, task_id: 89, amount: null, status: "paid", invoice_date: "2023-12-05", payment_due_date: "2023-07-07" },
            { id: 71, task_id: 226, amount: null, status: "paid", invoice_date: "2023-07-20", payment_due_date: "2023-11-27" },
            { id: 72, task_id: 187, amount: null, status: "paid", invoice_date: "2023-04-05", payment_due_date: "2023-02-27" },
            { id: 73, task_id: 136, amount: "405.81", status: "pending", invoice_date: "2023-05-13", payment_due_date: "2023-10-24" },
            { id: 74, task_id: 149, amount: null, status: "paid", invoice_date: "2023-01-29", payment_due_date: "2023-05-14" },
            { id: 75, task_id: 141, amount: null, status: "paid", invoice_date: "2023-04-04", payment_due_date: "2023-09-20" },
            { id: 76, task_id: 21, amount: null, status: "paid", invoice_date: "2023-02-20", payment_due_date: "2023-02-05" },
            { id: 77, task_id: 107, amount: "350.28", status: "overdue", invoice_date: "2023-06-19", payment_due_date: "2023-06-17" },
            { id: 78, task_id: 225, amount: "552.96", status: "pending", invoice_date: "2023-09-07", payment_due_date: "2023-08-24" },
            { id: 79, task_id: 24, amount: "1210.40", status: "pending", invoice_date: "2023-10-27", payment_due_date: "2023-03-30" },
            { id: 80, task_id: 178, amount: "54.26", status: "pending", invoice_date: "2023-09-15", payment_due_date: "2023-09-15" },
            { id: 81, task_id: 103, amount: "845.83", status: "overdue", invoice_date: "2023-02-18", payment_due_date: "2023-09-29" },
            { id: 82, task_id: 111, amount: null, status: "paid", invoice_date: "2023-07-18", payment_due_date: "2023-03-11" },
            { id: 83, task_id: 70, amount: "979.05", status: "overdue", invoice_date: "2023-09-12", payment_due_date: "2023-05-05" },
            { id: 84, task_id: 189, amount: "726.79", status: "pending", invoice_date: "2023-02-27", payment_due_date: "2023-06-14" },
            { id: 85, task_id: 199, amount: null, status: "paid", invoice_date: "2023-05-26", payment_due_date: "2023-01-01" },
            { id: 86, task_id: 163, amount: null, status: "paid", invoice_date: "2023-08-12", payment_due_date: "2023-08-08" },
            { id: 87, task_id: 188, amount: null, status: "paid", invoice_date: "2023-05-05", payment_due_date: "2023-12-03" },
            { id: 88, task_id: 197, amount: "1056.51", status: "pending", invoice_date: "2023-06-19", payment_due_date: "2023-01-10" },
            { id: 89, task_id: 148, amount: "59.95", status: "pending", invoice_date: "2023-08-25", payment_due_date: "2023-08-27" },
            { id: 90, task_id: 101, amount: null, status: "paid", invoice_date: "2023-04-02", payment_due_date: "2023-09-09" },
            { id: 91, task_id: 68, amount: null, status: "paid", invoice_date: "2023-07-22", payment_due_date: "2023-01-25" },
            { id: 92, task_id: 13, amount: null, status: "paid", invoice_date: "2023-09-03", payment_due_date: "2023-10-22" },
            { id: 93, task_id: 43, amount: null, status: "paid", invoice_date: "2023-02-04", payment_due_date: "2023-02-03" },
            { id: 94, task_id: 216, amount: "78.22", status: "overdue", invoice_date: "2023-09-05", payment_due_date: "2023-03-03" },
            { id: 95, task_id: 133, amount: null, status: "paid", invoice_date: "2023-12-30", payment_due_date: "2023-08-19" },
            { id: 96, task_id: 77, amount: null, status: "paid", invoice_date: "2023-11-16", payment_due_date: "2023-07-05" },
            { id: 97, task_id: 10, amount: null, status: "paid", invoice_date: "2023-09-06", payment_due_date: "2023-08-12" },
            { id: 98, task_id: 213, amount: null, status: "paid", invoice_date: "2023-10-13", payment_due_date: "2023-03-16" },
            { id: 99, task_id: 231, amount: null, status: "paid", invoice_date: "2023-03-31", payment_due_date: "2023-06-15" },
            { id: 100, task_id: 135, amount: null, status: "paid", invoice_date: "2023-11-26", payment_due_date: "2023-11-20" },
            { id: 101, task_id: 3, amount: "793.08", status: "pending", invoice_date: "2023-05-02", payment_due_date: "2023-03-28" },
            { id: 102, task_id: 146, amount: null, status: "paid", invoice_date: "2023-10-27", payment_due_date: "2023-09-21" },
            { id: 103, task_id: 38, amount: null, status: "paid", invoice_date: "2023-12-30", payment_due_date: "2023-12-13" },
            { id: 104, task_id: 61, amount: null, status: "paid", invoice_date: "2023-05-22", payment_due_date: "2023-02-23" },
            { id: 105, task_id: 183, amount: null, status: "paid", invoice_date: "2023-08-13", payment_due_date: "2023-12-17" },
            { id: 106, task_id: 173, amount: null, status: "paid", invoice_date: "2023-05-27", payment_due_date: "2023-05-06" },
            { id: 107, task_id: 43, amount: "177.07", status: "pending", invoice_date: "2023-11-29", payment_due_date: "2023-08-03" },
            { id: 108, task_id: 52, amount: null, status: "paid", invoice_date: "2023-09-01", payment_due_date: "2023-02-25" },
            { id: 109, task_id: 168, amount: null, status: "paid", invoice_date: "2023-04-19", payment_due_date: "2023-03-28" },
            { id: 110, task_id: 194, amount: null, status: "paid", invoice_date: "2023-04-18", payment_due_date: "2023-06-07" },
            { id: 111, task_id: 120, amount: "701.46", status: "pending", invoice_date: "2023-10-16", payment_due_date: "2023-04-28" },
            { id: 112, task_id: 116, amount: null, status: "paid", invoice_date: "2023-03-18", payment_due_date: "2023-02-11" },
            { id: 113, task_id: 66, amount: "562.71", status: "pending", invoice_date: "2023-08-31", payment_due_date: "2023-02-25" },
            { id: 114, task_id: 193, amount: null, status: "paid", invoice_date: "2023-01-12", payment_due_date: "2023-09-30" },
            { id: 115, task_id: 212, amount: null, status: "paid", invoice_date: "2023-05-02", payment_due_date: "2023-03-14" },
            { id: 116, task_id: 204, amount: null, status: "paid", invoice_date: "2023-05-07", payment_due_date: "2023-01-19" },
            { id: 117, task_id: 177, amount: "50.75", status: "pending", invoice_date: "2023-07-15", payment_due_date: "2023-09-21" },
            { id: 118, task_id: 65, amount: null, status: "paid", invoice_date: "2023-02-16", payment_due_date: "2023-08-09" },
            { id: 119, task_id: 64, amount: null, status: "paid", invoice_date: "2023-04-29", payment_due_date: "2023-03-06" },
            { id: 120, task_id: 153, amount: null, status: "paid", invoice_date: "2023-04-03", payment_due_date: "2023-08-31" },
            { id: 121, task_id: 83, amount: null, status: "paid", invoice_date: "2023-05-22", payment_due_date: "2023-02-18" },
            { id: 122, task_id: 40, amount: null, status: "paid", invoice_date: "2023-08-03", payment_due_date: "2023-04-14" },
            { id: 123, task_id: 49, amount: null, status: "paid", invoice_date: "2023-08-07", payment_due_date: "2023-08-26" },
            { id: 124, task_id: 180, amount: null, status: "paid", invoice_date: "2023-01-10", payment_due_date: "2023-04-08" },
            { id: 125, task_id: 70, amount: null, status: "paid", invoice_date: "2023-06-29", payment_due_date: "2023-07-12" },
            { id: 126, task_id: 118, amount: null, status: "paid", invoice_date: "2023-03-23", payment_due_date: "2023-07-15" },
            { id: 127, task_id: 203, amount: null, status: "paid", invoice_date: "2023-08-20", payment_due_date: "2023-01-17" },
            { id: 128, task_id: 13, amount: null, status: "paid", invoice_date: "2023-06-20", payment_due_date: "2023-03-05" },
            { id: 129, task_id: 132, amount: null, status: "paid", invoice_date: "2023-03-15", payment_due_date: "2023-06-23" },
            { id: 130, task_id: 97, amount: "51.83", status: "pending", invoice_date: "2023-02-12", payment_due_date: "2023-08-28" },
            { id: 131, task_id: 28, amount: "1052.71", status: "pending", invoice_date: "2023-02-22", payment_due_date: "2023-08-26" },
            { id: 132, task_id: 194, amount: null, status: "paid", invoice_date: "2023-05-10", payment_due_date: "2023-05-27" },
            { id: 133, task_id: 130, amount: null, status: "paid", invoice_date: "2023-10-04", payment_due_date: "2023-01-29" },
            { id: 134, task_id: 32, amount: null, status: "paid", invoice_date: "2023-06-14", payment_due_date: "2023-10-01" },
            { id: 135, task_id: 170, amount: null, status: "paid", invoice_date: "2023-03-18", payment_due_date: "2023-10-12" },
            { id: 136, task_id: 210, amount: "425.79", status: "pending", invoice_date: "2023-11-23", payment_due_date: "2023-06-05" },
            { id: 137, task_id: 161, amount: null, status: "paid", invoice_date: "2023-02-08", payment_due_date: "2023-10-08" },
            { id: 138, task_id: 168, amount: null, status: "paid", invoice_date: "2023-09-17", payment_due_date: "2023-11-21" },
            { id: 139, task_id: 1, amount: null, status: "paid", invoice_date: "2023-05-13", payment_due_date: "2023-09-24" },
            { id: 140, task_id: 167, amount: null, status: "paid", invoice_date: "2023-02-11", payment_due_date: "2023-09-30" },
            { id: 141, task_id: 82, amount: null, status: "paid", invoice_date: "2023-09-21", payment_due_date: "2023-11-01" },
            { id: 142, task_id: 91, amount: null, status: "paid", invoice_date: "2023-10-25", payment_due_date: "2023-05-14" },
            { id: 143, task_id: 100, amount: null, status: "paid", invoice_date: "2023-04-12", payment_due_date: "2023-08-11" },
            { id: 144, task_id: 101, amount: "1186.54", status: "overdue", invoice_date: "2023-11-18", payment_due_date: "2023-02-14" },
            { id: 145, task_id: 88, amount: null, status: "paid", invoice_date: "2023-08-13", payment_due_date: "2023-09-24" },
            { id: 146, task_id: 135, amount: "54.44", status: "pending", invoice_date: "2023-02-10", payment_due_date: "2023-05-21" },
            { id: 147, task_id: 156, amount: null, status: "paid", invoice_date: "2023-02-09", payment_due_date: "2023-08-01" },
            { id: 148, task_id: 45, amount: null, status: "paid", invoice_date: "2023-11-19", payment_due_date: "2023-07-04" },
            { id: 149, task_id: 233, amount: null, status: "paid", invoice_date: "2023-11-16", payment_due_date: "2023-11-28" },
            { id: 150, task_id: 87, amount: "252.70", status: "pending", invoice_date: "2023-11-20", payment_due_date: "2023-02-10" },
            { id: 151, task_id: 18, amount: null, status: "paid", invoice_date: "2023-04-05", payment_due_date: "2023-07-10" },
            { id: 152, task_id: 195, amount: null, status: "paid", invoice_date: "2023-07-18", payment_due_date: "2023-08-31" },
            { id: 153, task_id: 80, amount: null, status: "paid", invoice_date: "2023-11-17", payment_due_date: "2023-10-24" },
            { id: 154, task_id: 106, amount: null, status: "paid", invoice_date: "2023-10-01", payment_due_date: "2023-07-19" },
            { id: 155, task_id: 99, amount: null, status: "paid", invoice_date: "2023-09-05", payment_due_date: "2023-07-11" },
            { id: 156, task_id: 34, amount: null, status: "paid", invoice_date: "2023-06-14", payment_due_date: "2023-03-06" },
            { id: 157, task_id: 113, amount: null, status: "paid", invoice_date: "2023-12-22", payment_due_date: "2023-05-23" },
            { id: 158, task_id: 63, amount: "88.18", status: "pending", invoice_date: "2023-09-09", payment_due_date: "2023-04-08" },
            { id: 159, task_id: 59, amount: "195.85", status: "pending", invoice_date: "2023-07-10", payment_due_date: "2023-07-16" },
            { id: 160, task_id: 233, amount: null, status: "paid", invoice_date: "2023-11-10", payment_due_date: "2023-08-17" },
            { id: 161, task_id: 59, amount: "115.61", status: "overdue", invoice_date: "2023-12-15", payment_due_date: "2023-05-08" },
            { id: 162, task_id: 229, amount: "1322.94", status: "overdue", invoice_date: "2023-10-18", payment_due_date: "2023-12-15" },
            { id: 163, task_id: 71, amount: null, status: "paid", invoice_date: "2023-12-26", payment_due_date: "2023-02-15" },
            { id: 164, task_id: 172, amount: "371.79", status: "pending", invoice_date: "2023-03-29", payment_due_date: "2023-09-12" },
            { id: 165, task_id: 165, amount: null, status: "paid", invoice_date: "2023-08-26", payment_due_date: "2023-09-25" },
            { id: 166, task_id: 93, amount: null, status: "paid", invoice_date: "2023-03-11", payment_due_date: "2023-04-25" },
            { id: 167, task_id: 101, amount: null, status: "paid", invoice_date: "2023-12-24", payment_due_date: "2023-11-12" },
            { id: 168, task_id: 158, amount: null, status: "paid", invoice_date: "2023-01-18", payment_due_date: "2023-09-17" },
            { id: 169, task_id: 201, amount: null, status: "paid", invoice_date: "2023-03-05", payment_due_date: "2023-10-05" },
            { id: 170, task_id: 58, amount: null, status: "paid", invoice_date: "2023-01-16", payment_due_date: "2023-08-17" },
            { id: 171, task_id: 209, amount: "686.86", status: "pending", invoice_date: "2023-03-14", payment_due_date: "2023-08-29" },
            { id: 172, task_id: 99, amount: "1397.45", status: "pending", invoice_date: "2023-04-25", payment_due_date: "2023-07-10" },
            { id: 173, task_id: 103, amount: null, status: "paid", invoice_date: "2023-06-17", payment_due_date: "2023-09-08" },
            { id: 174, task_id: 219, amount: null, status: "paid", invoice_date: "2023-08-04", payment_due_date: "2023-12-08" },
            { id: 175, task_id: 37, amount: "84.98", status: "overdue", invoice_date: "2023-05-30", payment_due_date: "2023-04-27" },
            { id: 176, task_id: 177, amount: "94.21", status: "overdue", invoice_date: "2023-07-31", payment_due_date: "2023-08-16" },
            { id: 177, task_id: 143, amount: "952.51", status: "pending", invoice_date: "2023-08-17", payment_due_date: "2023-02-17" },
            { id: 178, task_id: 181, amount: "74.82", status: "overdue", invoice_date: "2023-05-17", payment_due_date: "2023-01-23" },
            { id: 179, task_id: 20, amount: null, status: "paid", invoice_date: "2023-02-09", payment_due_date: "2023-11-06" },
            { id: 180, task_id: 126, amount: "188.57", status: "pending", invoice_date: "2023-08-14", payment_due_date: "2023-10-31" },
            { id: 181, task_id: 206, amount: "170.02", status: "pending", invoice_date: "2023-10-23", payment_due_date: "2023-09-30" },
            { id: 182, task_id: 210, amount: null, status: "paid", invoice_date: "2023-11-07", payment_due_date: "2023-02-23" },
            { id: 183, task_id: 160, amount: "185.94", status: "pending", invoice_date: "2023-01-08", payment_due_date: "2023-06-14" },
            { id: 184, task_id: 119, amount: null, status: "paid", invoice_date: "2023-04-13", payment_due_date: "2023-03-03" },
            { id: 185, task_id: 111, amount: null, status: "paid", invoice_date: "2023-07-05", payment_due_date: "2023-05-19" },
            { id: 186, task_id: 62, amount: null, status: "paid", invoice_date: "2023-07-05", payment_due_date: "2023-03-07" },
            { id: 187, task_id: 159, amount: null, status: "paid", invoice_date: "2023-09-07", payment_due_date: "2023-02-07" },
            { id: 188, task_id: 68, amount: null, status: "paid", invoice_date: "2023-11-02", payment_due_date: "2023-05-14" },
            { id: 189, task_id: 233, amount: null, status: "paid", invoice_date: "2023-10-22", payment_due_date: "2023-07-10" },
            { id: 190, task_id: 163, amount: null, status: "paid", invoice_date: "2023-08-17", payment_due_date: "2023-08-15" },
            { id: 191, task_id: 120, amount: null, status: "paid", invoice_date: "2023-09-13", payment_due_date: "2023-09-13" },
            { id: 192, task_id: 67, amount: null, status: "paid", invoice_date: "2023-04-16", payment_due_date: "2023-08-07" },
            { id: 193, task_id: 175, amount: null, status: "paid", invoice_date: "2023-01-16", payment_due_date: "2023-12-16" },
            { id: 194, task_id: 166, amount: "85.47", status: "pending", invoice_date: "2023-06-24", payment_due_date: "2023-01-09" },
            { id: 195, task_id: 176, amount: null, status: "paid", invoice_date: "2023-06-18", payment_due_date: "2023-01-06" },
            { id: 196, task_id: 155, amount: null, status: "paid", invoice_date: "2023-02-04", payment_due_date: "2023-05-27" },
            { id: 197, task_id: 117, amount: null, status: "paid", invoice_date: "2023-08-18", payment_due_date: "2023-01-03" },
            { id: 198, task_id: 145, amount: null, status: "paid", invoice_date: "2023-04-22", payment_due_date: "2023-01-23" },
            { id: 199, task_id: 157, amount: null, status: "paid", invoice_date: "2023-07-24", payment_due_date: "2023-10-03" },
            { id: 200, task_id: 20, amount: null, status: "paid", invoice_date: "2023-06-23", payment_due_date: "2023-07-06" },
            { id: 201, task_id: 36, amount: null, status: "paid", invoice_date: "2023-10-18", payment_due_date: "2023-05-23" },
            { id: 202, task_id: 114, amount: "442.86", status: "pending", invoice_date: "2023-08-10", payment_due_date: "2023-12-28" },
            { id: 203, task_id: 6, amount: "235.81", status: "pending", invoice_date: "2023-12-16", payment_due_date: "2023-03-08" },
            { id: 204, task_id: 19, amount: null, status: "paid", invoice_date: "2023-01-27", payment_due_date: "2023-06-19" },
            { id: 205, task_id: 171, amount: "123.50", status: "pending", invoice_date: "2023-05-28", payment_due_date: "2023-08-19" },
            { id: 206, task_id: 138, amount: null, status: "paid", invoice_date: "2023-04-08", payment_due_date: "2023-04-22" },
            { id: 207, task_id: 4, amount: "350.38", status: "pending", invoice_date: "2023-07-17", payment_due_date: "2023-10-20" },
            { id: 208, task_id: 221, amount: null, status: "paid", invoice_date: "2023-05-21", payment_due_date: "2023-10-28" },
            { id: 209, task_id: 180, amount: "711.98", status: "pending", invoice_date: "2023-03-03", payment_due_date: "2023-07-18" },
            { id: 210, task_id: 84, amount: null, status: "paid", invoice_date: "2023-06-22", payment_due_date: "2023-03-09" },
            { id: 211, task_id: 187, amount: null, status: "paid", invoice_date: "2023-12-19", payment_due_date: "2023-10-06" },
            { id: 212, task_id: 158, amount: null, status: "paid", invoice_date: "2023-08-13", payment_due_date: "2023-01-01" },
            { id: 213, task_id: 15, amount: null, status: "paid", invoice_date: "2023-02-07", payment_due_date: "2023-11-26" },
            { id: 214, task_id: 76, amount: null, status: "paid", invoice_date: "2023-05-20", payment_due_date: "2023-10-13" },
            { id: 215, task_id: 194, amount: null, status: "paid", invoice_date: "2023-01-27", payment_due_date: "2023-05-26" },
            { id: 216, task_id: 55, amount: null, status: "paid", invoice_date: "2023-02-21", payment_due_date: "2023-06-04" },
            { id: 217, task_id: 35, amount: null, status: "paid", invoice_date: "2023-05-31", payment_due_date: "2023-11-30" },
            { id: 218, task_id: 134, amount: null, status: "paid", invoice_date: "2023-12-17", payment_due_date: "2023-12-30" },
            { id: 219, task_id: 87, amount: null, status: "paid", invoice_date: "2023-02-22", payment_due_date: "2023-06-09" },
            { id: 220, task_id: 84, amount: "382.83", status: "pending", invoice_date: "2023-10-07", payment_due_date: "2023-04-19" },
            { id: 221, task_id: 196, amount: null, status: "paid", invoice_date: "2023-04-22", payment_due_date: "2023-07-19" },
            { id: 222, task_id: 51, amount: null, status: "paid", invoice_date: "2023-11-04", payment_due_date: "2023-11-14" },
            { id: 223, task_id: 205, amount: null, status: "paid", invoice_date: "2023-08-20", payment_due_date: "2023-03-17" },
            { id: 224, task_id: 44, amount: null, status: "paid", invoice_date: "2023-03-16", payment_due_date: "2023-06-15" },
            { id: 225, task_id: 226, amount: null, status: "paid", invoice_date: "2023-12-27", payment_due_date: "2023-02-16" },
            { id: 226, task_id: 182, amount: null, status: "paid", invoice_date: "2023-01-18", payment_due_date: "2023-11-10" },
            { id: 227, task_id: 22, amount: "389.77", status: "overdue", invoice_date: "2023-11-26", payment_due_date: "2023-09-08" },
            { id: 228, task_id: 122, amount: null, status: "paid", invoice_date: "2023-04-19", payment_due_date: "2023-01-13" },
            { id: 229, task_id: 137, amount: null, status: "paid", invoice_date: "2023-02-12", payment_due_date: "2023-08-25" },
            { id: 230, task_id: 150, amount: null, status: "paid", invoice_date: "2023-08-21", payment_due_date: "2023-02-18" },
            { id: 231, task_id: 61, amount: null, status: "paid", invoice_date: "2023-11-06", payment_due_date: "2023-03-22" },
            { id: 232, task_id: 148, amount: "1718.52", status: "overdue", invoice_date: "2023-12-22", payment_due_date: "2023-10-19" },
            { id: 233, task_id: 110, amount: "1522.54", status: "pending", invoice_date: "2023-07-29", payment_due_date: "2023-08-05" },
            { id: 234, task_id: 81, amount: "206.71", status: "overdue", invoice_date: "2023-08-26", payment_due_date: "2023-09-25" },
            { id: 235, task_id: 141, amount: null, status: "paid", invoice_date: "2023-04-20", payment_due_date: "2023-11-29" },
            { id: 236, task_id: 91, amount: "1920.02", status: "pending", invoice_date: "2023-12-26", payment_due_date: "2023-08-17" },
            { id: 237, task_id: 15, amount: null, status: "paid", invoice_date: "2023-07-25", payment_due_date: "2023-08-06" },
            { id: 238, task_id: 105, amount: null, status: "paid", invoice_date: "2023-09-01", payment_due_date: "2023-01-27" },
            { id: 239, task_id: 178, amount: "125.49", status: "pending", invoice_date: "2023-11-11", payment_due_date: "2023-10-04" },
            { id: 240, task_id: 91, amount: "1306.72", status: "pending", invoice_date: "2023-04-10", payment_due_date: "2023-10-04" },
            { id: 241, task_id: 150, amount: null, status: "paid", invoice_date: "2023-01-14", payment_due_date: "2023-04-10" },
            { id: 242, task_id: 52, amount: null, status: "paid", invoice_date: "2023-10-04", payment_due_date: "2023-11-02" },
            { id: 243, task_id: 210, amount: "391.93", status: "pending", invoice_date: "2023-05-20", payment_due_date: "2023-11-28" },
            { id: 244, task_id: 213, amount: null, status: "paid", invoice_date: "2023-08-20", payment_due_date: "2023-03-16" },
            { id: 245, task_id: 3, amount: null, status: "paid", invoice_date: "2023-03-14", payment_due_date: "2023-09-21" },
            { id: 246, task_id: 150, amount: null, status: "paid", invoice_date: "2023-05-10", payment_due_date: "2023-03-19" },
            { id: 247, task_id: 203, amount: null, status: "paid", invoice_date: "2023-10-24", payment_due_date: "2023-07-02" },
            { id: 248, task_id: 21, amount: null, status: "paid", invoice_date: "2023-01-18", payment_due_date: "2023-09-04" },
            { id: 249, task_id: 171, amount: null, status: "paid", invoice_date: "2023-11-04", payment_due_date: "2023-07-24" },
            { id: 250, task_id: 208, amount: "99.17", status: "overdue", invoice_date: "2023-06-28", payment_due_date: "2023-04-07" },
            { id: 251, task_id: 73, amount: "58.23", status: "overdue", invoice_date: "2023-02-16", payment_due_date: "2023-02-04" },
            { id: 252, task_id: 140, amount: "1217.08", status: "overdue", invoice_date: "2023-05-21", payment_due_date: "2023-02-08" },
            { id: 253, task_id: 46, amount: "153.82", status: "pending", invoice_date: "2023-05-19", payment_due_date: "2023-01-19" },
            { id: 254, task_id: 189, amount: "106.16", status: "pending", invoice_date: "2023-11-03", payment_due_date: "2023-04-02" },
            { id: 255, task_id: 226, amount: null, status: "paid", invoice_date: "2023-03-21", payment_due_date: "2023-02-05" },
            { id: 256, task_id: 195, amount: null, status: "paid", invoice_date: "2023-03-23", payment_due_date: "2023-02-01" },
            { id: 257, task_id: 195, amount: null, status: "paid", invoice_date: "2023-06-26", payment_due_date: "2023-06-10" },
            { id: 258, task_id: 190, amount: null, status: "paid", invoice_date: "2023-10-03", payment_due_date: "2023-10-30" },
            { id: 259, task_id: 72, amount: null, status: "paid", invoice_date: "2023-05-31", payment_due_date: "2023-03-07" },
            { id: 260, task_id: 57, amount: null, status: "paid", invoice_date: "2023-01-09", payment_due_date: "2023-02-18" },
            { id: 261, task_id: 146, amount: null, status: "paid", invoice_date: "2023-07-01", payment_due_date: "2023-10-25" },
            { id: 262, task_id: 179, amount: null, status: "paid", invoice_date: "2023-07-02", payment_due_date: "2023-11-06" },
            { id: 263, task_id: 123, amount: null, status: "paid", invoice_date: "2023-10-17", payment_due_date: "2023-06-23" },
            { id: 264, task_id: 211, amount: null, status: "paid", invoice_date: "2023-06-10", payment_due_date: "2023-01-08" },
            { id: 265, task_id: 54, amount: null, status: "paid", invoice_date: "2023-12-27", payment_due_date: "2023-08-21" },
            { id: 266, task_id: 169, amount: "257.66", status: "pending", invoice_date: "2023-03-23", payment_due_date: "2023-04-26" },
            { id: 267, task_id: 108, amount: "212.82", status: "pending", invoice_date: "2023-06-10", payment_due_date: "2023-11-30" },
            { id: 268, task_id: 227, amount: null, status: "paid", invoice_date: "2023-03-07", payment_due_date: "2023-04-08" },
            { id: 269, task_id: 207, amount: null, status: "paid", invoice_date: "2023-11-30", payment_due_date: "2023-06-19" },
            { id: 270, task_id: 18, amount: null, status: "paid", invoice_date: "2023-09-27", payment_due_date: "2023-06-21" },
            { id: 271, task_id: 189, amount: null, status: "paid", invoice_date: "2023-08-02", payment_due_date: "2023-09-11" },
            { id: 272, task_id: 94, amount: null, status: "paid", invoice_date: "2023-11-21", payment_due_date: "2023-12-16" },
            { id: 273, task_id: 132, amount: null, status: "paid", invoice_date: "2023-06-20", payment_due_date: "2023-01-30" },
            { id: 274, task_id: 232, amount: "1761.17", status: "pending", invoice_date: "2023-10-03", payment_due_date: "2023-11-17" },
            { id: 275, task_id: 23, amount: null, status: "paid", invoice_date: "2023-12-06", payment_due_date: "2023-01-06" },
            { id: 276, task_id: 20, amount: null, status: "paid", invoice_date: "2023-03-26", payment_due_date: "2023-06-07" },
            { id: 277, task_id: 188, amount: null, status: "paid", invoice_date: "2023-12-14", payment_due_date: "2023-11-10" },
            { id: 278, task_id: 44, amount: null, status: "paid", invoice_date: "2023-07-16", payment_due_date: "2023-03-27" },
            { id: 279, task_id: 178, amount: null, status: "paid", invoice_date: "2023-07-16", payment_due_date: "2023-11-01" },
            { id: 280, task_id: 29, amount: null, status: "paid", invoice_date: "2023-12-12", payment_due_date: "2023-07-02" },
            { id: 281, task_id: 208, amount: "1986.21", status: "overdue", invoice_date: "2023-02-03", payment_due_date: "2023-04-13" },
            { id: 282, task_id: 17, amount: null, status: "paid", invoice_date: "2023-11-29", payment_due_date: "2023-03-10" },
            { id: 283, task_id: 64, amount: null, status: "paid", invoice_date: "2023-08-19", payment_due_date: "2023-06-10" },
            { id: 284, task_id: 90, amount: null, status: "paid", invoice_date: "2023-11-06", payment_due_date: "2023-01-07" },
            { id: 285, task_id: 67, amount: "84.71", status: "pending", invoice_date: "2023-07-14", payment_due_date: "2023-08-04" },
            { id: 286, task_id: 33, amount: null, status: "paid", invoice_date: "2023-09-30", payment_due_date: "2023-01-21" },
            { id: 287, task_id: 119, amount: null, status: "paid", invoice_date: "2023-06-09", payment_due_date: "2023-03-28" },
            { id: 288, task_id: 5, amount: null, status: "paid", invoice_date: "2023-04-05", payment_due_date: "2023-11-30" },
            { id: 289, task_id: 114, amount: null, status: "paid", invoice_date: "2023-01-10", payment_due_date: "2023-08-04" },
            { id: 290, task_id: 2, amount: null, status: "paid", invoice_date: "2023-08-08", payment_due_date: "2023-10-31" },
            { id: 291, task_id: 185, amount: null, status: "paid", invoice_date: "2023-01-11", payment_due_date: "2023-06-01" },
            { id: 292, task_id: 166, amount: null, status: "paid", invoice_date: "2023-08-13", payment_due_date: "2023-10-23" },
            { id: 293, task_id: 175, amount: "1658.00", status: "pending", invoice_date: "2023-02-08", payment_due_date: "2023-03-08" },
            { id: 294, task_id: 174, amount: null, status: "paid", invoice_date: "2023-05-17", payment_due_date: "2023-06-04" },
            { id: 295, task_id: 108, amount: null, status: "paid", invoice_date: "2023-08-24", payment_due_date: "2023-08-23" },
            { id: 296, task_id: 60, amount: null, status: "paid", invoice_date: "2023-11-04", payment_due_date: "2023-10-21" },
            { id: 297, task_id: 223, amount: null, status: "paid", invoice_date: "2023-10-27", payment_due_date: "2023-03-06" },
            { id: 298, task_id: 10, amount: null, status: "paid", invoice_date: "2023-08-04", payment_due_date: "2023-03-31" },
            { id: 299, task_id: 9, amount: null, status: "paid", invoice_date: "2023-09-09", payment_due_date: "2023-08-17" },
            { id: 300, task_id: 27, amount: null, status: "paid", invoice_date: "2023-07-11", payment_due_date: "2023-12-20" },
            { id: 301, task_id: 213, amount: null, status: "paid", invoice_date: "2023-03-02", payment_due_date: "2023-09-06" },
            { id: 302, task_id: 2, amount: null, status: "paid", invoice_date: "2023-07-20", payment_due_date: "2023-02-11" },
            { id: 303, task_id: 26, amount: null, status: "paid", invoice_date: "2023-05-06", payment_due_date: "2023-06-01" },
            { id: 304, task_id: 146, amount: "817.05", status: "pending", invoice_date: "2023-12-06", payment_due_date: "2023-08-31" },
            { id: 305, task_id: 153, amount: null, status: "paid", invoice_date: "2023-09-27", payment_due_date: "2023-10-05" },
            { id: 306, task_id: 222, amount: "112.51", status: "pending", invoice_date: "2023-06-15", payment_due_date: "2023-09-05" },
            { id: 307, task_id: 142, amount: "95.64", status: "pending", invoice_date: "2023-03-12", payment_due_date: "2023-08-21" },
            { id: 308, task_id: 190, amount: null, status: "paid", invoice_date: "2023-06-01", payment_due_date: "2023-07-29" },
            { id: 309, task_id: 230, amount: "1332.82", status: "overdue", invoice_date: "2023-10-11", payment_due_date: "2023-05-22" },
            { id: 310, task_id: 200, amount: "305.86", status: "pending", invoice_date: "2023-01-30", payment_due_date: "2023-07-22" },
            { id: 311, task_id: 18, amount: null, status: "paid", invoice_date: "2023-04-16", payment_due_date: "2023-04-04" },
            { id: 312, task_id: 218, amount: null, status: "paid", invoice_date: "2023-11-19", payment_due_date: "2023-02-12" },
            { id: 313, task_id: 118, amount: null, status: "paid", invoice_date: "2023-01-25", payment_due_date: "2023-04-26" },
            { id: 314, task_id: 105, amount: null, status: "paid", invoice_date: "2023-01-19", payment_due_date: "2023-06-18" },
            { id: 315, task_id: 227, amount: "211.61", status: "pending", invoice_date: "2023-01-22", payment_due_date: "2023-11-14" },
            { id: 316, task_id: 152, amount: null, status: "paid", invoice_date: "2023-09-30", payment_due_date: "2023-02-05" },
            { id: 317, task_id: 224, amount: null, status: "paid", invoice_date: "2023-01-15", payment_due_date: "2023-08-01" },
            { id: 318, task_id: 84, amount: null, status: "paid", invoice_date: "2023-07-21", payment_due_date: "2023-03-31" },
            { id: 319, task_id: 109, amount: null, status: "paid", invoice_date: "2023-10-24", payment_due_date: "2023-12-11" },
            { id: 320, task_id: 25, amount: null, status: "paid", invoice_date: "2023-06-01", payment_due_date: "2023-12-04" },
            { id: 321, task_id: 119, amount: null, status: "paid", invoice_date: "2023-02-25", payment_due_date: "2023-06-02" },
            { id: 322, task_id: 131, amount: "1274.11", status: "pending", invoice_date: "2023-05-05", payment_due_date: "2023-06-12" },
            { id: 323, task_id: 128, amount: null, status: "paid", invoice_date: "2023-05-11", payment_due_date: "2023-03-09" },
            { id: 324, task_id: 172, amount: null, status: "paid", invoice_date: "2023-08-23", payment_due_date: "2023-10-26" },
            { id: 325, task_id: 93, amount: null, status: "paid", invoice_date: "2023-03-10", payment_due_date: "2023-01-04" },
            { id: 326, task_id: 23, amount: null, status: "paid", invoice_date: "2023-03-12", payment_due_date: "2023-03-23" },
            { id: 327, task_id: 230, amount: "186.27", status: "pending", invoice_date: "2023-12-04", payment_due_date: "2023-09-14" },
            { id: 328, task_id: 200, amount: null, status: "paid", invoice_date: "2023-01-05", payment_due_date: "2023-12-19" },
            { id: 329, task_id: 132, amount: null, status: "paid", invoice_date: "2023-12-25", payment_due_date: "2023-09-03" },
            { id: 330, task_id: 26, amount: null, status: "paid", invoice_date: "2023-05-27", payment_due_date: "2023-05-31" },
            { id: 331, task_id: 96, amount: null, status: "paid", invoice_date: "2023-03-23", payment_due_date: "2023-10-08" },
            { id: 332, task_id: 164, amount: null, status: "paid", invoice_date: "2023-08-06", payment_due_date: "2023-02-18" },
            { id: 333, task_id: 202, amount: null, status: "paid", invoice_date: "2023-03-10", payment_due_date: "2023-01-04" },
            { id: 334, task_id: 202, amount: null, status: "paid", invoice_date: "2023-11-22", payment_due_date: "2023-04-18" },
            { id: 335, task_id: 151, amount: null, status: "paid", invoice_date: "2023-12-03", payment_due_date: "2023-11-13" },
            { id: 336, task_id: 186, amount: null, status: "paid", invoice_date: "2023-11-17", payment_due_date: "2023-06-20" },
            { id: 337, task_id: 116, amount: null, status: "paid", invoice_date: "2023-06-25", payment_due_date: "2023-08-05" },
            { id: 338, task_id: 217, amount: null, status: "paid", invoice_date: "2023-06-30", payment_due_date: "2023-08-14" },
            { id: 339, task_id: 152, amount: null, status: "paid", invoice_date: "2023-03-25", payment_due_date: "2023-12-02" },
            { id: 340, task_id: 169, amount: null, status: "paid", invoice_date: "2023-09-10", payment_due_date: "2023-11-03" },
            { id: 341, task_id: 212, amount: null, status: "paid", invoice_date: "2023-03-06", payment_due_date: "2023-12-20" },
            { id: 342, task_id: 129, amount: null, status: "paid", invoice_date: "2023-01-01", payment_due_date: "2023-02-03" },
            { id: 343, task_id: 82, amount: null, status: "paid", invoice_date: "2023-03-06", payment_due_date: "2023-09-27" },
            { id: 344, task_id: 16, amount: null, status: "paid", invoice_date: "2023-07-13", payment_due_date: "2023-02-14" },
            { id: 345, task_id: 31, amount: null, status: "paid", invoice_date: "2023-09-12", payment_due_date: "2023-03-14" },
            { id: 346, task_id: 67, amount: null, status: "paid", invoice_date: "2023-04-05", payment_due_date: "2023-04-01" },
            { id: 347, task_id: 117, amount: null, status: "paid", invoice_date: "2023-01-28", payment_due_date: "2023-08-16" },
            { id: 348, task_id: 156, amount: null, status: "paid", invoice_date: "2023-06-09", payment_due_date: "2023-08-16" },
            { id: 349, task_id: 50, amount: null, status: "paid", invoice_date: "2023-08-31", payment_due_date: "2023-05-11" },
            { id: 350, task_id: 87, amount: null, status: "paid", invoice_date: "2023-08-10", payment_due_date: "2023-05-26" },
            { id: 351, task_id: 156, amount: null, status: "paid", invoice_date: "2023-04-29", payment_due_date: "2023-12-24" },
            { id: 352, task_id: 52, amount: null, status: "paid", invoice_date: "2023-10-03", payment_due_date: "2023-11-03" },
            { id: 353, task_id: 85, amount: null, status: "paid", invoice_date: "2023-07-01", payment_due_date: "2023-10-20" },
            { id: 354, task_id: 41, amount: null, status: "paid", invoice_date: "2023-05-03", payment_due_date: "2023-05-26" },
            { id: 355, task_id: 214, amount: null, status: "paid", invoice_date: "2023-06-09", payment_due_date: "2023-06-24" },
            { id: 356, task_id: 56, amount: null, status: "paid", invoice_date: "2023-08-07", payment_due_date: "2023-04-22" },
            { id: 357, task_id: 78, amount: "1603.07", status: "pending", invoice_date: "2023-12-07", payment_due_date: "2023-03-30" },
            { id: 358, task_id: 112, amount: "1102.44", status: "overdue", invoice_date: "2023-12-17", payment_due_date: "2023-08-28" },
            { id: 359, task_id: 142, amount: "865.94", status: "pending", invoice_date: "2023-03-06", payment_due_date: "2023-01-27" },
            { id: 360, task_id: 7, amount: "899.08", status: "overdue", invoice_date: "2023-07-04", payment_due_date: "2023-01-21" },
            { id: 361, task_id: 76, amount: null, status: "paid", invoice_date: "2023-01-29", payment_due_date: "2023-06-07" },
            { id: 362, task_id: 204, amount: null, status: "paid", invoice_date: "2023-12-17", payment_due_date: "2023-03-20" },
            { id: 363, task_id: 68, amount: "1202.03", status: "pending", invoice_date: "2023-08-28", payment_due_date: "2023-10-16" },
            { id: 364, task_id: 192, amount: null, status: "paid", invoice_date: "2023-01-24", payment_due_date: "2023-10-04" },
            { id: 365, task_id: 104, amount: null, status: "paid", invoice_date: "2023-03-27", payment_due_date: "2023-05-11" },
            { id: 366, task_id: 95, amount: null, status: "paid", invoice_date: "2023-10-31", payment_due_date: "2023-03-16" },
            { id: 367, task_id: 184, amount: null, status: "paid", invoice_date: "2023-04-04", payment_due_date: "2023-04-09" },
            { id: 368, task_id: 37, amount: "816.69", status: "overdue", invoice_date: "2023-03-12", payment_due_date: "2023-01-18" },
            { id: 369, task_id: 190, amount: "113.52", status: "pending", invoice_date: "2023-10-18", payment_due_date: "2023-08-22" },
            { id: 370, task_id: 168, amount: null, status: "paid", invoice_date: "2023-02-11", payment_due_date: "2023-10-12" },
            { id: 371, task_id: 25, amount: "1749.49", status: "pending", invoice_date: "2023-07-19", payment_due_date: "2023-06-21" },
            { id: 372, task_id: 144, amount: null, status: "paid", invoice_date: "2023-09-02", payment_due_date: "2023-07-25" },
            { id: 373, task_id: 36, amount: null, status: "paid", invoice_date: "2023-11-28", payment_due_date: "2023-11-11" },
            { id: 374, task_id: 73, amount: "124.10", status: "overdue", invoice_date: "2023-11-20", payment_due_date: "2023-02-13" },
            { id: 375, task_id: 39, amount: "212.97", status: "overdue", invoice_date: "2023-08-28", payment_due_date: "2023-12-23" },
            { id: 376, task_id: 65, amount: null, status: "paid", invoice_date: "2023-08-08", payment_due_date: "2023-03-23" },
        ],
    });
    await prisma.reviews.createMany({
        data: [
            { id: 1, task_id: 46, rating: 4, comment: "The document was delayed — standard case, no further action.", review_date: "2023-06-09", helpfulness_rating: 5 },
            { id: 2, task_id: 105, rating: 4, comment: "The account owner reported an incomplete issue; the ticket was updated.", review_date: "2023-04-09", helpfulness_rating: 5 },
            { id: 3, task_id: 60, rating: 4, comment: "The supplier confirmed the details and the order was rescheduled.", review_date: "2023-06-19", helpfulness_rating: 5 },
            { id: 4, task_id: 210, rating: 5, comment: "The document was updated — duplicate case, no further action.", review_date: "2023-03-03", helpfulness_rating: 2 },
            { id: 5, task_id: 179, rating: 3, comment: "No response from the courier, so the booking was closed.", review_date: "2023-10-15", helpfulness_rating: 4 },
            { id: 6, task_id: 158, rating: 5, comment: "The team reported a late issue; the shipment was resolved.", review_date: "2023-05-18", helpfulness_rating: null },
            { id: 7, task_id: 173, rating: 5, comment: "No response from an operator, so the order was reviewed.", review_date: "2023-05-06", helpfulness_rating: 2 },
            { id: 8, task_id: 128, rating: 5, comment: "No response from the courier, so the refund was refunded.", review_date: "2023-02-17", helpfulness_rating: null },
            { id: 9, task_id: 182, rating: 2, comment: "The refund was refunded — duplicate case, no further action.", review_date: "2023-11-22", helpfulness_rating: 1 },
            { id: 10, task_id: 174, rating: 3, comment: "No response from the reviewer, so the booking was rescheduled.", review_date: "2023-04-02", helpfulness_rating: 3 },
            { id: 11, task_id: 214, rating: 4, comment: "No response from the customer, so the session was closed.", review_date: "2023-01-08", helpfulness_rating: 5 },
            { id: 12, task_id: 13, rating: 3, comment: "An operator asked for a change and the invoice was rejected.", review_date: "2023-09-25", helpfulness_rating: 4 },
            { id: 13, task_id: 124, rating: 4, comment: "The reviewer asked for a change and the item was approved.", review_date: "2023-03-05", helpfulness_rating: 3 },
            { id: 14, task_id: 152, rating: 4, comment: "The team reported a repeat issue; the refund was replaced.", review_date: "2023-07-01", helpfulness_rating: 5 },
            { id: 15, task_id: 73, rating: 5, comment: "The supplier asked for a change and the invoice was approved.", review_date: "2023-03-16", helpfulness_rating: 2 },
            { id: 16, task_id: 217, rating: 5, comment: "The transfer was reopened — unusual case, no further action.", review_date: "2023-06-02", helpfulness_rating: 5 },
            { id: 17, task_id: 117, rating: 4, comment: "The supplier reported a duplicate issue; the shipment was confirmed.", review_date: "2023-08-30", helpfulness_rating: 5 },
            { id: 18, task_id: 128, rating: 5, comment: "The reviewer confirmed the details and the order was completed.", review_date: "2023-08-10", helpfulness_rating: null },
            { id: 19, task_id: 68, rating: 3, comment: "The account was processed — routine case, no further action.", review_date: "2023-04-01", helpfulness_rating: 2 },
            { id: 20, task_id: 20, rating: 4, comment: "The appointment was rescheduled — unusual case, no further action.", review_date: "2023-10-21", helpfulness_rating: 3 },
            { id: 21, task_id: 218, rating: 5, comment: "Support asked for a change and the item was processed.", review_date: "2023-06-13", helpfulness_rating: 4 },
            { id: 22, task_id: 155, rating: 5, comment: "No response from the courier, so the record was escalated.", review_date: "2023-01-21", helpfulness_rating: 5 },
            { id: 23, task_id: 115, rating: 3, comment: "The team confirmed the details and the shipment was rejected.", review_date: "2023-07-14", helpfulness_rating: 5 },
            { id: 24, task_id: 189, rating: 1, comment: "The session was approved — routine case, no further action.", review_date: "2023-12-14", helpfulness_rating: 3 },
            { id: 25, task_id: 107, rating: 1, comment: null, review_date: "2023-12-11", helpfulness_rating: 4 },
            { id: 26, task_id: 89, rating: 3, comment: "The team reported a late issue; the booking was refunded.", review_date: "2023-09-21", helpfulness_rating: 5 },
            { id: 27, task_id: 153, rating: 4, comment: null, review_date: "2023-06-11", helpfulness_rating: 5 },
            { id: 28, task_id: 72, rating: 5, comment: "The reviewer confirmed the details and the item was reviewed.", review_date: "2023-10-13", helpfulness_rating: 1 },
            { id: 29, task_id: 173, rating: 5, comment: "The account owner asked for a change and the appointment was replaced.", review_date: "2023-09-18", helpfulness_rating: null },
            { id: 30, task_id: 64, rating: 3, comment: "The customer asked for a change and the shipment was updated.", review_date: "2023-09-16", helpfulness_rating: 5 },
            { id: 31, task_id: 123, rating: 4, comment: null, review_date: "2023-05-21", helpfulness_rating: 3 },
            { id: 32, task_id: 181, rating: 5, comment: "The document was reviewed — unusual case, no further action.", review_date: "2023-11-03", helpfulness_rating: 1 },
            { id: 33, task_id: 227, rating: 3, comment: null, review_date: "2023-01-04", helpfulness_rating: 4 },
            { id: 34, task_id: 220, rating: 4, comment: "The ticket was closed — repeat case, no further action.", review_date: "2023-02-16", helpfulness_rating: 5 },
            { id: 35, task_id: 142, rating: 4, comment: "The delivery was completed — unusual case, no further action.", review_date: "2023-09-28", helpfulness_rating: 5 },
            { id: 36, task_id: 2, rating: 2, comment: "The reviewer asked for a change and the report was closed.", review_date: "2023-11-27", helpfulness_rating: 2 },
            { id: 37, task_id: 148, rating: 1, comment: "No response from the courier, so the booking was escalated.", review_date: "2023-03-26", helpfulness_rating: 4 },
            { id: 38, task_id: 180, rating: 3, comment: "The account owner asked for a change and the invoice was approved.", review_date: "2023-06-18", helpfulness_rating: 4 },
            { id: 39, task_id: 191, rating: 2, comment: "The team asked for a change and the document was confirmed.", review_date: "2023-05-04", helpfulness_rating: 5 },
            { id: 40, task_id: 99, rating: 2, comment: "The courier confirmed the details and the payment was rejected.", review_date: "2023-02-23", helpfulness_rating: 5 },
            { id: 41, task_id: 147, rating: 1, comment: "The payment was processed — unusual case, no further action.", review_date: "2023-07-20", helpfulness_rating: 5 },
            { id: 42, task_id: 193, rating: 3, comment: "No response from the reviewer, so the invoice was updated.", review_date: "2023-11-08", helpfulness_rating: 1 },
            { id: 43, task_id: 67, rating: 4, comment: "The appointment was escalated — unusual case, no further action.", review_date: "2023-05-05", helpfulness_rating: 3 },
            { id: 44, task_id: 76, rating: 5, comment: "No response from an operator, so the item was delayed.", review_date: "2023-06-02", helpfulness_rating: 4 },
            { id: 45, task_id: 126, rating: 2, comment: "The request was rejected — late case, no further action.", review_date: "2023-05-06", helpfulness_rating: null },
            { id: 46, task_id: 207, rating: 3, comment: "The appointment was delayed — incomplete case, no further action.", review_date: "2023-05-02", helpfulness_rating: 2 },
            { id: 47, task_id: 83, rating: 4, comment: "No response from the team, so the item was refunded.", review_date: "2023-09-10", helpfulness_rating: 3 },
            { id: 48, task_id: 34, rating: 5, comment: null, review_date: "2023-08-25", helpfulness_rating: 3 },
            { id: 49, task_id: 63, rating: 5, comment: "The report was completed — automatic case, no further action.", review_date: "2023-12-10", helpfulness_rating: 1 },
            { id: 50, task_id: 74, rating: 1, comment: "The reviewer confirmed the details and the document was delayed.", review_date: "2023-12-31", helpfulness_rating: 2 },
            { id: 51, task_id: 85, rating: 5, comment: "The reviewer confirmed the details and the delivery was rescheduled.", review_date: "2023-08-15", helpfulness_rating: 4 },
            { id: 52, task_id: 91, rating: 2, comment: "An operator asked for a change and the appointment was cancelled.", review_date: "2023-06-08", helpfulness_rating: 2 },
            { id: 53, task_id: 42, rating: 4, comment: "The supplier reported a routine issue; the transfer was completed.", review_date: "2023-07-12", helpfulness_rating: 5 },
            { id: 54, task_id: 145, rating: 2, comment: "The reviewer confirmed the details and the refund was approved.", review_date: "2023-07-17", helpfulness_rating: 3 },
            { id: 55, task_id: 159, rating: 1, comment: "No response from the courier, so the appointment was reviewed.", review_date: "2023-10-28", helpfulness_rating: 2 },
            { id: 56, task_id: 59, rating: 5, comment: "The record was delayed — standard case, no further action.", review_date: "2023-02-23", helpfulness_rating: 5 },
            { id: 57, task_id: 93, rating: 5, comment: "The customer reported an urgent issue; the booking was updated.", review_date: "2023-12-18", helpfulness_rating: 1 },
            { id: 58, task_id: 113, rating: 2, comment: "The payment was approved — automatic case, no further action.", review_date: "2023-10-22", helpfulness_rating: 4 },
            { id: 59, task_id: 130, rating: 4, comment: "The customer confirmed the details and the ticket was confirmed.", review_date: "2023-08-12", helpfulness_rating: 5 },
            { id: 60, task_id: 172, rating: 4, comment: "The account owner confirmed the details and the booking was delayed.", review_date: "2023-11-20", helpfulness_rating: 3 },
            { id: 61, task_id: 108, rating: 4, comment: "The record was completed — standard case, no further action.", review_date: "2023-11-07", helpfulness_rating: 2 },
            { id: 62, task_id: 133, rating: 4, comment: "The document was approved — urgent case, no further action.", review_date: "2023-04-14", helpfulness_rating: 3 },
            { id: 63, task_id: 86, rating: 2, comment: "No response from the reviewer, so the document was completed.", review_date: "2023-08-16", helpfulness_rating: 5 },
            { id: 64, task_id: 221, rating: 1, comment: null, review_date: "2023-06-26", helpfulness_rating: 5 },
            { id: 65, task_id: 51, rating: 5, comment: "The reviewer confirmed the details and the request was processed.", review_date: "2023-09-12", helpfulness_rating: 5 },
            { id: 66, task_id: 56, rating: 4, comment: "The booking was updated — repeat case, no further action.", review_date: "2023-02-10", helpfulness_rating: 4 },
            { id: 67, task_id: 148, rating: 5, comment: "The courier confirmed the details and the shipment was rescheduled.", review_date: "2023-08-24", helpfulness_rating: 5 },
            { id: 68, task_id: 75, rating: 5, comment: "The team reported a repeat issue; the invoice was resolved.", review_date: "2023-05-26", helpfulness_rating: 4 },
            { id: 69, task_id: 66, rating: 4, comment: "The claim was reopened — minor case, no further action.", review_date: "2023-01-26", helpfulness_rating: null },
            { id: 70, task_id: 214, rating: 1, comment: "An operator reported an automatic issue; the request was completed.", review_date: "2023-10-29", helpfulness_rating: 4 },
            { id: 71, task_id: 111, rating: 5, comment: "The order was completed — manual case, no further action.", review_date: "2023-12-20", helpfulness_rating: 5 },
            { id: 72, task_id: 181, rating: 4, comment: "The customer reported a duplicate issue; the delivery was escalated.", review_date: "2023-09-16", helpfulness_rating: 5 },
            { id: 73, task_id: 119, rating: 3, comment: "No response from the reviewer, so the document was reopened.", review_date: "2023-12-09", helpfulness_rating: 2 },
            { id: 74, task_id: 26, rating: 5, comment: "No response from the team, so the refund was confirmed.", review_date: "2023-12-03", helpfulness_rating: 4 },
            { id: 75, task_id: 217, rating: 5, comment: null, review_date: "2023-10-03", helpfulness_rating: 5 },
            { id: 76, task_id: 58, rating: 2, comment: "The claim was cancelled — late case, no further action.", review_date: "2023-03-14", helpfulness_rating: 4 },
            { id: 77, task_id: 140, rating: 4, comment: "No response from the team, so the report was updated.", review_date: "2023-03-14", helpfulness_rating: 3 },
            { id: 78, task_id: 31, rating: 3, comment: null, review_date: "2023-08-03", helpfulness_rating: 2 },
            { id: 79, task_id: 168, rating: 4, comment: "The team reported a repeat issue; the appointment was confirmed.", review_date: "2023-09-21", helpfulness_rating: 1 },
            { id: 80, task_id: 106, rating: 1, comment: "No response from the customer, so the refund was reopened.", review_date: "2023-12-20", helpfulness_rating: null },
            { id: 81, task_id: 13, rating: 5, comment: "The customer asked for a change and the order was escalated.", review_date: "2023-11-23", helpfulness_rating: null },
            { id: 82, task_id: 109, rating: 2, comment: "The account owner reported an urgent issue; the shipment was reviewed.", review_date: "2023-03-01", helpfulness_rating: 5 },
            { id: 83, task_id: 63, rating: 3, comment: "The customer reported a minor issue; the claim was closed.", review_date: "2023-08-08", helpfulness_rating: null },
            { id: 84, task_id: 69, rating: 3, comment: "The session was refunded — minor case, no further action.", review_date: "2023-05-26", helpfulness_rating: null },
            { id: 85, task_id: 226, rating: 5, comment: "The reviewer asked for a change and the report was rescheduled.", review_date: "2023-01-19", helpfulness_rating: 3 },
            { id: 86, task_id: 100, rating: 5, comment: "No response from the reviewer, so the report was reviewed.", review_date: "2023-02-22", helpfulness_rating: 1 },
            { id: 87, task_id: 50, rating: 1, comment: "No response from the reviewer, so the session was refunded.", review_date: "2023-09-12", helpfulness_rating: 3 },
            { id: 88, task_id: 232, rating: 2, comment: "An operator reported a duplicate issue; the transfer was reviewed.", review_date: "2023-09-28", helpfulness_rating: 3 },
            { id: 89, task_id: 103, rating: 4, comment: "The reviewer reported an incomplete issue; the invoice was delayed.", review_date: "2023-08-31", helpfulness_rating: 3 },
            { id: 90, task_id: 109, rating: 5, comment: "The session was escalated — duplicate case, no further action.", review_date: "2023-01-06", helpfulness_rating: 3 },
            { id: 91, task_id: 47, rating: 5, comment: "The customer reported a repeat issue; the account was rejected.", review_date: "2023-08-03", helpfulness_rating: 5 },
            { id: 92, task_id: 54, rating: 4, comment: "The invoice was cancelled — repeat case, no further action.", review_date: "2023-03-12", helpfulness_rating: 4 },
            { id: 93, task_id: 204, rating: 4, comment: "The reviewer reported an incomplete issue; the record was approved.", review_date: "2023-09-21", helpfulness_rating: 5 },
            { id: 94, task_id: 88, rating: 5, comment: "The customer reported an incomplete issue; the appointment was refunded.", review_date: "2023-07-27", helpfulness_rating: 4 },
            { id: 95, task_id: 32, rating: 5, comment: "The courier reported a partial issue; the account was processed.", review_date: "2023-01-21", helpfulness_rating: null },
            { id: 96, task_id: 14, rating: 4, comment: "The account owner confirmed the details and the order was updated.", review_date: "2023-05-21", helpfulness_rating: 2 },
            { id: 97, task_id: 101, rating: 4, comment: "The ticket was refunded — standard case, no further action.", review_date: "2023-10-06", helpfulness_rating: 5 },
            { id: 98, task_id: 202, rating: 5, comment: "The reviewer reported a manual issue; the record was cancelled.", review_date: "2023-04-27", helpfulness_rating: 5 },
            { id: 99, task_id: 166, rating: 4, comment: "Support asked for a change and the session was rescheduled.", review_date: "2023-10-09", helpfulness_rating: 4 },
            { id: 100, task_id: 79, rating: 1, comment: "The account owner reported a partial issue; the refund was closed.", review_date: "2023-03-20", helpfulness_rating: 4 },
            { id: 101, task_id: 154, rating: 3, comment: "No response from the courier, so the report was reopened.", review_date: "2023-01-09", helpfulness_rating: 5 },
            { id: 102, task_id: 215, rating: 4, comment: null, review_date: "2023-02-15", helpfulness_rating: 3 },
            { id: 103, task_id: 138, rating: 3, comment: "The appointment was refunded — routine case, no further action.", review_date: "2023-06-23", helpfulness_rating: 5 },
            { id: 104, task_id: 146, rating: 5, comment: "The customer asked for a change and the session was closed.", review_date: "2023-10-24", helpfulness_rating: 3 },
            { id: 105, task_id: 197, rating: 5, comment: "The courier confirmed the details and the delivery was processed.", review_date: "2023-09-02", helpfulness_rating: 5 },
            { id: 106, task_id: 133, rating: 2, comment: "No response from the account owner, so the order was refunded.", review_date: "2023-01-28", helpfulness_rating: 5 },
            { id: 107, task_id: 41, rating: 5, comment: "The shipment was reopened — duplicate case, no further action.", review_date: "2023-09-13", helpfulness_rating: 4 },
            { id: 108, task_id: 149, rating: 5, comment: "The reviewer reported an urgent issue; the shipment was rejected.", review_date: "2023-05-03", helpfulness_rating: null },
            { id: 109, task_id: 85, rating: 3, comment: "The account owner reported an unusual issue; the appointment was replaced.", review_date: "2023-09-06", helpfulness_rating: 5 },
            { id: 110, task_id: 171, rating: 5, comment: "The account owner asked for a change and the report was updated.", review_date: "2023-06-17", helpfulness_rating: 4 },
            { id: 111, task_id: 47, rating: 4, comment: "The customer confirmed the details and the request was closed.", review_date: "2023-05-24", helpfulness_rating: 3 },
            { id: 112, task_id: 40, rating: 1, comment: null, review_date: "2023-06-20", helpfulness_rating: 2 },
            { id: 113, task_id: 110, rating: 5, comment: "The team reported a duplicate issue; the shipment was processed.", review_date: "2023-06-27", helpfulness_rating: 3 },
            { id: 114, task_id: 150, rating: 5, comment: "The supplier reported a repeat issue; the refund was rescheduled.", review_date: "2023-10-05", helpfulness_rating: 5 },
            { id: 115, task_id: 5, rating: 2, comment: "An operator confirmed the details and the session was reviewed.", review_date: "2023-08-08", helpfulness_rating: 5 },
            { id: 116, task_id: 90, rating: 4, comment: "An operator confirmed the details and the request was cancelled.", review_date: "2023-01-12", helpfulness_rating: 4 },
            { id: 117, task_id: 55, rating: 5, comment: null, review_date: "2023-07-24", helpfulness_rating: 2 },
            { id: 118, task_id: 186, rating: 2, comment: "The account owner confirmed the details and the delivery was processed.", review_date: "2023-04-17", helpfulness_rating: null },
            { id: 119, task_id: 62, rating: 2, comment: "The reviewer confirmed the details and the record was updated.", review_date: "2023-06-25", helpfulness_rating: 4 },
            { id: 120, task_id: 182, rating: 4, comment: null, review_date: "2023-06-02", helpfulness_rating: 5 },
            { id: 121, task_id: 155, rating: 2, comment: "The account owner confirmed the details and the claim was reviewed.", review_date: "2023-04-06", helpfulness_rating: null },
            { id: 122, task_id: 18, rating: 4, comment: "The courier asked for a change and the transfer was processed.", review_date: "2023-12-27", helpfulness_rating: 3 },
            { id: 123, task_id: 129, rating: 2, comment: "An operator confirmed the details and the invoice was closed.", review_date: "2023-07-02", helpfulness_rating: 4 },
            { id: 124, task_id: 65, rating: 3, comment: "The account was escalated — partial case, no further action.", review_date: "2023-04-06", helpfulness_rating: 1 },
            { id: 125, task_id: 97, rating: 3, comment: "An operator asked for a change and the claim was reviewed.", review_date: "2023-02-01", helpfulness_rating: 4 },
            { id: 126, task_id: 165, rating: 4, comment: "The transfer was reopened — duplicate case, no further action.", review_date: "2023-03-26", helpfulness_rating: 5 },
            { id: 127, task_id: 127, rating: 3, comment: "The account owner reported a partial issue; the account was refunded.", review_date: "2023-07-12", helpfulness_rating: 4 },
            { id: 128, task_id: 45, rating: 4, comment: "An operator asked for a change and the record was closed.", review_date: "2023-10-27", helpfulness_rating: 5 },
            { id: 129, task_id: 171, rating: 5, comment: null, review_date: "2023-05-18", helpfulness_rating: 5 },
            { id: 130, task_id: 65, rating: 4, comment: "The reviewer asked for a change and the payment was rescheduled.", review_date: "2023-06-14", helpfulness_rating: 5 },
            { id: 131, task_id: 224, rating: 3, comment: "The booking was escalated — urgent case, no further action.", review_date: "2023-06-19", helpfulness_rating: 3 },
            { id: 132, task_id: 190, rating: 5, comment: "The supplier confirmed the details and the report was closed.", review_date: "2023-02-07", helpfulness_rating: 5 },
            { id: 133, task_id: 200, rating: 4, comment: null, review_date: "2023-09-24", helpfulness_rating: 5 },
            { id: 134, task_id: 50, rating: 4, comment: "The customer asked for a change and the order was rescheduled.", review_date: "2023-04-19", helpfulness_rating: 5 },
            { id: 135, task_id: 28, rating: 4, comment: "The supplier reported an incomplete issue; the invoice was rescheduled.", review_date: "2023-10-10", helpfulness_rating: 2 },
            { id: 136, task_id: 139, rating: 2, comment: "The supplier asked for a change and the session was escalated.", review_date: "2023-02-21", helpfulness_rating: 1 },
            { id: 137, task_id: 40, rating: 5, comment: "No response from the supplier, so the refund was refunded.", review_date: "2023-05-23", helpfulness_rating: 4 },
            { id: 138, task_id: 180, rating: 3, comment: null, review_date: "2023-01-25", helpfulness_rating: 5 },
            { id: 139, task_id: 5, rating: 3, comment: "The account owner reported a routine issue; the account was refunded.", review_date: "2023-11-16", helpfulness_rating: 5 },
            { id: 140, task_id: 179, rating: 2, comment: "The document was replaced — automatic case, no further action.", review_date: "2023-11-11", helpfulness_rating: 5 },
            { id: 141, task_id: 213, rating: 4, comment: "The team reported a routine issue; the ticket was rescheduled.", review_date: "2023-05-03", helpfulness_rating: 5 },
            { id: 142, task_id: 223, rating: 5, comment: "The team confirmed the details and the record was confirmed.", review_date: "2023-02-13", helpfulness_rating: 5 },
            { id: 143, task_id: 230, rating: 5, comment: "An operator confirmed the details and the refund was escalated.", review_date: "2023-07-17", helpfulness_rating: null },
            { id: 144, task_id: 94, rating: 5, comment: null, review_date: "2023-05-06", helpfulness_rating: null },
            { id: 145, task_id: 48, rating: 2, comment: null, review_date: "2023-11-14", helpfulness_rating: 3 },
            { id: 146, task_id: 178, rating: 5, comment: "The customer confirmed the details and the request was completed.", review_date: "2023-02-16", helpfulness_rating: 3 },
            { id: 147, task_id: 183, rating: 2, comment: "The customer reported a minor issue; the order was escalated.", review_date: "2023-03-05", helpfulness_rating: 5 },
            { id: 148, task_id: 100, rating: 5, comment: "The order was rejected — unusual case, no further action.", review_date: "2023-08-13", helpfulness_rating: 4 },
            { id: 149, task_id: 15, rating: 3, comment: "No response from the account owner, so the record was approved.", review_date: "2023-03-06", helpfulness_rating: 2 },
            { id: 150, task_id: 42, rating: 5, comment: "The courier reported a minor issue; the payment was escalated.", review_date: "2023-06-21", helpfulness_rating: 2 },
            { id: 151, task_id: 3, rating: 5, comment: "Support asked for a change and the document was delayed.", review_date: "2023-02-07", helpfulness_rating: 5 },
            { id: 152, task_id: 137, rating: 5, comment: "The transfer was delayed — partial case, no further action.", review_date: "2023-09-13", helpfulness_rating: 5 },
            { id: 153, task_id: 98, rating: 2, comment: "The account owner reported a partial issue; the request was closed.", review_date: "2023-09-16", helpfulness_rating: 3 },
            { id: 154, task_id: 122, rating: 4, comment: "The reviewer asked for a change and the invoice was confirmed.", review_date: "2023-01-13", helpfulness_rating: 4 },
            { id: 155, task_id: 8, rating: 4, comment: "The account owner asked for a change and the refund was cancelled.", review_date: "2023-09-01", helpfulness_rating: 2 },
            { id: 156, task_id: 102, rating: 4, comment: "No response from the team, so the ticket was rescheduled.", review_date: "2023-12-07", helpfulness_rating: 3 },
            { id: 157, task_id: 79, rating: 1, comment: "An operator confirmed the details and the delivery was escalated.", review_date: "2023-02-24", helpfulness_rating: 2 },
            { id: 158, task_id: 17, rating: 5, comment: "No response from the account owner, so the ticket was updated.", review_date: "2023-07-08", helpfulness_rating: 1 },
            { id: 159, task_id: 184, rating: 3, comment: "The team reported a duplicate issue; the booking was delayed.", review_date: "2023-01-22", helpfulness_rating: 4 },
            { id: 160, task_id: 53, rating: 2, comment: "No response from the supplier, so the claim was confirmed.", review_date: "2023-09-01", helpfulness_rating: null },
            { id: 161, task_id: 19, rating: 5, comment: "No response from an operator, so the request was resolved.", review_date: "2023-10-17", helpfulness_rating: 5 },
            { id: 162, task_id: 132, rating: 3, comment: "The courier confirmed the details and the transfer was completed.", review_date: "2023-05-17", helpfulness_rating: 5 },
            { id: 163, task_id: 7, rating: 4, comment: "The account was resolved — partial case, no further action.", review_date: "2023-09-05", helpfulness_rating: 4 },
            { id: 164, task_id: 229, rating: 5, comment: "The supplier confirmed the details and the booking was processed.", review_date: "2023-11-30", helpfulness_rating: 3 },
            { id: 165, task_id: 77, rating: 5, comment: "The team reported a manual issue; the refund was escalated.", review_date: "2023-11-29", helpfulness_rating: null },
            { id: 166, task_id: 151, rating: 2, comment: "The shipment was processed — standard case, no further action.", review_date: "2023-04-09", helpfulness_rating: 2 },
            { id: 167, task_id: 164, rating: 5, comment: "No response from the account owner, so the booking was replaced.", review_date: "2023-08-26", helpfulness_rating: 4 },
            { id: 168, task_id: 161, rating: 5, comment: "The customer confirmed the details and the session was reopened.", review_date: "2023-09-23", helpfulness_rating: 3 },
            { id: 169, task_id: 6, rating: 3, comment: "The customer confirmed the details and the session was rescheduled.", review_date: "2023-10-09", helpfulness_rating: 2 },
            { id: 170, task_id: 16, rating: 3, comment: "An operator reported a repeat issue; the payment was escalated.", review_date: "2023-11-11", helpfulness_rating: 5 },
            { id: 171, task_id: 118, rating: 5, comment: "The report was reopened — unusual case, no further action.", review_date: "2023-03-17", helpfulness_rating: 5 },
            { id: 172, task_id: 222, rating: 1, comment: "The delivery was updated — standard case, no further action.", review_date: "2023-12-31", helpfulness_rating: 5 },
            { id: 173, task_id: 112, rating: 3, comment: "No response from the customer, so the record was reopened.", review_date: "2023-06-26", helpfulness_rating: 5 },
            { id: 174, task_id: 1, rating: 5, comment: "The supplier confirmed the details and the document was escalated.", review_date: "2023-11-13", helpfulness_rating: null },
            { id: 175, task_id: 231, rating: 4, comment: "No response from the courier, so the delivery was delayed.", review_date: "2023-05-21", helpfulness_rating: 5 },
            { id: 176, task_id: 30, rating: 5, comment: "The team confirmed the details and the appointment was reopened.", review_date: "2023-02-03", helpfulness_rating: 2 },
            { id: 177, task_id: 203, rating: 3, comment: "The report was approved — repeat case, no further action.", review_date: "2023-04-04", helpfulness_rating: 5 },
            { id: 178, task_id: 10, rating: 5, comment: null, review_date: "2023-09-06", helpfulness_rating: 5 },
            { id: 179, task_id: 118, rating: 4, comment: "The report was closed — unusual case, no further action.", review_date: "2023-09-09", helpfulness_rating: 3 },
            { id: 180, task_id: 96, rating: 4, comment: "The supplier asked for a change and the payment was completed.", review_date: "2023-01-22", helpfulness_rating: null },
            { id: 181, task_id: 8, rating: 2, comment: "The reviewer asked for a change and the transfer was reopened.", review_date: "2023-06-08", helpfulness_rating: 5 },
            { id: 182, task_id: 175, rating: 3, comment: "No response from the customer, so the report was escalated.", review_date: "2023-10-27", helpfulness_rating: 5 },
            { id: 183, task_id: 75, rating: 5, comment: "No response from the reviewer, so the account was reopened.", review_date: "2023-10-27", helpfulness_rating: 4 },
            { id: 184, task_id: 38, rating: 4, comment: "The delivery was reviewed — partial case, no further action.", review_date: "2023-12-18", helpfulness_rating: null },
            { id: 185, task_id: 220, rating: 5, comment: "An operator confirmed the details and the appointment was approved.", review_date: "2023-10-29", helpfulness_rating: 4 },
            { id: 186, task_id: 44, rating: 5, comment: "The team asked for a change and the item was resolved.", review_date: "2023-09-12", helpfulness_rating: 3 },
            { id: 187, task_id: 199, rating: 3, comment: "The customer asked for a change and the shipment was approved.", review_date: "2023-10-18", helpfulness_rating: 1 },
            { id: 188, task_id: 2, rating: 5, comment: "The booking was confirmed — urgent case, no further action.", review_date: "2023-03-17", helpfulness_rating: 5 },
            { id: 189, task_id: 168, rating: 2, comment: "The reviewer reported a minor issue; the session was delayed.", review_date: "2023-12-13", helpfulness_rating: 4 },
            { id: 190, task_id: 177, rating: 4, comment: "The account owner reported a standard issue; the item was processed.", review_date: "2023-10-31", helpfulness_rating: 3 },
            { id: 191, task_id: 28, rating: 3, comment: "No response from the courier, so the refund was rescheduled.", review_date: "2023-02-12", helpfulness_rating: 2 },
            { id: 192, task_id: 208, rating: 3, comment: "The customer reported a late issue; the delivery was cancelled.", review_date: "2023-07-30", helpfulness_rating: 2 },
            { id: 193, task_id: 122, rating: 5, comment: "The team reported a minor issue; the booking was resolved.", review_date: "2023-11-02", helpfulness_rating: 2 },
            { id: 194, task_id: 192, rating: 4, comment: "No response from the customer, so the record was confirmed.", review_date: "2023-02-27", helpfulness_rating: 4 },
            { id: 195, task_id: 211, rating: 4, comment: "Support asked for a change and the report was delayed.", review_date: "2023-04-06", helpfulness_rating: 4 },
            { id: 196, task_id: 12, rating: 5, comment: "Support asked for a change and the item was refunded.", review_date: "2023-03-16", helpfulness_rating: 5 },
            { id: 197, task_id: 188, rating: 5, comment: "The payment was refunded — routine case, no further action.", review_date: "2023-03-09", helpfulness_rating: 5 },
            { id: 198, task_id: 163, rating: 4, comment: "The reviewer confirmed the details and the item was delayed.", review_date: "2023-08-10", helpfulness_rating: 4 },
            { id: 199, task_id: 121, rating: 3, comment: "The account owner asked for a change and the shipment was approved.", review_date: "2023-10-09", helpfulness_rating: 3 },
            { id: 200, task_id: 228, rating: 5, comment: "The appointment was reopened — late case, no further action.", review_date: "2023-09-03", helpfulness_rating: 4 },
            { id: 201, task_id: 216, rating: 3, comment: "The team asked for a change and the delivery was approved.", review_date: "2023-08-30", helpfulness_rating: 4 },
            { id: 202, task_id: 104, rating: 4, comment: "The account owner reported a manual issue; the report was cancelled.", review_date: "2023-10-14", helpfulness_rating: 4 },
            { id: 203, task_id: 62, rating: 5, comment: null, review_date: "2023-12-08", helpfulness_rating: 5 },
            { id: 204, task_id: 61, rating: 2, comment: "The report was delayed — repeat case, no further action.", review_date: "2023-09-13", helpfulness_rating: null },
            { id: 205, task_id: 29, rating: 4, comment: "No response from the team, so the order was escalated.", review_date: "2023-04-02", helpfulness_rating: 1 },
            { id: 206, task_id: 84, rating: 4, comment: "The account was delayed — manual case, no further action.", review_date: "2023-02-11", helpfulness_rating: 3 },
            { id: 207, task_id: 158, rating: 2, comment: null, review_date: "2023-06-20", helpfulness_rating: 4 },
            { id: 208, task_id: 192, rating: 1, comment: "No response from the customer, so the appointment was replaced.", review_date: "2023-03-01", helpfulness_rating: 3 },
            { id: 209, task_id: 194, rating: 2, comment: "The reviewer reported a partial issue; the account was reopened.", review_date: "2023-03-24", helpfulness_rating: 5 },
            { id: 210, task_id: 36, rating: 5, comment: "Support asked for a change and the account was reviewed.", review_date: "2023-03-21", helpfulness_rating: 5 },
            { id: 211, task_id: 196, rating: 2, comment: "Support asked for a change and the appointment was delayed.", review_date: "2023-05-26", helpfulness_rating: 3 },
            { id: 212, task_id: 18, rating: 5, comment: "The document was rescheduled — manual case, no further action.", review_date: "2023-08-29", helpfulness_rating: 4 },
            { id: 213, task_id: 134, rating: 5, comment: "No response from the account owner, so the refund was resolved.", review_date: "2023-04-24", helpfulness_rating: 5 },
            { id: 214, task_id: 160, rating: 5, comment: "An operator asked for a change and the report was closed.", review_date: "2023-04-15", helpfulness_rating: 5 },
            { id: 215, task_id: 144, rating: 2, comment: "The reviewer confirmed the details and the record was resolved.", review_date: "2023-06-25", helpfulness_rating: 5 },
            { id: 216, task_id: 129, rating: 5, comment: "The reviewer reported a manual issue; the refund was rejected.", review_date: "2023-06-27", helpfulness_rating: 4 },
            { id: 217, task_id: 87, rating: 4, comment: null, review_date: "2023-12-26", helpfulness_rating: 5 },
            { id: 218, task_id: 208, rating: 4, comment: "The team reported a routine issue; the invoice was approved.", review_date: "2023-06-09", helpfulness_rating: 3 },
            { id: 219, task_id: 212, rating: 4, comment: null, review_date: "2023-09-13", helpfulness_rating: null },
            { id: 220, task_id: 41, rating: 4, comment: "The customer confirmed the details and the report was cancelled.", review_date: "2023-05-12", helpfulness_rating: 5 },
            { id: 221, task_id: 9, rating: 5, comment: "Support asked for a change and the request was confirmed.", review_date: "2023-11-07", helpfulness_rating: 3 },
            { id: 222, task_id: 143, rating: 5, comment: "The account owner reported a repeat issue; the delivery was rejected.", review_date: "2023-12-05", helpfulness_rating: 2 },
            { id: 223, task_id: 23, rating: 2, comment: "The item was closed — minor case, no further action.", review_date: "2023-07-04", helpfulness_rating: 5 },
            { id: 224, task_id: 135, rating: 3, comment: "The courier reported a late issue; the ticket was delayed.", review_date: "2023-08-23", helpfulness_rating: 4 },
            { id: 225, task_id: 225, rating: 5, comment: "The customer reported a partial issue; the session was reviewed.", review_date: "2023-04-13", helpfulness_rating: 1 },
            { id: 226, task_id: 87, rating: 5, comment: "The refund was approved — partial case, no further action.", review_date: "2023-05-14", helpfulness_rating: null },
            { id: 227, task_id: 14, rating: 4, comment: "No response from the reviewer, so the transfer was rescheduled.", review_date: "2023-10-17", helpfulness_rating: null },
            { id: 228, task_id: 95, rating: 4, comment: "The booking was reopened — minor case, no further action.", review_date: "2023-12-08", helpfulness_rating: 5 },
            { id: 229, task_id: 213, rating: 4, comment: "The team asked for a change and the claim was escalated.", review_date: "2023-11-29", helpfulness_rating: 1 },
            { id: 230, task_id: 25, rating: 4, comment: "The item was escalated — routine case, no further action.", review_date: "2023-01-03", helpfulness_rating: 4 },
            { id: 231, task_id: 24, rating: 5, comment: "The customer confirmed the details and the ticket was closed.", review_date: "2023-02-02", helpfulness_rating: 2 },
            { id: 232, task_id: 116, rating: 3, comment: "The payment was rescheduled — duplicate case, no further action.", review_date: "2023-09-01", helpfulness_rating: 4 },
            { id: 233, task_id: 126, rating: 4, comment: "The customer reported an unusual issue; the appointment was closed.", review_date: "2023-01-23", helpfulness_rating: 5 },
            { id: 234, task_id: 43, rating: 3, comment: "No response from the customer, so the claim was rejected.", review_date: "2023-01-04", helpfulness_rating: 2 },
            { id: 235, task_id: 49, rating: 3, comment: "The reviewer asked for a change and the payment was cancelled.", review_date: "2023-08-13", helpfulness_rating: 4 },
            { id: 236, task_id: 120, rating: 5, comment: "The delivery was replaced — repeat case, no further action.", review_date: "2023-07-20", helpfulness_rating: 5 },
            { id: 237, task_id: 162, rating: 5, comment: "The reviewer asked for a change and the record was resolved.", review_date: "2023-05-26", helpfulness_rating: 2 },
            { id: 238, task_id: 144, rating: 5, comment: "The record was delayed — automatic case, no further action.", review_date: "2023-03-12", helpfulness_rating: 4 },
            { id: 239, task_id: 227, rating: 5, comment: "No response from the team, so the session was reopened.", review_date: "2023-05-03", helpfulness_rating: 5 },
            { id: 240, task_id: 165, rating: 1, comment: "No response from the customer, so the transfer was reviewed.", review_date: "2023-07-31", helpfulness_rating: 1 },
            { id: 241, task_id: 22, rating: 4, comment: "The team asked for a change and the record was updated.", review_date: "2023-03-29", helpfulness_rating: 4 },
            { id: 242, task_id: 194, rating: 4, comment: "The reviewer confirmed the details and the invoice was reviewed.", review_date: "2023-05-22", helpfulness_rating: 4 },
            { id: 243, task_id: 52, rating: 4, comment: "The supplier confirmed the details and the report was escalated.", review_date: "2023-07-31", helpfulness_rating: 4 },
            { id: 244, task_id: 78, rating: 3, comment: "No response from the team, so the ticket was rejected.", review_date: "2023-10-20", helpfulness_rating: 4 },
            { id: 245, task_id: 114, rating: 1, comment: "The claim was reviewed — duplicate case, no further action.", review_date: "2023-07-15", helpfulness_rating: null },
            { id: 246, task_id: 4, rating: 2, comment: "The reviewer asked for a change and the payment was confirmed.", review_date: "2023-12-02", helpfulness_rating: 5 },
            { id: 247, task_id: 37, rating: 5, comment: "The supplier reported a late issue; the refund was rescheduled.", review_date: "2023-10-18", helpfulness_rating: null },
            { id: 248, task_id: 107, rating: 2, comment: "An operator asked for a change and the request was approved.", review_date: "2023-11-04", helpfulness_rating: 5 },
            { id: 249, task_id: 70, rating: 2, comment: "The order was escalated — incomplete case, no further action.", review_date: "2023-01-07", helpfulness_rating: 3 },
            { id: 250, task_id: 108, rating: 5, comment: null, review_date: "2023-01-12", helpfulness_rating: 3 },
            { id: 251, task_id: 112, rating: 4, comment: "The courier confirmed the details and the session was resolved.", review_date: "2023-08-21", helpfulness_rating: 5 },
            { id: 252, task_id: 71, rating: 5, comment: "The team asked for a change and the session was delayed.", review_date: "2023-01-12", helpfulness_rating: 2 },
            { id: 253, task_id: 27, rating: 4, comment: "The ticket was updated — urgent case, no further action.", review_date: "2023-12-05", helpfulness_rating: 3 },
            { id: 254, task_id: 73, rating: 5, comment: "The request was delayed — automatic case, no further action.", review_date: "2023-06-22", helpfulness_rating: null },
            { id: 255, task_id: 205, rating: 2, comment: "The supplier asked for a change and the refund was approved.", review_date: "2023-12-22", helpfulness_rating: 1 },
            { id: 256, task_id: 81, rating: 2, comment: "The supplier reported an incomplete issue; the shipment was closed.", review_date: "2023-01-22", helpfulness_rating: 1 },
            { id: 257, task_id: 131, rating: 3, comment: "The item was cancelled — manual case, no further action.", review_date: "2023-02-25", helpfulness_rating: 5 },
            { id: 258, task_id: 233, rating: 5, comment: "No response from the supplier, so the request was replaced.", review_date: "2023-08-02", helpfulness_rating: 2 },
            { id: 259, task_id: 80, rating: 1, comment: "No response from the reviewer, so the order was processed.", review_date: "2023-05-06", helpfulness_rating: null },
            { id: 260, task_id: 39, rating: 2, comment: "The reviewer asked for a change and the session was cancelled.", review_date: "2023-07-14", helpfulness_rating: 4 },
            { id: 261, task_id: 232, rating: 4, comment: "The reviewer confirmed the details and the account was updated.", review_date: "2023-07-19", helpfulness_rating: 4 },
            { id: 262, task_id: 11, rating: 5, comment: "The report was rejected — minor case, no further action.", review_date: "2023-10-09", helpfulness_rating: 1 },
            { id: 263, task_id: 125, rating: 4, comment: "The reviewer reported an automatic issue; the order was reopened.", review_date: "2023-11-08", helpfulness_rating: 4 },
            { id: 264, task_id: 39, rating: 2, comment: null, review_date: "2023-09-09", helpfulness_rating: 5 },
            { id: 265, task_id: 162, rating: 3, comment: "No response from the courier, so the claim was rejected.", review_date: "2023-06-30", helpfulness_rating: 3 },
            { id: 266, task_id: 136, rating: 4, comment: "The reviewer confirmed the details and the order was completed.", review_date: "2023-06-17", helpfulness_rating: 1 },
            { id: 267, task_id: 187, rating: 5, comment: null, review_date: "2023-01-08", helpfulness_rating: 3 },
            { id: 268, task_id: 169, rating: 3, comment: "The courier reported a routine issue; the transfer was completed.", review_date: "2023-11-18", helpfulness_rating: 5 },
            { id: 269, task_id: 202, rating: 5, comment: "The appointment was replaced — automatic case, no further action.", review_date: "2023-01-18", helpfulness_rating: 2 },
            { id: 270, task_id: 206, rating: 3, comment: "No response from the team, so the account was reopened.", review_date: "2023-01-09", helpfulness_rating: 5 },
            { id: 271, task_id: 94, rating: 5, comment: "No response from the team, so the report was rescheduled.", review_date: "2023-03-21", helpfulness_rating: 1 },
            { id: 272, task_id: 170, rating: 2, comment: "The record was delayed — repeat case, no further action.", review_date: "2023-04-04", helpfulness_rating: 3 },
            { id: 273, task_id: 44, rating: 3, comment: "The order was delayed — repeat case, no further action.", review_date: "2023-02-06", helpfulness_rating: 5 },
            { id: 274, task_id: 160, rating: 1, comment: null, review_date: "2023-09-27", helpfulness_rating: null },
            { id: 275, task_id: 17, rating: 3, comment: "The courier reported a partial issue; the report was closed.", review_date: "2023-08-03", helpfulness_rating: 3 },
            { id: 276, task_id: 141, rating: 3, comment: "No response from the reviewer, so the account was resolved.", review_date: "2023-06-12", helpfulness_rating: 3 },
            { id: 277, task_id: 21, rating: 3, comment: "The courier asked for a change and the request was processed.", review_date: "2023-02-28", helpfulness_rating: 4 },
            { id: 278, task_id: 154, rating: 5, comment: "No response from the courier, so the document was delayed.", review_date: "2023-12-23", helpfulness_rating: null },
            { id: 279, task_id: 216, rating: 3, comment: "The supplier asked for a change and the shipment was delayed.", review_date: "2023-07-23", helpfulness_rating: 3 },
            { id: 280, task_id: 156, rating: 3, comment: "The customer asked for a change and the document was updated.", review_date: "2023-04-23", helpfulness_rating: 4 },
            { id: 281, task_id: 219, rating: 3, comment: "No response from the reviewer, so the appointment was rescheduled.", review_date: "2023-12-21", helpfulness_rating: 4 },
            { id: 282, task_id: 113, rating: 5, comment: "The supplier reported an urgent issue; the record was completed.", review_date: "2023-02-06", helpfulness_rating: 4 },
            { id: 283, task_id: 222, rating: 5, comment: "The team reported an urgent issue; the shipment was completed.", review_date: "2023-05-22", helpfulness_rating: 2 },
            { id: 284, task_id: 226, rating: 4, comment: "The courier reported an unusual issue; the document was cancelled.", review_date: "2023-03-12", helpfulness_rating: 4 },
            { id: 285, task_id: 209, rating: 4, comment: "Support asked for a change and the session was reviewed.", review_date: "2023-11-17", helpfulness_rating: 2 },
            { id: 286, task_id: 57, rating: 5, comment: "The team reported an automatic issue; the claim was completed.", review_date: "2023-08-06", helpfulness_rating: 3 },
            { id: 287, task_id: 22, rating: 5, comment: "The item was reopened — late case, no further action.", review_date: "2023-03-03", helpfulness_rating: 3 },
            { id: 288, task_id: 195, rating: 3, comment: "The document was approved — late case, no further action.", review_date: "2023-03-30", helpfulness_rating: 4 },
            { id: 289, task_id: 106, rating: 4, comment: null, review_date: "2023-07-20", helpfulness_rating: 1 },
            { id: 290, task_id: 60, rating: 2, comment: "An operator reported a manual issue; the ticket was cancelled.", review_date: "2023-12-16", helpfulness_rating: 5 },
            { id: 291, task_id: 198, rating: 5, comment: "The document was replaced — late case, no further action.", review_date: "2023-09-26", helpfulness_rating: 4 },
            { id: 292, task_id: 199, rating: 4, comment: "The courier reported a minor issue; the shipment was processed.", review_date: "2023-02-15", helpfulness_rating: 5 },
            { id: 293, task_id: 35, rating: 2, comment: "No response from the courier, so the transfer was completed.", review_date: "2023-11-02", helpfulness_rating: 4 },
            { id: 294, task_id: 201, rating: 4, comment: null, review_date: "2023-08-16", helpfulness_rating: 4 },
            { id: 295, task_id: 15, rating: 1, comment: "The refund was escalated — incomplete case, no further action.", review_date: "2023-12-15", helpfulness_rating: 3 },
            { id: 296, task_id: 33, rating: 5, comment: "The courier confirmed the details and the transfer was reopened.", review_date: "2023-11-28", helpfulness_rating: 4 },
            { id: 297, task_id: 82, rating: 3, comment: null, review_date: "2023-05-25", helpfulness_rating: 5 },
            { id: 298, task_id: 185, rating: 3, comment: "The team confirmed the details and the payment was escalated.", review_date: "2023-04-23", helpfulness_rating: 5 },
            { id: 299, task_id: 183, rating: 4, comment: "The courier confirmed the details and the record was updated.", review_date: "2023-07-20", helpfulness_rating: 4 },
            { id: 300, task_id: 38, rating: 5, comment: null, review_date: "2023-01-08", helpfulness_rating: 5 },
            { id: 301, task_id: 78, rating: 4, comment: "The request was resolved — automatic case, no further action.", review_date: "2023-03-06", helpfulness_rating: null },
            { id: 302, task_id: 80, rating: 5, comment: "The supplier confirmed the details and the appointment was processed.", review_date: "2023-04-24", helpfulness_rating: 4 },
            { id: 303, task_id: 224, rating: 2, comment: "The team asked for a change and the transfer was reviewed.", review_date: "2023-10-31", helpfulness_rating: 5 },
            { id: 304, task_id: 59, rating: 5, comment: "The courier asked for a change and the claim was completed.", review_date: "2023-03-31", helpfulness_rating: 5 },
            { id: 305, task_id: 92, rating: 5, comment: "The supplier confirmed the details and the refund was confirmed.", review_date: "2023-05-27", helpfulness_rating: 4 },
            { id: 306, task_id: 142, rating: 5, comment: "No response from the courier, so the report was reopened.", review_date: "2023-07-13", helpfulness_rating: 2 },
            { id: 307, task_id: 157, rating: 2, comment: "No response from the customer, so the appointment was reviewed.", review_date: "2023-07-13", helpfulness_rating: 4 },
            { id: 308, task_id: 176, rating: 2, comment: "The ticket was reviewed — partial case, no further action.", review_date: "2023-01-27", helpfulness_rating: 2 },
            { id: 309, task_id: 233, rating: 3, comment: "No response from the account owner, so the request was cancelled.", review_date: "2023-09-09", helpfulness_rating: 3 },
            { id: 310, task_id: 167, rating: 5, comment: "The reviewer confirmed the details and the request was approved.", review_date: "2023-02-16", helpfulness_rating: 1 },
        ],
    });
}

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