// Community Contribution Metrics (community-contribution-metrics) 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.causes), 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.causes.createMany({
        data: [
            { id: 1, name: "mentorship", description: "The account owner asked for a change and the transfer was reopened. The record was resolved — duplicate case, no further action. No response from the supplier, so the booking was updated.", impact_score: "4.4", goal_amount: "1590.94" },
            { id: 2, name: "fundraising inclusion", description: "No response from the supplier, so the claim was resolved. The supplier reported a routine issue; the shipment was closed. The supplier asked for a change and the ticket was reviewed.", impact_score: "5.4", goal_amount: "5248.96" },
            { id: 3, name: "poverty accessibility", description: "The team reported an incomplete issue; the document was delayed. The reviewer confirmed the details and the order was processed. No response from an operator, so the record was replaced. The courier asked for a change and the order was delayed.", impact_score: "4.7", goal_amount: "3535.26" },
            { id: 4, name: "development poverty environment", description: "No response from the courier, so the document was rejected. The order was replaced — routine case, no further action. The account owner confirmed the details and the shipment was resolved. The account was rescheduled — partial case, no further action.", impact_score: "6.1", goal_amount: "8544.36" },
            { id: 5, name: "awareness healthcare", description: "The refund was confirmed — late case, no further action. An operator reported a duplicate issue; the shipment was rescheduled.", impact_score: "3.6", goal_amount: "10180.61" },
            { id: 6, name: "equality empowerment mentorship", description: null, impact_score: "6.6", goal_amount: "28691.61" },
            { id: 7, name: "accessibility justice empowerment", description: null, impact_score: "4.7", goal_amount: "41918.93" },
            { id: 8, name: "sustainability", description: "The reviewer confirmed the details and the payment was completed. The supplier confirmed the details and the ticket was refunded.", impact_score: "5.4", goal_amount: "46644.02" },
            { id: 9, name: "education accessibility", description: "The claim was escalated — late case, no further action. Support asked for a change and the request was refunded. The payment was confirmed — manual case, no further action.", impact_score: "6.1", goal_amount: "46786.03" },
            { id: 10, name: "development mentorship", description: "The team reported a manual issue; the booking was replaced. The courier reported a partial issue; the booking was resolved. The report was reopened — duplicate case, no further action.", impact_score: "8.3", goal_amount: "98682.38" },
        ],
    });
    await prisma.events.createMany({
        data: [
            { id: 1, name: "webinar", event_date: "2023-01-05", location: "stockholm miami", event_type: "community_service" },
            { id: 2, name: "retreat", event_date: "2023-11-19", location: "amsterdam stockholm paris", event_type: "workshop" },
            { id: 3, name: "workshop training class", event_date: "2023-09-19", location: "boston mumbai", event_type: "fundraiser" },
            { id: 4, name: "forum lecture", event_date: "2023-02-05", location: "austin tokyo", event_type: "workshop" },
            { id: 5, name: "conference lecture", event_date: "2023-12-22", location: "berlin sydney", event_type: "fundraiser" },
            { id: 6, name: "training presentation", event_date: "2023-07-06", location: "newyork", event_type: "fundraiser" },
            { id: 7, name: "session hackathon", event_date: "2023-12-05", location: "berlin", event_type: "workshop" },
            { id: 8, name: "class conference", event_date: "2023-08-29", location: "mumbai seattle singapore", event_type: "community_service" },
            { id: 9, name: "hackathon conference", event_date: "2023-11-21", location: "austin newyork paris", event_type: "fundraiser" },
            { id: 10, name: "webinar competition", event_date: "2023-09-25", location: "tokyo", event_type: "fundraiser" },
            { id: 11, name: "expo discussion showcase", event_date: "2023-01-11", location: "vancouver toronto berlin", event_type: "workshop" },
            { id: 12, name: "symposium", event_date: "2023-09-19", location: "singapore sydney miami", event_type: "community_service" },
            { id: 13, name: "presentation training summit", event_date: "2023-06-18", location: "sanfrancisco", event_type: "workshop" },
            { id: 14, name: "lecture meetup training", event_date: "2023-10-29", location: "austin losangeles", event_type: "community_service" },
            { id: 15, name: "presentation", event_date: "2023-06-27", location: "dubai boston losangeles", event_type: "workshop" },
            { id: 16, name: "class discussion hackathon", event_date: "2023-12-15", location: "vancouver", event_type: "workshop" },
            { id: 17, name: "forum symposium discussion", event_date: "2023-08-13", location: "losangeles", event_type: "fundraiser" },
            { id: 18, name: "workshop presentation", event_date: "2023-12-23", location: "tokyo", event_type: "fundraiser" },
            { id: 19, name: "lecture summit", event_date: "2023-09-09", location: "seattle tokyo", event_type: "workshop" },
            { id: 20, name: "summit retreat showcase", event_date: "2023-09-09", location: "mumbai newyork", event_type: "fundraiser" },
            { id: 21, name: "workshop session symposium", event_date: "2023-08-31", location: "boston", event_type: "community_service" },
            { id: 22, name: "class expo", event_date: "2023-08-19", location: "chicago", event_type: "fundraiser" },
            { id: 23, name: "panel", event_date: "2023-02-06", location: "dubai toronto", event_type: "fundraiser" },
            { id: 24, name: "training showcase networking", event_date: "2023-07-11", location: "stockholm", event_type: "workshop" },
            { id: 25, name: "webinar workshop", event_date: "2023-09-30", location: "toronto sanfrancisco austin", event_type: "workshop" },
            { id: 26, name: "expo webinar", event_date: "2023-07-07", location: "london", event_type: "fundraiser" },
            { id: 27, name: "lecture expo", event_date: "2023-08-06", location: "berlin chicago singapore", event_type: "workshop" },
            { id: 28, name: "summit", event_date: "2023-10-01", location: "sydney seattle", event_type: "fundraiser" },
            { id: 29, name: "showcase symposium", event_date: "2023-01-20", location: "singapore", event_type: "fundraiser" },
            { id: 30, name: "presentation", event_date: "2023-01-13", location: "newyork", event_type: "workshop" },
            { id: 31, name: "session", event_date: "2023-10-04", location: "losangeles miami berlin", event_type: "fundraiser" },
            { id: 32, name: "hackathon panel", event_date: "2023-08-08", location: "newyork", event_type: "fundraiser" },
            { id: 33, name: "forum competition session", event_date: "2023-01-18", location: "boston", event_type: "fundraiser" },
            { id: 34, name: "presentation", event_date: "2023-06-01", location: "mumbai toronto", event_type: "fundraiser" },
            { id: 35, name: "showcase", event_date: "2023-01-08", location: "miami", event_type: "fundraiser" },
            { id: 36, name: "lecture webinar", event_date: "2023-10-31", location: "boston", event_type: "fundraiser" },
            { id: 37, name: "retreat", event_date: "2023-08-02", location: "austin singapore", event_type: "fundraiser" },
            { id: 38, name: "competition panel symposium", event_date: "2023-09-25", location: "paris berlin miami", event_type: "fundraiser" },
            { id: 39, name: "lecture networking", event_date: "2023-11-28", location: "newyork seattle chicago", event_type: "fundraiser" },
            { id: 40, name: "symposium", event_date: "2023-06-18", location: "singapore tokyo stockholm", event_type: "community_service" },
            { id: 41, name: "competition discussion", event_date: "2023-02-11", location: "chicago amsterdam", event_type: "fundraiser" },
            { id: 42, name: "showcase", event_date: "2023-11-25", location: "losangeles chicago", event_type: "workshop" },
            { id: 43, name: "retreat workshop", event_date: "2023-05-16", location: "tokyo mumbai austin", event_type: "community_service" },
            { id: 44, name: "workshop symposium", event_date: "2023-06-07", location: "tokyo miami", event_type: "fundraiser" },
            { id: 45, name: "presentation", event_date: "2023-09-28", location: "vancouver sydney", event_type: "fundraiser" },
            { id: 46, name: "webinar conference", event_date: "2023-11-20", location: "toronto sydney austin", event_type: "fundraiser" },
            { id: 47, name: "lecture", event_date: "2023-07-06", location: "dubai", event_type: "fundraiser" },
            { id: 48, name: "discussion panel presentation", event_date: "2023-09-01", location: "london", event_type: "fundraiser" },
            { id: 49, name: "forum expo", event_date: "2023-10-08", location: "sanfrancisco paris", event_type: "community_service" },
            { id: 50, name: "symposium lecture", event_date: "2023-10-03", location: "singapore", event_type: "workshop" },
        ],
    });
    await prisma.participation_metrics.createMany({
        data: [
            { id: 1, event_id: 17, total_volunteers: 90, total_hours: "169.74", event_feedback_score: null },
            { id: 2, event_id: 45, total_volunteers: 2, total_hours: "267.39", event_feedback_score: 4 },
            { id: 3, event_id: 24, total_volunteers: 25, total_hours: "12.01", event_feedback_score: 3 },
            { id: 4, event_id: 33, total_volunteers: 19, total_hours: "371.79", event_feedback_score: null },
            { id: 5, event_id: 21, total_volunteers: 80, total_hours: "20.12", event_feedback_score: 5 },
            { id: 6, event_id: 32, total_volunteers: 28, total_hours: "195.22", event_feedback_score: null },
            { id: 7, event_id: 43, total_volunteers: 11, total_hours: "121.25", event_feedback_score: 5 },
            { id: 8, event_id: 39, total_volunteers: 21, total_hours: "237.55", event_feedback_score: 5 },
            { id: 9, event_id: 49, total_volunteers: 64, total_hours: "104.95", event_feedback_score: 2 },
            { id: 10, event_id: 40, total_volunteers: 63, total_hours: "274.18", event_feedback_score: 3 },
            { id: 11, event_id: 6, total_volunteers: 37, total_hours: "327.25", event_feedback_score: 1 },
            { id: 12, event_id: 18, total_volunteers: 23, total_hours: "76.82", event_feedback_score: 5 },
            { id: 13, event_id: 11, total_volunteers: 35, total_hours: "390.05", event_feedback_score: 5 },
            { id: 14, event_id: 32, total_volunteers: 41, total_hours: "10.52", event_feedback_score: 2 },
            { id: 15, event_id: 9, total_volunteers: 73, total_hours: "84.50", event_feedback_score: 5 },
            { id: 16, event_id: 30, total_volunteers: 88, total_hours: "364.09", event_feedback_score: 4 },
            { id: 17, event_id: 15, total_volunteers: 46, total_hours: "48.06", event_feedback_score: 5 },
            { id: 18, event_id: 1, total_volunteers: 56, total_hours: "264.23", event_feedback_score: 5 },
            { id: 19, event_id: 13, total_volunteers: 20, total_hours: "301.35", event_feedback_score: 4 },
            { id: 20, event_id: 40, total_volunteers: 37, total_hours: "271.47", event_feedback_score: 4 },
            { id: 21, event_id: 45, total_volunteers: 95, total_hours: "22.07", event_feedback_score: 3 },
            { id: 22, event_id: 9, total_volunteers: 54, total_hours: "40.77", event_feedback_score: 3 },
            { id: 23, event_id: 26, total_volunteers: 79, total_hours: "168.65", event_feedback_score: 5 },
            { id: 24, event_id: 11, total_volunteers: 87, total_hours: "306.67", event_feedback_score: 4 },
            { id: 25, event_id: 49, total_volunteers: 47, total_hours: "124.49", event_feedback_score: 5 },
            { id: 26, event_id: 43, total_volunteers: 42, total_hours: "135.11", event_feedback_score: 5 },
            { id: 27, event_id: 39, total_volunteers: 21, total_hours: "115.15", event_feedback_score: 3 },
            { id: 28, event_id: 22, total_volunteers: 29, total_hours: "98.20", event_feedback_score: 3 },
            { id: 29, event_id: 26, total_volunteers: 96, total_hours: "299.34", event_feedback_score: 5 },
            { id: 30, event_id: 44, total_volunteers: 88, total_hours: "160.32", event_feedback_score: 4 },
            { id: 31, event_id: 48, total_volunteers: 35, total_hours: "393.38", event_feedback_score: 5 },
            { id: 32, event_id: 19, total_volunteers: 77, total_hours: "145.35", event_feedback_score: 4 },
            { id: 33, event_id: 2, total_volunteers: 37, total_hours: "66.72", event_feedback_score: 3 },
            { id: 34, event_id: 38, total_volunteers: 43, total_hours: "10.00", event_feedback_score: null },
            { id: 35, event_id: 38, total_volunteers: 83, total_hours: "41.09", event_feedback_score: 5 },
            { id: 36, event_id: 19, total_volunteers: 48, total_hours: "11.07", event_feedback_score: 3 },
            { id: 37, event_id: 42, total_volunteers: 56, total_hours: "76.76", event_feedback_score: 2 },
            { id: 38, event_id: 50, total_volunteers: 8, total_hours: "257.25", event_feedback_score: 2 },
            { id: 39, event_id: 32, total_volunteers: 84, total_hours: "334.83", event_feedback_score: null },
            { id: 40, event_id: 15, total_volunteers: 26, total_hours: "221.91", event_feedback_score: 5 },
            { id: 41, event_id: 6, total_volunteers: 92, total_hours: "321.70", event_feedback_score: 3 },
            { id: 42, event_id: 42, total_volunteers: 74, total_hours: "103.91", event_feedback_score: 3 },
            { id: 43, event_id: 32, total_volunteers: 7, total_hours: "290.49", event_feedback_score: null },
            { id: 44, event_id: 43, total_volunteers: 37, total_hours: "130.56", event_feedback_score: 3 },
            { id: 45, event_id: 44, total_volunteers: 75, total_hours: "62.69", event_feedback_score: 3 },
            { id: 46, event_id: 46, total_volunteers: 63, total_hours: "75.23", event_feedback_score: 5 },
            { id: 47, event_id: 27, total_volunteers: 9, total_hours: "16.57", event_feedback_score: null },
            { id: 48, event_id: 42, total_volunteers: 38, total_hours: "348.43", event_feedback_score: 5 },
            { id: 49, event_id: 13, total_volunteers: 88, total_hours: "10.96", event_feedback_score: 5 },
            { id: 50, event_id: 32, total_volunteers: 6, total_hours: "200.98", event_feedback_score: 5 },
        ],
    });
    await prisma.volunteers.createMany({
        data: [
            { id: 1, first_name: "Felix", last_name: "Zhang", email: "felix.zhang@example.com", phone: "+1-512-555-0179" },
            { id: 2, first_name: "Mila", last_name: "Kowalski", email: "mila.kowalski@example.org", phone: "+1-905-555-0161" },
            { id: 3, first_name: "Rosa", last_name: "Davis", email: "rosa.davis@example.net", phone: "+1-905-555-0127" },
            { id: 4, first_name: "Ethan", last_name: "Davis", email: "ethan.davis@example.net", phone: "+1-702-555-0117" },
            { id: 5, first_name: "Hugo", last_name: "Yilmaz", email: "hugo.yilmaz@example.org", phone: "+1-857-555-0116" },
            { id: 6, first_name: "Jack", last_name: "Rossi", email: "jack.rossi@example.net", phone: "+1-416-555-0180" },
            { id: 7, first_name: "Julia", last_name: "Kowalski", email: "julia.kowalski@example.net", phone: "+1-612-555-0105" },
            { id: 8, first_name: "Sofia", last_name: "Jansen", email: "sofia.jansen@example.org", phone: "+1-857-555-0173" },
            { id: 9, first_name: "Zara", last_name: "Ali", email: "zara.ali@example.com", phone: "+1-469-555-0156" },
            { id: 10, first_name: "Ines", last_name: "Gupta", email: "ines.gupta@example.net", phone: "+1-702-555-0194" },
            { id: 11, first_name: "Elena", last_name: "Miller", email: "elena.miller@example.com", phone: "+1-305-555-0179" },
            { id: 12, first_name: "Hugo", last_name: "Khan", email: "hugo.khan@example.net", phone: "+1-905-555-0130" },
            { id: 13, first_name: "Alice", last_name: "Johnson", email: "alice.johnson@example.net", phone: "+1-801-555-0113" },
            { id: 14, first_name: "Pedro", last_name: "Almeida", email: "pedro.almeida@example.org", phone: null },
            { id: 15, first_name: "Yusuf", last_name: "Wright", email: "yusuf.wright@example.net", phone: "+1-213-555-0139" },
            { id: 16, first_name: "Nour", last_name: "Fischer", email: "nour.fischer@example.org", phone: "+1-801-555-0190" },
            { id: 17, first_name: "Hana", last_name: "Smith", email: "hana.smith@example.net", phone: null },
            { id: 18, first_name: "Selin", last_name: "Wilson", email: "selin.wilson@example.org", phone: "+1-416-555-0182" },
            { id: 19, first_name: "Carla", last_name: "Fischer", email: "carla.fischer@example.com", phone: "+1-404-555-0196" },
            { id: 20, first_name: "Ruby", last_name: "Carter", email: "ruby.carter@example.com", phone: "+1-202-555-0139" },
            { id: 21, first_name: "Mei", last_name: "Kumar", email: "mei.kumar@example.org", phone: "+1-312-555-0126" },
            { id: 22, first_name: "Chen", last_name: "Miller", email: "chen.miller@example.net", phone: "+1-305-555-0167" },
            { id: 23, first_name: "Marco", last_name: "Moreau", email: "marco.moreau@example.com", phone: "+1-415-555-0130" },
            { id: 24, first_name: "Daniel", last_name: "Castro", email: "daniel.castro@example.com", phone: "+1-404-555-0171" },
            { id: 25, first_name: "Sam", last_name: "Cruz", email: "sam.cruz@example.net", phone: "+1-469-555-0100" },
            { id: 26, first_name: "Paula", last_name: "Ruiz", email: "paula.ruiz@example.org", phone: "+1-702-555-0184" },
            { id: 27, first_name: "Sven", last_name: "Baker", email: "sven.baker@example.net", phone: "+1-713-555-0114" },
            { id: 28, first_name: "Mohamed", last_name: "Kaya", email: "mohamed.kaya@example.org", phone: null },
            { id: 29, first_name: "Anna", last_name: "Murphy", email: "anna.murphy@example.org", phone: "+1-702-555-0131" },
            { id: 30, first_name: "Jack", last_name: "Meyer", email: "jack.meyer@example.net", phone: "+1-604-555-0115" },
            { id: 31, first_name: "David", last_name: "Nakamura", email: "david.nakamura@example.org", phone: "+1-702-555-0182" },
            { id: 32, first_name: "Jack", last_name: "Ali", email: "jack.ali@example.com", phone: "+1-801-555-0181" },
            { id: 33, first_name: "Jonas", last_name: "Shah", email: "jonas.shah@example.net", phone: "+1-202-555-0132" },
            { id: 34, first_name: "Liam", last_name: "Meyer", email: "liam.meyer@example.net", phone: "+1-512-555-0105" },
            { id: 35, first_name: "Omar", last_name: "Wilson", email: "omar.wilson@example.com", phone: "+1-713-555-0167" },
            { id: 36, first_name: "Lena", last_name: "Reyes", email: "lena.reyes@example.net", phone: "+1-778-555-0137" },
            { id: 37, first_name: "Ethan", last_name: "Taylor", email: "ethan.taylor@example.org", phone: "+1-905-555-0182" },
            { id: 38, first_name: "Mateo", last_name: "Carter", email: "mateo.carter@example.com", phone: "+1-312-555-0150" },
            { id: 39, first_name: "Ines", last_name: "Weber", email: "ines.weber@example.com", phone: "+1-604-555-0184" },
            { id: 40, first_name: "Zara", last_name: "Costa", email: "zara.costa@example.net", phone: "+1-469-555-0154" },
            { id: 41, first_name: "Nadia", last_name: "Rossi", email: "nadia.rossi@example.org", phone: "+1-905-555-0157" },
            { id: 42, first_name: "Rosa", last_name: "Tanaka", email: "rosa.tanaka@example.net", phone: "+1-604-555-0174" },
            { id: 43, first_name: "Sara", last_name: "Oliveira", email: "sara.oliveira@example.net", phone: "+1-917-555-0134" },
            { id: 44, first_name: "Karim", last_name: "Klein", email: "karim.klein@example.net", phone: "+1-416-555-0108" },
            { id: 45, first_name: "Ines", last_name: "Lopez", email: "ines.lopez@example.net", phone: "+1-617-555-0156" },
            { id: 46, first_name: "Jack", last_name: "Wright", email: "jack.wright@example.org", phone: "+1-416-555-0164" },
            { id: 47, first_name: "Nina", last_name: "Oliveira", email: "nina.oliveira@example.net", phone: null },
            { id: 48, first_name: "Grace", last_name: "Zhang", email: "grace.zhang@example.com", phone: "+1-512-555-0176" },
            { id: 49, first_name: "Maja", last_name: "Baker", email: "maja.baker@example.net", phone: "+1-202-555-0102" },
            { id: 50, first_name: "Jack", last_name: "Martin", email: "jack.martin@example.net", phone: "+1-702-555-0110" },
            { id: 51, first_name: "Jack", last_name: "Evans", email: "jack.evans@example.net", phone: "+1-469-555-0135" },
            { id: 52, first_name: "Tomas", last_name: "Davis", email: "tomas.davis@example.org", phone: "+1-303-555-0104" },
            { id: 53, first_name: "Oscar", last_name: "Baker", email: "oscar.baker@example.com", phone: "+1-416-555-0191" },
            { id: 54, first_name: "Amir", last_name: "Patel", email: "amir.patel@example.net", phone: "+1-303-555-0115" },
            { id: 55, first_name: "Mei", last_name: "Schneider", email: "mei.schneider@example.org", phone: "+1-617-555-0138" },
            { id: 56, first_name: "Tariq", last_name: "Moreau", email: "tariq.moreau@example.com", phone: "+1-917-555-0106" },
            { id: 57, first_name: "Priya", last_name: "Sato", email: "priya.sato@example.com", phone: "+1-212-555-0104" },
            { id: 58, first_name: "David", last_name: "Castro", email: "david.castro@example.com", phone: "+1-312-555-0102" },
            { id: 59, first_name: "Chloe", last_name: "Torres", email: "chloe.torres@example.org", phone: null },
            { id: 60, first_name: "Ruby", last_name: "Wang", email: "ruby.wang@example.com", phone: "+1-512-555-0196" },
            { id: 61, first_name: "Ben", last_name: "Ibrahim", email: "ben.ibrahim@example.org", phone: "+1-617-555-0160" },
            { id: 62, first_name: "Omar", last_name: "Walker", email: "omar.walker@example.net", phone: "+1-303-555-0197" },
            { id: 63, first_name: "Noah", last_name: "Meyer", email: "noah.meyer@example.net", phone: "+1-212-555-0159" },
            { id: 64, first_name: "Mei", last_name: "Meyer", email: "mei.meyer@example.com", phone: null },
            { id: 65, first_name: "Noah", last_name: "Adams", email: "noah.adams@example.net", phone: "+1-512-555-0197" },
            { id: 66, first_name: "Elena", last_name: "Almeida", email: "elena.almeida@example.com", phone: "+1-801-555-0163" },
            { id: 67, first_name: "Ana", last_name: "Taylor", email: "ana.taylor@example.net", phone: null },
            { id: 68, first_name: "David", last_name: "Klein", email: "david.klein@example.org", phone: "+1-612-555-0112" },
            { id: 69, first_name: "Pedro", last_name: "Smith", email: "pedro.smith@example.net", phone: "+1-415-555-0144" },
            { id: 70, first_name: "Elena", last_name: "Patel", email: "elena.patel@example.org", phone: "+1-801-555-0101" },
            { id: 71, first_name: "Maria", last_name: "Ibrahim", email: "maria.ibrahim@example.com", phone: "+1-702-555-0160" },
            { id: 72, first_name: "Hana", last_name: "Adams", email: "hana.adams@example.org", phone: "+1-917-555-0175" },
            { id: 73, first_name: "Victor", last_name: "Zhang", email: "victor.zhang@example.net", phone: "+1-857-555-0199" },
            { id: 74, first_name: "Carlos", last_name: "Wright", email: "carlos.wright@example.net", phone: "+1-917-555-0100" },
            { id: 75, first_name: "Chen", last_name: "Davis", email: "chen.davis@example.net", phone: null },
            { id: 76, first_name: "Ruby", last_name: "Hansen", email: "ruby.hansen@example.com", phone: "+1-917-555-0163" },
            { id: 77, first_name: "Alice", last_name: "Ibrahim", email: "alice.ibrahim@example.com", phone: "+1-972-555-0142" },
            { id: 78, first_name: "David", last_name: "Oliveira", email: "david.oliveira@example.com", phone: null },
            { id: 79, first_name: "Theo", last_name: "Jensen", email: "theo.jensen@example.net", phone: "+1-604-555-0166" },
            { id: 80, first_name: "Noah", last_name: "Carter", email: "noah.carter@example.com", phone: "+1-512-555-0102" },
            { id: 81, first_name: "Yusuf", last_name: "Adams", email: "yusuf.adams@example.org", phone: "+1-713-555-0161" },
            { id: 82, first_name: "Mia", last_name: "Evans", email: "mia.evans@example.org", phone: null },
            { id: 83, first_name: "Anna", last_name: "Johnson", email: "anna.johnson@example.com", phone: "+1-416-555-0109" },
            { id: 84, first_name: "Ravi", last_name: "Diaz", email: "ravi.diaz@example.org", phone: "+1-801-555-0162" },
            { id: 85, first_name: "Jack", last_name: "Johnson", email: "jack.johnson@example.org", phone: "+1-213-555-0123" },
            { id: 86, first_name: "Ivan", last_name: "Chen", email: "ivan.chen@example.com", phone: "+1-713-555-0109" },
            { id: 87, first_name: "Nadia", last_name: "Kaya", email: "nadia.kaya@example.com", phone: "+1-604-555-0169" },
            { id: 88, first_name: "Kai", last_name: "Park", email: "kai.park@example.com", phone: "+1-303-555-0114" },
            { id: 89, first_name: "Mohamed", last_name: "Sato", email: "mohamed.sato@example.net", phone: "+1-917-555-0137" },
            { id: 90, first_name: "Chen", last_name: "Bauer", email: "chen.bauer@example.net", phone: "+1-312-555-0108" },
            { id: 91, first_name: "Lena", last_name: "Davis", email: "lena.davis@example.net", phone: "+1-801-555-0100" },
            { id: 92, first_name: "Mila", last_name: "Wilson", email: "mila.wilson@example.net", phone: "+1-503-555-0183" },
            { id: 93, first_name: "Uma", last_name: "Ruiz", email: "uma.ruiz@example.net", phone: "+1-305-555-0154" },
            { id: 94, first_name: "Ivan", last_name: "Jansen", email: "ivan.jansen@example.org", phone: "+1-312-555-0122" },
            { id: 95, first_name: "Grace", last_name: "Almeida", email: "grace.almeida@example.org", phone: "+1-312-555-0149" },
            { id: 96, first_name: "Grace", last_name: "Demir", email: "grace.demir@example.net", phone: "+1-212-555-0170" },
            { id: 97, first_name: "Mia", last_name: "Kim", email: "mia.kim@example.net", phone: null },
            { id: 98, first_name: "Laura", last_name: "Novak", email: "laura.novak@example.org", phone: null },
            { id: 99, first_name: "Ethan", last_name: "Ruiz", email: "ethan.ruiz@example.com", phone: "+1-713-555-0135" },
            { id: 100, first_name: "Noah", last_name: "Almeida", email: "noah.almeida@example.com", phone: "+1-312-555-0186" },
        ],
    });
    await prisma.contributions.createMany({
        data: [
            { id: 1, volunteer_id: 58, event_id: 3, hours: "18.10", contribution_date: "2023-12-13", feedback_score: 5 },
            { id: 2, volunteer_id: 40, event_id: 8, hours: "14.16", contribution_date: "2023-09-17", feedback_score: 4 },
            { id: 3, volunteer_id: 13, event_id: 14, hours: "17.33", contribution_date: "2023-11-21", feedback_score: 5 },
            { id: 4, volunteer_id: 31, event_id: 45, hours: "23.13", contribution_date: "2023-01-24", feedback_score: 5 },
            { id: 5, volunteer_id: 60, event_id: 46, hours: "14.50", contribution_date: "2023-11-22", feedback_score: 5 },
            { id: 6, volunteer_id: 17, event_id: 15, hours: "11.73", contribution_date: "2023-05-27", feedback_score: null },
            { id: 7, volunteer_id: 4, event_id: 4, hours: "20.91", contribution_date: "2023-03-12", feedback_score: 3 },
            { id: 8, volunteer_id: 44, event_id: 26, hours: "17.52", contribution_date: "2023-10-22", feedback_score: 4 },
            { id: 9, volunteer_id: 36, event_id: 20, hours: "20.59", contribution_date: "2023-06-27", feedback_score: 5 },
            { id: 10, volunteer_id: 7, event_id: 42, hours: "24.23", contribution_date: "2023-09-25", feedback_score: 1 },
            { id: 11, volunteer_id: 1, event_id: 24, hours: "18.98", contribution_date: "2023-11-19", feedback_score: 5 },
            { id: 12, volunteer_id: 77, event_id: 1, hours: "9.44", contribution_date: "2023-07-20", feedback_score: 2 },
            { id: 13, volunteer_id: 1, event_id: 15, hours: "12.62", contribution_date: "2023-06-25", feedback_score: null },
            { id: 14, volunteer_id: 20, event_id: 4, hours: "25.22", contribution_date: "2023-03-05", feedback_score: 4 },
            { id: 15, volunteer_id: 12, event_id: 23, hours: "26.07", contribution_date: "2023-08-26", feedback_score: 5 },
            { id: 16, volunteer_id: 3, event_id: 5, hours: "20.72", contribution_date: "2023-12-02", feedback_score: null },
            { id: 17, volunteer_id: 17, event_id: 10, hours: "20.19", contribution_date: "2023-06-26", feedback_score: 5 },
            { id: 18, volunteer_id: 55, event_id: 26, hours: "25.87", contribution_date: "2023-06-06", feedback_score: 2 },
            { id: 19, volunteer_id: 62, event_id: 35, hours: "18.02", contribution_date: "2023-03-30", feedback_score: 2 },
            { id: 20, volunteer_id: 37, event_id: 33, hours: "22.25", contribution_date: "2023-07-24", feedback_score: 1 },
            { id: 21, volunteer_id: 94, event_id: 8, hours: "17.92", contribution_date: "2023-05-06", feedback_score: 1 },
            { id: 22, volunteer_id: 90, event_id: 41, hours: "22.61", contribution_date: "2023-05-20", feedback_score: 5 },
            { id: 23, volunteer_id: 89, event_id: 5, hours: "17.91", contribution_date: "2023-06-04", feedback_score: null },
            { id: 24, volunteer_id: 13, event_id: 43, hours: "19.66", contribution_date: "2023-11-29", feedback_score: 3 },
            { id: 25, volunteer_id: 76, event_id: 42, hours: "6.37", contribution_date: "2023-08-28", feedback_score: 3 },
            { id: 26, volunteer_id: 77, event_id: 31, hours: "21.72", contribution_date: "2023-01-29", feedback_score: 3 },
            { id: 27, volunteer_id: 31, event_id: 25, hours: "19.47", contribution_date: "2023-06-27", feedback_score: null },
            { id: 28, volunteer_id: 24, event_id: 35, hours: "16.06", contribution_date: "2023-03-13", feedback_score: 4 },
            { id: 29, volunteer_id: 10, event_id: 33, hours: "7.50", contribution_date: "2023-03-31", feedback_score: 1 },
            { id: 30, volunteer_id: 39, event_id: 20, hours: "17.44", contribution_date: "2023-05-28", feedback_score: 5 },
            { id: 31, volunteer_id: 83, event_id: 10, hours: "24.03", contribution_date: "2023-02-06", feedback_score: 5 },
            { id: 32, volunteer_id: 99, event_id: 37, hours: "14.76", contribution_date: "2023-07-01", feedback_score: null },
            { id: 33, volunteer_id: 14, event_id: 30, hours: "17.97", contribution_date: "2023-11-21", feedback_score: null },
            { id: 34, volunteer_id: 99, event_id: 42, hours: "16.92", contribution_date: "2023-11-22", feedback_score: 5 },
            { id: 35, volunteer_id: 92, event_id: 17, hours: "27.02", contribution_date: "2023-08-30", feedback_score: 5 },
            { id: 36, volunteer_id: 29, event_id: 19, hours: "22.67", contribution_date: "2023-06-25", feedback_score: 4 },
            { id: 37, volunteer_id: 31, event_id: 32, hours: "18.61", contribution_date: "2023-10-10", feedback_score: 5 },
            { id: 38, volunteer_id: 53, event_id: 48, hours: "21.08", contribution_date: "2023-12-15", feedback_score: null },
            { id: 39, volunteer_id: 90, event_id: 47, hours: "12.35", contribution_date: "2023-09-27", feedback_score: 5 },
            { id: 40, volunteer_id: 79, event_id: 42, hours: "20.24", contribution_date: "2023-11-05", feedback_score: null },
            { id: 41, volunteer_id: 43, event_id: 41, hours: "20.62", contribution_date: "2023-03-27", feedback_score: null },
            { id: 42, volunteer_id: 26, event_id: 34, hours: "22.42", contribution_date: "2023-04-17", feedback_score: 4 },
            { id: 43, volunteer_id: 43, event_id: 42, hours: "12.11", contribution_date: "2023-05-30", feedback_score: 1 },
            { id: 44, volunteer_id: 57, event_id: 45, hours: "17.97", contribution_date: "2023-06-07", feedback_score: 4 },
            { id: 45, volunteer_id: 47, event_id: 13, hours: "13.44", contribution_date: "2023-04-15", feedback_score: 4 },
            { id: 46, volunteer_id: 12, event_id: 30, hours: "29.77", contribution_date: "2023-03-31", feedback_score: 3 },
            { id: 47, volunteer_id: 67, event_id: 29, hours: "15.96", contribution_date: "2023-02-02", feedback_score: 4 },
            { id: 48, volunteer_id: 10, event_id: 37, hours: "22.81", contribution_date: "2023-05-14", feedback_score: 5 },
            { id: 49, volunteer_id: 76, event_id: 49, hours: "13.44", contribution_date: "2023-02-25", feedback_score: 2 },
            { id: 50, volunteer_id: 81, event_id: 45, hours: "10.42", contribution_date: "2023-03-12", feedback_score: 5 },
            { id: 51, volunteer_id: 48, event_id: 43, hours: "24.53", contribution_date: "2023-12-03", feedback_score: 3 },
            { id: 52, volunteer_id: 58, event_id: 49, hours: "17.80", contribution_date: "2023-08-25", feedback_score: 2 },
            { id: 53, volunteer_id: 53, event_id: 50, hours: "14.54", contribution_date: "2023-08-28", feedback_score: 2 },
            { id: 54, volunteer_id: 54, event_id: 32, hours: "15.59", contribution_date: "2023-09-10", feedback_score: null },
            { id: 55, volunteer_id: 7, event_id: 39, hours: "17.31", contribution_date: "2023-01-19", feedback_score: 5 },
            { id: 56, volunteer_id: 21, event_id: 17, hours: "24.38", contribution_date: "2023-01-31", feedback_score: 4 },
            { id: 57, volunteer_id: 32, event_id: 24, hours: "11.48", contribution_date: "2023-05-31", feedback_score: 5 },
            { id: 58, volunteer_id: 15, event_id: 9, hours: "20.12", contribution_date: "2023-08-24", feedback_score: 1 },
            { id: 59, volunteer_id: 93, event_id: 13, hours: "22.42", contribution_date: "2023-12-15", feedback_score: 4 },
            { id: 60, volunteer_id: 47, event_id: 36, hours: "18.59", contribution_date: "2023-11-27", feedback_score: 3 },
            { id: 61, volunteer_id: 76, event_id: 43, hours: "24.79", contribution_date: "2023-04-06", feedback_score: 4 },
            { id: 62, volunteer_id: 93, event_id: 37, hours: "18.24", contribution_date: "2023-03-07", feedback_score: 5 },
            { id: 63, volunteer_id: 85, event_id: 17, hours: "14.81", contribution_date: "2023-07-17", feedback_score: 2 },
            { id: 64, volunteer_id: 92, event_id: 44, hours: "20.34", contribution_date: "2023-01-05", feedback_score: 5 },
            { id: 65, volunteer_id: 69, event_id: 33, hours: "27.01", contribution_date: "2023-01-23", feedback_score: 5 },
            { id: 66, volunteer_id: 69, event_id: 41, hours: "8.03", contribution_date: "2023-10-11", feedback_score: 4 },
            { id: 67, volunteer_id: 16, event_id: 19, hours: "18.80", contribution_date: "2023-02-01", feedback_score: null },
            { id: 68, volunteer_id: 91, event_id: 46, hours: "18.72", contribution_date: "2023-10-10", feedback_score: 4 },
            { id: 69, volunteer_id: 37, event_id: 38, hours: "19.03", contribution_date: "2023-11-19", feedback_score: 3 },
            { id: 70, volunteer_id: 99, event_id: 20, hours: "19.04", contribution_date: "2023-11-21", feedback_score: 5 },
            { id: 71, volunteer_id: 53, event_id: 41, hours: "17.46", contribution_date: "2023-11-23", feedback_score: 4 },
            { id: 72, volunteer_id: 58, event_id: 24, hours: "18.71", contribution_date: "2023-06-30", feedback_score: 5 },
            { id: 73, volunteer_id: 52, event_id: 42, hours: "25.05", contribution_date: "2023-10-07", feedback_score: 4 },
            { id: 74, volunteer_id: 74, event_id: 17, hours: "16.17", contribution_date: "2023-09-27", feedback_score: 3 },
            { id: 75, volunteer_id: 94, event_id: 26, hours: "23.86", contribution_date: "2023-01-17", feedback_score: 5 },
            { id: 76, volunteer_id: 77, event_id: 31, hours: "27.23", contribution_date: "2023-05-31", feedback_score: 3 },
            { id: 77, volunteer_id: 81, event_id: 47, hours: "19.06", contribution_date: "2023-11-22", feedback_score: null },
            { id: 78, volunteer_id: 84, event_id: 2, hours: "25.05", contribution_date: "2023-07-12", feedback_score: 2 },
            { id: 79, volunteer_id: 35, event_id: 45, hours: "18.70", contribution_date: "2023-07-19", feedback_score: 3 },
            { id: 80, volunteer_id: 56, event_id: 4, hours: "27.55", contribution_date: "2023-03-15", feedback_score: null },
            { id: 81, volunteer_id: 21, event_id: 5, hours: "19.20", contribution_date: "2023-11-28", feedback_score: null },
            { id: 82, volunteer_id: 97, event_id: 11, hours: "14.02", contribution_date: "2023-08-07", feedback_score: 4 },
            { id: 83, volunteer_id: 36, event_id: 46, hours: "14.78", contribution_date: "2023-08-30", feedback_score: 4 },
            { id: 84, volunteer_id: 47, event_id: 34, hours: "16.41", contribution_date: "2023-11-09", feedback_score: 5 },
            { id: 85, volunteer_id: 32, event_id: 9, hours: "24.16", contribution_date: "2023-02-09", feedback_score: 3 },
            { id: 86, volunteer_id: 63, event_id: 15, hours: "24.57", contribution_date: "2023-11-25", feedback_score: 5 },
            { id: 87, volunteer_id: 39, event_id: 38, hours: "24.54", contribution_date: "2023-05-27", feedback_score: 4 },
            { id: 88, volunteer_id: 26, event_id: 27, hours: "5.02", contribution_date: "2023-07-30", feedback_score: 4 },
            { id: 89, volunteer_id: 77, event_id: 10, hours: "17.41", contribution_date: "2023-12-12", feedback_score: 4 },
            { id: 90, volunteer_id: 14, event_id: 21, hours: "31.31", contribution_date: "2023-03-30", feedback_score: 4 },
            { id: 91, volunteer_id: 6, event_id: 31, hours: "25.35", contribution_date: "2023-10-15", feedback_score: 4 },
            { id: 92, volunteer_id: 63, event_id: 7, hours: "17.77", contribution_date: "2023-10-03", feedback_score: 5 },
            { id: 93, volunteer_id: 57, event_id: 41, hours: "19.59", contribution_date: "2023-11-01", feedback_score: 1 },
            { id: 94, volunteer_id: 90, event_id: 39, hours: "26.70", contribution_date: "2023-06-18", feedback_score: 3 },
            { id: 95, volunteer_id: 58, event_id: 16, hours: "17.94", contribution_date: "2023-08-05", feedback_score: 3 },
            { id: 96, volunteer_id: 43, event_id: 45, hours: "18.49", contribution_date: "2023-11-16", feedback_score: 3 },
            { id: 97, volunteer_id: 24, event_id: 3, hours: "12.04", contribution_date: "2023-05-13", feedback_score: 2 },
            { id: 98, volunteer_id: 9, event_id: 22, hours: "9.55", contribution_date: "2023-06-15", feedback_score: null },
            { id: 99, volunteer_id: 88, event_id: 26, hours: "20.69", contribution_date: "2023-04-26", feedback_score: 2 },
            { id: 100, volunteer_id: 74, event_id: 14, hours: "15.61", contribution_date: "2023-05-27", feedback_score: 4 },
            { id: 101, volunteer_id: 37, event_id: 48, hours: "10.34", contribution_date: "2023-01-23", feedback_score: 2 },
            { id: 102, volunteer_id: 61, event_id: 5, hours: "17.37", contribution_date: "2023-03-27", feedback_score: 1 },
            { id: 103, volunteer_id: 51, event_id: 4, hours: "14.87", contribution_date: "2023-01-01", feedback_score: 3 },
            { id: 104, volunteer_id: 11, event_id: 30, hours: "19.16", contribution_date: "2023-09-08", feedback_score: 3 },
            { id: 105, volunteer_id: 88, event_id: 29, hours: "19.61", contribution_date: "2023-04-01", feedback_score: null },
            { id: 106, volunteer_id: 56, event_id: 20, hours: "22.39", contribution_date: "2023-11-11", feedback_score: 4 },
            { id: 107, volunteer_id: 9, event_id: 35, hours: "22.19", contribution_date: "2023-11-02", feedback_score: 3 },
            { id: 108, volunteer_id: 89, event_id: 27, hours: "24.75", contribution_date: "2023-11-18", feedback_score: 1 },
            { id: 109, volunteer_id: 3, event_id: 43, hours: "18.21", contribution_date: "2023-08-21", feedback_score: 5 },
            { id: 110, volunteer_id: 58, event_id: 11, hours: "36.27", contribution_date: "2023-02-10", feedback_score: 1 },
            { id: 111, volunteer_id: 92, event_id: 2, hours: "9.99", contribution_date: "2023-05-24", feedback_score: 3 },
            { id: 112, volunteer_id: 82, event_id: 50, hours: "20.48", contribution_date: "2023-01-07", feedback_score: 4 },
            { id: 113, volunteer_id: 11, event_id: 10, hours: "33.34", contribution_date: "2023-12-30", feedback_score: 5 },
            { id: 114, volunteer_id: 84, event_id: 30, hours: "27.56", contribution_date: "2023-06-03", feedback_score: null },
            { id: 115, volunteer_id: 86, event_id: 39, hours: "20.33", contribution_date: "2023-09-19", feedback_score: 5 },
            { id: 116, volunteer_id: 61, event_id: 2, hours: "12.69", contribution_date: "2023-08-28", feedback_score: 3 },
            { id: 117, volunteer_id: 66, event_id: 40, hours: "28.29", contribution_date: "2023-01-27", feedback_score: 2 },
            { id: 118, volunteer_id: 64, event_id: 39, hours: "13.15", contribution_date: "2023-05-27", feedback_score: null },
            { id: 119, volunteer_id: 88, event_id: 28, hours: "18.20", contribution_date: "2023-05-17", feedback_score: 1 },
            { id: 120, volunteer_id: 49, event_id: 28, hours: "26.31", contribution_date: "2023-11-20", feedback_score: 3 },
            { id: 121, volunteer_id: 1, event_id: 21, hours: "12.03", contribution_date: "2023-02-15", feedback_score: 4 },
            { id: 122, volunteer_id: 51, event_id: 24, hours: "10.78", contribution_date: "2023-04-26", feedback_score: 3 },
            { id: 123, volunteer_id: 79, event_id: 30, hours: "21.11", contribution_date: "2023-03-20", feedback_score: 5 },
            { id: 124, volunteer_id: 36, event_id: 40, hours: "19.30", contribution_date: "2023-09-01", feedback_score: 1 },
            { id: 125, volunteer_id: 12, event_id: 32, hours: "25.33", contribution_date: "2023-03-06", feedback_score: null },
            { id: 126, volunteer_id: 1, event_id: 46, hours: "13.64", contribution_date: "2023-06-21", feedback_score: null },
            { id: 127, volunteer_id: 26, event_id: 45, hours: "20.84", contribution_date: "2023-06-25", feedback_score: 5 },
            { id: 128, volunteer_id: 69, event_id: 9, hours: "14.93", contribution_date: "2023-04-11", feedback_score: 2 },
            { id: 129, volunteer_id: 44, event_id: 50, hours: "23.17", contribution_date: "2023-05-23", feedback_score: 5 },
            { id: 130, volunteer_id: 72, event_id: 28, hours: "12.38", contribution_date: "2023-05-09", feedback_score: 5 },
            { id: 131, volunteer_id: 26, event_id: 2, hours: "21.96", contribution_date: "2023-11-12", feedback_score: 5 },
            { id: 132, volunteer_id: 26, event_id: 28, hours: "29.03", contribution_date: "2023-12-14", feedback_score: 2 },
            { id: 133, volunteer_id: 81, event_id: 31, hours: "20.88", contribution_date: "2023-04-05", feedback_score: 4 },
            { id: 134, volunteer_id: 19, event_id: 40, hours: "24.85", contribution_date: "2023-12-09", feedback_score: 5 },
            { id: 135, volunteer_id: 75, event_id: 18, hours: "20.45", contribution_date: "2023-12-16", feedback_score: 2 },
            { id: 136, volunteer_id: 19, event_id: 19, hours: "19.51", contribution_date: "2023-08-27", feedback_score: 5 },
            { id: 137, volunteer_id: 66, event_id: 44, hours: "23.46", contribution_date: "2023-12-10", feedback_score: 5 },
            { id: 138, volunteer_id: 1, event_id: 16, hours: "22.39", contribution_date: "2023-12-25", feedback_score: null },
            { id: 139, volunteer_id: 60, event_id: 50, hours: "12.27", contribution_date: "2023-06-26", feedback_score: null },
            { id: 140, volunteer_id: 98, event_id: 5, hours: "11.12", contribution_date: "2023-11-18", feedback_score: 3 },
            { id: 141, volunteer_id: 62, event_id: 26, hours: "24.64", contribution_date: "2023-02-06", feedback_score: 4 },
            { id: 142, volunteer_id: 70, event_id: 15, hours: "25.55", contribution_date: "2023-08-29", feedback_score: 1 },
            { id: 143, volunteer_id: 96, event_id: 21, hours: "27.03", contribution_date: "2023-04-20", feedback_score: 5 },
            { id: 144, volunteer_id: 49, event_id: 30, hours: "19.55", contribution_date: "2023-10-27", feedback_score: 3 },
            { id: 145, volunteer_id: 34, event_id: 6, hours: "13.98", contribution_date: "2023-07-17", feedback_score: 1 },
            { id: 146, volunteer_id: 95, event_id: 2, hours: "14.61", contribution_date: "2023-09-25", feedback_score: 5 },
            { id: 147, volunteer_id: 79, event_id: 10, hours: "16.94", contribution_date: "2023-04-27", feedback_score: 5 },
            { id: 148, volunteer_id: 24, event_id: 35, hours: "22.14", contribution_date: "2023-03-17", feedback_score: 5 },
            { id: 149, volunteer_id: 31, event_id: 18, hours: "20.49", contribution_date: "2023-04-25", feedback_score: 5 },
            { id: 150, volunteer_id: 71, event_id: 28, hours: "14.93", contribution_date: "2023-08-11", feedback_score: 3 },
            { id: 151, volunteer_id: 45, event_id: 9, hours: "26.27", contribution_date: "2023-10-20", feedback_score: 2 },
            { id: 152, volunteer_id: 40, event_id: 35, hours: "20.89", contribution_date: "2023-06-13", feedback_score: 5 },
            { id: 153, volunteer_id: 96, event_id: 38, hours: "15.22", contribution_date: "2023-06-18", feedback_score: 1 },
            { id: 154, volunteer_id: 29, event_id: 12, hours: "21.92", contribution_date: "2023-06-19", feedback_score: 3 },
            { id: 155, volunteer_id: 84, event_id: 36, hours: "17.10", contribution_date: "2023-12-07", feedback_score: 5 },
            { id: 156, volunteer_id: 41, event_id: 6, hours: "20.25", contribution_date: "2023-05-28", feedback_score: 5 },
            { id: 157, volunteer_id: 68, event_id: 19, hours: "26.17", contribution_date: "2023-07-08", feedback_score: 3 },
            { id: 158, volunteer_id: 48, event_id: 30, hours: "22.30", contribution_date: "2023-05-20", feedback_score: 4 },
            { id: 159, volunteer_id: 4, event_id: 22, hours: "18.86", contribution_date: "2023-07-20", feedback_score: 4 },
            { id: 160, volunteer_id: 100, event_id: 36, hours: "18.48", contribution_date: "2023-01-10", feedback_score: 4 },
            { id: 161, volunteer_id: 72, event_id: 21, hours: "28.18", contribution_date: "2023-01-16", feedback_score: 2 },
            { id: 162, volunteer_id: 49, event_id: 39, hours: "18.04", contribution_date: "2023-03-15", feedback_score: 2 },
            { id: 163, volunteer_id: 2, event_id: 16, hours: "25.21", contribution_date: "2023-02-06", feedback_score: 3 },
            { id: 164, volunteer_id: 60, event_id: 3, hours: "14.02", contribution_date: "2023-12-26", feedback_score: 4 },
            { id: 165, volunteer_id: 13, event_id: 35, hours: "13.08", contribution_date: "2023-08-26", feedback_score: 3 },
            { id: 166, volunteer_id: 99, event_id: 29, hours: "21.51", contribution_date: "2023-01-02", feedback_score: 4 },
            { id: 167, volunteer_id: 24, event_id: 13, hours: "20.18", contribution_date: "2023-02-27", feedback_score: 1 },
            { id: 168, volunteer_id: 11, event_id: 33, hours: "21.48", contribution_date: "2023-06-08", feedback_score: 3 },
            { id: 169, volunteer_id: 63, event_id: 8, hours: "19.17", contribution_date: "2023-07-01", feedback_score: null },
            { id: 170, volunteer_id: 27, event_id: 19, hours: "19.54", contribution_date: "2023-12-10", feedback_score: 5 },
            { id: 171, volunteer_id: 75, event_id: 10, hours: "17.45", contribution_date: "2023-05-18", feedback_score: 5 },
            { id: 172, volunteer_id: 95, event_id: 23, hours: "24.60", contribution_date: "2023-07-08", feedback_score: 5 },
            { id: 173, volunteer_id: 20, event_id: 37, hours: "26.69", contribution_date: "2023-04-12", feedback_score: 3 },
            { id: 174, volunteer_id: 36, event_id: 39, hours: "18.37", contribution_date: "2023-02-15", feedback_score: 3 },
            { id: 175, volunteer_id: 83, event_id: 13, hours: "21.34", contribution_date: "2023-09-13", feedback_score: 5 },
            { id: 176, volunteer_id: 88, event_id: 39, hours: "26.94", contribution_date: "2023-02-28", feedback_score: 3 },
            { id: 177, volunteer_id: 36, event_id: 4, hours: "28.08", contribution_date: "2023-02-20", feedback_score: 4 },
            { id: 178, volunteer_id: 61, event_id: 31, hours: "26.34", contribution_date: "2023-07-07", feedback_score: 3 },
            { id: 179, volunteer_id: 73, event_id: 29, hours: "14.66", contribution_date: "2023-05-22", feedback_score: 5 },
            { id: 180, volunteer_id: 7, event_id: 32, hours: "23.08", contribution_date: "2023-06-18", feedback_score: 4 },
            { id: 181, volunteer_id: 81, event_id: 47, hours: "18.28", contribution_date: "2023-04-13", feedback_score: 5 },
            { id: 182, volunteer_id: 79, event_id: 25, hours: "20.98", contribution_date: "2023-02-08", feedback_score: 5 },
            { id: 183, volunteer_id: 22, event_id: 2, hours: "9.92", contribution_date: "2023-04-08", feedback_score: 1 },
            { id: 184, volunteer_id: 14, event_id: 22, hours: "12.87", contribution_date: "2023-07-30", feedback_score: 4 },
            { id: 185, volunteer_id: 94, event_id: 31, hours: "33.10", contribution_date: "2023-05-16", feedback_score: 5 },
            { id: 186, volunteer_id: 52, event_id: 3, hours: "26.88", contribution_date: "2023-03-25", feedback_score: 3 },
            { id: 187, volunteer_id: 7, event_id: 41, hours: "26.29", contribution_date: "2023-02-19", feedback_score: 4 },
            { id: 188, volunteer_id: 60, event_id: 25, hours: "11.67", contribution_date: "2023-08-12", feedback_score: 5 },
            { id: 189, volunteer_id: 8, event_id: 22, hours: "23.38", contribution_date: "2023-03-03", feedback_score: 4 },
            { id: 190, volunteer_id: 5, event_id: 18, hours: "20.85", contribution_date: "2023-10-26", feedback_score: 4 },
            { id: 191, volunteer_id: 47, event_id: 21, hours: "17.75", contribution_date: "2023-05-26", feedback_score: 2 },
            { id: 192, volunteer_id: 18, event_id: 1, hours: "20.90", contribution_date: "2023-09-22", feedback_score: 1 },
            { id: 193, volunteer_id: 2, event_id: 49, hours: "19.37", contribution_date: "2023-04-19", feedback_score: 4 },
            { id: 194, volunteer_id: 52, event_id: 32, hours: "26.91", contribution_date: "2023-06-13", feedback_score: 5 },
            { id: 195, volunteer_id: 64, event_id: 14, hours: "22.14", contribution_date: "2023-07-21", feedback_score: 4 },
            { id: 196, volunteer_id: 88, event_id: 2, hours: "10.08", contribution_date: "2023-03-16", feedback_score: 5 },
            { id: 197, volunteer_id: 77, event_id: 24, hours: "8.98", contribution_date: "2023-01-09", feedback_score: 5 },
            { id: 198, volunteer_id: 9, event_id: 18, hours: "22.81", contribution_date: "2023-11-25", feedback_score: 3 },
            { id: 199, volunteer_id: 66, event_id: 7, hours: "25.88", contribution_date: "2023-11-12", feedback_score: 2 },
            { id: 200, volunteer_id: 47, event_id: 44, hours: "29.07", contribution_date: "2023-03-02", feedback_score: 4 },
            { id: 201, volunteer_id: 64, event_id: 8, hours: "15.95", contribution_date: "2023-01-08", feedback_score: 4 },
            { id: 202, volunteer_id: 70, event_id: 11, hours: "12.44", contribution_date: "2023-06-27", feedback_score: 4 },
            { id: 203, volunteer_id: 21, event_id: 29, hours: "18.84", contribution_date: "2023-09-15", feedback_score: 5 },
            { id: 204, volunteer_id: 40, event_id: 49, hours: "14.50", contribution_date: "2023-06-06", feedback_score: 4 },
            { id: 205, volunteer_id: 67, event_id: 43, hours: "10.98", contribution_date: "2023-08-18", feedback_score: null },
            { id: 206, volunteer_id: 69, event_id: 10, hours: "19.83", contribution_date: "2023-02-21", feedback_score: 5 },
            { id: 207, volunteer_id: 67, event_id: 16, hours: "19.05", contribution_date: "2023-03-06", feedback_score: 4 },
            { id: 208, volunteer_id: 22, event_id: 10, hours: "13.67", contribution_date: "2023-11-15", feedback_score: 5 },
            { id: 209, volunteer_id: 10, event_id: 24, hours: "26.56", contribution_date: "2023-10-23", feedback_score: 3 },
            { id: 210, volunteer_id: 39, event_id: 16, hours: "17.28", contribution_date: "2023-09-11", feedback_score: 5 },
            { id: 211, volunteer_id: 15, event_id: 38, hours: "28.39", contribution_date: "2023-04-18", feedback_score: null },
            { id: 212, volunteer_id: 25, event_id: 25, hours: "18.81", contribution_date: "2023-01-27", feedback_score: 3 },
            { id: 213, volunteer_id: 31, event_id: 45, hours: "24.53", contribution_date: "2023-01-26", feedback_score: 2 },
            { id: 214, volunteer_id: 98, event_id: 23, hours: "20.70", contribution_date: "2023-09-19", feedback_score: null },
            { id: 215, volunteer_id: 13, event_id: 14, hours: "23.91", contribution_date: "2023-06-25", feedback_score: 3 },
            { id: 216, volunteer_id: 66, event_id: 4, hours: "20.62", contribution_date: "2023-07-25", feedback_score: 2 },
            { id: 217, volunteer_id: 58, event_id: 7, hours: "21.03", contribution_date: "2023-08-31", feedback_score: 2 },
            { id: 218, volunteer_id: 90, event_id: 2, hours: "24.78", contribution_date: "2023-03-18", feedback_score: 5 },
            { id: 219, volunteer_id: 67, event_id: 50, hours: "18.51", contribution_date: "2023-03-02", feedback_score: 5 },
            { id: 220, volunteer_id: 99, event_id: 50, hours: "27.90", contribution_date: "2023-11-09", feedback_score: 1 },
            { id: 221, volunteer_id: 28, event_id: 18, hours: "24.22", contribution_date: "2023-11-25", feedback_score: null },
            { id: 222, volunteer_id: 94, event_id: 1, hours: "23.12", contribution_date: "2023-06-11", feedback_score: 5 },
            { id: 223, volunteer_id: 91, event_id: 7, hours: "20.68", contribution_date: "2023-09-14", feedback_score: 4 },
            { id: 224, volunteer_id: 95, event_id: 49, hours: "19.42", contribution_date: "2023-08-01", feedback_score: 3 },
            { id: 225, volunteer_id: 9, event_id: 33, hours: "22.58", contribution_date: "2023-02-22", feedback_score: 5 },
            { id: 226, volunteer_id: 61, event_id: 8, hours: "23.43", contribution_date: "2023-12-19", feedback_score: 1 },
            { id: 227, volunteer_id: 33, event_id: 30, hours: "26.82", contribution_date: "2023-01-15", feedback_score: 1 },
            { id: 228, volunteer_id: 69, event_id: 21, hours: "21.91", contribution_date: "2023-09-30", feedback_score: 5 },
            { id: 229, volunteer_id: 90, event_id: 3, hours: "19.82", contribution_date: "2023-02-12", feedback_score: 5 },
            { id: 230, volunteer_id: 65, event_id: 46, hours: "21.66", contribution_date: "2023-11-16", feedback_score: 2 },
            { id: 231, volunteer_id: 53, event_id: 6, hours: "18.91", contribution_date: "2023-06-26", feedback_score: 3 },
            { id: 232, volunteer_id: 12, event_id: 9, hours: "8.98", contribution_date: "2023-11-09", feedback_score: 4 },
            { id: 233, volunteer_id: 26, event_id: 46, hours: "16.12", contribution_date: "2023-04-02", feedback_score: 1 },
            { id: 234, volunteer_id: 1, event_id: 22, hours: "16.52", contribution_date: "2023-07-27", feedback_score: 2 },
            { id: 235, volunteer_id: 46, event_id: 5, hours: "26.67", contribution_date: "2023-05-29", feedback_score: 4 },
            { id: 236, volunteer_id: 33, event_id: 32, hours: "18.99", contribution_date: "2023-12-23", feedback_score: 4 },
            { id: 237, volunteer_id: 42, event_id: 17, hours: "25.43", contribution_date: "2023-09-25", feedback_score: 5 },
            { id: 238, volunteer_id: 45, event_id: 33, hours: "18.72", contribution_date: "2023-08-08", feedback_score: 4 },
            { id: 239, volunteer_id: 61, event_id: 33, hours: "29.23", contribution_date: "2023-03-06", feedback_score: null },
            { id: 240, volunteer_id: 22, event_id: 25, hours: "23.39", contribution_date: "2023-07-24", feedback_score: null },
            { id: 241, volunteer_id: 42, event_id: 31, hours: "23.99", contribution_date: "2023-11-01", feedback_score: 5 },
            { id: 242, volunteer_id: 12, event_id: 45, hours: "18.69", contribution_date: "2023-11-08", feedback_score: 2 },
            { id: 243, volunteer_id: 61, event_id: 11, hours: "19.65", contribution_date: "2023-03-19", feedback_score: 5 },
            { id: 244, volunteer_id: 32, event_id: 49, hours: "10.46", contribution_date: "2023-02-25", feedback_score: 5 },
            { id: 245, volunteer_id: 6, event_id: 36, hours: "18.31", contribution_date: "2023-10-01", feedback_score: null },
            { id: 246, volunteer_id: 46, event_id: 39, hours: "21.41", contribution_date: "2023-01-25", feedback_score: 5 },
            { id: 247, volunteer_id: 47, event_id: 34, hours: "19.12", contribution_date: "2023-08-30", feedback_score: 5 },
            { id: 248, volunteer_id: 23, event_id: 36, hours: "12.47", contribution_date: "2023-02-19", feedback_score: 3 },
            { id: 249, volunteer_id: 93, event_id: 24, hours: "17.02", contribution_date: "2023-10-04", feedback_score: 5 },
            { id: 250, volunteer_id: 47, event_id: 25, hours: "29.26", contribution_date: "2023-10-10", feedback_score: 5 },
            { id: 251, volunteer_id: 55, event_id: 40, hours: "13.27", contribution_date: "2023-11-29", feedback_score: 5 },
            { id: 252, volunteer_id: 70, event_id: 15, hours: "14.81", contribution_date: "2023-04-07", feedback_score: null },
            { id: 253, volunteer_id: 35, event_id: 40, hours: "24.27", contribution_date: "2023-03-11", feedback_score: 5 },
            { id: 254, volunteer_id: 45, event_id: 41, hours: "23.25", contribution_date: "2023-09-13", feedback_score: 4 },
            { id: 255, volunteer_id: 45, event_id: 36, hours: "26.52", contribution_date: "2023-11-14", feedback_score: 4 },
            { id: 256, volunteer_id: 59, event_id: 45, hours: "17.03", contribution_date: "2023-06-17", feedback_score: 5 },
            { id: 257, volunteer_id: 97, event_id: 3, hours: "8.61", contribution_date: "2023-11-12", feedback_score: 5 },
            { id: 258, volunteer_id: 48, event_id: 44, hours: "17.97", contribution_date: "2023-05-27", feedback_score: 3 },
            { id: 259, volunteer_id: 16, event_id: 15, hours: "28.04", contribution_date: "2023-06-30", feedback_score: 1 },
            { id: 260, volunteer_id: 64, event_id: 41, hours: "9.16", contribution_date: "2023-02-12", feedback_score: 3 },
            { id: 261, volunteer_id: 89, event_id: 25, hours: "19.09", contribution_date: "2023-10-07", feedback_score: 5 },
            { id: 262, volunteer_id: 42, event_id: 4, hours: "20.14", contribution_date: "2023-08-24", feedback_score: null },
            { id: 263, volunteer_id: 49, event_id: 9, hours: "22.95", contribution_date: "2023-10-30", feedback_score: 3 },
            { id: 264, volunteer_id: 42, event_id: 43, hours: "19.57", contribution_date: "2023-04-13", feedback_score: 5 },
            { id: 265, volunteer_id: 39, event_id: 11, hours: "28.01", contribution_date: "2023-02-02", feedback_score: 4 },
            { id: 266, volunteer_id: 80, event_id: 10, hours: "29.88", contribution_date: "2023-07-14", feedback_score: 2 },
            { id: 267, volunteer_id: 69, event_id: 4, hours: "30.76", contribution_date: "2023-10-25", feedback_score: 4 },
            { id: 268, volunteer_id: 99, event_id: 1, hours: "14.61", contribution_date: "2023-03-02", feedback_score: 4 },
            { id: 269, volunteer_id: 58, event_id: 48, hours: "22.53", contribution_date: "2023-11-21", feedback_score: 3 },
            { id: 270, volunteer_id: 8, event_id: 35, hours: "28.52", contribution_date: "2023-12-24", feedback_score: 5 },
            { id: 271, volunteer_id: 66, event_id: 11, hours: "26.60", contribution_date: "2023-09-01", feedback_score: 4 },
            { id: 272, volunteer_id: 44, event_id: 40, hours: "19.46", contribution_date: "2023-07-12", feedback_score: 3 },
            { id: 273, volunteer_id: 10, event_id: 40, hours: "17.04", contribution_date: "2023-02-15", feedback_score: 3 },
            { id: 274, volunteer_id: 9, event_id: 33, hours: "29.56", contribution_date: "2023-09-28", feedback_score: 4 },
            { id: 275, volunteer_id: 6, event_id: 38, hours: "25.69", contribution_date: "2023-02-27", feedback_score: 1 },
            { id: 276, volunteer_id: 78, event_id: 49, hours: "18.02", contribution_date: "2023-08-26", feedback_score: null },
            { id: 277, volunteer_id: 72, event_id: 35, hours: "20.04", contribution_date: "2023-10-06", feedback_score: 1 },
            { id: 278, volunteer_id: 23, event_id: 15, hours: "13.44", contribution_date: "2023-12-24", feedback_score: 5 },
            { id: 279, volunteer_id: 48, event_id: 23, hours: "20.92", contribution_date: "2023-08-28", feedback_score: 5 },
            { id: 280, volunteer_id: 17, event_id: 9, hours: "18.77", contribution_date: "2023-09-17", feedback_score: 5 },
            { id: 281, volunteer_id: 25, event_id: 18, hours: "21.77", contribution_date: "2023-11-27", feedback_score: 5 },
            { id: 282, volunteer_id: 50, event_id: 36, hours: "19.50", contribution_date: "2023-12-17", feedback_score: null },
            { id: 283, volunteer_id: 5, event_id: 5, hours: "25.20", contribution_date: "2023-08-28", feedback_score: 2 },
            { id: 284, volunteer_id: 35, event_id: 2, hours: "23.46", contribution_date: "2023-04-29", feedback_score: 4 },
            { id: 285, volunteer_id: 73, event_id: 2, hours: "20.90", contribution_date: "2023-04-22", feedback_score: 2 },
            { id: 286, volunteer_id: 65, event_id: 29, hours: "27.52", contribution_date: "2023-10-22", feedback_score: 4 },
            { id: 287, volunteer_id: 85, event_id: 38, hours: "16.81", contribution_date: "2023-06-17", feedback_score: 4 },
            { id: 288, volunteer_id: 33, event_id: 18, hours: "11.07", contribution_date: "2023-06-19", feedback_score: 5 },
            { id: 289, volunteer_id: 31, event_id: 1, hours: "18.36", contribution_date: "2023-06-18", feedback_score: 5 },
            { id: 290, volunteer_id: 21, event_id: 6, hours: "17.60", contribution_date: "2023-04-16", feedback_score: 5 },
            { id: 291, volunteer_id: 24, event_id: 41, hours: "31.58", contribution_date: "2023-01-12", feedback_score: 5 },
            { id: 292, volunteer_id: 60, event_id: 27, hours: "26.85", contribution_date: "2023-02-06", feedback_score: 1 },
            { id: 293, volunteer_id: 57, event_id: 9, hours: "19.28", contribution_date: "2023-01-03", feedback_score: 5 },
            { id: 294, volunteer_id: 47, event_id: 3, hours: "27.25", contribution_date: "2023-02-03", feedback_score: 4 },
            { id: 295, volunteer_id: 8, event_id: 46, hours: "32.35", contribution_date: "2023-02-26", feedback_score: 5 },
            { id: 296, volunteer_id: 95, event_id: 21, hours: "19.40", contribution_date: "2023-01-27", feedback_score: 3 },
            { id: 297, volunteer_id: 95, event_id: 19, hours: "19.33", contribution_date: "2023-07-08", feedback_score: 2 },
            { id: 298, volunteer_id: 42, event_id: 15, hours: "19.69", contribution_date: "2023-04-01", feedback_score: 4 },
            { id: 299, volunteer_id: 74, event_id: 24, hours: "30.25", contribution_date: "2023-03-24", feedback_score: 3 },
            { id: 300, volunteer_id: 99, event_id: 14, hours: "21.58", contribution_date: "2023-10-14", feedback_score: null },
        ],
    });
}

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