// Compassionate Connections (compassionate-connections) 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.donors), 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.donors.createMany({
        data: [
            { id: 1, name: "Ruby Shah", donation_amount: "5182.12", donation_date: "2023-04-24" },
            { id: 2, name: "Emma Rossi", donation_amount: "3011.12", donation_date: "2022-04-26" },
            { id: 3, name: "Arjun Fischer", donation_amount: null, donation_date: "2023-07-28" },
            { id: 4, name: "Maja Diaz", donation_amount: "2204.80", donation_date: "2021-03-25" },
            { id: 5, name: "Nina Kim", donation_amount: "3906.62", donation_date: "2022-09-02" },
            { id: 6, name: "James Nguyen", donation_amount: "218.40", donation_date: null },
            { id: 7, name: "Amir Flores", donation_amount: "5972.96", donation_date: "2023-10-15" },
            { id: 8, name: "Ethan Becker", donation_amount: null, donation_date: "2021-09-22" },
            { id: 9, name: "Jack Klein", donation_amount: null, donation_date: "2020-09-05" },
            { id: 10, name: "Victor Weber", donation_amount: "7708.87", donation_date: "2021-10-26" },
            { id: 11, name: "Tariq Kaya", donation_amount: "3083.77", donation_date: "2023-06-02" },
            { id: 12, name: "Deniz Gomez", donation_amount: null, donation_date: "2023-10-20" },
            { id: 13, name: "Pedro Castro", donation_amount: "45.25", donation_date: null },
            { id: 14, name: "Pedro Walker", donation_amount: "7353.17", donation_date: "2023-06-08" },
            { id: 15, name: "Karim Patel", donation_amount: "7213.38", donation_date: "2022-01-25" },
            { id: 16, name: "Diego Patel", donation_amount: "7079.64", donation_date: "2022-01-02" },
            { id: 17, name: "Ana Wang", donation_amount: "1749.62", donation_date: "2020-06-30" },
            { id: 18, name: "Mei Wang", donation_amount: "4820.71", donation_date: null },
            { id: 19, name: "Emma Becker", donation_amount: "562.55", donation_date: "2020-04-25" },
            { id: 20, name: "Olivia Garcia", donation_amount: "7602.40", donation_date: "2023-09-10" },
            { id: 21, name: "Felix Lee", donation_amount: "2355.03", donation_date: "2021-03-06" },
            { id: 22, name: "Ivan Mendes", donation_amount: null, donation_date: "2022-12-18" },
            { id: 23, name: "Uma Vargas", donation_amount: "2454.48", donation_date: "2023-04-02" },
            { id: 24, name: "Emma Miller", donation_amount: null, donation_date: "2023-02-10" },
            { id: 25, name: "Maya Chen", donation_amount: "75.31", donation_date: "2020-03-20" },
            { id: 26, name: "Hugo Hughes", donation_amount: "6771.45", donation_date: "2023-05-11" },
            { id: 27, name: "Elena Bauer", donation_amount: "883.26", donation_date: "2022-09-11" },
            { id: 28, name: "James Kim", donation_amount: "1730.03", donation_date: "2020-07-02" },
            { id: 29, name: "Jade Young", donation_amount: "5295.56", donation_date: "2022-10-31" },
            { id: 30, name: "Nour Cruz", donation_amount: "8726.05", donation_date: "2021-06-09" },
            { id: 31, name: "Ibrahim Reyes", donation_amount: "1760.66", donation_date: "2022-11-20" },
            { id: 32, name: "Selin Ali", donation_amount: "2941.85", donation_date: "2022-01-10" },
            { id: 33, name: "Omar Ruiz", donation_amount: "6662.50", donation_date: "2021-02-03" },
            { id: 34, name: "James Clark", donation_amount: "1617.83", donation_date: "2023-05-23" },
            { id: 35, name: "Diego Becker", donation_amount: "6998.35", donation_date: "2021-03-03" },
            { id: 36, name: "Liam Oliveira", donation_amount: "377.21", donation_date: "2023-09-16" },
            { id: 37, name: "Maja Bauer", donation_amount: "60.15", donation_date: "2022-02-28" },
            { id: 38, name: "Theo Castro", donation_amount: "7034.24", donation_date: "2022-10-03" },
            { id: 39, name: "Hana Wright", donation_amount: "7463.28", donation_date: "2021-09-08" },
            { id: 40, name: "Ethan Gupta", donation_amount: null, donation_date: "2022-04-24" },
            { id: 41, name: "Maja Sato", donation_amount: "21.08", donation_date: "2023-03-06" },
            { id: 42, name: "Ana Flores", donation_amount: "2428.95", donation_date: "2020-01-26" },
            { id: 43, name: "Nour Rossi", donation_amount: "5112.47", donation_date: "2023-11-01" },
            { id: 44, name: "Ivan Taylor", donation_amount: "1424.25", donation_date: "2022-07-28" },
            { id: 45, name: "Theo Novak", donation_amount: "163.59", donation_date: "2023-04-26" },
            { id: 46, name: "Hugo Larsen", donation_amount: "9632.74", donation_date: "2022-03-25" },
            { id: 47, name: "Alice Jansen", donation_amount: "1131.01", donation_date: "2023-12-17" },
            { id: 48, name: "Ivan Bauer", donation_amount: "1089.32", donation_date: "2022-09-22" },
            { id: 49, name: "Nina Nakamura", donation_amount: "7222.04", donation_date: "2020-12-08" },
            { id: 50, name: "Fatima Adams", donation_amount: "9148.09", donation_date: "2020-10-25" },
            { id: 51, name: "Lina Cruz", donation_amount: "2039.36", donation_date: "2023-12-12" },
            { id: 52, name: "Tomas Becker", donation_amount: "9364.30", donation_date: "2022-02-27" },
            { id: 53, name: "Selin Cruz", donation_amount: "2314.32", donation_date: null },
            { id: 54, name: "Jade Miller", donation_amount: "5006.12", donation_date: "2023-06-10" },
            { id: 55, name: "Sofia Walker", donation_amount: "17.31", donation_date: "2021-10-27" },
            { id: 56, name: "Carla Davis", donation_amount: "6781.05", donation_date: "2021-12-09" },
            { id: 57, name: "Theo Hoffmann", donation_amount: "6244.55", donation_date: "2023-10-20" },
            { id: 58, name: "Marco Hassan", donation_amount: "653.35", donation_date: null },
            { id: 59, name: "Ana Vargas", donation_amount: "4415.70", donation_date: "2020-05-09" },
            { id: 60, name: "Victor Kumar", donation_amount: "4317.49", donation_date: null },
            { id: 61, name: "Mila Sousa", donation_amount: "5769.53", donation_date: "2021-05-21" },
            { id: 62, name: "Yusuf Ibrahim", donation_amount: "5650.27", donation_date: null },
            { id: 63, name: "Olivia Lopez", donation_amount: "4399.17", donation_date: "2020-06-27" },
            { id: 64, name: "Andre Ruiz", donation_amount: "5715.01", donation_date: "2020-07-05" },
            { id: 65, name: "Ines Tanaka", donation_amount: "3338.29", donation_date: "2021-08-20" },
            { id: 66, name: "Daniel Chen", donation_amount: "7350.94", donation_date: "2020-11-16" },
            { id: 67, name: "Marco Kaya", donation_amount: "3117.03", donation_date: "2020-08-08" },
            { id: 68, name: "David Hughes", donation_amount: "107.22", donation_date: null },
            { id: 69, name: "Sara Meyer", donation_amount: "9089.73", donation_date: "2023-12-15" },
            { id: 70, name: "Sara Schneider", donation_amount: "2600.68", donation_date: "2022-12-07" },
            { id: 71, name: "Mateo Martin", donation_amount: "325.29", donation_date: "2022-02-15" },
            { id: 72, name: "Chloe Moreau", donation_amount: "4805.82", donation_date: "2022-04-24" },
            { id: 73, name: "Amir Andersen", donation_amount: null, donation_date: "2023-05-29" },
            { id: 74, name: "Grace Mendes", donation_amount: "3216.26", donation_date: "2023-01-09" },
            { id: 75, name: "Maria Ruiz", donation_amount: "26.61", donation_date: "2023-11-19" },
            { id: 76, name: "Ben Hassan", donation_amount: "1164.36", donation_date: "2022-05-21" },
            { id: 77, name: "Ibrahim Hughes", donation_amount: "5488.39", donation_date: "2021-02-14" },
            { id: 78, name: "Wei Walker", donation_amount: "1412.38", donation_date: "2022-10-11" },
            { id: 79, name: "Paula Young", donation_amount: "2248.08", donation_date: "2022-09-27" },
            { id: 80, name: "Anna Moreau", donation_amount: "798.09", donation_date: "2022-10-30" },
            { id: 81, name: "Carlos Martin", donation_amount: "8997.05", donation_date: "2023-02-16" },
            { id: 82, name: "Sam Castro", donation_amount: null, donation_date: "2023-11-26" },
            { id: 83, name: "Wei Tanaka", donation_amount: "8809.31", donation_date: "2022-05-02" },
            { id: 84, name: "Isaac Jensen", donation_amount: "8051.28", donation_date: null },
            { id: 85, name: "Priya Taylor", donation_amount: null, donation_date: "2022-06-09" },
            { id: 86, name: "Nina Flores", donation_amount: "8103.70", donation_date: "2021-05-31" },
            { id: 87, name: "Diego Becker", donation_amount: "4515.70", donation_date: "2023-09-26" },
            { id: 88, name: "Lina Bauer", donation_amount: "2749.21", donation_date: "2023-12-03" },
            { id: 89, name: "Ravi Lopez", donation_amount: "7569.74", donation_date: "2021-08-17" },
            { id: 90, name: "Tariq Gupta", donation_amount: "292.59", donation_date: "2022-02-12" },
            { id: 91, name: "Victor Sousa", donation_amount: "68.24", donation_date: "2020-10-25" },
            { id: 92, name: "Carlos Vargas", donation_amount: "3517.87", donation_date: "2021-08-31" },
            { id: 93, name: "Maya Chen", donation_amount: "37.44", donation_date: "2023-07-24" },
            { id: 94, name: "Nadia Taylor", donation_amount: "3298.74", donation_date: "2023-07-14" },
            { id: 95, name: "Andre Nguyen", donation_amount: "3517.44", donation_date: "2023-09-05" },
            { id: 96, name: "Sara Carter", donation_amount: "2788.42", donation_date: "2021-05-16" },
            { id: 97, name: "Olivia Hughes", donation_amount: "1411.26", donation_date: "2022-05-12" },
            { id: 98, name: "Omar Diaz", donation_amount: "98.99", donation_date: "2023-12-18" },
            { id: 99, name: "Hana Lee", donation_amount: "2357.35", donation_date: "2022-08-03" },
            { id: 100, name: "Diego Davis", donation_amount: "2179.27", donation_date: "2022-02-13" },
        ],
    });
    await prisma.events.createMany({
        data: [
            { id: 1, event_name: "expo run picnic", event_date: "2022-11-08", location: "gym district", attendance: 46 },
            { id: 2, event_name: "seminar shelter run walk", event_date: "2021-11-10", location: "studio", attendance: 205 },
            { id: 3, event_name: "awareness house", event_date: "2020-02-07", location: "auditorium", attendance: 34 },
            { id: 4, event_name: "gala drive competition", event_date: "2022-01-25", location: "auditorium neighborhood", attendance: 184 },
            { id: 5, event_name: "day competition", event_date: "2020-07-21", location: "center", attendance: 66 },
            { id: 6, event_name: "gala forum fundraiser adoption", event_date: "2020-11-29", location: "theater town", attendance: 14 },
            { id: 7, event_name: "rally forum gala expo", event_date: "2021-11-27", location: "office", attendance: 234 },
            { id: 8, event_name: "adoption picnic training", event_date: "2021-06-12", location: "farm", attendance: null },
            { id: 9, event_name: "awareness networking rally", event_date: "2022-01-04", location: "beach theater", attendance: 50 },
            { id: 10, event_name: "gala shelter challenge", event_date: "2020-06-08", location: "field studio center", attendance: 20 },
            { id: 11, event_name: "networking festival competition seminar", event_date: "2021-11-27", location: "shop park", attendance: 357 },
            { id: 12, event_name: "forum festival community", event_date: "2021-11-18", location: "theater school stadium", attendance: null },
            { id: 13, event_name: "gala expo outreach", event_date: "2020-05-11", location: "shelter", attendance: 13 },
            { id: 14, event_name: "celebration training", event_date: "2020-03-27", location: "grounds", attendance: null },
            { id: 15, event_name: "adoption seminar", event_date: "2023-12-11", location: "farm", attendance: 36 },
            { id: 16, event_name: "outreach festival gala picnic", event_date: "2023-10-22", location: "square park", attendance: 1 },
            { id: 17, event_name: "training rally", event_date: "2022-12-21", location: "studio auditorium", attendance: 147 },
            { id: 18, event_name: "meetup picnic", event_date: "2021-01-03", location: "church grounds", attendance: 351 },
            { id: 19, event_name: "seminar forum", event_date: "2021-06-28", location: "gym shelter", attendance: 99 },
            { id: 20, event_name: "walk showcase", event_date: "2023-09-20", location: "grounds venue", attendance: null },
            { id: 21, event_name: "run walk drive training", event_date: "2021-10-27", location: "district", attendance: 354 },
            { id: 22, event_name: "expo shelter", event_date: "2020-10-15", location: "neighborhood market", attendance: 2 },
            { id: 23, event_name: "fundraiser picnic campaign", event_date: "2021-11-02", location: "school block", attendance: 488 },
            { id: 24, event_name: "run shelter", event_date: "2021-03-23", location: "studio gym court", attendance: 143 },
            { id: 25, event_name: "expo house rally", event_date: "2022-01-26", location: "auditorium", attendance: 179 },
            { id: 26, event_name: "shelter expo", event_date: "2021-08-30", location: "library farm square", attendance: 460 },
            { id: 27, event_name: "showcase fundraiser", event_date: "2023-11-09", location: "grounds market community", attendance: 2 },
            { id: 28, event_name: "networking open picnic house", event_date: "2020-03-14", location: "plaza venue", attendance: 288 },
            { id: 29, event_name: "networking forum", event_date: "2020-11-26", location: "venue market", attendance: 288 },
            { id: 30, event_name: "celebration meetup open forum", event_date: "2021-12-11", location: "court school stadium", attendance: 60 },
            { id: 31, event_name: "adoption picnic gala", event_date: "2022-01-10", location: "district garden stadium", attendance: 220 },
            { id: 32, event_name: "walk day community", event_date: "2021-09-14", location: "gym hall", attendance: 5 },
            { id: 33, event_name: "rally challenge conference drive", event_date: "2023-11-23", location: null, attendance: 70 },
            { id: 34, event_name: "forum adoption", event_date: "2021-10-01", location: null, attendance: 1 },
            { id: 35, event_name: "picnic event", event_date: "2023-08-21", location: "beach", attendance: 11 },
            { id: 36, event_name: "drive forum", event_date: "2023-09-14", location: "church", attendance: 75 },
            { id: 37, event_name: "competition walk event", event_date: "2020-12-09", location: "library theater court", attendance: 74 },
            { id: 38, event_name: "campaign workshop meetup adoption", event_date: "2020-02-16", location: "city field library", attendance: 103 },
            { id: 39, event_name: "meetup seminar drive", event_date: "2020-07-12", location: "field farm stadium", attendance: 78 },
            { id: 40, event_name: "house gala forum drive", event_date: "2023-10-13", location: "shop school shelter", attendance: null },
            { id: 41, event_name: "fair seminar forum", event_date: "2021-11-16", location: "office", attendance: 35 },
            { id: 42, event_name: "fundraiser community", event_date: "2021-03-24", location: "plaza office", attendance: null },
            { id: 43, event_name: "fundraiser training", event_date: "2023-01-12", location: null, attendance: 447 },
            { id: 44, event_name: "forum festival conference expo", event_date: "2021-02-23", location: "market", attendance: 65 },
            { id: 45, event_name: "conference run", event_date: "2021-09-14", location: "church campus", attendance: 316 },
            { id: 46, event_name: "expo fair walk", event_date: "2023-08-22", location: "plaza theater auditorium", attendance: 475 },
            { id: 47, event_name: "campaign celebration shelter run", event_date: "2022-01-06", location: "shop town", attendance: 300 },
            { id: 48, event_name: "competition workshop", event_date: "2022-11-09", location: "court campus", attendance: 191 },
            { id: 49, event_name: "challenge celebration", event_date: "2022-04-28", location: "community office", attendance: 323 },
            { id: 50, event_name: "festival open workshop campaign", event_date: "2022-04-17", location: "plaza square", attendance: 262 },
        ],
    });
    await prisma.pets.createMany({
        data: [
            { id: 1, name: "Buddy", species: "Dog", breed: "spaniel schnauzer", age: 12, health_status: "Healthy" },
            { id: 2, name: "Bailey Zoey", species: "Dog", breed: "dane pug", age: 7, health_status: "Healthy" },
            { id: 3, name: "Sadie", species: "Dog", breed: "schnauzer beagle", age: 5, health_status: "Healthy" },
            { id: 4, name: "Lola", species: "Dog", breed: "retriever tzu", age: 9, health_status: "Needs Medical Attention" },
            { id: 5, name: "Lola", species: "Dog", breed: "husky", age: 5, health_status: "Needs Medical Attention" },
            { id: 6, name: "Jasper Coco", species: "Cat", breed: "golden", age: 5, health_status: "Healthy" },
            { id: 7, name: "Gizmo", species: "Dog", breed: "maltese", age: 5, health_status: "Healthy" },
            { id: 8, name: "Sophie", species: "Cat", breed: "pomeranian", age: null, health_status: "Healthy" },
            { id: 9, name: "Daisy Leo", species: "Dog", breed: "labrador basset", age: 12, health_status: "Healthy" },
            { id: 10, name: "Bella Rocky", species: "Dog", breed: "chihuahua schnauzer", age: 8, health_status: "Healthy" },
            { id: 11, name: "Sadie", species: "Cat", breed: "pomeranian spaniel", age: 5, health_status: "Healthy" },
            { id: 12, name: "Rocky", species: "Dog", breed: "whippet", age: 6, health_status: "Needs Medical Attention" },
            { id: 13, name: "Gizmo Molly", species: "Cat", breed: "labrador", age: 8, health_status: "Healthy" },
            { id: 14, name: "Coco", species: "Dog", breed: "pitbull doberman", age: 3, health_status: "Healthy" },
            { id: 15, name: "Buddy", species: "Dog", breed: "golden", age: 10, health_status: "Healthy" },
            { id: 16, name: "Bailey", species: "Other", breed: "beagle dalmatian", age: 7, health_status: "Healthy" },
            { id: 17, name: "Rocky Zoey", species: "Dog", breed: "schnauzer terrier", age: 6, health_status: "Healthy" },
            { id: 18, name: "Charlie Zoey", species: "Dog", breed: "great rottweiler", age: 7, health_status: "Needs Medical Attention" },
            { id: 19, name: "Bailey Max", species: "Dog", breed: "pomeranian", age: 3, health_status: "Healthy" },
            { id: 20, name: "Oliver Jasper", species: "Dog", breed: "basset maltese", age: 11, health_status: "Healthy" },
            { id: 21, name: "Molly", species: "Dog", breed: "maltese", age: 10, health_status: "Healthy" },
            { id: 22, name: "Lola Gizmo", species: "Cat", breed: "spaniel labrador", age: 7, health_status: "Needs Medical Attention" },
            { id: 23, name: "Jasper", species: "Dog", breed: "pug pitbull", age: 7, health_status: "Healthy" },
            { id: 24, name: "Lola", species: "Cat", breed: "great spaniel", age: 11, health_status: "Healthy" },
            { id: 25, name: "Lola", species: "Dog", breed: "bulldog", age: null, health_status: "Healthy" },
            { id: 26, name: "Bella", species: "Cat", breed: "hound", age: 7, health_status: "In Recovery" },
            { id: 27, name: "Lucy", species: "Dog", breed: "husky", age: 10, health_status: "Healthy" },
            { id: 28, name: "Max", species: "Dog", breed: "pomeranian dane", age: 7, health_status: "Healthy" },
            { id: 29, name: "Max", species: "Cat", breed: "great", age: 5, health_status: "In Recovery" },
            { id: 30, name: "Sophie Coco", species: "Dog", breed: "dachshund mastiff", age: 5, health_status: "Healthy" },
            { id: 31, name: "Chester Teddy", species: "Dog", breed: "pug", age: 6, health_status: "Healthy" },
            { id: 32, name: "Daisy Gizmo", species: "Cat", breed: "dalmatian", age: 6, health_status: "Healthy" },
            { id: 33, name: "Bailey Sadie", species: "Dog", breed: "beagle", age: 4, health_status: "Healthy" },
            { id: 34, name: "Teddy Bailey", species: "Other", breed: "boxer", age: 6, health_status: "Needs Medical Attention" },
            { id: 35, name: "Rex Max", species: "Dog", breed: "golden", age: 5, health_status: "Healthy" },
            { id: 36, name: "Max Zoey", species: "Dog", breed: "dane golden", age: 8, health_status: "Needs Medical Attention" },
            { id: 37, name: "Sophie", species: "Cat", breed: "doberman whippet", age: 11, health_status: "Healthy" },
            { id: 38, name: "Lola Bailey", species: "Dog", breed: "pug", age: null, health_status: "Needs Medical Attention" },
            { id: 39, name: "Bella Lola", species: "Other", breed: "hound basset", age: 4, health_status: "Healthy" },
            { id: 40, name: "Lucy Sadie", species: "Dog", breed: "spaniel rottweiler", age: 8, health_status: "Healthy" },
            { id: 41, name: "Coco Bella", species: "Rabbit", breed: "mastiff", age: 8, health_status: "Healthy" },
            { id: 42, name: "Oliver", species: "Cat", breed: "schnauzer shih", age: 8, health_status: "Needs Medical Attention" },
            { id: 43, name: "Zoey", species: "Dog", breed: "border dachshund", age: 5, health_status: "Healthy" },
            { id: 44, name: "Rocky", species: "Cat", breed: "labrador terrier", age: 4, health_status: "Needs Medical Attention" },
            { id: 45, name: "Lola Lucy", species: "Rabbit", breed: "labrador rottweiler", age: null, health_status: "Needs Medical Attention" },
            { id: 46, name: "Charlie Max", species: "Dog", breed: "dachshund", age: null, health_status: "Healthy" },
            { id: 47, name: "Max", species: "Dog", breed: "spaniel boxer", age: 8, health_status: "Healthy" },
            { id: 48, name: "Daisy", species: "Dog", breed: "hound", age: null, health_status: "Needs Medical Attention" },
            { id: 49, name: "Lucy Gizmo", species: "Dog", breed: "chihuahua", age: 8, health_status: "Needs Medical Attention" },
            { id: 50, name: "Gizmo", species: "Rabbit", breed: "golden terrier", age: 8, health_status: "Healthy" },
            { id: 51, name: "Rocky Rex", species: "Dog", breed: "great mastiff", age: null, health_status: "Healthy" },
            { id: 52, name: "Rocky Oliver", species: "Dog", breed: "mastiff", age: 6, health_status: "Needs Medical Attention" },
            { id: 53, name: "Molly Max", species: "Dog", breed: "tzu mastiff", age: 7, health_status: "Healthy" },
            { id: 54, name: "Bella Zoey", species: "Other", breed: "chihuahua basset", age: 9, health_status: "Healthy" },
            { id: 55, name: "Bailey", species: "Cat", breed: "pitbull", age: null, health_status: "Needs Medical Attention" },
            { id: 56, name: "Chester Max", species: "Dog", breed: "poodle dane", age: 9, health_status: "In Recovery" },
            { id: 57, name: "Bailey", species: "Dog", breed: "collie shih", age: null, health_status: "In Recovery" },
            { id: 58, name: "Lucy", species: "Cat", breed: "poodle", age: 9, health_status: "Healthy" },
            { id: 59, name: "Buddy", species: "Dog", breed: "whippet terrier", age: 5, health_status: "Healthy" },
            { id: 60, name: "Rocky", species: "Dog", breed: "poodle", age: 6, health_status: "Healthy" },
            { id: 61, name: "Bella", species: "Cat", breed: "pug", age: 8, health_status: "Healthy" },
            { id: 62, name: "Sadie", species: "Cat", breed: "pomeranian collie", age: 9, health_status: "Needs Medical Attention" },
            { id: 63, name: "Max Molly", species: "Dog", breed: "schnauzer", age: 8, health_status: "Healthy" },
            { id: 64, name: "Teddy", species: "Dog", breed: "dachshund", age: 4, health_status: "Healthy" },
            { id: 65, name: "Leo Jasper", species: "Cat", breed: "tzu pomeranian", age: null, health_status: "Healthy" },
            { id: 66, name: "Lola Sadie", species: "Dog", breed: "border mastiff", age: null, health_status: "Healthy" },
            { id: 67, name: "Sophie Lola", species: "Dog", breed: "retriever", age: 10, health_status: "Healthy" },
            { id: 68, name: "Oliver Gizmo", species: "Dog", breed: "pomeranian great", age: 7, health_status: "Healthy" },
            { id: 69, name: "Jasper", species: "Cat", breed: "border", age: 10, health_status: "Healthy" },
            { id: 70, name: "Teddy", species: "Dog", breed: "mastiff", age: 6, health_status: "Healthy" },
            { id: 71, name: "Lola", species: "Other", breed: "dachshund golden", age: 6, health_status: "Healthy" },
            { id: 72, name: "Leo", species: "Other", breed: "dalmatian", age: 3, health_status: "In Recovery" },
            { id: 73, name: "Jasper Buddy", species: "Dog", breed: "schnauzer boxer", age: 5, health_status: "Healthy" },
            { id: 74, name: "Max", species: "Dog", breed: "chihuahua", age: null, health_status: "Healthy" },
            { id: 75, name: "Daisy Chester", species: "Dog", breed: "shih tzu", age: 6, health_status: "Healthy" },
            { id: 76, name: "Buddy Max", species: "Cat", breed: "retriever", age: 11, health_status: "Healthy" },
            { id: 77, name: "Lucy", species: "Cat", breed: "cocker", age: 10, health_status: "Healthy" },
            { id: 78, name: "Sophie Molly", species: "Dog", breed: "retriever dachshund", age: 7, health_status: "Healthy" },
            { id: 79, name: "Oliver", species: "Rabbit", breed: "boxer", age: 7, health_status: "Needs Medical Attention" },
            { id: 80, name: "Bella Charlie", species: "Dog", breed: "tzu rottweiler", age: 7, health_status: "Healthy" },
            { id: 81, name: "Leo", species: "Cat", breed: "dane", age: 9, health_status: "Needs Medical Attention" },
            { id: 82, name: "Leo", species: "Dog", breed: "dachshund collie", age: 7, health_status: "Healthy" },
            { id: 83, name: "Jasper Molly", species: "Dog", breed: "retriever", age: null, health_status: "Healthy" },
            { id: 84, name: "Oliver Bella", species: "Cat", breed: "poodle", age: 8, health_status: "Healthy" },
            { id: 85, name: "Coco Buddy", species: "Cat", breed: "shih", age: 9, health_status: "Healthy" },
            { id: 86, name: "Buddy Coco", species: "Dog", breed: "poodle doberman", age: 7, health_status: "Needs Medical Attention" },
            { id: 87, name: "Jasper", species: "Dog", breed: "pitbull hound", age: 10, health_status: "Healthy" },
            { id: 88, name: "Gizmo Daisy", species: "Cat", breed: "dane", age: 6, health_status: "Healthy" },
            { id: 89, name: "Zoey", species: "Dog", breed: "poodle mastiff", age: 6, health_status: "Needs Medical Attention" },
            { id: 90, name: "Leo Sadie", species: "Cat", breed: "schnauzer bulldog", age: 9, health_status: "In Recovery" },
            { id: 91, name: "Coco", species: "Dog", breed: "dachshund", age: 4, health_status: "Needs Medical Attention" },
            { id: 92, name: "Sophie Buddy", species: "Dog", breed: "border poodle", age: 7, health_status: "Needs Medical Attention" },
            { id: 93, name: "Jasper Lola", species: "Rabbit", breed: "poodle", age: 5, health_status: "Healthy" },
            { id: 94, name: "Daisy Sadie", species: "Dog", breed: "tzu golden", age: 8, health_status: "Healthy" },
            { id: 95, name: "Sadie", species: "Other", breed: "terrier", age: 9, health_status: "Needs Medical Attention" },
            { id: 96, name: "Zoey", species: "Dog", breed: "dane dachshund", age: 6, health_status: "Healthy" },
            { id: 97, name: "Coco Bailey", species: "Cat", breed: "hound collie", age: 12, health_status: "Healthy" },
            { id: 98, name: "Daisy Charlie", species: "Other", breed: "great", age: 2, health_status: "Healthy" },
            { id: 99, name: "Lucy", species: "Dog", breed: "dane", age: 9, health_status: "In Recovery" },
            { id: 100, name: "Charlie Jasper", species: "Other", breed: "collie", age: 5, health_status: "Needs Medical Attention" },
            { id: 101, name: "Coco Rex", species: "Dog", breed: "pitbull cocker", age: null, health_status: "Healthy" },
            { id: 102, name: "Rex", species: "Dog", breed: "collie pitbull", age: 1, health_status: "Healthy" },
            { id: 103, name: "Teddy", species: "Dog", breed: "bulldog tzu", age: 8, health_status: "Healthy" },
            { id: 104, name: "Zoey Teddy", species: "Dog", breed: "terrier", age: null, health_status: "In Recovery" },
            { id: 105, name: "Leo", species: "Dog", breed: "retriever french", age: null, health_status: "Healthy" },
            { id: 106, name: "Rex Lucy", species: "Cat", breed: "cocker rottweiler", age: 4, health_status: "Healthy" },
            { id: 107, name: "Lola", species: "Rabbit", breed: "spaniel", age: 6, health_status: "Healthy" },
            { id: 108, name: "Teddy", species: "Cat", breed: "basset chihuahua", age: null, health_status: "Needs Medical Attention" },
            { id: 109, name: "Gizmo", species: "Cat", breed: "collie schnauzer", age: 7, health_status: "Needs Medical Attention" },
            { id: 110, name: "Bailey", species: "Dog", breed: "whippet", age: 7, health_status: "In Recovery" },
            { id: 111, name: "Chester", species: "Other", breed: "hound", age: 6, health_status: "Needs Medical Attention" },
            { id: 112, name: "Sophie", species: "Dog", breed: "pug dalmatian", age: 10, health_status: "In Recovery" },
            { id: 113, name: "Oliver Rex", species: "Dog", breed: "hound", age: 4, health_status: "Needs Medical Attention" },
            { id: 114, name: "Teddy Gizmo", species: "Other", breed: "beagle pug", age: 9, health_status: "Healthy" },
            { id: 115, name: "Chester", species: "Dog", breed: "rottweiler whippet", age: 8, health_status: "Healthy" },
            { id: 116, name: "Rex", species: "Other", breed: "border dane", age: 8, health_status: "Needs Medical Attention" },
            { id: 117, name: "Rocky Bella", species: "Dog", breed: "whippet", age: 6, health_status: "Needs Medical Attention" },
            { id: 118, name: "Rex", species: "Dog", breed: "border great", age: 7, health_status: "Needs Medical Attention" },
            { id: 119, name: "Rex Max", species: "Cat", breed: "dachshund doberman", age: 6, health_status: "Healthy" },
            { id: 120, name: "Teddy Bella", species: "Dog", breed: "poodle", age: 10, health_status: "Healthy" },
            { id: 121, name: "Coco", species: "Dog", breed: "pug dalmatian", age: 7, health_status: "Healthy" },
            { id: 122, name: "Sophie", species: "Cat", breed: "labrador", age: 7, health_status: "Healthy" },
            { id: 123, name: "Chester Buddy", species: "Rabbit", breed: "boxer border", age: 9, health_status: "Needs Medical Attention" },
            { id: 124, name: "Zoey", species: "Dog", breed: "pug", age: null, health_status: "Healthy" },
            { id: 125, name: "Bella", species: "Dog", breed: "dane", age: null, health_status: "Healthy" },
            { id: 126, name: "Rocky", species: "Dog", breed: "schnauzer", age: 10, health_status: "Healthy" },
            { id: 127, name: "Daisy", species: "Dog", breed: "poodle", age: 7, health_status: "Needs Medical Attention" },
            { id: 128, name: "Bella Max", species: "Cat", breed: "border boxer", age: 9, health_status: "Healthy" },
            { id: 129, name: "Lucy", species: "Cat", breed: "doberman", age: 9, health_status: "Healthy" },
            { id: 130, name: "Daisy", species: "Cat", breed: "cocker labrador", age: 8, health_status: "Healthy" },
            { id: 131, name: "Coco Rocky", species: "Dog", breed: "pug", age: 7, health_status: "Needs Medical Attention" },
            { id: 132, name: "Charlie Buddy", species: "Dog", breed: "collie spaniel", age: 3, health_status: "Healthy" },
            { id: 133, name: "Molly", species: "Other", breed: "chihuahua", age: 8, health_status: "Needs Medical Attention" },
            { id: 134, name: "Molly Gizmo", species: "Dog", breed: "boxer hound", age: null, health_status: "In Recovery" },
            { id: 135, name: "Oliver", species: "Other", breed: "golden dalmatian", age: null, health_status: "Healthy" },
            { id: 136, name: "Gizmo Coco", species: "Other", breed: "dachshund", age: 11, health_status: "Healthy" },
            { id: 137, name: "Bella", species: "Dog", breed: "pitbull boxer", age: 10, health_status: "Needs Medical Attention" },
            { id: 138, name: "Bailey", species: "Other", breed: "beagle", age: null, health_status: "Healthy" },
            { id: 139, name: "Sadie", species: "Dog", breed: "mastiff tzu", age: 5, health_status: "Needs Medical Attention" },
            { id: 140, name: "Lucy", species: "Dog", breed: "rottweiler dane", age: 6, health_status: "Healthy" },
            { id: 141, name: "Leo Bella", species: "Dog", breed: "poodle", age: 7, health_status: "Healthy" },
            { id: 142, name: "Sadie Daisy", species: "Rabbit", breed: "boxer", age: 8, health_status: "Needs Medical Attention" },
            { id: 143, name: "Gizmo Zoey", species: "Other", breed: "beagle husky", age: 6, health_status: "Healthy" },
            { id: 144, name: "Sadie Molly", species: "Rabbit", breed: "french dalmatian", age: 8, health_status: "Needs Medical Attention" },
            { id: 145, name: "Lucy Sophie", species: "Dog", breed: "chihuahua", age: 6, health_status: "In Recovery" },
            { id: 146, name: "Molly", species: "Other", breed: "maltese hound", age: 7, health_status: "Healthy" },
            { id: 147, name: "Gizmo", species: "Cat", breed: "bulldog cocker", age: 6, health_status: "Healthy" },
            { id: 148, name: "Daisy Sadie", species: "Dog", breed: "spaniel", age: 8, health_status: "Healthy" },
            { id: 149, name: "Lucy Jasper", species: "Dog", breed: "whippet mastiff", age: 11, health_status: "In Recovery" },
            { id: 150, name: "Charlie", species: "Other", breed: "collie terrier", age: 5, health_status: "Healthy" },
            { id: 151, name: "Rex", species: "Other", breed: "dachshund tzu", age: 7, health_status: "Healthy" },
            { id: 152, name: "Leo", species: "Dog", breed: "doberman whippet", age: 8, health_status: "Healthy" },
            { id: 153, name: "Gizmo", species: "Dog", breed: "golden", age: 8, health_status: "Healthy" },
            { id: 154, name: "Jasper", species: "Rabbit", breed: "whippet boxer", age: 6, health_status: "Needs Medical Attention" },
            { id: 155, name: "Daisy", species: "Dog", breed: "dane", age: null, health_status: "Healthy" },
            { id: 156, name: "Sophie Max", species: "Other", breed: "collie", age: 11, health_status: "Healthy" },
            { id: 157, name: "Sophie Gizmo", species: "Rabbit", breed: "whippet terrier", age: 7, health_status: "Healthy" },
            { id: 158, name: "Buddy Teddy", species: "Other", breed: "terrier mastiff", age: null, health_status: "Healthy" },
            { id: 159, name: "Buddy Teddy", species: "Cat", breed: "mastiff dachshund", age: 7, health_status: "Healthy" },
            { id: 160, name: "Zoey", species: "Other", breed: "beagle boxer", age: 8, health_status: "Needs Medical Attention" },
            { id: 161, name: "Daisy", species: "Dog", breed: "french", age: 7, health_status: "Healthy" },
            { id: 162, name: "Charlie Molly", species: "Cat", breed: "bulldog", age: 2, health_status: "Healthy" },
            { id: 163, name: "Jasper Sadie", species: "Dog", breed: "husky", age: 5, health_status: "Healthy" },
            { id: 164, name: "Lola Bailey", species: "Dog", breed: "hound", age: 11, health_status: "In Recovery" },
            { id: 165, name: "Max Sophie", species: "Other", breed: "maltese whippet", age: null, health_status: "Healthy" },
            { id: 166, name: "Teddy", species: "Dog", breed: "terrier", age: null, health_status: "Healthy" },
            { id: 167, name: "Charlie Oliver", species: "Cat", breed: "dane shih", age: 8, health_status: "Healthy" },
            { id: 168, name: "Lola", species: "Cat", breed: "boxer", age: 7, health_status: "Healthy" },
            { id: 169, name: "Bella", species: "Other", breed: "rottweiler bulldog", age: 7, health_status: "Needs Medical Attention" },
            { id: 170, name: "Bailey Oliver", species: "Dog", breed: "tzu terrier", age: 4, health_status: "Healthy" },
            { id: 171, name: "Sadie", species: "Dog", breed: "pitbull", age: 7, health_status: "Needs Medical Attention" },
            { id: 172, name: "Coco Teddy", species: "Rabbit", breed: "border", age: 7, health_status: "Needs Medical Attention" },
            { id: 173, name: "Charlie Teddy", species: "Dog", breed: "hound chihuahua", age: 8, health_status: "Needs Medical Attention" },
            { id: 174, name: "Lola Teddy", species: "Dog", breed: "tzu", age: 6, health_status: "In Recovery" },
            { id: 175, name: "Gizmo Rex", species: "Other", breed: "spaniel pitbull", age: 7, health_status: "Healthy" },
            { id: 176, name: "Sophie", species: "Dog", breed: "boxer", age: 4, health_status: "Needs Medical Attention" },
            { id: 177, name: "Bella", species: "Dog", breed: "shih", age: 10, health_status: "Healthy" },
            { id: 178, name: "Oliver Chester", species: "Dog", breed: "spaniel bulldog", age: 10, health_status: "Healthy" },
            { id: 179, name: "Molly", species: "Other", breed: "shih", age: 6, health_status: "Healthy" },
            { id: 180, name: "Teddy", species: "Cat", breed: "dachshund mastiff", age: 10, health_status: "Healthy" },
            { id: 181, name: "Sadie", species: "Dog", breed: "terrier doberman", age: 6, health_status: "Needs Medical Attention" },
            { id: 182, name: "Molly Rex", species: "Dog", breed: "schnauzer", age: null, health_status: "Healthy" },
            { id: 183, name: "Sadie", species: "Cat", breed: "french schnauzer", age: null, health_status: "In Recovery" },
            { id: 184, name: "Rocky Bailey", species: "Other", breed: "pomeranian terrier", age: 8, health_status: "Healthy" },
            { id: 185, name: "Oliver", species: "Dog", breed: "labrador", age: 6, health_status: "Healthy" },
            { id: 186, name: "Lucy", species: "Cat", breed: "schnauzer bulldog", age: 9, health_status: "Needs Medical Attention" },
            { id: 187, name: "Gizmo Oliver", species: "Other", breed: "maltese tzu", age: 8, health_status: "Needs Medical Attention" },
            { id: 188, name: "Molly Buddy", species: "Dog", breed: "poodle", age: null, health_status: "Healthy" },
            { id: 189, name: "Buddy", species: "Dog", breed: "poodle", age: 10, health_status: "In Recovery" },
            { id: 190, name: "Lucy", species: "Dog", breed: "tzu", age: 9, health_status: "Needs Medical Attention" },
            { id: 191, name: "Jasper Zoey", species: "Rabbit", breed: "whippet", age: 9, health_status: "Healthy" },
            { id: 192, name: "Daisy", species: "Cat", breed: "collie pitbull", age: 6, health_status: "Needs Medical Attention" },
            { id: 193, name: "Sadie Rex", species: "Dog", breed: "doberman collie", age: 8, health_status: "Healthy" },
            { id: 194, name: "Lucy Molly", species: "Rabbit", breed: "terrier", age: 6, health_status: "Healthy" },
            { id: 195, name: "Lola Charlie", species: "Rabbit", breed: "pomeranian", age: 6, health_status: "Healthy" },
            { id: 196, name: "Buddy Bailey", species: "Cat", breed: "dachshund great", age: 10, health_status: "Healthy" },
            { id: 197, name: "Max", species: "Dog", breed: "shih boxer", age: 9, health_status: "Healthy" },
            { id: 198, name: "Zoey Buddy", species: "Rabbit", breed: "terrier pug", age: 7, health_status: "Healthy" },
            { id: 199, name: "Bailey", species: "Other", breed: "schnauzer pug", age: 6, health_status: "Needs Medical Attention" },
            { id: 200, name: "Buddy Molly", species: "Other", breed: "doberman", age: 7, health_status: "Healthy" },
        ],
    });
    await prisma.adoptions.createMany({
        data: [
            { id: 1, pet_id: 1, adopter_name: "Mila Garcia", adoption_date: "2023-01-14", follow_up: false },
            { id: 2, pet_id: 192, adopter_name: "Priya Bauer", adoption_date: "2023-06-16", follow_up: true },
            { id: 3, pet_id: 195, adopter_name: "Hana Costa", adoption_date: "2023-09-24", follow_up: false },
            { id: 4, pet_id: 108, adopter_name: "Lucas Klein", adoption_date: "2020-10-24", follow_up: true },
            { id: 5, pet_id: 57, adopter_name: "Deniz Tanaka", adoption_date: "2021-08-20", follow_up: true },
            { id: 6, pet_id: 5, adopter_name: "Sven Johnson", adoption_date: "2021-09-19", follow_up: true },
            { id: 7, pet_id: 86, adopter_name: "Leo Hoffmann", adoption_date: "2023-10-27", follow_up: true },
            { id: 8, pet_id: 174, adopter_name: "Nina Miller", adoption_date: "2020-07-23", follow_up: true },
            { id: 9, pet_id: 88, adopter_name: "Carla Gupta", adoption_date: "2020-02-25", follow_up: true },
            { id: 10, pet_id: 46, adopter_name: "Nina Jansen", adoption_date: "2020-04-25", follow_up: false },
            { id: 11, pet_id: 66, adopter_name: "Maja Hoffmann", adoption_date: "2021-09-07", follow_up: true },
            { id: 12, pet_id: 150, adopter_name: "Hannah Moreau", adoption_date: "2023-06-14", follow_up: false },
            { id: 13, pet_id: 37, adopter_name: "Mila Tanaka", adoption_date: "2023-05-21", follow_up: false },
            { id: 14, pet_id: 97, adopter_name: "James Oliveira", adoption_date: "2022-10-27", follow_up: true },
            { id: 15, pet_id: 103, adopter_name: "Sofia Walker", adoption_date: "2023-06-05", follow_up: false },
            { id: 16, pet_id: 71, adopter_name: "Olivia Clark", adoption_date: "2021-09-28", follow_up: false },
            { id: 17, pet_id: 97, adopter_name: "Lena Johnson", adoption_date: "2023-02-11", follow_up: false },
            { id: 18, pet_id: 47, adopter_name: "Marco Vargas", adoption_date: "2020-12-02", follow_up: true },
            { id: 19, pet_id: 4, adopter_name: "Alice Fischer", adoption_date: "2021-07-09", follow_up: true },
            { id: 20, pet_id: 26, adopter_name: "Rosa Smith", adoption_date: "2021-01-30", follow_up: true },
            { id: 21, pet_id: 123, adopter_name: "Yusuf Oliveira", adoption_date: "2021-11-21", follow_up: true },
            { id: 22, pet_id: 108, adopter_name: "Selin Park", adoption_date: "2022-11-03", follow_up: true },
            { id: 23, pet_id: 93, adopter_name: "Theo Evans", adoption_date: "2022-03-12", follow_up: true },
            { id: 24, pet_id: 51, adopter_name: "Elif Wright", adoption_date: "2023-03-23", follow_up: true },
            { id: 25, pet_id: 33, adopter_name: "Tomas Torres", adoption_date: "2023-02-19", follow_up: true },
            { id: 26, pet_id: 105, adopter_name: "Laura Gomez", adoption_date: "2023-12-19", follow_up: true },
            { id: 27, pet_id: 15, adopter_name: "Sven Sato", adoption_date: "2023-06-03", follow_up: false },
            { id: 28, pet_id: 87, adopter_name: "Jonas Martin", adoption_date: "2023-04-22", follow_up: true },
            { id: 29, pet_id: 134, adopter_name: "Elena Lopez", adoption_date: "2022-09-05", follow_up: true },
            { id: 30, pet_id: 170, adopter_name: "Isaac Mendes", adoption_date: "2023-11-21", follow_up: true },
            { id: 31, pet_id: 105, adopter_name: "Zara Pereira", adoption_date: "2023-02-26", follow_up: true },
            { id: 32, pet_id: 81, adopter_name: "Sven Hassan", adoption_date: "2020-12-24", follow_up: true },
            { id: 33, pet_id: 77, adopter_name: "Rafael Ruiz", adoption_date: "2020-11-29", follow_up: true },
            { id: 34, pet_id: 163, adopter_name: "Ben Singh", adoption_date: "2023-09-25", follow_up: true },
            { id: 35, pet_id: 57, adopter_name: "Fatima Hoffmann", adoption_date: "2023-07-13", follow_up: false },
            { id: 36, pet_id: 11, adopter_name: "Liam Adams", adoption_date: "2022-07-02", follow_up: true },
            { id: 37, pet_id: 124, adopter_name: "Sofia Moreau", adoption_date: "2022-11-24", follow_up: true },
            { id: 38, pet_id: 68, adopter_name: "Nina Tanaka", adoption_date: "2020-07-11", follow_up: true },
            { id: 39, pet_id: 25, adopter_name: "Maja Castro", adoption_date: "2023-01-19", follow_up: true },
            { id: 40, pet_id: 149, adopter_name: "Ruby Sato", adoption_date: "2023-03-09", follow_up: true },
            { id: 41, pet_id: 66, adopter_name: "Karim Novak", adoption_date: "2020-08-01", follow_up: true },
            { id: 42, pet_id: 195, adopter_name: "Wei Jansen", adoption_date: "2020-09-07", follow_up: true },
            { id: 43, pet_id: 15, adopter_name: "Mila Wilson", adoption_date: "2023-08-25", follow_up: true },
            { id: 44, pet_id: 143, adopter_name: "Jade Kim", adoption_date: "2021-12-29", follow_up: false },
            { id: 45, pet_id: 1, adopter_name: "Noah Fischer", adoption_date: "2023-04-23", follow_up: false },
            { id: 46, pet_id: 200, adopter_name: "Rafael Nguyen", adoption_date: "2023-10-09", follow_up: true },
            { id: 47, pet_id: 138, adopter_name: "Mohamed Kim", adoption_date: "2021-09-17", follow_up: true },
            { id: 48, pet_id: 179, adopter_name: "Selin Jensen", adoption_date: "2022-03-16", follow_up: false },
            { id: 49, pet_id: 127, adopter_name: "Zara Flores", adoption_date: "2022-02-01", follow_up: true },
            { id: 50, pet_id: 118, adopter_name: "Laura Diaz", adoption_date: "2021-11-28", follow_up: true },
            { id: 51, pet_id: 64, adopter_name: "Paula Chen", adoption_date: "2022-08-26", follow_up: false },
            { id: 52, pet_id: 157, adopter_name: "Ravi Hansen", adoption_date: "2021-11-01", follow_up: false },
            { id: 53, pet_id: 93, adopter_name: "Nina Lee", adoption_date: "2022-04-27", follow_up: true },
            { id: 54, pet_id: 101, adopter_name: "Omar Baker", adoption_date: "2020-07-08", follow_up: true },
            { id: 55, pet_id: 26, adopter_name: "Leo Ruiz", adoption_date: "2021-04-14", follow_up: true },
            { id: 56, pet_id: 6, adopter_name: "Mei Shah", adoption_date: "2022-11-09", follow_up: true },
            { id: 57, pet_id: 59, adopter_name: "Tariq Demir", adoption_date: "2021-08-18", follow_up: true },
            { id: 58, pet_id: 55, adopter_name: "Liam Miller", adoption_date: "2022-05-27", follow_up: true },
            { id: 59, pet_id: 199, adopter_name: "Yara Martin", adoption_date: "2023-08-19", follow_up: true },
            { id: 60, pet_id: 69, adopter_name: "Maria Schneider", adoption_date: "2020-11-16", follow_up: false },
            { id: 61, pet_id: 1, adopter_name: "Chloe Larsen", adoption_date: "2021-02-14", follow_up: true },
            { id: 62, pet_id: 13, adopter_name: "Oscar Ruiz", adoption_date: "2023-08-15", follow_up: true },
            { id: 63, pet_id: 188, adopter_name: "Ravi Davis", adoption_date: "2021-06-25", follow_up: true },
            { id: 64, pet_id: 78, adopter_name: "Hana Hassan", adoption_date: "2023-03-19", follow_up: false },
            { id: 65, pet_id: 21, adopter_name: "Marco Wagner", adoption_date: "2023-02-06", follow_up: true },
            { id: 66, pet_id: 113, adopter_name: "Paula Walker", adoption_date: "2021-10-22", follow_up: true },
            { id: 67, pet_id: 91, adopter_name: "Maja Sousa", adoption_date: "2023-09-01", follow_up: true },
            { id: 68, pet_id: 164, adopter_name: "Ruby Pereira", adoption_date: "2023-12-01", follow_up: false },
            { id: 69, pet_id: 172, adopter_name: "Rosa Kowalski", adoption_date: "2023-11-07", follow_up: true },
            { id: 70, pet_id: 192, adopter_name: "Arjun Davis", adoption_date: "2023-05-22", follow_up: true },
            { id: 71, pet_id: 44, adopter_name: "Rafael Sousa", adoption_date: "2023-09-28", follow_up: false },
            { id: 72, pet_id: 176, adopter_name: "Ines Diaz", adoption_date: "2020-05-22", follow_up: true },
            { id: 73, pet_id: 4, adopter_name: "Ibrahim Pereira", adoption_date: "2022-09-08", follow_up: true },
            { id: 74, pet_id: 66, adopter_name: "Grace Lopez", adoption_date: "2023-02-11", follow_up: true },
            { id: 75, pet_id: 198, adopter_name: "Alice Pereira", adoption_date: "2023-11-12", follow_up: false },
            { id: 76, pet_id: 137, adopter_name: "Anna Park", adoption_date: "2023-06-29", follow_up: true },
            { id: 77, pet_id: 103, adopter_name: "James Carter", adoption_date: "2021-12-11", follow_up: true },
            { id: 78, pet_id: 71, adopter_name: "Mei Kumar", adoption_date: "2023-10-29", follow_up: true },
            { id: 79, pet_id: 47, adopter_name: "Rosa Ahmed", adoption_date: "2023-02-16", follow_up: true },
            { id: 80, pet_id: 147, adopter_name: "Carla Jansen", adoption_date: "2020-04-10", follow_up: true },
            { id: 81, pet_id: 177, adopter_name: "Uma Becker", adoption_date: "2021-07-30", follow_up: true },
            { id: 82, pet_id: 159, adopter_name: "Sam Young", adoption_date: "2022-04-29", follow_up: true },
            { id: 83, pet_id: 137, adopter_name: "Mila Evans", adoption_date: "2020-10-30", follow_up: true },
            { id: 84, pet_id: 193, adopter_name: "Ravi Khan", adoption_date: "2022-07-11", follow_up: true },
            { id: 85, pet_id: 98, adopter_name: "Ines Fischer", adoption_date: "2023-08-31", follow_up: true },
            { id: 86, pet_id: 192, adopter_name: "Daniel Khan", adoption_date: "2022-12-01", follow_up: true },
            { id: 87, pet_id: 47, adopter_name: "Felix Wright", adoption_date: "2023-10-30", follow_up: true },
            { id: 88, pet_id: 120, adopter_name: "Hugo Wilson", adoption_date: "2021-10-09", follow_up: true },
            { id: 89, pet_id: 169, adopter_name: "Mia Lopez", adoption_date: "2022-08-25", follow_up: true },
            { id: 90, pet_id: 141, adopter_name: "Sven Davis", adoption_date: "2023-07-27", follow_up: true },
            { id: 91, pet_id: 108, adopter_name: "Olivia Cruz", adoption_date: "2022-10-13", follow_up: true },
            { id: 92, pet_id: 138, adopter_name: "Sven Ibrahim", adoption_date: "2023-05-16", follow_up: false },
            { id: 93, pet_id: 4, adopter_name: "Sam Kaya", adoption_date: "2023-07-30", follow_up: false },
            { id: 94, pet_id: 144, adopter_name: "Leo Dubois", adoption_date: "2022-03-30", follow_up: false },
            { id: 95, pet_id: 20, adopter_name: "Nour Chen", adoption_date: "2022-11-02", follow_up: true },
            { id: 96, pet_id: 195, adopter_name: "Ravi Moreau", adoption_date: "2022-03-14", follow_up: true },
            { id: 97, pet_id: 196, adopter_name: "Carla Lopez", adoption_date: "2023-07-13", follow_up: true },
            { id: 98, pet_id: 78, adopter_name: "Mia Carter", adoption_date: "2023-04-28", follow_up: false },
            { id: 99, pet_id: 17, adopter_name: "Lucas Murphy", adoption_date: "2022-05-25", follow_up: true },
            { id: 100, pet_id: 105, adopter_name: "Mila Hassan", adoption_date: "2022-02-08", follow_up: false },
            { id: 101, pet_id: 176, adopter_name: "Carla Carter", adoption_date: "2020-04-02", follow_up: true },
            { id: 102, pet_id: 42, adopter_name: "Zoe Pereira", adoption_date: "2022-01-07", follow_up: true },
            { id: 103, pet_id: 114, adopter_name: "Mia Yilmaz", adoption_date: "2022-09-12", follow_up: true },
            { id: 104, pet_id: 144, adopter_name: "Nour Lopez", adoption_date: "2020-11-05", follow_up: true },
            { id: 105, pet_id: 169, adopter_name: "Selin Zhang", adoption_date: "2021-07-09", follow_up: true },
            { id: 106, pet_id: 37, adopter_name: "Chen Diaz", adoption_date: "2022-06-28", follow_up: true },
            { id: 107, pet_id: 36, adopter_name: "David Sato", adoption_date: "2021-12-12", follow_up: true },
            { id: 108, pet_id: 196, adopter_name: "Lina Ali", adoption_date: "2021-10-29", follow_up: true },
            { id: 109, pet_id: 196, adopter_name: "Daniel Andersen", adoption_date: "2021-08-03", follow_up: false },
            { id: 110, pet_id: 2, adopter_name: "Noah Ali", adoption_date: "2022-11-07", follow_up: true },
            { id: 111, pet_id: 152, adopter_name: "Daniel Taylor", adoption_date: "2023-12-26", follow_up: true },
            { id: 112, pet_id: 182, adopter_name: "Tariq Pereira", adoption_date: "2021-03-19", follow_up: true },
            { id: 113, pet_id: 6, adopter_name: "Theo Garcia", adoption_date: "2023-01-21", follow_up: true },
            { id: 114, pet_id: 90, adopter_name: "Yara Nguyen", adoption_date: "2020-04-08", follow_up: true },
            { id: 115, pet_id: 136, adopter_name: "Sam Ali", adoption_date: "2022-06-15", follow_up: true },
            { id: 116, pet_id: 164, adopter_name: "Rafael Carter", adoption_date: "2023-11-24", follow_up: true },
            { id: 117, pet_id: 125, adopter_name: "Oscar Adams", adoption_date: "2022-03-29", follow_up: true },
            { id: 118, pet_id: 53, adopter_name: "Ethan Sato", adoption_date: "2023-07-17", follow_up: true },
            { id: 119, pet_id: 26, adopter_name: "Maria Miller", adoption_date: "2022-06-01", follow_up: true },
            { id: 120, pet_id: 174, adopter_name: "Mia Klein", adoption_date: "2023-11-27", follow_up: false },
            { id: 121, pet_id: 55, adopter_name: "Rosa Carter", adoption_date: "2021-02-03", follow_up: true },
            { id: 122, pet_id: 135, adopter_name: "Ravi Schmidt", adoption_date: "2022-09-09", follow_up: false },
            { id: 123, pet_id: 17, adopter_name: "Hana Weber", adoption_date: "2021-11-25", follow_up: true },
            { id: 124, pet_id: 78, adopter_name: "Ana Dubois", adoption_date: "2020-08-13", follow_up: true },
            { id: 125, pet_id: 164, adopter_name: "Grace Taylor", adoption_date: "2020-11-11", follow_up: true },
            { id: 126, pet_id: 146, adopter_name: "Laura Wright", adoption_date: "2021-02-24", follow_up: false },
            { id: 127, pet_id: 2, adopter_name: "Ruby Schneider", adoption_date: "2023-03-27", follow_up: true },
            { id: 128, pet_id: 141, adopter_name: "Noah Oliveira", adoption_date: "2023-08-22", follow_up: false },
            { id: 129, pet_id: 3, adopter_name: "Karim Nakamura", adoption_date: "2020-07-28", follow_up: true },
            { id: 130, pet_id: 144, adopter_name: "Jonas Wang", adoption_date: "2022-05-14", follow_up: true },
            { id: 131, pet_id: 104, adopter_name: "Fatima Larsen", adoption_date: "2021-02-08", follow_up: true },
            { id: 132, pet_id: 196, adopter_name: "Andre Patel", adoption_date: "2023-07-10", follow_up: true },
            { id: 133, pet_id: 193, adopter_name: "Marco Wang", adoption_date: "2023-06-17", follow_up: true },
            { id: 134, pet_id: 107, adopter_name: "Rosa Chen", adoption_date: "2021-11-11", follow_up: true },
            { id: 135, pet_id: 125, adopter_name: "David Yilmaz", adoption_date: "2022-08-08", follow_up: true },
            { id: 136, pet_id: 82, adopter_name: "Wei Rossi", adoption_date: "2022-01-05", follow_up: false },
            { id: 137, pet_id: 86, adopter_name: "Rafael Gupta", adoption_date: "2021-03-08", follow_up: true },
            { id: 138, pet_id: 67, adopter_name: "Rafael Davis", adoption_date: "2022-11-16", follow_up: true },
            { id: 139, pet_id: 151, adopter_name: "Diego Garcia", adoption_date: "2023-08-09", follow_up: true },
            { id: 140, pet_id: 92, adopter_name: "Ivan Moreau", adoption_date: "2021-01-14", follow_up: true },
            { id: 141, pet_id: 195, adopter_name: "James Pereira", adoption_date: "2020-10-11", follow_up: true },
            { id: 142, pet_id: 68, adopter_name: "Mohamed Hughes", adoption_date: "2021-06-01", follow_up: true },
            { id: 143, pet_id: 53, adopter_name: "Leo Reyes", adoption_date: "2021-10-14", follow_up: true },
            { id: 144, pet_id: 130, adopter_name: "Elena Jensen", adoption_date: "2021-01-01", follow_up: false },
            { id: 145, pet_id: 125, adopter_name: "Isaac Castro", adoption_date: "2023-06-23", follow_up: true },
            { id: 146, pet_id: 92, adopter_name: "Hugo Miller", adoption_date: "2022-05-01", follow_up: true },
            { id: 147, pet_id: 54, adopter_name: "David Miller", adoption_date: "2022-03-10", follow_up: true },
            { id: 148, pet_id: 199, adopter_name: "Yara Weber", adoption_date: "2021-04-27", follow_up: true },
            { id: 149, pet_id: 199, adopter_name: "Ravi Johnson", adoption_date: "2021-05-29", follow_up: true },
            { id: 150, pet_id: 22, adopter_name: "Fatima Baker", adoption_date: "2021-04-24", follow_up: false },
        ],
    });
    await prisma.assessments.createMany({
        data: [
            { id: 1, pet_id: 65, temperament: "Affectionate", assessment_date: "2022-10-16", comments: "A minor follow-up: the account was confirmed." },
            { id: 2, pet_id: 24, temperament: "Calm", assessment_date: "2022-10-04", comments: "Support asked for a change and the delivery was replaced." },
            { id: 3, pet_id: 69, temperament: "Affectionate", assessment_date: "2022-09-24", comments: "No response from the customer, so the booking was confirmed." },
            { id: 4, pet_id: 8, temperament: "Calm", assessment_date: "2021-09-29", comments: "The payment was processed — late case, no further action." },
            { id: 5, pet_id: 82, temperament: "Calm", assessment_date: "2022-05-02", comments: "An incomplete item was rejected the same day." },
            { id: 6, pet_id: 127, temperament: "Calm", assessment_date: "2023-02-22", comments: "The record was refunded — routine case, no further action." },
            { id: 7, pet_id: 101, temperament: "Calm", assessment_date: "2022-02-07", comments: "The courier asked for a change and the transfer was rejected." },
            { id: 8, pet_id: 192, temperament: "Calm", assessment_date: "2022-03-15", comments: "The booking was resolved following a standard review." },
            { id: 9, pet_id: 16, temperament: "Energetic", assessment_date: "2023-10-30", comments: "The customer asked for a change and the delivery was completed." },
            { id: 10, pet_id: 102, temperament: "Energetic", assessment_date: "2021-04-19", comments: "No response from the team, so the refund was closed." },
            { id: 11, pet_id: 79, temperament: "Energetic", assessment_date: "2022-08-02", comments: "The reviewer asked for a change and the booking was cancelled." },
            { id: 12, pet_id: 178, temperament: "Energetic", assessment_date: "2023-02-01", comments: "The supplier confirmed the details and the item was rescheduled." },
            { id: 13, pet_id: 91, temperament: "Affectionate", assessment_date: "2022-01-27", comments: "The supplier reported a late issue; the ticket was completed." },
            { id: 14, pet_id: 70, temperament: "Calm", assessment_date: "2020-12-12", comments: "The team reported a manual issue; the document was processed." },
            { id: 15, pet_id: 103, temperament: "Energetic", assessment_date: "2021-10-05", comments: "No response from support, so the appointment was escalated." },
            { id: 16, pet_id: 49, temperament: "Energetic", assessment_date: "2023-03-11", comments: "An incomplete follow-up: the shipment was cancelled." },
            { id: 17, pet_id: 115, temperament: "Energetic", assessment_date: "2023-03-03", comments: "The record was completed following an automatic review." },
            { id: 18, pet_id: 198, temperament: "Calm", assessment_date: "2023-07-03", comments: "The invoice was closed following an urgent review." },
            { id: 19, pet_id: 168, temperament: "Calm", assessment_date: "2023-10-08", comments: "The transfer was updated after an unusual check." },
            { id: 20, pet_id: 55, temperament: "Affectionate", assessment_date: "2021-11-14", comments: "Flagged as partial. The reviewer updated the account." },
            { id: 21, pet_id: 104, temperament: "Calm", assessment_date: "2020-06-01", comments: "The customer confirmed the details and the request was replaced." },
            { id: 22, pet_id: 63, temperament: "Affectionate", assessment_date: "2023-11-16", comments: "The reviewer asked for a change and the payment was completed." },
            { id: 23, pet_id: 171, temperament: "Calm", assessment_date: "2023-04-22", comments: "Flagged as automatic. An operator replaced the order." },
            { id: 24, pet_id: 184, temperament: "Aggressive", assessment_date: "2023-06-20", comments: "Flagged as incomplete. The customer processed the payment." },
            { id: 25, pet_id: 137, temperament: "Calm", assessment_date: "2023-10-07", comments: "The item was updated — urgent case, no further action." },
            { id: 26, pet_id: 190, temperament: "Energetic", assessment_date: "2022-02-10", comments: "A standard follow-up: the ticket was confirmed." },
            { id: 27, pet_id: 58, temperament: "Aggressive", assessment_date: "2023-02-07", comments: "No response from the account owner, so the transfer was refunded." },
            { id: 28, pet_id: 142, temperament: "Energetic", assessment_date: "2020-02-18", comments: "The refund was rejected following a repeat review." },
            { id: 29, pet_id: 38, temperament: "Affectionate", assessment_date: "2023-01-05", comments: "An incomplete transfer was resolved the same day." },
            { id: 30, pet_id: 187, temperament: "Calm", assessment_date: "2022-12-10", comments: "A partial report was replaced the same day." },
            { id: 31, pet_id: 175, temperament: "Energetic", assessment_date: "2023-11-17", comments: "An unusual follow-up: the request was closed." },
            { id: 32, pet_id: 130, temperament: "Calm", assessment_date: "2021-12-09", comments: "The account owner confirmed the details and the payment was delayed." },
            { id: 33, pet_id: 84, temperament: "Energetic", assessment_date: "2020-07-05", comments: "Flagged as partial. Support resolved the delivery." },
            { id: 34, pet_id: 181, temperament: "Energetic", assessment_date: "2023-08-06", comments: "No response from the reviewer, so the transfer was confirmed." },
            { id: 35, pet_id: 198, temperament: "Aggressive", assessment_date: "2022-12-05", comments: "The team asked for a change and the appointment was closed." },
            { id: 36, pet_id: 1, temperament: "Calm", assessment_date: "2023-08-26", comments: "The supplier confirmed the details and the invoice was rejected." },
            { id: 37, pet_id: 26, temperament: "Calm", assessment_date: "2023-05-15", comments: "An operator reported an urgent issue; the document was approved." },
            { id: 38, pet_id: 105, temperament: "Calm", assessment_date: "2023-06-25", comments: "A standard booking was reopened the same day." },
            { id: 39, pet_id: 191, temperament: "Affectionate", assessment_date: "2022-01-06", comments: "A standard record was resolved the same day." },
            { id: 40, pet_id: 36, temperament: "Calm", assessment_date: "2023-11-06", comments: "No response from support, so the claim was cancelled." },
            { id: 41, pet_id: 182, temperament: "Affectionate", assessment_date: "2020-09-14", comments: "An automatic follow-up: the account was completed." },
            { id: 42, pet_id: 103, temperament: "Energetic", assessment_date: "2022-04-10", comments: "The account owner reported a minor issue; the delivery was approved." },
            { id: 43, pet_id: 103, temperament: "Affectionate", assessment_date: "2021-04-26", comments: "An unusual refund was resolved the same day." },
            { id: 44, pet_id: 105, temperament: "Energetic", assessment_date: "2021-07-18", comments: "The claim was reopened — automatic case, no further action." },
            { id: 45, pet_id: 82, temperament: "Calm", assessment_date: "2023-03-28", comments: "The customer confirmed the details and the invoice was processed." },
            { id: 46, pet_id: 23, temperament: "Calm", assessment_date: "2022-01-06", comments: "A minor invoice was completed the same day." },
            { id: 47, pet_id: 37, temperament: "Calm", assessment_date: "2021-09-06", comments: "The transfer was cancelled — repeat case, no further action." },
            { id: 48, pet_id: 38, temperament: "Energetic", assessment_date: "2022-11-12", comments: "The account owner reported an automatic issue; the invoice was updated." },
            { id: 49, pet_id: 17, temperament: "Energetic", assessment_date: "2021-10-24", comments: "Flagged as automatic. An operator escalated the account." },
            { id: 50, pet_id: 4, temperament: "Energetic", assessment_date: "2022-05-07", comments: "Flagged as manual. The customer processed the refund." },
            { id: 51, pet_id: 94, temperament: "Affectionate", assessment_date: "2023-02-10", comments: "Support asked for a change and the invoice was refunded." },
            { id: 52, pet_id: 33, temperament: "Energetic", assessment_date: "2023-07-26", comments: "An automatic order was reopened the same day." },
            { id: 53, pet_id: 9, temperament: "Affectionate", assessment_date: "2021-06-30", comments: "The refund was reopened — partial case, no further action." },
            { id: 54, pet_id: 15, temperament: "Energetic", assessment_date: "2021-02-12", comments: "The supplier confirmed the details and the report was delayed." },
            { id: 55, pet_id: 149, temperament: "Energetic", assessment_date: "2023-01-08", comments: "Support confirmed the details and the order was processed." },
            { id: 56, pet_id: 109, temperament: "Calm", assessment_date: "2021-11-23", comments: "The record was closed following a standard review." },
            { id: 57, pet_id: 20, temperament: "Energetic", assessment_date: "2023-07-08", comments: "The record was reopened after an urgent check." },
            { id: 58, pet_id: 84, temperament: "Calm", assessment_date: "2023-07-29", comments: "The claim was confirmed after a partial check." },
            { id: 59, pet_id: 165, temperament: "Affectionate", assessment_date: "2022-10-17", comments: "A routine record was delayed the same day." },
            { id: 60, pet_id: 32, temperament: "Energetic", assessment_date: "2022-10-14", comments: "The request was reviewed after an incomplete check." },
            { id: 61, pet_id: 156, temperament: "Energetic", assessment_date: "2023-01-14", comments: "The request was processed — partial case, no further action." },
            { id: 62, pet_id: 160, temperament: "Calm", assessment_date: "2022-01-15", comments: "The team reported a partial issue; the shipment was cancelled." },
            { id: 63, pet_id: 88, temperament: "Energetic", assessment_date: "2022-03-08", comments: "The supplier asked for a change and the session was processed." },
            { id: 64, pet_id: 180, temperament: "Calm", assessment_date: "2023-06-06", comments: "The item was approved after a routine check." },
            { id: 65, pet_id: 24, temperament: "Energetic", assessment_date: "2020-08-21", comments: "A routine follow-up: the claim was rescheduled." },
            { id: 66, pet_id: 1, temperament: "Energetic", assessment_date: "2022-04-25", comments: "Flagged as automatic. Support refunded the record." },
            { id: 67, pet_id: 175, temperament: "Energetic", assessment_date: "2020-11-23", comments: "The team reported a duplicate issue; the transfer was confirmed." },
            { id: 68, pet_id: 136, temperament: "Affectionate", assessment_date: "2022-10-26", comments: "An automatic delivery was refunded the same day." },
            { id: 69, pet_id: 112, temperament: "Energetic", assessment_date: "2022-06-25", comments: "The courier confirmed the details and the record was rejected." },
            { id: 70, pet_id: 62, temperament: "Calm", assessment_date: "2020-01-23", comments: "The appointment was escalated after a late check." },
            { id: 71, pet_id: 103, temperament: "Aggressive", assessment_date: "2022-09-03", comments: "An urgent follow-up: the session was cancelled." },
            { id: 72, pet_id: 87, temperament: "Calm", assessment_date: "2023-10-17", comments: "No response from support, so the ticket was cancelled." },
            { id: 73, pet_id: 143, temperament: "Energetic", assessment_date: "2022-06-20", comments: "A partial follow-up: the account was refunded." },
            { id: 74, pet_id: 4, temperament: "Calm", assessment_date: "2022-10-02", comments: "No response from the supplier, so the shipment was resolved." },
            { id: 75, pet_id: 117, temperament: "Calm", assessment_date: "2023-12-28", comments: "The account was delayed following a repeat review." },
            { id: 76, pet_id: 154, temperament: "Calm", assessment_date: "2020-12-10", comments: "A partial appointment was reviewed the same day." },
            { id: 77, pet_id: 120, temperament: "Calm", assessment_date: "2023-05-25", comments: "The appointment was processed after a manual check." },
            { id: 78, pet_id: 60, temperament: "Energetic", assessment_date: "2023-07-16", comments: "An operator reported an incomplete issue; the account was resolved." },
            { id: 79, pet_id: 68, temperament: "Calm", assessment_date: "2021-05-13", comments: "A standard invoice was processed the same day." },
            { id: 80, pet_id: 42, temperament: "Calm", assessment_date: "2023-06-30", comments: "The account owner reported an automatic issue; the report was escalated." },
            { id: 81, pet_id: 189, temperament: "Calm", assessment_date: "2023-04-19", comments: "The supplier asked for a change and the account was closed." },
            { id: 82, pet_id: 125, temperament: "Energetic", assessment_date: "2022-11-19", comments: "The item was reopened — late case, no further action." },
            { id: 83, pet_id: 175, temperament: "Calm", assessment_date: "2023-12-09", comments: "The booking was processed following an urgent review." },
            { id: 84, pet_id: 188, temperament: "Calm", assessment_date: "2020-03-21", comments: "The courier reported a routine issue; the document was approved." },
            { id: 85, pet_id: 69, temperament: "Calm", assessment_date: "2022-12-16", comments: "The booking was confirmed — unusual case, no further action." },
            { id: 86, pet_id: 193, temperament: "Calm", assessment_date: "2022-06-04", comments: "A manual claim was reopened the same day." },
            { id: 87, pet_id: 161, temperament: "Affectionate", assessment_date: "2022-01-09", comments: "The claim was escalated after a routine check." },
            { id: 88, pet_id: 169, temperament: "Calm", assessment_date: "2021-12-26", comments: "Support asked for a change and the shipment was rejected." },
            { id: 89, pet_id: 49, temperament: "Calm", assessment_date: "2020-11-15", comments: "The refund was completed — minor case, no further action." },
            { id: 90, pet_id: 149, temperament: "Energetic", assessment_date: "2023-10-20", comments: "An operator confirmed the details and the refund was rescheduled." },
            { id: 91, pet_id: 184, temperament: "Aggressive", assessment_date: "2022-11-18", comments: "The order was cancelled following a manual review." },
            { id: 92, pet_id: 115, temperament: "Calm", assessment_date: "2022-11-17", comments: "Flagged as duplicate. Support closed the report." },
            { id: 93, pet_id: 146, temperament: "Affectionate", assessment_date: "2023-01-26", comments: "The report was cancelled — minor case, no further action." },
            { id: 94, pet_id: 101, temperament: "Calm", assessment_date: "2023-10-26", comments: "No response from the account owner, so the refund was resolved." },
            { id: 95, pet_id: 85, temperament: "Energetic", assessment_date: "2020-05-15", comments: "Flagged as repeat. The reviewer confirmed the order." },
            { id: 96, pet_id: 8, temperament: "Affectionate", assessment_date: "2021-05-04", comments: "The request was delayed after a late check." },
            { id: 97, pet_id: 62, temperament: "Calm", assessment_date: "2023-05-08", comments: "No response from the account owner, so the transfer was reopened." },
            { id: 98, pet_id: 84, temperament: "Affectionate", assessment_date: "2021-12-07", comments: "No response from the supplier, so the ticket was escalated." },
            { id: 99, pet_id: 76, temperament: "Affectionate", assessment_date: "2022-11-19", comments: "A manual follow-up: the shipment was rescheduled." },
            { id: 100, pet_id: 122, temperament: "Energetic", assessment_date: "2023-02-22", comments: "The payment was reopened — incomplete case, no further action." },
            { id: 101, pet_id: 95, temperament: "Aggressive", assessment_date: "2022-04-11", comments: "An urgent booking was resolved the same day." },
            { id: 102, pet_id: 32, temperament: "Affectionate", assessment_date: "2023-03-08", comments: "The courier reported a manual issue; the refund was updated." },
            { id: 103, pet_id: 6, temperament: "Calm", assessment_date: "2022-07-23", comments: "The team confirmed the details and the record was confirmed." },
            { id: 104, pet_id: 160, temperament: "Calm", assessment_date: "2022-03-12", comments: "The delivery was processed following an incomplete review." },
            { id: 105, pet_id: 143, temperament: "Energetic", assessment_date: "2021-05-10", comments: "The request was updated after a routine check." },
            { id: 106, pet_id: 129, temperament: "Aggressive", assessment_date: "2023-05-07", comments: "The reviewer reported an automatic issue; the refund was rescheduled." },
            { id: 107, pet_id: 78, temperament: "Calm", assessment_date: "2023-06-07", comments: "The team confirmed the details and the order was rescheduled." },
            { id: 108, pet_id: 61, temperament: "Calm", assessment_date: "2020-08-05", comments: "No response from the courier, so the order was completed." },
            { id: 109, pet_id: 110, temperament: "Energetic", assessment_date: "2021-11-03", comments: "An incomplete account was replaced the same day." },
            { id: 110, pet_id: 165, temperament: "Calm", assessment_date: "2022-08-02", comments: "An operator reported an automatic issue; the payment was closed." },
            { id: 111, pet_id: 99, temperament: "Energetic", assessment_date: "2022-06-12", comments: "The payment was processed following an unusual review." },
            { id: 112, pet_id: 195, temperament: "Energetic", assessment_date: "2023-03-08", comments: "Flagged as repeat. The customer approved the request." },
            { id: 113, pet_id: 14, temperament: "Energetic", assessment_date: "2023-08-19", comments: "The account was reviewed following a late review." },
            { id: 114, pet_id: 23, temperament: "Calm", assessment_date: "2023-03-17", comments: "No response from the team, so the payment was completed." },
            { id: 115, pet_id: 177, temperament: "Energetic", assessment_date: "2021-12-24", comments: "The payment was reviewed following a partial review." },
            { id: 116, pet_id: 2, temperament: "Affectionate", assessment_date: "2021-02-13", comments: "The customer confirmed the details and the delivery was escalated." },
            { id: 117, pet_id: 97, temperament: "Affectionate", assessment_date: "2021-12-05", comments: "Flagged as incomplete. The account owner processed the appointment." },
            { id: 118, pet_id: 138, temperament: "Energetic", assessment_date: "2022-02-01", comments: "The customer confirmed the details and the claim was processed." },
            { id: 119, pet_id: 79, temperament: "Calm", assessment_date: "2023-03-20", comments: "The supplier reported a manual issue; the session was delayed." },
            { id: 120, pet_id: 100, temperament: "Calm", assessment_date: "2023-10-08", comments: "The team confirmed the details and the record was reopened." },
            { id: 121, pet_id: 189, temperament: "Calm", assessment_date: "2023-12-22", comments: "The shipment was confirmed — partial case, no further action." },
            { id: 122, pet_id: 48, temperament: "Energetic", assessment_date: "2021-11-24", comments: "Flagged as manual. Support updated the delivery." },
            { id: 123, pet_id: 7, temperament: "Calm", assessment_date: "2023-01-01", comments: "The account owner asked for a change and the ticket was resolved." },
            { id: 124, pet_id: 153, temperament: "Affectionate", assessment_date: "2022-12-23", comments: "The refund was rejected following an unusual review." },
            { id: 125, pet_id: 73, temperament: "Calm", assessment_date: "2023-07-19", comments: "No response from the customer, so the transfer was rejected." },
            { id: 126, pet_id: 146, temperament: "Calm", assessment_date: "2023-11-26", comments: "A manual follow-up: the item was reopened." },
            { id: 127, pet_id: 34, temperament: "Affectionate", assessment_date: "2023-06-25", comments: "The order was escalated following a late review." },
            { id: 128, pet_id: 66, temperament: "Energetic", assessment_date: "2023-08-11", comments: "The customer reported a manual issue; the item was replaced." },
            { id: 129, pet_id: 84, temperament: "Affectionate", assessment_date: "2023-12-20", comments: "No response from the courier, so the transfer was reopened." },
            { id: 130, pet_id: 193, temperament: "Affectionate", assessment_date: "2020-07-23", comments: "The order was closed following a partial review." },
            { id: 131, pet_id: 46, temperament: "Energetic", assessment_date: "2022-04-10", comments: "No response from the customer, so the refund was rejected." },
            { id: 132, pet_id: 40, temperament: "Calm", assessment_date: "2022-03-28", comments: "The team asked for a change and the delivery was delayed." },
            { id: 133, pet_id: 125, temperament: "Calm", assessment_date: "2023-06-03", comments: "Flagged as urgent. Support escalated the delivery." },
            { id: 134, pet_id: 85, temperament: "Affectionate", assessment_date: "2022-06-24", comments: "No response from the reviewer, so the claim was reopened." },
            { id: 135, pet_id: 124, temperament: "Affectionate", assessment_date: "2022-06-28", comments: "The customer asked for a change and the delivery was rejected." },
            { id: 136, pet_id: 184, temperament: "Calm", assessment_date: "2023-06-19", comments: "The team asked for a change and the delivery was approved." },
            { id: 137, pet_id: 114, temperament: "Calm", assessment_date: "2023-04-05", comments: "The claim was rejected — incomplete case, no further action." },
            { id: 138, pet_id: 16, temperament: "Energetic", assessment_date: "2021-03-11", comments: "A duplicate follow-up: the account was closed." },
            { id: 139, pet_id: 117, temperament: "Calm", assessment_date: "2021-05-27", comments: "Support reported a partial issue; the session was cancelled." },
            { id: 140, pet_id: 3, temperament: "Aggressive", assessment_date: "2021-02-24", comments: "The supplier asked for a change and the order was updated." },
            { id: 141, pet_id: 76, temperament: "Calm", assessment_date: "2022-12-26", comments: "The account owner reported a manual issue; the transfer was cancelled." },
            { id: 142, pet_id: 116, temperament: "Affectionate", assessment_date: "2021-03-21", comments: "The shipment was closed — urgent case, no further action." },
            { id: 143, pet_id: 132, temperament: "Energetic", assessment_date: "2022-01-27", comments: "Flagged as manual. The account owner reviewed the payment." },
            { id: 144, pet_id: 168, temperament: "Affectionate", assessment_date: "2020-02-19", comments: "The payment was refunded — standard case, no further action." },
            { id: 145, pet_id: 120, temperament: "Affectionate", assessment_date: "2020-11-21", comments: "The customer confirmed the details and the account was refunded." },
            { id: 146, pet_id: 160, temperament: "Calm", assessment_date: "2023-02-15", comments: "The report was resolved after a standard check." },
            { id: 147, pet_id: 26, temperament: "Calm", assessment_date: "2021-02-18", comments: "The ticket was confirmed after a partial check." },
            { id: 148, pet_id: 34, temperament: "Energetic", assessment_date: "2022-10-27", comments: "A duplicate shipment was refunded the same day." },
            { id: 149, pet_id: 24, temperament: "Energetic", assessment_date: "2023-11-26", comments: "The claim was delayed following an urgent review." },
            { id: 150, pet_id: 92, temperament: "Energetic", assessment_date: "2023-09-03", comments: "The document was completed — unusual case, no further action." },
            { id: 151, pet_id: 186, temperament: "Calm", assessment_date: "2021-02-23", comments: "The delivery was reviewed after an urgent check." },
            { id: 152, pet_id: 90, temperament: "Energetic", assessment_date: "2023-10-10", comments: "A manual appointment was delayed the same day." },
            { id: 153, pet_id: 25, temperament: "Aggressive", assessment_date: "2023-11-14", comments: "The team asked for a change and the invoice was rejected." },
            { id: 154, pet_id: 63, temperament: "Affectionate", assessment_date: "2022-06-28", comments: "The account owner confirmed the details and the shipment was resolved." },
            { id: 155, pet_id: 45, temperament: "Calm", assessment_date: "2022-12-19", comments: "The request was reopened — incomplete case, no further action." },
            { id: 156, pet_id: 196, temperament: "Energetic", assessment_date: "2023-12-10", comments: "An urgent claim was rescheduled the same day." },
            { id: 157, pet_id: 13, temperament: "Calm", assessment_date: "2021-01-14", comments: "The courier asked for a change and the item was approved." },
            { id: 158, pet_id: 200, temperament: "Affectionate", assessment_date: "2023-09-22", comments: "The account was approved after an incomplete check." },
            { id: 159, pet_id: 51, temperament: "Calm", assessment_date: "2020-10-18", comments: "The delivery was delayed after an incomplete check." },
            { id: 160, pet_id: 160, temperament: "Affectionate", assessment_date: "2021-12-25", comments: "No response from the supplier, so the claim was rescheduled." },
            { id: 161, pet_id: 161, temperament: "Aggressive", assessment_date: "2021-05-17", comments: "The transfer was completed after an urgent check." },
            { id: 162, pet_id: 152, temperament: "Calm", assessment_date: "2023-07-03", comments: "The account owner asked for a change and the document was processed." },
            { id: 163, pet_id: 173, temperament: "Calm", assessment_date: "2022-09-19", comments: "Flagged as urgent. The reviewer reviewed the shipment." },
            { id: 164, pet_id: 41, temperament: "Calm", assessment_date: "2021-11-13", comments: "A late follow-up: the booking was refunded." },
            { id: 165, pet_id: 189, temperament: "Calm", assessment_date: "2021-02-24", comments: "The claim was reopened after a standard check." },
            { id: 166, pet_id: 190, temperament: "Energetic", assessment_date: "2022-06-14", comments: "A duplicate follow-up: the payment was approved." },
            { id: 167, pet_id: 137, temperament: "Affectionate", assessment_date: "2023-09-20", comments: "The supplier reported an unusual issue; the payment was resolved." },
            { id: 168, pet_id: 124, temperament: "Calm", assessment_date: "2022-03-01", comments: "Support reported a routine issue; the record was approved." },
            { id: 169, pet_id: 48, temperament: "Calm", assessment_date: "2022-08-17", comments: "A standard order was rescheduled the same day." },
            { id: 170, pet_id: 48, temperament: "Calm", assessment_date: "2022-10-15", comments: "The customer reported an urgent issue; the report was reviewed." },
            { id: 171, pet_id: 153, temperament: "Calm", assessment_date: "2023-02-18", comments: "The team asked for a change and the account was updated." },
            { id: 172, pet_id: 43, temperament: "Energetic", assessment_date: "2022-04-15", comments: "The customer confirmed the details and the claim was replaced." },
            { id: 173, pet_id: 40, temperament: "Energetic", assessment_date: "2020-09-29", comments: "The account owner confirmed the details and the ticket was completed." },
            { id: 174, pet_id: 176, temperament: "Calm", assessment_date: "2023-07-26", comments: "An unusual follow-up: the report was confirmed." },
            { id: 175, pet_id: 81, temperament: "Calm", assessment_date: "2022-05-08", comments: "The team reported a manual issue; the appointment was refunded." },
            { id: 176, pet_id: 189, temperament: "Affectionate", assessment_date: "2023-06-22", comments: "The claim was reviewed — duplicate case, no further action." },
            { id: 177, pet_id: 194, temperament: "Energetic", assessment_date: "2022-07-29", comments: "The customer reported an automatic issue; the request was updated." },
            { id: 178, pet_id: 192, temperament: "Affectionate", assessment_date: "2023-10-21", comments: "A manual follow-up: the claim was reopened." },
            { id: 179, pet_id: 74, temperament: "Affectionate", assessment_date: "2022-04-07", comments: "The supplier asked for a change and the delivery was updated." },
            { id: 180, pet_id: 191, temperament: "Energetic", assessment_date: "2022-06-27", comments: "An urgent follow-up: the session was escalated." },
            { id: 181, pet_id: 47, temperament: "Energetic", assessment_date: "2023-08-21", comments: "The customer reported a repeat issue; the refund was closed." },
            { id: 182, pet_id: 183, temperament: "Calm", assessment_date: "2023-02-23", comments: "The payment was completed after a minor check." },
            { id: 183, pet_id: 191, temperament: "Energetic", assessment_date: "2023-01-10", comments: "Support reported an incomplete issue; the appointment was approved." },
            { id: 184, pet_id: 9, temperament: "Aggressive", assessment_date: "2021-05-08", comments: "A duplicate appointment was resolved the same day." },
            { id: 185, pet_id: 89, temperament: "Energetic", assessment_date: "2022-04-09", comments: "Flagged as unusual. An operator processed the report." },
            { id: 186, pet_id: 37, temperament: "Affectionate", assessment_date: "2023-07-26", comments: "The account owner reported an incomplete issue; the account was updated." },
            { id: 187, pet_id: 43, temperament: "Energetic", assessment_date: "2023-12-06", comments: "The delivery was rescheduled following an unusual review." },
            { id: 188, pet_id: 120, temperament: "Calm", assessment_date: "2023-09-03", comments: "A routine report was approved the same day." },
            { id: 189, pet_id: 48, temperament: "Calm", assessment_date: "2021-10-14", comments: "The ticket was reviewed — minor case, no further action." },
            { id: 190, pet_id: 106, temperament: "Calm", assessment_date: "2023-05-31", comments: "A routine claim was approved the same day." },
            { id: 191, pet_id: 168, temperament: "Affectionate", assessment_date: "2022-08-02", comments: "No response from the customer, so the session was processed." },
            { id: 192, pet_id: 143, temperament: "Aggressive", assessment_date: "2022-07-03", comments: "Flagged as routine. The reviewer updated the appointment." },
            { id: 193, pet_id: 1, temperament: "Calm", assessment_date: "2022-02-26", comments: "Flagged as standard. An operator confirmed the payment." },
            { id: 194, pet_id: 30, temperament: "Calm", assessment_date: "2023-09-24", comments: "The request was closed after a routine check." },
            { id: 195, pet_id: 199, temperament: "Calm", assessment_date: "2021-03-30", comments: "The claim was rescheduled after a duplicate check." },
            { id: 196, pet_id: 144, temperament: "Energetic", assessment_date: "2021-11-30", comments: "The record was updated — manual case, no further action." },
            { id: 197, pet_id: 146, temperament: "Energetic", assessment_date: "2020-10-21", comments: "The record was reviewed following an unusual review." },
            { id: 198, pet_id: 198, temperament: "Affectionate", assessment_date: "2023-02-17", comments: "Flagged as automatic. Support cancelled the invoice." },
            { id: 199, pet_id: 181, temperament: "Energetic", assessment_date: "2023-10-26", comments: "The account owner reported a minor issue; the account was delayed." },
            { id: 200, pet_id: 83, temperament: "Affectionate", assessment_date: "2020-08-16", comments: "The supplier reported a manual issue; the refund was closed." },
        ],
    });
    await prisma.surrenders.createMany({
        data: [
            { id: 1, pet_id: 13, surrender_date: "2021-05-09", reason: "Behavioral Issues", comments: "A late request was cancelled the same day." },
            { id: 2, pet_id: 142, surrender_date: "2021-05-06", reason: "Behavioral Issues", comments: "The customer reported a partial issue; the request was reopened." },
            { id: 3, pet_id: 144, surrender_date: "2023-03-08", reason: "Other", comments: "The reviewer reported a partial issue; the ticket was escalated." },
            { id: 4, pet_id: 152, surrender_date: "2021-09-24", reason: "Other", comments: "A minor delivery was replaced the same day." },
            { id: 5, pet_id: 44, surrender_date: "2023-03-26", reason: "Moving", comments: "Flagged as duplicate. The account owner updated the document." },
            { id: 6, pet_id: 132, surrender_date: "2021-07-22", reason: "Moving", comments: "A manual follow-up: the document was approved." },
            { id: 7, pet_id: 198, surrender_date: "2022-08-14", reason: "Allergies", comments: "The team reported a partial issue; the order was resolved." },
            { id: 8, pet_id: 173, surrender_date: "2022-07-26", reason: "Moving", comments: "Flagged as duplicate. The customer confirmed the ticket." },
            { id: 9, pet_id: 198, surrender_date: "2023-10-17", reason: "Behavioral Issues", comments: "The team confirmed the details and the order was escalated." },
            { id: 10, pet_id: 123, surrender_date: "2022-04-02", reason: "Other", comments: "The booking was escalated — incomplete case, no further action." },
            { id: 11, pet_id: 194, surrender_date: "2021-06-21", reason: "Behavioral Issues", comments: "The delivery was approved after an unusual check." },
            { id: 12, pet_id: 7, surrender_date: "2023-05-31", reason: "Allergies", comments: "An automatic follow-up: the order was reopened." },
            { id: 13, pet_id: 103, surrender_date: "2022-11-15", reason: "Moving", comments: "No response from an operator, so the account was cancelled." },
            { id: 14, pet_id: 152, surrender_date: "2021-10-27", reason: "Moving", comments: "The order was resolved following a manual review." },
            { id: 15, pet_id: 45, surrender_date: "2022-04-25", reason: "Other", comments: "The invoice was cancelled after a late check." },
            { id: 16, pet_id: 59, surrender_date: "2022-04-17", reason: "Behavioral Issues", comments: "Flagged as standard. An operator approved the invoice." },
            { id: 17, pet_id: 50, surrender_date: "2020-05-12", reason: "Behavioral Issues", comments: "Flagged as repeat. The supplier escalated the order." },
            { id: 18, pet_id: 169, surrender_date: "2021-01-24", reason: "Behavioral Issues", comments: "The delivery was confirmed — urgent case, no further action." },
            { id: 19, pet_id: 106, surrender_date: "2023-09-05", reason: "Allergies", comments: "The ticket was reviewed following an urgent review." },
            { id: 20, pet_id: 96, surrender_date: "2021-09-22", reason: "Allergies", comments: "Support confirmed the details and the order was replaced." },
            { id: 21, pet_id: 39, surrender_date: "2020-12-20", reason: "Allergies", comments: "No response from the account owner, so the transfer was cancelled." },
            { id: 22, pet_id: 81, surrender_date: "2021-12-24", reason: "Behavioral Issues", comments: "Flagged as automatic. The supplier completed the booking." },
            { id: 23, pet_id: 8, surrender_date: "2023-09-28", reason: "Behavioral Issues", comments: "The customer asked for a change and the delivery was reopened." },
            { id: 24, pet_id: 149, surrender_date: "2021-07-03", reason: "Moving", comments: "The appointment was approved — duplicate case, no further action." },
            { id: 25, pet_id: 171, surrender_date: "2023-07-23", reason: "Moving", comments: "The report was confirmed after a minor check." },
            { id: 26, pet_id: 127, surrender_date: "2022-12-19", reason: "Allergies", comments: "The courier asked for a change and the invoice was confirmed." },
            { id: 27, pet_id: 86, surrender_date: "2023-02-21", reason: "Behavioral Issues", comments: "No response from the reviewer, so the booking was reopened." },
            { id: 28, pet_id: 7, surrender_date: "2023-02-28", reason: "Behavioral Issues", comments: "No response from support, so the claim was rescheduled." },
            { id: 29, pet_id: 190, surrender_date: "2020-11-16", reason: "Behavioral Issues", comments: "The booking was updated following an automatic review." },
            { id: 30, pet_id: 36, surrender_date: "2023-04-10", reason: "Moving", comments: "The document was refunded — minor case, no further action." },
            { id: 31, pet_id: 168, surrender_date: "2023-10-26", reason: "Moving", comments: "The reviewer confirmed the details and the claim was processed." },
            { id: 32, pet_id: 31, surrender_date: "2021-05-08", reason: "Allergies", comments: "The shipment was confirmed after an incomplete check." },
            { id: 33, pet_id: 78, surrender_date: "2021-04-15", reason: "Behavioral Issues", comments: "A late item was rescheduled the same day." },
            { id: 34, pet_id: 38, surrender_date: "2022-05-18", reason: "Moving", comments: "The courier confirmed the details and the payment was delayed." },
            { id: 35, pet_id: 60, surrender_date: "2022-07-02", reason: "Moving", comments: "An operator reported a minor issue; the report was delayed." },
            { id: 36, pet_id: 29, surrender_date: "2022-07-01", reason: "Moving", comments: "The transfer was escalated after a duplicate check." },
            { id: 37, pet_id: 78, surrender_date: "2020-07-04", reason: "Allergies", comments: "The invoice was completed after a routine check." },
            { id: 38, pet_id: 18, surrender_date: "2022-07-30", reason: "Behavioral Issues", comments: "A standard order was approved the same day." },
            { id: 39, pet_id: 147, surrender_date: "2022-09-15", reason: "Behavioral Issues", comments: "No response from the reviewer, so the booking was reviewed." },
            { id: 40, pet_id: 162, surrender_date: "2022-03-19", reason: "Behavioral Issues", comments: "Flagged as repeat. The team cancelled the order." },
            { id: 41, pet_id: 176, surrender_date: "2023-09-05", reason: "Allergies", comments: "A partial follow-up: the document was processed." },
            { id: 42, pet_id: 57, surrender_date: "2023-08-18", reason: "Other", comments: "The team confirmed the details and the ticket was confirmed." },
            { id: 43, pet_id: 172, surrender_date: "2022-10-09", reason: "Other", comments: "The courier confirmed the details and the account was approved." },
            { id: 44, pet_id: 75, surrender_date: "2022-05-29", reason: "Behavioral Issues", comments: "The team asked for a change and the delivery was processed." },
            { id: 45, pet_id: 130, surrender_date: "2023-03-09", reason: "Moving", comments: "The item was replaced following a partial review." },
            { id: 46, pet_id: 7, surrender_date: "2023-11-06", reason: "Moving", comments: "An operator reported a manual issue; the booking was escalated." },
            { id: 47, pet_id: 12, surrender_date: "2023-06-17", reason: "Allergies", comments: "The order was completed after a repeat check." },
            { id: 48, pet_id: 36, surrender_date: "2021-10-28", reason: "Behavioral Issues", comments: "No response from an operator, so the claim was escalated." },
            { id: 49, pet_id: 43, surrender_date: "2023-11-11", reason: "Allergies", comments: "An unusual payment was approved the same day." },
            { id: 50, pet_id: 53, surrender_date: "2022-09-08", reason: "Moving", comments: "The refund was approved — urgent case, no further action." },
            { id: 51, pet_id: 58, surrender_date: "2022-08-17", reason: "Behavioral Issues", comments: "The reviewer confirmed the details and the ticket was resolved." },
            { id: 52, pet_id: 106, surrender_date: "2023-05-16", reason: "Behavioral Issues", comments: "Flagged as incomplete. The team rejected the record." },
            { id: 53, pet_id: 179, surrender_date: "2022-12-06", reason: "Allergies", comments: "The customer confirmed the details and the report was updated." },
            { id: 54, pet_id: 159, surrender_date: "2023-05-10", reason: "Moving", comments: "The order was rejected after a minor check." },
            { id: 55, pet_id: 164, surrender_date: "2020-08-19", reason: "Allergies", comments: "The supplier reported a duplicate issue; the report was resolved." },
            { id: 56, pet_id: 34, surrender_date: "2021-12-26", reason: "Allergies", comments: "Support confirmed the details and the payment was escalated." },
            { id: 57, pet_id: 179, surrender_date: "2023-02-09", reason: "Other", comments: "The booking was closed after a manual check." },
            { id: 58, pet_id: 34, surrender_date: "2023-07-31", reason: "Moving", comments: "The courier reported a standard issue; the request was rescheduled." },
            { id: 59, pet_id: 53, surrender_date: "2020-06-20", reason: "Behavioral Issues", comments: "Support asked for a change and the claim was rejected." },
            { id: 60, pet_id: 83, surrender_date: "2023-12-28", reason: "Other", comments: "Flagged as manual. The reviewer updated the document." },
            { id: 61, pet_id: 105, surrender_date: "2022-08-12", reason: "Moving", comments: "The supplier confirmed the details and the account was reviewed." },
            { id: 62, pet_id: 145, surrender_date: "2021-12-31", reason: "Behavioral Issues", comments: "An incomplete follow-up: the document was closed." },
            { id: 63, pet_id: 180, surrender_date: "2023-04-19", reason: "Behavioral Issues", comments: "No response from the account owner, so the session was rescheduled." },
            { id: 64, pet_id: 73, surrender_date: "2021-01-24", reason: "Allergies", comments: "The claim was escalated following a routine review." },
            { id: 65, pet_id: 155, surrender_date: "2022-03-10", reason: "Moving", comments: "No response from the reviewer, so the session was rejected." },
            { id: 66, pet_id: 71, surrender_date: "2022-06-26", reason: "Moving", comments: "The courier confirmed the details and the shipment was rescheduled." },
            { id: 67, pet_id: 83, surrender_date: "2020-01-02", reason: "Allergies", comments: "The ticket was approved after a late check." },
            { id: 68, pet_id: 148, surrender_date: "2022-08-11", reason: "Behavioral Issues", comments: "An operator confirmed the details and the request was updated." },
            { id: 69, pet_id: 35, surrender_date: "2021-11-12", reason: "Allergies", comments: "The order was replaced after an incomplete check." },
            { id: 70, pet_id: 88, surrender_date: "2022-03-12", reason: "Other", comments: "A late follow-up: the report was delayed." },
            { id: 71, pet_id: 124, surrender_date: "2023-06-25", reason: "Behavioral Issues", comments: "The record was rescheduled — partial case, no further action." },
            { id: 72, pet_id: 4, surrender_date: "2023-06-28", reason: "Behavioral Issues", comments: "The delivery was delayed following a duplicate review." },
            { id: 73, pet_id: 178, surrender_date: "2022-08-02", reason: "Other", comments: "The payment was reopened following a late review." },
            { id: 74, pet_id: 198, surrender_date: "2021-03-16", reason: "Behavioral Issues", comments: "No response from the supplier, so the transfer was closed." },
            { id: 75, pet_id: 177, surrender_date: "2020-01-01", reason: "Allergies", comments: "A standard request was cancelled the same day." },
            { id: 76, pet_id: 122, surrender_date: "2023-11-24", reason: "Other", comments: "A late follow-up: the document was reopened." },
            { id: 77, pet_id: 103, surrender_date: "2021-02-17", reason: "Behavioral Issues", comments: "An incomplete request was cancelled the same day." },
            { id: 78, pet_id: 98, surrender_date: "2023-01-20", reason: "Moving", comments: "A partial record was refunded the same day." },
            { id: 79, pet_id: 65, surrender_date: "2023-07-04", reason: "Allergies", comments: "The supplier confirmed the details and the account was rescheduled." },
            { id: 80, pet_id: 153, surrender_date: "2021-03-12", reason: "Moving", comments: "A duplicate session was reopened the same day." },
        ],
    });
}

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