// Virtual Pet Care Insights (virtual-pet-and-animal-care-simulator) 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.items), 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.items.createMany({
        data: [
            { id: 1, name: "Premium Watch", category: "healthcare", price: "24.00", stock: 91 },
            { id: 2, name: "Pro Tent", category: "toys", price: "43.06", stock: 16 },
            { id: 3, name: "Mini Desk Lamp", category: "healthcare", price: "42.95", stock: null },
            { id: 4, name: "Pro Camera", category: "decorations", price: "2.34", stock: 51 },
            { id: 5, name: "Insulated Monitor", category: "food", price: "1.04", stock: 6 },
            { id: 6, name: "Insulated Monitor", category: "toys", price: "7.07", stock: 43 },
            { id: 7, name: "Eco Chair", category: "food", price: "27.53", stock: 15 },
            { id: 8, name: "Heavy Duty Umbrella", category: "toys", price: "28.50", stock: 14 },
            { id: 9, name: "Ultra Backpack", category: "healthcare", price: "41.76", stock: 50 },
            { id: 10, name: "Smart Bottle", category: "food", price: "23.89", stock: 19 },
            { id: 11, name: "Insulated Kettle", category: "healthcare", price: "31.90", stock: 14 },
            { id: 12, name: "Smart Camera", category: "toys", price: "2.96", stock: 72 },
            { id: 13, name: "Compact Router", category: "food", price: "46.20", stock: 94 },
            { id: 14, name: "Modern Watch", category: "toys", price: "18.44", stock: 75 },
            { id: 15, name: "Classic Desk Lamp", category: "decorations", price: "9.15", stock: 82 },
            { id: 16, name: "Heavy Duty Umbrella", category: "toys", price: "8.84", stock: null },
            { id: 17, name: "Modern Tripod", category: "food", price: "8.24", stock: 80 },
            { id: 18, name: "Classic Jacket", category: "food", price: "3.89", stock: 6 },
            { id: 19, name: "Ultra Pan", category: "healthcare", price: "1.62", stock: 73 },
            { id: 20, name: "Portable Lantern", category: "toys", price: "3.97", stock: 3 },
            { id: 21, name: "Vintage Lantern", category: "toys", price: "2.97", stock: 8 },
            { id: 22, name: "Heavy Duty Kettle", category: "food", price: "31.08", stock: 10 },
            { id: 23, name: "Folding Watch", category: "healthcare", price: "20.31", stock: 83 },
            { id: 24, name: "Modern Chair", category: "decorations", price: "4.15", stock: 35 },
            { id: 25, name: "Folding Planter", category: "toys", price: "11.84", stock: 46 },
            { id: 26, name: "Portable Tent", category: "healthcare", price: "37.19", stock: 46 },
            { id: 27, name: "Vintage Blender", category: "healthcare", price: "10.82", stock: 80 },
            { id: 28, name: "Heavy Duty Umbrella", category: "food", price: "12.73", stock: 43 },
            { id: 29, name: "Deluxe Bottle", category: "toys", price: "4.90", stock: 67 },
            { id: 30, name: "Pro Backpack", category: "food", price: "13.13", stock: 81 },
            { id: 31, name: "Deluxe Toolkit", category: "decorations", price: "10.50", stock: 33 },
            { id: 32, name: "Portable Mug", category: "toys", price: "43.38", stock: 25 },
            { id: 33, name: "Compact Tripod", category: "food", price: "4.20", stock: 85 },
            { id: 34, name: "Premium Umbrella", category: "decorations", price: "13.67", stock: 63 },
            { id: 35, name: "Classic Camera", category: "toys", price: "3.55", stock: 85 },
            { id: 36, name: "Travel Watch", category: "toys", price: "3.24", stock: 11 },
            { id: 37, name: "Deluxe Charger", category: "healthcare", price: "1.24", stock: 70 },
            { id: 38, name: "Deluxe Router", category: "toys", price: "30.83", stock: 66 },
            { id: 39, name: "Compact Desk Lamp", category: "healthcare", price: "26.90", stock: 4 },
            { id: 40, name: "Vintage Charger", category: "food", price: "19.44", stock: 7 },
            { id: 41, name: "Compact Watch", category: "food", price: "1.38", stock: 58 },
            { id: 42, name: "Insulated Mug", category: "toys", price: "22.56", stock: null },
            { id: 43, name: "Classic Charger", category: "decorations", price: "18.93", stock: 21 },
            { id: 44, name: "Ultra Notebook", category: "healthcare", price: "26.59", stock: 87 },
            { id: 45, name: "Wireless Jacket", category: "decorations", price: "45.72", stock: 57 },
            { id: 46, name: "Pro Notebook", category: "healthcare", price: "11.40", stock: null },
            { id: 47, name: "Mini Pan", category: "food", price: "47.02", stock: null },
            { id: 48, name: "Travel Lantern", category: "food", price: "13.55", stock: 48 },
            { id: 49, name: "Vintage Notebook", category: "decorations", price: "33.07", stock: null },
            { id: 50, name: "Compact Speaker", category: "toys", price: "35.91", stock: 34 },
            { id: 51, name: "Portable Kettle", category: "food", price: "1.16", stock: 11 },
            { id: 52, name: "Standard Camera", category: "food", price: "37.19", stock: 52 },
            { id: 53, name: "Eco Charger", category: "toys", price: "31.35", stock: 74 },
            { id: 54, name: "Pro Lantern", category: "food", price: "1.19", stock: 14 },
            { id: 55, name: "Mini Backpack", category: "toys", price: "39.74", stock: 8 },
            { id: 56, name: "Vintage Kettle", category: "healthcare", price: "15.17", stock: 94 },
            { id: 57, name: "Portable Charger", category: "toys", price: "37.92", stock: 39 },
            { id: 58, name: "Essential Jacket", category: "decorations", price: "8.14", stock: 87 },
            { id: 59, name: "Portable Chair", category: "food", price: "40.08", stock: 7 },
            { id: 60, name: "Standard Bottle", category: "toys", price: "23.54", stock: null },
            { id: 61, name: "Ultra Chair", category: "toys", price: "8.85", stock: 61 },
            { id: 62, name: "Classic Pan", category: "food", price: "2.52", stock: 98 },
            { id: 63, name: "Folding Pan", category: "food", price: "22.44", stock: 65 },
            { id: 64, name: "Classic Blender", category: "food", price: "39.88", stock: null },
            { id: 65, name: "Folding Watch", category: "food", price: "45.52", stock: 33 },
            { id: 66, name: "Insulated Speaker", category: "food", price: "3.38", stock: 12 },
            { id: 67, name: "Folding Notebook", category: "food", price: "9.88", stock: 60 },
            { id: 68, name: "Portable Planter", category: "food", price: "1.42", stock: 24 },
            { id: 69, name: "Essential Router", category: "healthcare", price: "23.42", stock: 79 },
            { id: 70, name: "Mini Pan", category: "food", price: "1.43", stock: 2 },
            { id: 71, name: "Essential Lantern", category: "food", price: "1.48", stock: 81 },
            { id: 72, name: "Standard Toolkit", category: "healthcare", price: "9.13", stock: 93 },
            { id: 73, name: "Travel Headphones", category: "toys", price: "6.64", stock: 36 },
            { id: 74, name: "Essential Planter", category: "food", price: "31.55", stock: 35 },
            { id: 75, name: "Premium Planter", category: "toys", price: "1.09", stock: null },
            { id: 76, name: "Travel Speaker", category: "healthcare", price: "1.01", stock: 35 },
            { id: 77, name: "Folding Kettle", category: "food", price: "20.93", stock: 28 },
            { id: 78, name: "Smart Bottle", category: "food", price: "1.50", stock: 66 },
            { id: 79, name: "Wireless Keyboard", category: "healthcare", price: "4.73", stock: null },
            { id: 80, name: "Heavy Duty Mug", category: "decorations", price: "15.17", stock: 6 },
            { id: 81, name: "Pro Monitor", category: "healthcare", price: "15.67", stock: 97 },
            { id: 82, name: "Essential Desk Lamp", category: "healthcare", price: "44.50", stock: 9 },
            { id: 83, name: "Vintage Planter", category: "healthcare", price: "2.10", stock: null },
            { id: 84, name: "Slim Camera", category: "food", price: "16.89", stock: null },
            { id: 85, name: "Modern Toolkit", category: "food", price: "28.32", stock: 10 },
            { id: 86, name: "Standard Camera", category: "decorations", price: "13.97", stock: 78 },
            { id: 87, name: "Vintage Jacket", category: "food", price: "1.12", stock: 13 },
            { id: 88, name: "Insulated Speaker", category: "food", price: "41.65", stock: 81 },
            { id: 89, name: "Ultra Notebook", category: "healthcare", price: "1.01", stock: 26 },
            { id: 90, name: "Deluxe Tent", category: "toys", price: "39.32", stock: 43 },
            { id: 91, name: "Classic Lantern", category: "food", price: "39.62", stock: 77 },
            { id: 92, name: "Portable Notebook", category: "decorations", price: "13.72", stock: 90 },
            { id: 93, name: "Wireless Router", category: "healthcare", price: "3.02", stock: 96 },
            { id: 94, name: "Insulated Speaker", category: "toys", price: "12.17", stock: 24 },
            { id: 95, name: "Vintage Headphones", category: "food", price: "29.83", stock: null },
            { id: 96, name: "Insulated Tent", category: "decorations", price: "3.88", stock: 96 },
            { id: 97, name: "Wireless Tent", category: "food", price: "1.80", stock: 72 },
            { id: 98, name: "Vintage Jacket", category: "decorations", price: "17.03", stock: 76 },
            { id: 99, name: "Essential Camera", category: "decorations", price: "39.82", stock: 96 },
            { id: 100, name: "Mini Chair", category: "healthcare", price: "6.38", stock: 77 },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, username: "Pedro Martin", email: "pedro.martin@example.net", join_date: "2020-06-25" },
            { id: 2, username: "Ivan Mendes", email: "ivan.mendes@example.org", join_date: "2020-07-25" },
            { id: 3, username: "Marco Weber", email: "marco.weber@example.org", join_date: "2023-04-15" },
            { id: 4, username: "Marco Larsen", email: "marco.larsen@example.net", join_date: "2020-11-04" },
            { id: 5, username: "Mohamed Nakamura", email: "mohamed.nakamura@example.com", join_date: "2021-12-30" },
            { id: 6, username: "Ben Ibrahim", email: "ben.ibrahim@example.net", join_date: "2023-09-30" },
            { id: 7, username: "Karim Torres", email: "karim.torres@example.com", join_date: "2023-10-23" },
            { id: 8, username: "Wei Pereira", email: "wei.pereira@example.org", join_date: "2023-03-23" },
            { id: 9, username: "Kai Clark", email: "kai.clark@example.org", join_date: "2020-03-05" },
            { id: 10, username: "Sven Gomez", email: "sven.gomez@example.org", join_date: "2020-11-25" },
            { id: 11, username: "Paula Wright", email: "paula.wright@example.net", join_date: "2022-02-21" },
            { id: 12, username: "Deniz Rossi", email: "deniz.rossi@example.org", join_date: "2021-03-31" },
            { id: 13, username: "Andre Taylor", email: "andre.taylor@example.org", join_date: "2023-12-11" },
            { id: 14, username: "Julia Gupta", email: "julia.gupta@example.net", join_date: "2020-09-03" },
            { id: 15, username: "Carlos Castro", email: "carlos.castro@example.org", join_date: "2021-02-09" },
            { id: 16, username: "Nadia Park", email: "nadia.park@example.org", join_date: "2023-10-05" },
            { id: 17, username: "Ruby Costa", email: "ruby.costa@example.net", join_date: "2022-05-12" },
            { id: 18, username: "Ravi Singh", email: "ravi.singh@example.com", join_date: "2023-02-17" },
            { id: 19, username: "Maja Novak", email: "maja.novak@example.net", join_date: "2020-07-07" },
            { id: 20, username: "Oscar Shah", email: "oscar.shah@example.com", join_date: "2021-11-04" },
            { id: 21, username: "Rosa Gomez", email: "rosa.gomez@example.com", join_date: "2023-06-01" },
            { id: 22, username: "Hugo Gomez", email: "hugo.gomez@example.com", join_date: "2023-01-29" },
            { id: 23, username: "Noah Evans", email: "noah.evans@example.com", join_date: "2023-06-02" },
            { id: 24, username: "Ben Almeida", email: "ben.almeida@example.net", join_date: "2022-10-04" },
            { id: 25, username: "Marco Murphy", email: "marco.murphy@example.net", join_date: "2022-01-30" },
            { id: 26, username: "Sven Tanaka", email: "sven.tanaka@example.com", join_date: "2023-04-03" },
            { id: 27, username: "Mohamed Ahmed", email: "mohamed.ahmed@example.net", join_date: "2023-05-09" },
            { id: 28, username: "Tariq Pereira", email: "tariq.pereira@example.net", join_date: "2023-09-01" },
            { id: 29, username: "Anna Tanaka", email: "anna.tanaka@example.com", join_date: "2022-12-22" },
            { id: 30, username: "Arjun Hoffmann", email: "arjun.hoffmann@example.org", join_date: "2023-01-12" },
            { id: 31, username: "Emma Shah", email: "emma.shah@example.net", join_date: "2021-08-04" },
            { id: 32, username: "Rafael Reyes", email: "rafael.reyes@example.org", join_date: "2023-06-02" },
            { id: 33, username: "Chen Diaz", email: "chen.diaz@example.net", join_date: "2022-08-17" },
            { id: 34, username: "Liam Bennett", email: "liam.bennett@example.net", join_date: "2022-04-13" },
            { id: 35, username: "Daniel Zhang", email: "daniel.zhang@example.com", join_date: "2021-12-22" },
            { id: 36, username: "Paula Schmidt", email: "paula.schmidt@example.com", join_date: "2023-12-13" },
            { id: 37, username: "Mila Reyes", email: "mila.reyes@example.org", join_date: "2023-09-10" },
            { id: 38, username: "Yusuf Wright", email: "yusuf.wright@example.org", join_date: "2022-06-23" },
            { id: 39, username: "Pedro Moreau", email: "pedro.moreau@example.net", join_date: "2022-11-08" },
            { id: 40, username: "Deniz Martin", email: "deniz.martin@example.com", join_date: "2023-07-26" },
            { id: 41, username: "Tomas Tanaka", email: "tomas.tanaka@example.org", join_date: "2020-05-10" },
            { id: 42, username: "Anna Schmidt", email: "anna.schmidt@example.net", join_date: "2022-08-05" },
            { id: 43, username: "Theo Walker", email: "theo.walker@example.com", join_date: "2021-05-08" },
            { id: 44, username: "Ben Walker", email: "ben.walker@example.org", join_date: "2023-01-12" },
            { id: 45, username: "Lina Hansen", email: "lina.hansen@example.com", join_date: "2020-02-09" },
            { id: 46, username: "Rafael Young", email: "rafael.young@example.org", join_date: "2022-06-11" },
            { id: 47, username: "Sofia Demir", email: "sofia.demir@example.com", join_date: "2023-11-14" },
            { id: 48, username: "David Lee", email: "david.lee@example.com", join_date: "2023-01-19" },
            { id: 49, username: "Hugo Park", email: "hugo.park@example.org", join_date: "2020-03-22" },
            { id: 50, username: "Hana Evans", email: "hana.evans@example.org", join_date: "2022-10-18" },
            { id: 51, username: "Uma Johnson", email: "uma.johnson@example.com", join_date: "2021-12-04" },
            { id: 52, username: "Oscar Lopez", email: "oscar.lopez@example.com", join_date: "2021-06-28" },
            { id: 53, username: "Ravi Wilson", email: "ravi.wilson@example.net", join_date: "2021-08-27" },
            { id: 54, username: "Uma Kim", email: "uma.kim@example.org", join_date: "2023-10-13" },
            { id: 55, username: "Mia Khan", email: "mia.khan@example.org", join_date: "2023-01-04" },
            { id: 56, username: "Yara Ruiz", email: "yara.ruiz@example.org", join_date: "2021-07-31" },
            { id: 57, username: "Arjun Diaz", email: "arjun.diaz@example.org", join_date: "2021-11-02" },
            { id: 58, username: "Ana Taylor", email: "ana.taylor@example.org", join_date: "2020-11-10" },
            { id: 59, username: "Carlos Larsen", email: "carlos.larsen@example.com", join_date: "2022-10-01" },
            { id: 60, username: "Liam Jensen", email: "liam.jensen@example.net", join_date: "2023-09-25" },
            { id: 61, username: "Elena Johnson", email: "elena.johnson@example.net", join_date: "2021-11-12" },
            { id: 62, username: "Olivia Schmidt", email: "olivia.schmidt@example.net", join_date: "2023-11-02" },
            { id: 63, username: "Olivia Becker", email: "olivia.becker@example.org", join_date: "2020-10-02" },
            { id: 64, username: "Sara Patel", email: "sara.patel@example.com", join_date: "2023-09-09" },
            { id: 65, username: "Jonas Silva", email: "jonas.silva@example.com", join_date: "2020-08-30" },
            { id: 66, username: "Kai Hassan", email: "kai.hassan@example.com", join_date: "2023-05-31" },
            { id: 67, username: "Wei Hoffmann", email: "wei.hoffmann@example.org", join_date: "2023-07-31" },
            { id: 68, username: "Carlos Almeida", email: "carlos.almeida@example.org", join_date: "2021-07-29" },
            { id: 69, username: "Mia Schneider", email: "mia.schneider@example.net", join_date: "2022-08-29" },
            { id: 70, username: "Anna Garcia", email: "anna.garcia@example.net", join_date: "2022-12-26" },
            { id: 71, username: "Uma Hansen", email: "uma.hansen@example.org", join_date: "2021-06-29" },
            { id: 72, username: "David Lopez", email: "david.lopez@example.net", join_date: "2020-09-19" },
            { id: 73, username: "Wei Almeida", email: "wei.almeida@example.net", join_date: "2022-04-14" },
            { id: 74, username: "Rafael Kumar", email: "rafael.kumar@example.org", join_date: "2023-12-27" },
            { id: 75, username: "Maya Smith", email: "maya.smith@example.com", join_date: "2021-04-29" },
            { id: 76, username: "Ibrahim Costa", email: "ibrahim.costa@example.org", join_date: "2022-01-02" },
            { id: 77, username: "Sara Martin", email: "sara.martin@example.net", join_date: "2021-10-10" },
            { id: 78, username: "Omar Yilmaz", email: "omar.yilmaz@example.com", join_date: "2020-04-28" },
            { id: 79, username: "Elena Jansen", email: "elena.jansen@example.com", join_date: "2023-10-11" },
            { id: 80, username: "Lina Johnson", email: "lina.johnson@example.net", join_date: "2022-07-04" },
            { id: 81, username: "Laura Kim", email: "laura.kim@example.org", join_date: "2020-06-14" },
            { id: 82, username: "Selin Klein", email: "selin.klein@example.com", join_date: "2021-02-25" },
            { id: 83, username: "Maria Meyer", email: "maria.meyer@example.com", join_date: "2020-03-14" },
            { id: 84, username: "Deniz Ali", email: "deniz.ali@example.net", join_date: "2023-04-18" },
            { id: 85, username: "Selin Nguyen", email: "selin.nguyen@example.net", join_date: "2020-05-22" },
            { id: 86, username: "Nina Kaya", email: "nina.kaya@example.net", join_date: "2022-08-06" },
            { id: 87, username: "Grace Walker", email: "grace.walker@example.org", join_date: "2020-03-01" },
            { id: 88, username: "Sven Gupta", email: "sven.gupta@example.com", join_date: "2021-12-06" },
            { id: 89, username: "Yara Rossi", email: "yara.rossi@example.org", join_date: "2023-11-08" },
            { id: 90, username: "Deniz Nguyen", email: "deniz.nguyen@example.org", join_date: "2021-08-04" },
            { id: 91, username: "Sara Ahmed", email: "sara.ahmed@example.org", join_date: "2022-05-10" },
            { id: 92, username: "Nina Dubois", email: "nina.dubois@example.com", join_date: "2022-08-02" },
            { id: 93, username: "Rosa Kim", email: "rosa.kim@example.org", join_date: "2022-09-19" },
            { id: 94, username: "Tariq Vargas", email: "tariq.vargas@example.net", join_date: "2023-03-12" },
            { id: 95, username: "Elif Carter", email: "elif.carter@example.net", join_date: "2022-01-06" },
            { id: 96, username: "Ana Ibrahim", email: "ana.ibrahim@example.com", join_date: "2023-09-01" },
            { id: 97, username: "Amir Wilson", email: "amir.wilson@example.net", join_date: "2020-02-29" },
            { id: 98, username: "Diego Lee", email: "diego.lee@example.com", join_date: "2021-02-25" },
            { id: 99, username: "Priya Lee", email: "priya.lee@example.net", join_date: "2021-06-02" },
            { id: 100, username: "Ravi Patel", email: "ravi.patel@example.com", join_date: "2021-11-08" },
            { id: 101, username: "Oscar Sousa", email: "oscar.sousa@example.org", join_date: "2022-03-31" },
            { id: 102, username: "Ruby Vargas", email: "ruby.vargas@example.com", join_date: "2021-12-21" },
            { id: 103, username: "Laura Bauer", email: "laura.bauer@example.com", join_date: "2022-01-19" },
            { id: 104, username: "Maja Kim", email: "maja.kim@example.org", join_date: "2020-04-16" },
            { id: 105, username: "Yusuf Adams", email: "yusuf.adams@example.net", join_date: "2023-05-01" },
            { id: 106, username: "Maja Johnson", email: "maja.johnson@example.org", join_date: "2023-06-07" },
            { id: 107, username: "Lena Gupta", email: "lena.gupta@example.org", join_date: "2022-12-06" },
            { id: 108, username: "Paula Castro", email: "paula.castro@example.org", join_date: "2023-06-27" },
            { id: 109, username: "Lina Wilson", email: "lina.wilson@example.net", join_date: "2020-05-11" },
            { id: 110, username: "Pedro Baker", email: "pedro.baker@example.net", join_date: "2023-04-12" },
            { id: 111, username: "Anna Gomez", email: "anna.gomez@example.net", join_date: "2023-08-07" },
            { id: 112, username: "Zara Fischer", email: "zara.fischer@example.net", join_date: "2023-02-16" },
            { id: 113, username: "Julia Shah", email: "julia.shah@example.org", join_date: "2022-03-12" },
            { id: 114, username: "Olivia Garcia", email: "olivia.garcia@example.org", join_date: "2021-04-05" },
            { id: 115, username: "Sara Gomez", email: "sara.gomez@example.org", join_date: "2022-06-18" },
            { id: 116, username: "Zoe Gupta", email: "zoe.gupta@example.net", join_date: "2023-02-19" },
            { id: 117, username: "Carlos Pereira", email: "carlos.pereira@example.com", join_date: "2022-12-20" },
            { id: 118, username: "Chen Pereira", email: "chen.pereira@example.org", join_date: "2023-10-01" },
            { id: 119, username: "Maya Lopez", email: "maya.lopez@example.net", join_date: "2023-09-25" },
            { id: 120, username: "Chloe Taylor", email: "chloe.taylor@example.org", join_date: "2021-04-29" },
            { id: 121, username: "Grace Hoffmann", email: "grace.hoffmann@example.org", join_date: "2023-07-19" },
            { id: 122, username: "Noah Jensen", email: "noah.jensen@example.net", join_date: "2022-05-05" },
            { id: 123, username: "Jonas Ali", email: "jonas.ali@example.com", join_date: "2023-06-24" },
            { id: 124, username: "Carlos Gomez", email: "carlos.gomez@example.com", join_date: "2020-12-30" },
            { id: 125, username: "Andre Gomez", email: "andre.gomez@example.net", join_date: "2021-10-22" },
            { id: 126, username: "Liam Clark", email: "liam.clark@example.org", join_date: "2022-07-25" },
            { id: 127, username: "Ruby Schneider", email: "ruby.schneider@example.net", join_date: "2023-08-04" },
            { id: 128, username: "Alice Sousa", email: "alice.sousa@example.com", join_date: "2020-08-03" },
            { id: 129, username: "Liam Park", email: "liam.park@example.com", join_date: "2022-08-24" },
            { id: 130, username: "Oscar Patel", email: "oscar.patel@example.org", join_date: "2022-10-03" },
            { id: 131, username: "Omar Bauer", email: "omar.bauer@example.org", join_date: "2022-08-30" },
            { id: 132, username: "Sara Kumar", email: "sara.kumar@example.com", join_date: "2022-08-21" },
            { id: 133, username: "Olivia Larsen", email: "olivia.larsen@example.net", join_date: "2022-02-17" },
            { id: 134, username: "Arjun Brown", email: "arjun.brown@example.org", join_date: "2022-07-09" },
            { id: 135, username: "Laura Lopez", email: "laura.lopez@example.net", join_date: "2021-01-01" },
            { id: 136, username: "Grace Kowalski", email: "grace.kowalski@example.org", join_date: "2020-02-07" },
            { id: 137, username: "Deniz Andersen", email: "deniz.andersen@example.com", join_date: "2023-01-02" },
            { id: 138, username: "Carla Silva", email: "carla.silva@example.org", join_date: "2023-01-04" },
            { id: 139, username: "Pedro Rossi", email: "pedro.rossi@example.net", join_date: "2022-10-09" },
            { id: 140, username: "Omar Flores", email: "omar.flores@example.com", join_date: "2021-04-01" },
            { id: 141, username: "Lena Reyes", email: "lena.reyes@example.org", join_date: "2021-02-23" },
            { id: 142, username: "Carlos Wright", email: "carlos.wright@example.net", join_date: "2023-07-23" },
            { id: 143, username: "Daniel Murphy", email: "daniel.murphy@example.com", join_date: "2020-09-27" },
            { id: 144, username: "Chen Gupta", email: "chen.gupta@example.com", join_date: "2022-11-17" },
            { id: 145, username: "Leo Fischer", email: "leo.fischer@example.com", join_date: "2020-04-17" },
            { id: 146, username: "David Andersen", email: "david.andersen@example.org", join_date: "2021-04-20" },
            { id: 147, username: "Hugo Bauer", email: "hugo.bauer@example.org", join_date: "2021-01-09" },
            { id: 148, username: "Mohamed Silva", email: "mohamed.silva@example.com", join_date: "2022-02-07" },
            { id: 149, username: "Nadia Larsen", email: "nadia.larsen@example.net", join_date: "2023-05-21" },
            { id: 150, username: "Emma Klein", email: "emma.klein@example.org", join_date: "2022-11-25" },
            { id: 151, username: "Nadia Gupta", email: "nadia.gupta@example.org", join_date: "2022-06-10" },
            { id: 152, username: "Elif Moreau", email: "elif.moreau@example.org", join_date: "2021-08-26" },
            { id: 153, username: "James Sousa", email: "james.sousa@example.net", join_date: "2021-10-22" },
            { id: 154, username: "Ines Torres", email: "ines.torres@example.com", join_date: "2023-07-06" },
            { id: 155, username: "Kai Kaya", email: "kai.kaya@example.net", join_date: "2023-02-12" },
            { id: 156, username: "Priya Oliveira", email: "priya.oliveira@example.net", join_date: "2022-09-14" },
            { id: 157, username: "Diego Zhang", email: "diego.zhang@example.org", join_date: "2022-08-09" },
            { id: 158, username: "Mei Hansen", email: "mei.hansen@example.org", join_date: "2023-08-06" },
            { id: 159, username: "Marco Ruiz", email: "marco.ruiz@example.com", join_date: "2022-04-13" },
            { id: 160, username: "Jade Jansen", email: "jade.jansen@example.net", join_date: "2023-11-25" },
            { id: 161, username: "Fatima Ahmed", email: "fatima.ahmed@example.com", join_date: "2023-08-16" },
            { id: 162, username: "Marco Wagner", email: "marco.wagner@example.net", join_date: "2023-12-26" },
            { id: 163, username: "Theo Taylor", email: "theo.taylor@example.org", join_date: "2022-02-02" },
            { id: 164, username: "Ruby Taylor", email: "ruby.taylor@example.net", join_date: "2021-07-15" },
            { id: 165, username: "Jonas Yilmaz", email: "jonas.yilmaz@example.net", join_date: "2021-04-09" },
            { id: 166, username: "Carlos Wagner", email: "carlos.wagner@example.org", join_date: "2021-12-03" },
            { id: 167, username: "Maria Becker", email: "maria.becker@example.com", join_date: "2023-11-26" },
            { id: 168, username: "Lena Kim", email: "lena.kim@example.com", join_date: "2021-08-12" },
            { id: 169, username: "Grace Flores", email: "grace.flores@example.net", join_date: "2022-01-02" },
            { id: 170, username: "Karim Murphy", email: "karim.murphy@example.com", join_date: "2023-04-14" },
            { id: 171, username: "Pedro Ahmed", email: "pedro.ahmed@example.org", join_date: "2022-04-05" },
            { id: 172, username: "Carla Zhang", email: "carla.zhang@example.net", join_date: "2022-05-13" },
            { id: 173, username: "Ravi Oliveira", email: "ravi.oliveira@example.net", join_date: "2022-08-13" },
            { id: 174, username: "Ethan Zhang", email: "ethan.zhang@example.net", join_date: "2021-09-04" },
            { id: 175, username: "Isaac Hansen", email: "isaac.hansen@example.com", join_date: "2023-02-04" },
            { id: 176, username: "Yara Silva", email: "yara.silva@example.com", join_date: "2021-05-20" },
            { id: 177, username: "Amir Almeida", email: "amir.almeida@example.org", join_date: "2022-09-26" },
            { id: 178, username: "Tariq Taylor", email: "tariq.taylor@example.net", join_date: "2023-01-09" },
            { id: 179, username: "Nina Kim", email: "nina.kim@example.org", join_date: "2023-09-17" },
            { id: 180, username: "Selin Jansen", email: "selin.jansen@example.com", join_date: "2023-07-08" },
            { id: 181, username: "Amir Flores", email: "amir.flores@example.org", join_date: "2021-11-13" },
            { id: 182, username: "Maria Khan", email: "maria.khan@example.net", join_date: "2023-10-16" },
            { id: 183, username: "David Hansen", email: "david.hansen@example.net", join_date: "2022-12-20" },
            { id: 184, username: "Uma Jensen", email: "uma.jensen@example.org", join_date: "2023-08-21" },
            { id: 185, username: "Sam Diaz", email: "sam.diaz@example.org", join_date: "2022-11-25" },
            { id: 186, username: "Mila Jensen", email: "mila.jensen@example.net", join_date: "2022-10-30" },
            { id: 187, username: "Lucas Almeida", email: "lucas.almeida@example.net", join_date: "2020-01-25" },
            { id: 188, username: "Yusuf Andersen", email: "yusuf.andersen@example.net", join_date: "2023-11-27" },
            { id: 189, username: "Ana Kowalski", email: "ana.kowalski@example.com", join_date: "2022-02-20" },
            { id: 190, username: "Noah Almeida", email: "noah.almeida@example.net", join_date: "2022-04-27" },
            { id: 191, username: "Julia Carter", email: "julia.carter@example.com", join_date: "2023-03-24" },
            { id: 192, username: "Daniel Evans", email: "daniel.evans@example.org", join_date: "2023-02-16" },
            { id: 193, username: "Kai Silva", email: "kai.silva@example.org", join_date: "2022-08-03" },
            { id: 194, username: "Yara Larsen", email: "yara.larsen@example.com", join_date: "2021-01-04" },
            { id: 195, username: "Uma Wilson", email: "uma.wilson@example.net", join_date: "2021-09-23" },
            { id: 196, username: "Carlos Torres", email: "carlos.torres@example.net", join_date: "2022-06-08" },
            { id: 197, username: "Yusuf Shah", email: "yusuf.shah@example.com", join_date: "2022-09-06" },
            { id: 198, username: "Rosa Johnson", email: "rosa.johnson@example.net", join_date: "2020-06-26" },
            { id: 199, username: "Selin Lopez", email: "selin.lopez@example.net", join_date: "2020-07-10" },
            { id: 200, username: "Laura Torres", email: "laura.torres@example.org", join_date: "2022-11-27" },
        ],
    });
    await prisma.achievements.createMany({
        data: [
            { id: 1, user_id: 116, achievement_name: "pioneer innovator savior", date_unlocked: "2020-10-16", achievement_type: "challenge", points_awarded: 57 },
            { id: 2, user_id: 137, achievement_name: "strategist companion", date_unlocked: "2021-10-06", achievement_type: "challenge", points_awarded: 56 },
            { id: 3, user_id: 90, achievement_name: "companion strategist visionary", date_unlocked: "2022-06-09", achievement_type: "event", points_awarded: 67 },
            { id: 4, user_id: 136, achievement_name: "friend", date_unlocked: null, achievement_type: "milestone", points_awarded: 55 },
            { id: 5, user_id: 38, achievement_name: "conqueror visionary", date_unlocked: "2021-05-15", achievement_type: "milestone", points_awarded: 68 },
            { id: 6, user_id: 169, achievement_name: "companion pioneer", date_unlocked: "2021-04-02", achievement_type: "milestone", points_awarded: 67 },
            { id: 7, user_id: 164, achievement_name: "trainer", date_unlocked: "2023-09-29", achievement_type: "milestone", points_awarded: 15 },
            { id: 8, user_id: 177, achievement_name: "leader mentor", date_unlocked: "2022-09-01", achievement_type: "milestone", points_awarded: 64 },
            { id: 9, user_id: 127, achievement_name: "strategist", date_unlocked: "2023-09-29", achievement_type: "milestone", points_awarded: 74 },
            { id: 10, user_id: 128, achievement_name: "champion friend", date_unlocked: "2023-04-20", achievement_type: "milestone", points_awarded: 44 },
            { id: 11, user_id: 193, achievement_name: "guardian adventurer supporter", date_unlocked: "2021-07-04", achievement_type: "event", points_awarded: 49 },
            { id: 12, user_id: 108, achievement_name: "trainer conqueror hero", date_unlocked: "2021-05-01", achievement_type: "challenge", points_awarded: 72 },
            { id: 13, user_id: 34, achievement_name: "conqueror", date_unlocked: "2023-09-04", achievement_type: "challenge", points_awarded: 56 },
            { id: 14, user_id: 162, achievement_name: "innovator builder", date_unlocked: null, achievement_type: "challenge", points_awarded: 44 },
            { id: 15, user_id: 60, achievement_name: "visionary friend", date_unlocked: "2022-03-29", achievement_type: "challenge", points_awarded: 50 },
            { id: 16, user_id: 107, achievement_name: "conqueror companion hero", date_unlocked: "2022-04-19", achievement_type: "challenge", points_awarded: 72 },
            { id: 17, user_id: 60, achievement_name: "enthusiast master guardian", date_unlocked: "2022-12-05", achievement_type: "challenge", points_awarded: 54 },
            { id: 18, user_id: 36, achievement_name: "explorer visionary", date_unlocked: "2023-11-11", achievement_type: "challenge", points_awarded: 47 },
            { id: 19, user_id: 107, achievement_name: "mentor guardian champion", date_unlocked: "2023-03-03", achievement_type: "milestone", points_awarded: 57 },
            { id: 20, user_id: 1, achievement_name: "visionary adventurer", date_unlocked: "2021-05-11", achievement_type: "milestone", points_awarded: 62 },
            { id: 21, user_id: 188, achievement_name: "hero", date_unlocked: "2022-10-28", achievement_type: "challenge", points_awarded: 66 },
            { id: 22, user_id: 112, achievement_name: "hero savior", date_unlocked: "2023-03-03", achievement_type: "milestone", points_awarded: 67 },
            { id: 23, user_id: 131, achievement_name: "supporter", date_unlocked: "2023-01-02", achievement_type: "event", points_awarded: 45 },
            { id: 24, user_id: 15, achievement_name: "conqueror friend explorer", date_unlocked: "2021-09-25", achievement_type: "milestone", points_awarded: 54 },
            { id: 25, user_id: 82, achievement_name: "creator builder visionary", date_unlocked: "2022-07-30", achievement_type: "milestone", points_awarded: 35 },
            { id: 26, user_id: 79, achievement_name: "trainer creator companion", date_unlocked: "2021-02-21", achievement_type: "milestone", points_awarded: 51 },
            { id: 27, user_id: 99, achievement_name: "innovator", date_unlocked: "2022-01-06", achievement_type: "milestone", points_awarded: 48 },
            { id: 28, user_id: 5, achievement_name: "companion", date_unlocked: "2020-07-02", achievement_type: "challenge", points_awarded: 57 },
            { id: 29, user_id: 177, achievement_name: "guardian", date_unlocked: "2021-09-27", achievement_type: "event", points_awarded: 64 },
            { id: 30, user_id: 35, achievement_name: "strategist", date_unlocked: "2022-01-27", achievement_type: "event", points_awarded: 48 },
            { id: 31, user_id: 30, achievement_name: "strategist supporter creator", date_unlocked: "2023-08-31", achievement_type: "challenge", points_awarded: 66 },
            { id: 32, user_id: 164, achievement_name: "savior companion pioneer", date_unlocked: "2022-08-06", achievement_type: "challenge", points_awarded: 57 },
            { id: 33, user_id: 18, achievement_name: "trainer builder", date_unlocked: "2023-12-11", achievement_type: "milestone", points_awarded: 29 },
            { id: 34, user_id: 142, achievement_name: "explorer mentor innovator", date_unlocked: "2022-05-01", achievement_type: "challenge", points_awarded: 36 },
            { id: 35, user_id: 102, achievement_name: "builder adventurer savior", date_unlocked: "2022-06-18", achievement_type: "event", points_awarded: 51 },
            { id: 36, user_id: 153, achievement_name: "adventurer", date_unlocked: "2023-10-27", achievement_type: "challenge", points_awarded: 70 },
            { id: 37, user_id: 186, achievement_name: "explorer builder pioneer", date_unlocked: "2022-09-24", achievement_type: "milestone", points_awarded: 58 },
            { id: 38, user_id: 24, achievement_name: "mentor hero", date_unlocked: "2022-03-16", achievement_type: "milestone", points_awarded: 67 },
            { id: 39, user_id: 65, achievement_name: "builder", date_unlocked: "2023-06-19", achievement_type: "challenge", points_awarded: 54 },
            { id: 40, user_id: 79, achievement_name: "adventurer", date_unlocked: "2021-10-30", achievement_type: "milestone", points_awarded: 42 },
            { id: 41, user_id: 129, achievement_name: "visionary", date_unlocked: "2021-05-31", achievement_type: "challenge", points_awarded: 51 },
            { id: 42, user_id: 33, achievement_name: "guardian", date_unlocked: "2022-10-24", achievement_type: "milestone", points_awarded: 75 },
            { id: 43, user_id: 146, achievement_name: "creator trainer", date_unlocked: "2022-03-07", achievement_type: "challenge", points_awarded: 45 },
            { id: 44, user_id: 153, achievement_name: "enthusiast friend", date_unlocked: "2023-07-05", achievement_type: "milestone", points_awarded: 50 },
            { id: 45, user_id: 71, achievement_name: "master", date_unlocked: "2023-01-23", achievement_type: "challenge", points_awarded: 62 },
            { id: 46, user_id: 8, achievement_name: "builder", date_unlocked: null, achievement_type: "milestone", points_awarded: 62 },
            { id: 47, user_id: 113, achievement_name: "creator companion guardian", date_unlocked: "2020-02-20", achievement_type: "event", points_awarded: 55 },
            { id: 48, user_id: 1, achievement_name: "creator", date_unlocked: "2023-05-08", achievement_type: "milestone", points_awarded: 36 },
            { id: 49, user_id: 148, achievement_name: "hero trainer", date_unlocked: "2022-10-06", achievement_type: "milestone", points_awarded: 48 },
            { id: 50, user_id: 137, achievement_name: "builder guardian", date_unlocked: "2023-08-03", achievement_type: "event", points_awarded: 61 },
            { id: 51, user_id: 144, achievement_name: "guardian", date_unlocked: "2020-12-06", achievement_type: "milestone", points_awarded: 56 },
            { id: 52, user_id: 163, achievement_name: "hero enthusiast", date_unlocked: "2021-03-20", achievement_type: "challenge", points_awarded: 57 },
            { id: 53, user_id: 99, achievement_name: "builder visionary pioneer", date_unlocked: "2023-11-24", achievement_type: "event", points_awarded: 53 },
            { id: 54, user_id: 148, achievement_name: "guardian builder", date_unlocked: "2020-09-30", achievement_type: "challenge", points_awarded: 51 },
            { id: 55, user_id: 60, achievement_name: "master supporter champion", date_unlocked: "2022-07-21", achievement_type: "milestone", points_awarded: 67 },
            { id: 56, user_id: 46, achievement_name: "conqueror explorer", date_unlocked: "2022-05-21", achievement_type: "milestone", points_awarded: 64 },
            { id: 57, user_id: 173, achievement_name: "enthusiast", date_unlocked: "2021-12-09", achievement_type: "challenge", points_awarded: 55 },
            { id: 58, user_id: 163, achievement_name: "conqueror explorer", date_unlocked: null, achievement_type: "milestone", points_awarded: 51 },
            { id: 59, user_id: 33, achievement_name: "supporter", date_unlocked: "2023-05-07", achievement_type: "milestone", points_awarded: 53 },
            { id: 60, user_id: 60, achievement_name: "strategist champion", date_unlocked: "2021-06-24", achievement_type: "milestone", points_awarded: 52 },
            { id: 61, user_id: 191, achievement_name: "companion champion", date_unlocked: "2023-02-07", achievement_type: "challenge", points_awarded: 57 },
            { id: 62, user_id: 5, achievement_name: "trainer", date_unlocked: "2020-06-24", achievement_type: "milestone", points_awarded: 69 },
            { id: 63, user_id: 15, achievement_name: "adventurer", date_unlocked: "2023-01-14", achievement_type: "milestone", points_awarded: 54 },
            { id: 64, user_id: 100, achievement_name: "conqueror supporter adventurer", date_unlocked: "2022-05-12", achievement_type: "milestone", points_awarded: 74 },
            { id: 65, user_id: 27, achievement_name: "explorer", date_unlocked: "2023-10-11", achievement_type: "milestone", points_awarded: 44 },
            { id: 66, user_id: 165, achievement_name: "savior", date_unlocked: null, achievement_type: "milestone", points_awarded: 48 },
            { id: 67, user_id: 135, achievement_name: "guardian leader master", date_unlocked: "2022-09-05", achievement_type: "milestone", points_awarded: 43 },
            { id: 68, user_id: 195, achievement_name: "enthusiast", date_unlocked: "2023-02-18", achievement_type: "milestone", points_awarded: 64 },
            { id: 69, user_id: 154, achievement_name: "hero innovator", date_unlocked: "2020-10-20", achievement_type: "milestone", points_awarded: 59 },
            { id: 70, user_id: 79, achievement_name: "hero visionary", date_unlocked: "2023-11-20", achievement_type: "event", points_awarded: 60 },
            { id: 71, user_id: 65, achievement_name: "guardian explorer", date_unlocked: "2022-01-04", achievement_type: "event", points_awarded: 54 },
            { id: 72, user_id: 125, achievement_name: "explorer", date_unlocked: "2022-06-03", achievement_type: "challenge", points_awarded: 41 },
            { id: 73, user_id: 125, achievement_name: "guardian savior champion", date_unlocked: "2022-03-29", achievement_type: "challenge", points_awarded: 37 },
            { id: 74, user_id: 83, achievement_name: "trainer leader", date_unlocked: "2022-10-02", achievement_type: "milestone", points_awarded: 60 },
            { id: 75, user_id: 34, achievement_name: "trainer conqueror", date_unlocked: "2023-12-21", achievement_type: "milestone", points_awarded: 62 },
            { id: 76, user_id: 180, achievement_name: "master champion strategist", date_unlocked: "2023-09-07", achievement_type: "event", points_awarded: 42 },
            { id: 77, user_id: 65, achievement_name: "leader", date_unlocked: "2020-06-19", achievement_type: "milestone", points_awarded: 50 },
            { id: 78, user_id: 147, achievement_name: "hero pioneer", date_unlocked: "2021-07-11", achievement_type: "challenge", points_awarded: 50 },
            { id: 79, user_id: 70, achievement_name: "strategist", date_unlocked: "2021-04-20", achievement_type: "milestone", points_awarded: 64 },
            { id: 80, user_id: 126, achievement_name: "explorer", date_unlocked: "2023-06-23", achievement_type: "challenge", points_awarded: 78 },
            { id: 81, user_id: 163, achievement_name: "innovator", date_unlocked: "2021-09-29", achievement_type: "event", points_awarded: 52 },
            { id: 82, user_id: 76, achievement_name: "champion", date_unlocked: "2021-10-07", achievement_type: "milestone", points_awarded: 82 },
            { id: 83, user_id: 40, achievement_name: "savior creator supporter", date_unlocked: "2023-09-13", achievement_type: "milestone", points_awarded: 31 },
            { id: 84, user_id: 92, achievement_name: "builder hero", date_unlocked: "2023-05-22", achievement_type: "milestone", points_awarded: 77 },
            { id: 85, user_id: 168, achievement_name: "savior guardian", date_unlocked: "2023-11-02", achievement_type: "milestone", points_awarded: 41 },
            { id: 86, user_id: 188, achievement_name: "visionary", date_unlocked: "2021-09-23", achievement_type: "challenge", points_awarded: 36 },
            { id: 87, user_id: 20, achievement_name: "enthusiast trainer", date_unlocked: "2021-09-28", achievement_type: "challenge", points_awarded: 48 },
            { id: 88, user_id: 52, achievement_name: "pioneer", date_unlocked: "2023-10-31", achievement_type: "challenge", points_awarded: 44 },
            { id: 89, user_id: 72, achievement_name: "creator conqueror master", date_unlocked: "2023-02-16", achievement_type: "event", points_awarded: 38 },
            { id: 90, user_id: 130, achievement_name: "savior creator", date_unlocked: "2021-07-12", achievement_type: "event", points_awarded: 79 },
            { id: 91, user_id: 83, achievement_name: "visionary champion", date_unlocked: "2023-05-02", achievement_type: "challenge", points_awarded: 56 },
            { id: 92, user_id: 85, achievement_name: "supporter guardian visionary", date_unlocked: "2023-07-21", achievement_type: "milestone", points_awarded: 68 },
            { id: 93, user_id: 14, achievement_name: "leader supporter savior", date_unlocked: "2022-02-13", achievement_type: "event", points_awarded: 41 },
            { id: 94, user_id: 185, achievement_name: "builder", date_unlocked: "2020-10-26", achievement_type: "challenge", points_awarded: 54 },
            { id: 95, user_id: 60, achievement_name: "conqueror", date_unlocked: "2023-05-17", achievement_type: "event", points_awarded: 48 },
            { id: 96, user_id: 46, achievement_name: "companion adventurer", date_unlocked: null, achievement_type: "event", points_awarded: 73 },
            { id: 97, user_id: 7, achievement_name: "master champion mentor", date_unlocked: null, achievement_type: "milestone", points_awarded: 45 },
            { id: 98, user_id: 92, achievement_name: "savior creator builder", date_unlocked: null, achievement_type: "milestone", points_awarded: 47 },
            { id: 99, user_id: 67, achievement_name: "innovator hero friend", date_unlocked: "2023-02-23", achievement_type: "milestone", points_awarded: 64 },
            { id: 100, user_id: 158, achievement_name: "creator builder leader", date_unlocked: "2022-10-12", achievement_type: "milestone", points_awarded: 41 },
            { id: 101, user_id: 157, achievement_name: "builder", date_unlocked: "2022-08-25", achievement_type: "milestone", points_awarded: 58 },
            { id: 102, user_id: 5, achievement_name: "mentor adventurer hero", date_unlocked: "2020-10-14", achievement_type: "event", points_awarded: 60 },
            { id: 103, user_id: 199, achievement_name: "creator mentor", date_unlocked: "2023-11-08", achievement_type: "challenge", points_awarded: 43 },
            { id: 104, user_id: 47, achievement_name: "champion creator", date_unlocked: "2021-05-09", achievement_type: "event", points_awarded: 50 },
            { id: 105, user_id: 78, achievement_name: "innovator", date_unlocked: null, achievement_type: "event", points_awarded: 76 },
            { id: 106, user_id: 86, achievement_name: "guardian enthusiast", date_unlocked: "2023-02-11", achievement_type: "event", points_awarded: 53 },
            { id: 107, user_id: 115, achievement_name: "conqueror", date_unlocked: "2023-11-14", achievement_type: "milestone", points_awarded: 58 },
            { id: 108, user_id: 30, achievement_name: "savior friend builder", date_unlocked: "2022-02-20", achievement_type: "milestone", points_awarded: 58 },
            { id: 109, user_id: 92, achievement_name: "enthusiast pioneer", date_unlocked: "2023-12-17", achievement_type: "challenge", points_awarded: 75 },
            { id: 110, user_id: 55, achievement_name: "champion", date_unlocked: "2022-04-07", achievement_type: "milestone", points_awarded: 63 },
            { id: 111, user_id: 88, achievement_name: "savior master strategist", date_unlocked: "2022-02-20", achievement_type: "milestone", points_awarded: 65 },
            { id: 112, user_id: 53, achievement_name: "builder", date_unlocked: null, achievement_type: "milestone", points_awarded: 43 },
            { id: 113, user_id: 40, achievement_name: "pioneer adventurer", date_unlocked: "2023-08-29", achievement_type: "challenge", points_awarded: 56 },
            { id: 114, user_id: 36, achievement_name: "pioneer innovator creator", date_unlocked: "2022-12-06", achievement_type: "challenge", points_awarded: 89 },
            { id: 115, user_id: 116, achievement_name: "supporter trainer", date_unlocked: null, achievement_type: "milestone", points_awarded: 68 },
            { id: 116, user_id: 85, achievement_name: "explorer", date_unlocked: null, achievement_type: "milestone", points_awarded: 39 },
            { id: 117, user_id: 55, achievement_name: "savior", date_unlocked: "2022-04-02", achievement_type: "milestone", points_awarded: 37 },
            { id: 118, user_id: 51, achievement_name: "hero", date_unlocked: null, achievement_type: "milestone", points_awarded: 63 },
            { id: 119, user_id: 40, achievement_name: "mentor strategist", date_unlocked: "2023-11-28", achievement_type: "challenge", points_awarded: 78 },
            { id: 120, user_id: 170, achievement_name: "creator innovator", date_unlocked: "2023-11-20", achievement_type: "milestone", points_awarded: 29 },
            { id: 121, user_id: 66, achievement_name: "guardian leader", date_unlocked: "2021-09-19", achievement_type: "milestone", points_awarded: 51 },
            { id: 122, user_id: 95, achievement_name: "guardian strategist", date_unlocked: "2020-10-29", achievement_type: "challenge", points_awarded: 82 },
            { id: 123, user_id: 50, achievement_name: "mentor", date_unlocked: "2023-09-18", achievement_type: "milestone", points_awarded: 36 },
            { id: 124, user_id: 57, achievement_name: "enthusiast pioneer", date_unlocked: "2023-09-23", achievement_type: "milestone", points_awarded: 48 },
            { id: 125, user_id: 102, achievement_name: "conqueror visionary", date_unlocked: "2021-11-16", achievement_type: "milestone", points_awarded: 33 },
            { id: 126, user_id: 75, achievement_name: "visionary", date_unlocked: "2022-10-07", achievement_type: "event", points_awarded: 67 },
            { id: 127, user_id: 118, achievement_name: "builder", date_unlocked: null, achievement_type: "challenge", points_awarded: 54 },
            { id: 128, user_id: 120, achievement_name: "strategist friend", date_unlocked: "2021-04-19", achievement_type: "challenge", points_awarded: 62 },
            { id: 129, user_id: 121, achievement_name: "champion companion hero", date_unlocked: "2023-03-06", achievement_type: "milestone", points_awarded: 65 },
            { id: 130, user_id: 170, achievement_name: "enthusiast champion creator", date_unlocked: "2023-08-20", achievement_type: "event", points_awarded: 67 },
            { id: 131, user_id: 124, achievement_name: "creator conqueror", date_unlocked: "2022-05-14", achievement_type: "milestone", points_awarded: 64 },
            { id: 132, user_id: 175, achievement_name: "trainer conqueror master", date_unlocked: null, achievement_type: "milestone", points_awarded: 42 },
            { id: 133, user_id: 44, achievement_name: "enthusiast trainer", date_unlocked: "2022-01-19", achievement_type: "challenge", points_awarded: 48 },
            { id: 134, user_id: 13, achievement_name: "mentor pioneer companion", date_unlocked: "2023-05-07", achievement_type: "challenge", points_awarded: 48 },
            { id: 135, user_id: 153, achievement_name: "visionary adventurer", date_unlocked: "2023-05-29", achievement_type: "milestone", points_awarded: 74 },
            { id: 136, user_id: 141, achievement_name: "strategist", date_unlocked: null, achievement_type: "event", points_awarded: 60 },
            { id: 137, user_id: 199, achievement_name: "friend", date_unlocked: "2023-07-13", achievement_type: "milestone", points_awarded: 74 },
            { id: 138, user_id: 108, achievement_name: "savior guardian", date_unlocked: "2021-11-04", achievement_type: "challenge", points_awarded: 31 },
            { id: 139, user_id: 47, achievement_name: "trainer champion", date_unlocked: "2023-03-13", achievement_type: "challenge", points_awarded: 39 },
            { id: 140, user_id: 38, achievement_name: "adventurer companion savior", date_unlocked: "2021-07-01", achievement_type: "challenge", points_awarded: 42 },
            { id: 141, user_id: 182, achievement_name: "companion", date_unlocked: "2022-09-26", achievement_type: "event", points_awarded: 47 },
            { id: 142, user_id: 44, achievement_name: "creator guardian savior", date_unlocked: "2021-11-02", achievement_type: "milestone", points_awarded: 69 },
            { id: 143, user_id: 13, achievement_name: "guardian leader conqueror", date_unlocked: null, achievement_type: "milestone", points_awarded: 45 },
            { id: 144, user_id: 111, achievement_name: "companion explorer", date_unlocked: "2021-12-12", achievement_type: "challenge", points_awarded: 47 },
            { id: 145, user_id: 31, achievement_name: "visionary guardian", date_unlocked: "2021-12-04", achievement_type: "milestone", points_awarded: 44 },
            { id: 146, user_id: 35, achievement_name: "enthusiast explorer", date_unlocked: "2021-01-12", achievement_type: "challenge", points_awarded: 41 },
            { id: 147, user_id: 159, achievement_name: "enthusiast guardian savior", date_unlocked: "2020-11-26", achievement_type: "challenge", points_awarded: 44 },
            { id: 148, user_id: 93, achievement_name: "strategist mentor", date_unlocked: "2022-05-18", achievement_type: "challenge", points_awarded: 67 },
            { id: 149, user_id: 133, achievement_name: "friend pioneer adventurer", date_unlocked: "2022-06-28", achievement_type: "challenge", points_awarded: 49 },
            { id: 150, user_id: 162, achievement_name: "adventurer creator", date_unlocked: "2023-10-05", achievement_type: "milestone", points_awarded: 73 },
        ],
    });
    await prisma.pets.createMany({
        data: [
            { id: 1, user_id: 120, name: "Chester Sophie", species: "cat", age: 14, health_status: "healthy" },
            { id: 2, user_id: 68, name: "Leo", species: "dog", age: null, health_status: "sick" },
            { id: 3, user_id: 136, name: "Chester Bella", species: "dog", age: 5, health_status: "sick" },
            { id: 4, user_id: 99, name: "Daisy Chester", species: "dog", age: 6, health_status: "sick" },
            { id: 5, user_id: 76, name: "Chester", species: "dog", age: 5, health_status: "sick" },
            { id: 6, user_id: 4, name: "Pepper Bella Leo", species: "dog", age: 14, health_status: "healthy" },
            { id: 7, user_id: 192, name: "Coco Oliver Gizmo", species: "cat", age: null, health_status: "healthy" },
            { id: 8, user_id: 81, name: "Teddy Gizmo Max", species: "dog", age: 2, health_status: "critical" },
            { id: 9, user_id: 18, name: "Daisy Charlie", species: "fish", age: 3, health_status: "sick" },
            { id: 10, user_id: 75, name: "Oliver", species: "fish", age: 8, health_status: "sick" },
            { id: 11, user_id: 147, name: "Lola", species: "dog", age: 7, health_status: "healthy" },
            { id: 12, user_id: 169, name: "Ziggy Milo Sophie", species: "dog", age: 8, health_status: "healthy" },
            { id: 13, user_id: 35, name: "Coco Teddy", species: "bird", age: null, health_status: "healthy" },
            { id: 14, user_id: 94, name: "Leo Milo", species: "cat", age: 15, health_status: "healthy" },
            { id: 15, user_id: 181, name: "Jasper Teddy Rocky", species: "dog", age: 7, health_status: "critical" },
            { id: 16, user_id: 198, name: "Ruby", species: "fish", age: 4, health_status: "critical" },
            { id: 17, user_id: 78, name: "Teddy Rocky", species: "cat", age: null, health_status: "healthy" },
            { id: 18, user_id: 141, name: "Ziggy", species: "fish", age: 8, health_status: "sick" },
            { id: 19, user_id: 5, name: "Luna Bella", species: "dog", age: 13, health_status: "healthy" },
            { id: 20, user_id: 175, name: "Chester Charlie", species: "cat", age: 13, health_status: "critical" },
            { id: 21, user_id: 45, name: "Pepper", species: "dog", age: 5, health_status: "healthy" },
            { id: 22, user_id: 87, name: "Max Buddy", species: "dog", age: 13, health_status: "sick" },
            { id: 23, user_id: 44, name: "Sophie Jasper Luna", species: "cat", age: 5, health_status: "healthy" },
            { id: 24, user_id: 25, name: "Ruby Luna", species: "fish", age: 2, health_status: "sick" },
            { id: 25, user_id: 162, name: "Chester Max", species: "cat", age: 7, health_status: "sick" },
            { id: 26, user_id: 110, name: "Jasper Daisy", species: "dog", age: 9, health_status: "healthy" },
            { id: 27, user_id: 109, name: "Oliver", species: "cat", age: 4, health_status: "healthy" },
            { id: 28, user_id: 162, name: "Ruby", species: "cat", age: 11, health_status: "sick" },
            { id: 29, user_id: 159, name: "Chester Nala", species: "cat", age: 9, health_status: "sick" },
            { id: 30, user_id: 179, name: "Oliver Max", species: "bird", age: 9, health_status: "healthy" },
            { id: 31, user_id: 111, name: "Oliver", species: "cat", age: 4, health_status: "healthy" },
            { id: 32, user_id: 46, name: "Sophie Nala Jasper", species: "dog", age: 10, health_status: "healthy" },
            { id: 33, user_id: 145, name: "Rocky Daisy", species: "cat", age: 3, health_status: "critical" },
            { id: 34, user_id: 44, name: "Pepper Charlie Luna", species: "cat", age: 14, health_status: "healthy" },
            { id: 35, user_id: 86, name: "Jasper", species: "dog", age: 4, health_status: "healthy" },
            { id: 36, user_id: 57, name: "Lola Daisy Charlie", species: "dog", age: 5, health_status: "healthy" },
            { id: 37, user_id: 47, name: "Rocky", species: "dog", age: null, health_status: "critical" },
            { id: 38, user_id: 135, name: "Rocky Teddy Pepper", species: "bird", age: 11, health_status: "sick" },
            { id: 39, user_id: 59, name: "Oliver Chester", species: "cat", age: 9, health_status: "critical" },
            { id: 40, user_id: 116, name: "Ruby Luna Daisy", species: "dog", age: null, health_status: "healthy" },
            { id: 41, user_id: 26, name: "Ruby Max", species: "dog", age: 14, health_status: "healthy" },
            { id: 42, user_id: 40, name: "Gizmo Coco Rocky", species: "dog", age: 1, health_status: "healthy" },
            { id: 43, user_id: 105, name: "Pepper Ziggy", species: "dog", age: 7, health_status: "healthy" },
            { id: 44, user_id: 91, name: "Daisy", species: "fish", age: 5, health_status: "healthy" },
            { id: 45, user_id: 158, name: "Bella Ziggy", species: "dog", age: 10, health_status: "healthy" },
            { id: 46, user_id: 5, name: "Buddy Ruby Milo", species: "fish", age: 4, health_status: "healthy" },
            { id: 47, user_id: 56, name: "Leo Charlie Max", species: "cat", age: 8, health_status: "healthy" },
            { id: 48, user_id: 111, name: "Pepper Rocky Charlie", species: "dog", age: null, health_status: "critical" },
            { id: 49, user_id: 108, name: "Sophie Daisy", species: "dog", age: 2, health_status: "healthy" },
            { id: 50, user_id: 180, name: "Lola Leo", species: "dog", age: 7, health_status: "sick" },
            { id: 51, user_id: 165, name: "Ziggy", species: "dog", age: 12, health_status: "sick" },
            { id: 52, user_id: 25, name: "Bella Pepper Rocky", species: "dog", age: 7, health_status: "sick" },
            { id: 53, user_id: 145, name: "Coco", species: "cat", age: 11, health_status: "sick" },
            { id: 54, user_id: 189, name: "Chester Pepper Sophie", species: "dog", age: 7, health_status: "sick" },
            { id: 55, user_id: 187, name: "Buddy", species: "dog", age: 6, health_status: "healthy" },
            { id: 56, user_id: 112, name: "Daisy Ziggy Pepper", species: "fish", age: 14, health_status: "healthy" },
            { id: 57, user_id: 88, name: "Jasper Milo Charlie", species: "dog", age: 6, health_status: "sick" },
            { id: 58, user_id: 188, name: "Charlie", species: "bird", age: 2, health_status: "sick" },
            { id: 59, user_id: 152, name: "Sophie Coco", species: "dog", age: 10, health_status: "healthy" },
            { id: 60, user_id: 155, name: "Jasper Ziggy Coco", species: "dog", age: 13, health_status: "healthy" },
            { id: 61, user_id: 133, name: "Leo Nala Buddy", species: "bird", age: 10, health_status: "sick" },
            { id: 62, user_id: 175, name: "Rocky Jasper", species: "fish", age: 10, health_status: "healthy" },
            { id: 63, user_id: 161, name: "Bella Ziggy Buddy", species: "dog", age: null, health_status: "healthy" },
            { id: 64, user_id: 61, name: "Oliver Teddy Rocky", species: "cat", age: null, health_status: "sick" },
            { id: 65, user_id: 158, name: "Nala Chester", species: "dog", age: 13, health_status: "healthy" },
            { id: 66, user_id: 32, name: "Rocky", species: "dog", age: 2, health_status: "critical" },
            { id: 67, user_id: 187, name: "Chester Luna Teddy", species: "cat", age: 7, health_status: "critical" },
            { id: 68, user_id: 19, name: "Milo Lola Buddy", species: "bird", age: 15, health_status: "sick" },
            { id: 69, user_id: 46, name: "Sophie", species: "bird", age: 3, health_status: "healthy" },
            { id: 70, user_id: 57, name: "Teddy Luna Coco", species: "cat", age: null, health_status: "healthy" },
            { id: 71, user_id: 100, name: "Rocky Luna Pepper", species: "dog", age: 6, health_status: "healthy" },
            { id: 72, user_id: 192, name: "Rocky", species: "cat", age: 9, health_status: "sick" },
            { id: 73, user_id: 101, name: "Bella Oliver", species: "dog", age: null, health_status: "sick" },
            { id: 74, user_id: 28, name: "Max Sophie Jasper", species: "cat", age: 3, health_status: "healthy" },
            { id: 75, user_id: 41, name: "Nala Milo Teddy", species: "cat", age: 10, health_status: "sick" },
            { id: 76, user_id: 102, name: "Pepper Daisy Sophie", species: "dog", age: 15, health_status: "sick" },
            { id: 77, user_id: 110, name: "Leo Charlie", species: "dog", age: 13, health_status: "healthy" },
            { id: 78, user_id: 35, name: "Max", species: "dog", age: 3, health_status: "healthy" },
            { id: 79, user_id: 164, name: "Nala Chester Max", species: "dog", age: 9, health_status: "healthy" },
            { id: 80, user_id: 75, name: "Nala Daisy Lola", species: "bird", age: 3, health_status: "sick" },
            { id: 81, user_id: 15, name: "Gizmo Chester", species: "cat", age: null, health_status: "healthy" },
            { id: 82, user_id: 97, name: "Buddy Ziggy Sophie", species: "cat", age: 14, health_status: "critical" },
            { id: 83, user_id: 98, name: "Rocky Coco", species: "fish", age: null, health_status: "healthy" },
            { id: 84, user_id: 173, name: "Coco Oliver", species: "dog", age: 6, health_status: "sick" },
            { id: 85, user_id: 27, name: "Ziggy Bella", species: "dog", age: 13, health_status: "sick" },
            { id: 86, user_id: 169, name: "Coco Luna Nala", species: "cat", age: 7, health_status: "sick" },
            { id: 87, user_id: 25, name: "Coco Daisy", species: "cat", age: 7, health_status: "healthy" },
            { id: 88, user_id: 120, name: "Rocky Gizmo", species: "dog", age: 8, health_status: "healthy" },
            { id: 89, user_id: 143, name: "Lola Charlie Jasper", species: "dog", age: 4, health_status: "healthy" },
            { id: 90, user_id: 110, name: "Max Chester Gizmo", species: "cat", age: 15, health_status: "healthy" },
            { id: 91, user_id: 144, name: "Leo Nala Daisy", species: "dog", age: 10, health_status: "healthy" },
            { id: 92, user_id: 179, name: "Buddy Chester Bella", species: "cat", age: 13, health_status: "healthy" },
            { id: 93, user_id: 130, name: "Charlie", species: "fish", age: null, health_status: "healthy" },
            { id: 94, user_id: 177, name: "Charlie Milo", species: "cat", age: 10, health_status: "healthy" },
            { id: 95, user_id: 159, name: "Oliver Buddy", species: "bird", age: null, health_status: "critical" },
            { id: 96, user_id: 112, name: "Daisy Luna Teddy", species: "cat", age: 7, health_status: "healthy" },
            { id: 97, user_id: 173, name: "Buddy", species: "dog", age: 3, health_status: "sick" },
            { id: 98, user_id: 190, name: "Gizmo Pepper", species: "dog", age: 8, health_status: "healthy" },
            { id: 99, user_id: 1, name: "Bella Charlie", species: "dog", age: 9, health_status: "healthy" },
            { id: 100, user_id: 200, name: "Leo", species: "cat", age: 4, health_status: "healthy" },
            { id: 101, user_id: 1, name: "Buddy", species: "dog", age: 4, health_status: "healthy" },
            { id: 102, user_id: 110, name: "Charlie Rocky Luna", species: "cat", age: 6, health_status: "healthy" },
            { id: 103, user_id: 109, name: "Buddy", species: "dog", age: 2, health_status: "critical" },
            { id: 104, user_id: 149, name: "Ziggy Leo", species: "cat", age: 8, health_status: "sick" },
            { id: 105, user_id: 163, name: "Pepper Chester", species: "fish", age: 7, health_status: "healthy" },
            { id: 106, user_id: 7, name: "Coco Buddy", species: "dog", age: 13, health_status: "healthy" },
            { id: 107, user_id: 71, name: "Lola Charlie", species: "dog", age: 2, health_status: "critical" },
            { id: 108, user_id: 105, name: "Chester Rocky Leo", species: "dog", age: 9, health_status: "critical" },
            { id: 109, user_id: 14, name: "Charlie", species: "cat", age: 10, health_status: "healthy" },
            { id: 110, user_id: 65, name: "Bella Max Buddy", species: "bird", age: 9, health_status: "healthy" },
            { id: 111, user_id: 11, name: "Oliver Sophie Coco", species: "fish", age: 10, health_status: "healthy" },
            { id: 112, user_id: 114, name: "Buddy Pepper Lola", species: "dog", age: 7, health_status: "sick" },
            { id: 113, user_id: 185, name: "Jasper Max", species: "dog", age: 1, health_status: "healthy" },
            { id: 114, user_id: 33, name: "Nala", species: "fish", age: 9, health_status: "healthy" },
            { id: 115, user_id: 92, name: "Oliver", species: "cat", age: 8, health_status: "healthy" },
            { id: 116, user_id: 4, name: "Teddy Chester", species: "cat", age: 10, health_status: "sick" },
            { id: 117, user_id: 85, name: "Buddy Milo Leo", species: "dog", age: 12, health_status: "critical" },
            { id: 118, user_id: 85, name: "Gizmo Chester Charlie", species: "dog", age: 11, health_status: "critical" },
            { id: 119, user_id: 73, name: "Luna Buddy Lola", species: "dog", age: 3, health_status: "healthy" },
            { id: 120, user_id: 138, name: "Oliver Ziggy", species: "dog", age: 4, health_status: "healthy" },
            { id: 121, user_id: 97, name: "Oliver Nala Coco", species: "dog", age: 7, health_status: "healthy" },
            { id: 122, user_id: 106, name: "Coco", species: "dog", age: 15, health_status: "sick" },
            { id: 123, user_id: 7, name: "Gizmo Lola Chester", species: "fish", age: 15, health_status: "healthy" },
            { id: 124, user_id: 144, name: "Lola Coco", species: "cat", age: 7, health_status: "healthy" },
            { id: 125, user_id: 118, name: "Lola", species: "dog", age: 8, health_status: "sick" },
            { id: 126, user_id: 110, name: "Buddy Bella", species: "cat", age: 4, health_status: "healthy" },
            { id: 127, user_id: 166, name: "Nala", species: "fish", age: 4, health_status: "healthy" },
            { id: 128, user_id: 39, name: "Ruby", species: "bird", age: 13, health_status: "sick" },
            { id: 129, user_id: 199, name: "Ruby Daisy Teddy", species: "bird", age: 6, health_status: "critical" },
            { id: 130, user_id: 56, name: "Max Sophie Bella", species: "bird", age: 9, health_status: "sick" },
            { id: 131, user_id: 175, name: "Teddy Ruby Pepper", species: "cat", age: 15, health_status: "healthy" },
            { id: 132, user_id: 176, name: "Pepper", species: "cat", age: 12, health_status: "critical" },
            { id: 133, user_id: 49, name: "Jasper Chester Luna", species: "bird", age: 9, health_status: "healthy" },
            { id: 134, user_id: 50, name: "Bella Lola Jasper", species: "bird", age: 4, health_status: "critical" },
            { id: 135, user_id: 72, name: "Rocky", species: "cat", age: 10, health_status: "healthy" },
            { id: 136, user_id: 162, name: "Pepper", species: "bird", age: 3, health_status: "healthy" },
            { id: 137, user_id: 78, name: "Buddy Daisy Lola", species: "cat", age: 6, health_status: "healthy" },
            { id: 138, user_id: 165, name: "Sophie Rocky Bella", species: "dog", age: 8, health_status: "healthy" },
            { id: 139, user_id: 100, name: "Max Daisy", species: "dog", age: 11, health_status: "sick" },
            { id: 140, user_id: 141, name: "Milo Buddy", species: "cat", age: null, health_status: "sick" },
            { id: 141, user_id: 161, name: "Jasper Ruby", species: "bird", age: 10, health_status: "healthy" },
            { id: 142, user_id: 174, name: "Ziggy Buddy Jasper", species: "dog", age: 6, health_status: "healthy" },
            { id: 143, user_id: 52, name: "Bella Jasper Lola", species: "dog", age: 12, health_status: "healthy" },
            { id: 144, user_id: 105, name: "Jasper Daisy Milo", species: "dog", age: 7, health_status: "healthy" },
            { id: 145, user_id: 148, name: "Pepper Buddy Jasper", species: "dog", age: 13, health_status: "healthy" },
            { id: 146, user_id: 16, name: "Gizmo", species: "dog", age: 4, health_status: "healthy" },
            { id: 147, user_id: 64, name: "Coco", species: "bird", age: 5, health_status: "healthy" },
            { id: 148, user_id: 67, name: "Jasper Gizmo", species: "dog", age: null, health_status: "healthy" },
            { id: 149, user_id: 56, name: "Rocky Lola", species: "bird", age: 5, health_status: "critical" },
            { id: 150, user_id: 165, name: "Teddy", species: "dog", age: 11, health_status: "healthy" },
            { id: 151, user_id: 182, name: "Bella", species: "cat", age: 6, health_status: "healthy" },
            { id: 152, user_id: 78, name: "Rocky Max Gizmo", species: "cat", age: 12, health_status: "healthy" },
            { id: 153, user_id: 134, name: "Nala Teddy Buddy", species: "cat", age: 10, health_status: "healthy" },
            { id: 154, user_id: 175, name: "Leo Nala", species: "cat", age: 14, health_status: "healthy" },
            { id: 155, user_id: 55, name: "Rocky", species: "dog", age: null, health_status: "healthy" },
            { id: 156, user_id: 75, name: "Pepper", species: "dog", age: null, health_status: "healthy" },
            { id: 157, user_id: 104, name: "Pepper Gizmo", species: "dog", age: 15, health_status: "healthy" },
            { id: 158, user_id: 123, name: "Nala Max", species: "cat", age: 1, health_status: "sick" },
            { id: 159, user_id: 28, name: "Gizmo Nala", species: "bird", age: 12, health_status: "healthy" },
            { id: 160, user_id: 15, name: "Coco Lola Gizmo", species: "cat", age: 15, health_status: "healthy" },
            { id: 161, user_id: 35, name: "Daisy", species: "dog", age: 7, health_status: "healthy" },
            { id: 162, user_id: 83, name: "Nala", species: "dog", age: 12, health_status: "healthy" },
            { id: 163, user_id: 133, name: "Jasper", species: "bird", age: 10, health_status: "healthy" },
            { id: 164, user_id: 162, name: "Teddy Coco", species: "fish", age: 6, health_status: "healthy" },
            { id: 165, user_id: 63, name: "Bella Chester", species: "cat", age: 3, health_status: "healthy" },
            { id: 166, user_id: 199, name: "Luna Oliver Jasper", species: "cat", age: 13, health_status: "healthy" },
            { id: 167, user_id: 115, name: "Ruby Luna Max", species: "dog", age: 13, health_status: "critical" },
            { id: 168, user_id: 118, name: "Chester", species: "dog", age: 12, health_status: "healthy" },
            { id: 169, user_id: 98, name: "Sophie Bella Buddy", species: "dog", age: 11, health_status: "healthy" },
            { id: 170, user_id: 114, name: "Charlie Chester Coco", species: "dog", age: 9, health_status: "healthy" },
            { id: 171, user_id: 200, name: "Milo Ruby Bella", species: "cat", age: 3, health_status: "critical" },
            { id: 172, user_id: 120, name: "Chester Gizmo Lola", species: "dog", age: null, health_status: "healthy" },
            { id: 173, user_id: 126, name: "Sophie Jasper", species: "dog", age: 11, health_status: "healthy" },
            { id: 174, user_id: 147, name: "Teddy Oliver Gizmo", species: "dog", age: 4, health_status: "sick" },
            { id: 175, user_id: 62, name: "Teddy Luna", species: "dog", age: 13, health_status: "healthy" },
            { id: 176, user_id: 57, name: "Jasper", species: "dog", age: 6, health_status: "healthy" },
            { id: 177, user_id: 8, name: "Daisy Ziggy Leo", species: "dog", age: 14, health_status: "healthy" },
            { id: 178, user_id: 119, name: "Sophie Gizmo", species: "dog", age: 12, health_status: "healthy" },
            { id: 179, user_id: 134, name: "Daisy Gizmo Bella", species: "dog", age: 7, health_status: "healthy" },
            { id: 180, user_id: 92, name: "Ruby Leo", species: "dog", age: 12, health_status: "healthy" },
            { id: 181, user_id: 27, name: "Ziggy", species: "dog", age: 6, health_status: "healthy" },
            { id: 182, user_id: 126, name: "Ziggy Oliver Leo", species: "dog", age: 10, health_status: "healthy" },
            { id: 183, user_id: 7, name: "Milo Pepper", species: "dog", age: null, health_status: "healthy" },
            { id: 184, user_id: 146, name: "Nala Oliver Leo", species: "cat", age: 7, health_status: "healthy" },
            { id: 185, user_id: 141, name: "Daisy", species: "dog", age: 3, health_status: "sick" },
            { id: 186, user_id: 175, name: "Nala", species: "dog", age: 8, health_status: "critical" },
            { id: 187, user_id: 182, name: "Buddy Daisy", species: "cat", age: 6, health_status: "healthy" },
            { id: 188, user_id: 168, name: "Nala Ruby Charlie", species: "cat", age: 2, health_status: "healthy" },
            { id: 189, user_id: 109, name: "Lola Coco", species: "dog", age: null, health_status: "healthy" },
            { id: 190, user_id: 51, name: "Sophie Bella", species: "dog", age: 5, health_status: "healthy" },
            { id: 191, user_id: 42, name: "Charlie", species: "dog", age: 12, health_status: "healthy" },
            { id: 192, user_id: 6, name: "Jasper Pepper", species: "fish", age: 13, health_status: "healthy" },
            { id: 193, user_id: 68, name: "Leo Milo", species: "dog", age: 11, health_status: "critical" },
            { id: 194, user_id: 66, name: "Ziggy Rocky Oliver", species: "cat", age: 13, health_status: "healthy" },
            { id: 195, user_id: 61, name: "Jasper Luna Rocky", species: "cat", age: 10, health_status: "sick" },
            { id: 196, user_id: 41, name: "Ruby Bella Teddy", species: "dog", age: 5, health_status: "critical" },
            { id: 197, user_id: 119, name: "Teddy Coco", species: "fish", age: 6, health_status: "sick" },
            { id: 198, user_id: 169, name: "Chester Luna", species: "dog", age: null, health_status: "healthy" },
            { id: 199, user_id: 67, name: "Sophie Ziggy Bella", species: "cat", age: 11, health_status: "sick" },
            { id: 200, user_id: 149, name: "Oliver Max Charlie", species: "dog", age: 1, health_status: "healthy" },
            { id: 201, user_id: 91, name: "Rocky Pepper", species: "dog", age: 6, health_status: "healthy" },
            { id: 202, user_id: 150, name: "Milo", species: "dog", age: 8, health_status: "healthy" },
            { id: 203, user_id: 137, name: "Pepper Chester", species: "dog", age: 6, health_status: "critical" },
            { id: 204, user_id: 30, name: "Pepper Oliver", species: "bird", age: 13, health_status: "sick" },
            { id: 205, user_id: 132, name: "Lola Gizmo", species: "dog", age: 11, health_status: "healthy" },
            { id: 206, user_id: 153, name: "Max", species: "cat", age: 12, health_status: "healthy" },
            { id: 207, user_id: 176, name: "Max", species: "cat", age: null, health_status: "healthy" },
            { id: 208, user_id: 113, name: "Chester Leo", species: "dog", age: 10, health_status: "healthy" },
            { id: 209, user_id: 23, name: "Coco Lola", species: "dog", age: 4, health_status: "healthy" },
            { id: 210, user_id: 87, name: "Oliver Milo", species: "bird", age: 14, health_status: "healthy" },
            { id: 211, user_id: 171, name: "Gizmo", species: "bird", age: 2, health_status: "healthy" },
            { id: 212, user_id: 117, name: "Coco", species: "dog", age: 4, health_status: "healthy" },
            { id: 213, user_id: 14, name: "Bella", species: "cat", age: 8, health_status: "healthy" },
            { id: 214, user_id: 3, name: "Rocky Luna Max", species: "cat", age: 15, health_status: "healthy" },
            { id: 215, user_id: 108, name: "Daisy", species: "cat", age: 8, health_status: "healthy" },
            { id: 216, user_id: 22, name: "Jasper Max", species: "dog", age: 7, health_status: "sick" },
            { id: 217, user_id: 133, name: "Oliver Chester", species: "cat", age: 12, health_status: "healthy" },
            { id: 218, user_id: 40, name: "Ziggy Bella Oliver", species: "dog", age: 3, health_status: "healthy" },
            { id: 219, user_id: 92, name: "Lola Leo", species: "fish", age: 7, health_status: "sick" },
            { id: 220, user_id: 21, name: "Oliver", species: "cat", age: 8, health_status: "healthy" },
            { id: 221, user_id: 168, name: "Ruby Charlie Max", species: "dog", age: 6, health_status: "sick" },
            { id: 222, user_id: 29, name: "Rocky Teddy Lola", species: "dog", age: 14, health_status: "healthy" },
            { id: 223, user_id: 166, name: "Teddy Coco", species: "fish", age: 11, health_status: "critical" },
            { id: 224, user_id: 147, name: "Gizmo", species: "dog", age: 12, health_status: "sick" },
            { id: 225, user_id: 147, name: "Buddy Coco", species: "dog", age: 10, health_status: "critical" },
            { id: 226, user_id: 110, name: "Sophie", species: "bird", age: null, health_status: "healthy" },
            { id: 227, user_id: 193, name: "Ruby Rocky Max", species: "dog", age: 5, health_status: "healthy" },
            { id: 228, user_id: 138, name: "Rocky Daisy Bella", species: "dog", age: 11, health_status: "healthy" },
            { id: 229, user_id: 176, name: "Milo Chester", species: "dog", age: null, health_status: "sick" },
            { id: 230, user_id: 124, name: "Coco", species: "bird", age: 2, health_status: "healthy" },
            { id: 231, user_id: 131, name: "Daisy", species: "dog", age: 5, health_status: "healthy" },
            { id: 232, user_id: 171, name: "Pepper", species: "dog", age: 5, health_status: "healthy" },
            { id: 233, user_id: 65, name: "Teddy Oliver", species: "dog", age: 2, health_status: "healthy" },
            { id: 234, user_id: 26, name: "Bella Teddy Jasper", species: "dog", age: 8, health_status: "sick" },
            { id: 235, user_id: 96, name: "Buddy Daisy Milo", species: "dog", age: 11, health_status: "sick" },
            { id: 236, user_id: 50, name: "Buddy", species: "fish", age: null, health_status: "healthy" },
            { id: 237, user_id: 61, name: "Ruby Lola", species: "dog", age: null, health_status: "healthy" },
            { id: 238, user_id: 38, name: "Ruby", species: "dog", age: null, health_status: "sick" },
            { id: 239, user_id: 23, name: "Nala Ruby Rocky", species: "cat", age: 12, health_status: "healthy" },
            { id: 240, user_id: 194, name: "Teddy Oliver", species: "dog", age: 3, health_status: "sick" },
            { id: 241, user_id: 100, name: "Oliver", species: "dog", age: 6, health_status: "healthy" },
            { id: 242, user_id: 93, name: "Oliver Rocky Teddy", species: "cat", age: 11, health_status: "healthy" },
            { id: 243, user_id: 89, name: "Coco Chester Jasper", species: "dog", age: 13, health_status: "healthy" },
            { id: 244, user_id: 159, name: "Coco Daisy", species: "bird", age: 11, health_status: "healthy" },
            { id: 245, user_id: 23, name: "Charlie Buddy", species: "cat", age: 5, health_status: "sick" },
            { id: 246, user_id: 49, name: "Leo Max Charlie", species: "bird", age: 5, health_status: "healthy" },
            { id: 247, user_id: 162, name: "Lola", species: "fish", age: 5, health_status: "critical" },
            { id: 248, user_id: 20, name: "Buddy", species: "bird", age: null, health_status: "healthy" },
            { id: 249, user_id: 106, name: "Milo", species: "dog", age: 2, health_status: "healthy" },
            { id: 250, user_id: 146, name: "Pepper Max Lola", species: "dog", age: 3, health_status: "healthy" },
            { id: 251, user_id: 20, name: "Pepper Sophie Teddy", species: "bird", age: null, health_status: "sick" },
            { id: 252, user_id: 91, name: "Coco Teddy Jasper", species: "dog", age: 4, health_status: "healthy" },
            { id: 253, user_id: 93, name: "Gizmo Milo Teddy", species: "cat", age: 7, health_status: "healthy" },
            { id: 254, user_id: 53, name: "Teddy Ruby Rocky", species: "dog", age: 8, health_status: "healthy" },
            { id: 255, user_id: 124, name: "Luna Chester", species: "bird", age: null, health_status: "healthy" },
            { id: 256, user_id: 62, name: "Ruby Daisy", species: "cat", age: null, health_status: "healthy" },
            { id: 257, user_id: 6, name: "Charlie Bella Gizmo", species: "dog", age: null, health_status: "healthy" },
            { id: 258, user_id: 171, name: "Luna", species: "dog", age: null, health_status: "healthy" },
            { id: 259, user_id: 35, name: "Jasper Sophie", species: "bird", age: 10, health_status: "healthy" },
            { id: 260, user_id: 86, name: "Chester Lola", species: "bird", age: 12, health_status: "healthy" },
            { id: 261, user_id: 118, name: "Rocky Leo", species: "dog", age: 13, health_status: "healthy" },
            { id: 262, user_id: 47, name: "Gizmo", species: "fish", age: 13, health_status: "healthy" },
            { id: 263, user_id: 4, name: "Luna Daisy Milo", species: "bird", age: 11, health_status: "critical" },
            { id: 264, user_id: 57, name: "Chester Teddy", species: "cat", age: 8, health_status: "sick" },
            { id: 265, user_id: 185, name: "Leo Nala", species: "dog", age: 2, health_status: "healthy" },
            { id: 266, user_id: 132, name: "Teddy Gizmo", species: "cat", age: 3, health_status: "healthy" },
            { id: 267, user_id: 66, name: "Bella Jasper Rocky", species: "cat", age: 14, health_status: "sick" },
            { id: 268, user_id: 26, name: "Sophie Ruby", species: "dog", age: 3, health_status: "healthy" },
            { id: 269, user_id: 47, name: "Nala Sophie Pepper", species: "cat", age: null, health_status: "sick" },
            { id: 270, user_id: 200, name: "Coco Lola", species: "cat", age: 7, health_status: "critical" },
            { id: 271, user_id: 30, name: "Rocky Gizmo Max", species: "bird", age: 3, health_status: "healthy" },
            { id: 272, user_id: 115, name: "Luna Chester Buddy", species: "dog", age: 4, health_status: "healthy" },
            { id: 273, user_id: 184, name: "Teddy Rocky Coco", species: "bird", age: 6, health_status: "sick" },
            { id: 274, user_id: 55, name: "Buddy Rocky Jasper", species: "fish", age: 8, health_status: "healthy" },
            { id: 275, user_id: 75, name: "Max Milo Chester", species: "dog", age: 9, health_status: "healthy" },
            { id: 276, user_id: 7, name: "Sophie", species: "dog", age: 2, health_status: "sick" },
            { id: 277, user_id: 89, name: "Luna", species: "cat", age: 8, health_status: "healthy" },
            { id: 278, user_id: 134, name: "Ziggy", species: "dog", age: 8, health_status: "healthy" },
            { id: 279, user_id: 200, name: "Pepper Ziggy", species: "dog", age: 9, health_status: "healthy" },
            { id: 280, user_id: 54, name: "Buddy", species: "cat", age: 8, health_status: "healthy" },
            { id: 281, user_id: 200, name: "Chester Nala Oliver", species: "cat", age: 6, health_status: "sick" },
            { id: 282, user_id: 152, name: "Daisy", species: "dog", age: 9, health_status: "healthy" },
            { id: 283, user_id: 104, name: "Pepper Bella", species: "dog", age: 15, health_status: "sick" },
            { id: 284, user_id: 108, name: "Ziggy", species: "fish", age: 9, health_status: "critical" },
            { id: 285, user_id: 152, name: "Daisy Coco Teddy", species: "cat", age: 14, health_status: "healthy" },
            { id: 286, user_id: 156, name: "Milo", species: "dog", age: 8, health_status: "healthy" },
            { id: 287, user_id: 183, name: "Milo", species: "dog", age: 8, health_status: "healthy" },
            { id: 288, user_id: 131, name: "Max Teddy Chester", species: "dog", age: 13, health_status: "healthy" },
            { id: 289, user_id: 38, name: "Chester", species: "bird", age: 14, health_status: "critical" },
            { id: 290, user_id: 150, name: "Pepper", species: "dog", age: null, health_status: "healthy" },
            { id: 291, user_id: 155, name: "Buddy", species: "dog", age: 8, health_status: "healthy" },
            { id: 292, user_id: 176, name: "Ziggy Sophie", species: "dog", age: 15, health_status: "healthy" },
            { id: 293, user_id: 48, name: "Luna Nala", species: "cat", age: 13, health_status: "healthy" },
            { id: 294, user_id: 39, name: "Buddy Nala Oliver", species: "dog", age: 14, health_status: "healthy" },
            { id: 295, user_id: 42, name: "Gizmo Buddy", species: "dog", age: 7, health_status: "healthy" },
            { id: 296, user_id: 91, name: "Milo", species: "dog", age: 2, health_status: "healthy" },
            { id: 297, user_id: 104, name: "Jasper Bella Max", species: "dog", age: 6, health_status: "healthy" },
            { id: 298, user_id: 12, name: "Nala Gizmo Ruby", species: "cat", age: 11, health_status: "healthy" },
            { id: 299, user_id: 186, name: "Lola Charlie Teddy", species: "dog", age: 10, health_status: "healthy" },
            { id: 300, user_id: 121, name: "Teddy", species: "dog", age: 3, health_status: "healthy" },
        ],
    });
    await prisma.ailments.createMany({
        data: [
            { id: 1, pet_id: 138, ailment_type: "common_cold", diagnosis_date: "2023-01-12", treatment: "The customer asked for a change and the transfer was completed." },
            { id: 2, pet_id: 89, ailment_type: "rare_disease", diagnosis_date: null, treatment: "No response from the customer, so the refund was resolved." },
            { id: 3, pet_id: 6, ailment_type: "flu", diagnosis_date: "2021-01-09", treatment: "An operator confirmed the details and the delivery was cancelled." },
            { id: 4, pet_id: 58, ailment_type: "common_cold", diagnosis_date: null, treatment: "The customer asked for a change and the shipment was reopened." },
            { id: 5, pet_id: 262, ailment_type: "rare_disease", diagnosis_date: "2021-11-16", treatment: "No response from the supplier, so the booking was delayed." },
            { id: 6, pet_id: 262, ailment_type: "rare_disease", diagnosis_date: "2021-12-18", treatment: "No response from the account owner, so the session was escalated." },
            { id: 7, pet_id: 249, ailment_type: "rare_disease", diagnosis_date: "2022-11-09", treatment: "The courier asked for a change and the report was escalated." },
            { id: 8, pet_id: 133, ailment_type: "flu", diagnosis_date: "2021-08-21", treatment: "The report was completed — late case, no further action." },
            { id: 9, pet_id: 195, ailment_type: "common_cold", diagnosis_date: "2021-11-11", treatment: "The team reported a partial issue; the document was refunded." },
            { id: 10, pet_id: 217, ailment_type: "common_cold", diagnosis_date: "2021-09-11", treatment: "The delivery was resolved — unusual case, no further action." },
            { id: 11, pet_id: 240, ailment_type: "rare_disease", diagnosis_date: "2020-09-28", treatment: "The reviewer reported a minor issue; the item was cancelled." },
            { id: 12, pet_id: 222, ailment_type: "flu", diagnosis_date: "2020-07-15", treatment: "No response from the supplier, so the ticket was escalated." },
            { id: 13, pet_id: 31, ailment_type: "rare_disease", diagnosis_date: "2020-11-17", treatment: "An operator confirmed the details and the shipment was replaced." },
            { id: 14, pet_id: 208, ailment_type: "flu", diagnosis_date: "2023-07-25", treatment: "The supplier reported a minor issue; the account was rejected." },
            { id: 15, pet_id: 208, ailment_type: "flu", diagnosis_date: "2020-10-19", treatment: "The courier reported a minor issue; the order was cancelled." },
            { id: 16, pet_id: 89, ailment_type: "flu", diagnosis_date: "2020-02-27", treatment: "The ticket was closed — late case, no further action." },
            { id: 17, pet_id: 246, ailment_type: "rare_disease", diagnosis_date: "2023-10-08", treatment: "The reviewer confirmed the details and the transfer was reopened." },
            { id: 18, pet_id: 191, ailment_type: "common_cold", diagnosis_date: "2021-09-01", treatment: "The claim was replaced — standard case, no further action." },
            { id: 19, pet_id: 46, ailment_type: "rare_disease", diagnosis_date: "2021-03-22", treatment: "The courier confirmed the details and the invoice was cancelled." },
            { id: 20, pet_id: 238, ailment_type: "common_cold", diagnosis_date: "2021-06-04", treatment: "No response from the supplier, so the session was delayed." },
            { id: 21, pet_id: 108, ailment_type: "rare_disease", diagnosis_date: "2022-10-20", treatment: "The courier reported an incomplete issue; the document was updated." },
            { id: 22, pet_id: 262, ailment_type: "common_cold", diagnosis_date: "2020-10-30", treatment: "The booking was processed — urgent case, no further action." },
            { id: 23, pet_id: 205, ailment_type: "flu", diagnosis_date: null, treatment: "The customer reported a minor issue; the claim was approved." },
            { id: 24, pet_id: 120, ailment_type: "flu", diagnosis_date: "2021-12-19", treatment: "The reviewer confirmed the details and the delivery was processed." },
            { id: 25, pet_id: 73, ailment_type: "rare_disease", diagnosis_date: "2020-03-02", treatment: "The session was delayed — partial case, no further action." },
            { id: 26, pet_id: 119, ailment_type: "common_cold", diagnosis_date: "2020-03-29", treatment: "The invoice was escalated — incomplete case, no further action." },
            { id: 27, pet_id: 62, ailment_type: "rare_disease", diagnosis_date: "2022-08-06", treatment: "No response from the courier, so the request was reopened." },
            { id: 28, pet_id: 263, ailment_type: "rare_disease", diagnosis_date: "2020-07-16", treatment: "The customer asked for a change and the document was closed." },
            { id: 29, pet_id: 273, ailment_type: "rare_disease", diagnosis_date: "2020-12-02", treatment: "Support asked for a change and the refund was refunded." },
            { id: 30, pet_id: 159, ailment_type: "flu", diagnosis_date: "2020-09-14", treatment: "No response from the team, so the invoice was closed." },
            { id: 31, pet_id: 243, ailment_type: "common_cold", diagnosis_date: "2023-10-22", treatment: "The request was processed — automatic case, no further action." },
            { id: 32, pet_id: 89, ailment_type: "common_cold", diagnosis_date: "2020-10-09", treatment: "The delivery was cancelled — minor case, no further action." },
            { id: 33, pet_id: 139, ailment_type: "common_cold", diagnosis_date: "2021-01-07", treatment: "No response from the courier, so the item was closed." },
            { id: 34, pet_id: 149, ailment_type: "common_cold", diagnosis_date: "2022-07-29", treatment: "The courier confirmed the details and the claim was rescheduled." },
            { id: 35, pet_id: 187, ailment_type: "common_cold", diagnosis_date: "2022-12-21", treatment: "The courier confirmed the details and the appointment was rescheduled." },
            { id: 36, pet_id: 40, ailment_type: "flu", diagnosis_date: "2020-09-12", treatment: "The customer asked for a change and the invoice was processed." },
            { id: 37, pet_id: 220, ailment_type: "rare_disease", diagnosis_date: "2021-02-27", treatment: "An operator reported a minor issue; the shipment was approved." },
            { id: 38, pet_id: 151, ailment_type: "rare_disease", diagnosis_date: "2020-08-09", treatment: "No response from the supplier, so the payment was reopened." },
            { id: 39, pet_id: 218, ailment_type: "common_cold", diagnosis_date: null, treatment: "The account was rejected — manual case, no further action." },
            { id: 40, pet_id: 109, ailment_type: "flu", diagnosis_date: "2022-03-11", treatment: "An operator reported an automatic issue; the ticket was closed." },
            { id: 41, pet_id: 83, ailment_type: "rare_disease", diagnosis_date: "2023-12-21", treatment: "The account owner asked for a change and the request was reopened." },
            { id: 42, pet_id: 33, ailment_type: "rare_disease", diagnosis_date: "2021-07-28", treatment: "The refund was reopened — automatic case, no further action." },
            { id: 43, pet_id: 52, ailment_type: "rare_disease", diagnosis_date: "2020-06-07", treatment: "The delivery was updated — late case, no further action." },
            { id: 44, pet_id: 182, ailment_type: "flu", diagnosis_date: "2022-06-21", treatment: "The courier reported a duplicate issue; the appointment was resolved." },
            { id: 45, pet_id: 104, ailment_type: "flu", diagnosis_date: "2021-04-15", treatment: "The supplier asked for a change and the claim was rescheduled." },
            { id: 46, pet_id: 260, ailment_type: "flu", diagnosis_date: "2021-03-12", treatment: "The booking was refunded — routine case, no further action." },
            { id: 47, pet_id: 122, ailment_type: "rare_disease", diagnosis_date: "2021-09-04", treatment: "The ticket was updated — repeat case, no further action." },
            { id: 48, pet_id: 79, ailment_type: "rare_disease", diagnosis_date: "2020-12-04", treatment: "The courier asked for a change and the invoice was escalated." },
            { id: 49, pet_id: 97, ailment_type: "rare_disease", diagnosis_date: "2023-09-09", treatment: "No response from the account owner, so the booking was processed." },
            { id: 50, pet_id: 142, ailment_type: "common_cold", diagnosis_date: "2023-06-26", treatment: "No response from the account owner, so the booking was confirmed." },
            { id: 51, pet_id: 5, ailment_type: "common_cold", diagnosis_date: null, treatment: "The customer confirmed the details and the account was replaced." },
            { id: 52, pet_id: 13, ailment_type: "flu", diagnosis_date: null, treatment: "The customer asked for a change and the account was reopened." },
            { id: 53, pet_id: 106, ailment_type: "flu", diagnosis_date: "2020-04-10", treatment: "No response from the reviewer, so the refund was processed." },
            { id: 54, pet_id: 42, ailment_type: "rare_disease", diagnosis_date: "2020-06-08", treatment: "The reviewer confirmed the details and the document was closed." },
            { id: 55, pet_id: 232, ailment_type: "flu", diagnosis_date: "2023-02-28", treatment: "No response from the supplier, so the report was delayed." },
            { id: 56, pet_id: 60, ailment_type: "flu", diagnosis_date: "2021-01-10", treatment: "The payment was closed — standard case, no further action." },
            { id: 57, pet_id: 204, ailment_type: "flu", diagnosis_date: "2021-06-21", treatment: "The supplier confirmed the details and the order was escalated." },
            { id: 58, pet_id: 296, ailment_type: "common_cold", diagnosis_date: "2021-08-16", treatment: "The courier asked for a change and the request was processed." },
            { id: 59, pet_id: 300, ailment_type: "common_cold", diagnosis_date: null, treatment: "The customer confirmed the details and the appointment was replaced." },
            { id: 60, pet_id: 225, ailment_type: "rare_disease", diagnosis_date: "2023-01-13", treatment: "The delivery was resolved — minor case, no further action." },
            { id: 61, pet_id: 300, ailment_type: "flu", diagnosis_date: "2022-11-05", treatment: "The team asked for a change and the refund was reopened." },
            { id: 62, pet_id: 69, ailment_type: "flu", diagnosis_date: "2020-03-26", treatment: "The account owner reported a late issue; the session was confirmed." },
            { id: 63, pet_id: 179, ailment_type: "rare_disease", diagnosis_date: "2020-04-16", treatment: "The courier confirmed the details and the ticket was completed." },
            { id: 64, pet_id: 269, ailment_type: "flu", diagnosis_date: "2023-08-29", treatment: "No response from the reviewer, so the delivery was replaced." },
            { id: 65, pet_id: 71, ailment_type: "common_cold", diagnosis_date: "2023-02-14", treatment: "The account owner confirmed the details and the payment was delayed." },
            { id: 66, pet_id: 188, ailment_type: "rare_disease", diagnosis_date: "2021-01-25", treatment: "No response from the customer, so the order was rejected." },
            { id: 67, pet_id: 36, ailment_type: "flu", diagnosis_date: "2023-10-23", treatment: "The team reported a routine issue; the order was processed." },
            { id: 68, pet_id: 245, ailment_type: "rare_disease", diagnosis_date: "2023-10-03", treatment: "The courier confirmed the details and the booking was processed." },
            { id: 69, pet_id: 151, ailment_type: "flu", diagnosis_date: "2021-12-25", treatment: "The courier asked for a change and the payment was processed." },
            { id: 70, pet_id: 64, ailment_type: "common_cold", diagnosis_date: "2022-06-12", treatment: "The refund was refunded — unusual case, no further action." },
            { id: 71, pet_id: 215, ailment_type: "flu", diagnosis_date: "2020-07-23", treatment: "The team reported a duplicate issue; the ticket was replaced." },
            { id: 72, pet_id: 43, ailment_type: "common_cold", diagnosis_date: "2021-07-17", treatment: "No response from the customer, so the item was reviewed." },
            { id: 73, pet_id: 26, ailment_type: "rare_disease", diagnosis_date: "2020-02-05", treatment: "No response from the courier, so the session was replaced." },
            { id: 74, pet_id: 224, ailment_type: "common_cold", diagnosis_date: "2021-09-09", treatment: "The request was delayed — manual case, no further action." },
            { id: 75, pet_id: 115, ailment_type: "rare_disease", diagnosis_date: "2023-01-24", treatment: "The reviewer confirmed the details and the document was replaced." },
            { id: 76, pet_id: 43, ailment_type: "common_cold", diagnosis_date: "2020-10-27", treatment: "The report was confirmed — repeat case, no further action." },
            { id: 77, pet_id: 79, ailment_type: "common_cold", diagnosis_date: "2021-02-23", treatment: "No response from the reviewer, so the request was refunded." },
            { id: 78, pet_id: 78, ailment_type: "common_cold", diagnosis_date: "2020-12-22", treatment: "No response from the reviewer, so the order was closed." },
            { id: 79, pet_id: 99, ailment_type: "rare_disease", diagnosis_date: "2021-12-22", treatment: "The team reported a standard issue; the item was approved." },
            { id: 80, pet_id: 260, ailment_type: "rare_disease", diagnosis_date: "2023-11-17", treatment: "The team confirmed the details and the session was rescheduled." },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, user_id: 132, item_id: 33, purchase_date: new Date("2022-02-26T18:06:07Z"), amount: "7.33", payment_method: "credit_card", transaction_status: "completed" },
            { id: 2, user_id: 32, item_id: 61, purchase_date: new Date("2023-10-23T19:47:01Z"), amount: "1.23", payment_method: "credit_card", transaction_status: "pending" },
            { id: 3, user_id: 81, item_id: 2, purchase_date: new Date("2021-06-20T18:01:54Z"), amount: "4.84", payment_method: "paypal", transaction_status: "completed" },
            { id: 4, user_id: 160, item_id: 9, purchase_date: new Date("2020-05-27T17:03:28Z"), amount: "4.04", payment_method: "paypal", transaction_status: "completed" },
            { id: 5, user_id: 84, item_id: 61, purchase_date: new Date("2020-12-21T17:26:30Z"), amount: "35.77", payment_method: "credit_card", transaction_status: "completed" },
            { id: 6, user_id: 114, item_id: 60, purchase_date: new Date("2020-10-28T15:41:09Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 7, user_id: 151, item_id: 69, purchase_date: new Date("2023-09-14T12:27:53Z"), amount: "4.70", payment_method: "gift_card", transaction_status: "completed" },
            { id: 8, user_id: 3, item_id: 89, purchase_date: new Date("2020-07-15T09:59:16Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 9, user_id: 155, item_id: 17, purchase_date: new Date("2020-11-05T07:44:06Z"), amount: "7.39", payment_method: "credit_card", transaction_status: "pending" },
            { id: 10, user_id: 127, item_id: 8, purchase_date: new Date("2021-07-02T19:15:06Z"), amount: "74.86", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 11, user_id: 3, item_id: 4, purchase_date: new Date("2021-02-08T04:29:37Z"), amount: "15.24", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 12, user_id: 199, item_id: 79, purchase_date: new Date("2021-12-03T19:17:22Z"), amount: "1.00", payment_method: "credit_card", transaction_status: "pending" },
            { id: 13, user_id: 27, item_id: 19, purchase_date: new Date("2022-03-02T22:00:03Z"), amount: "43.78", payment_method: "paypal", transaction_status: "completed" },
            { id: 14, user_id: 98, item_id: 10, purchase_date: new Date("2022-02-16T11:01:55Z"), amount: "1.35", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 15, user_id: 130, item_id: 94, purchase_date: new Date("2023-04-17T09:18:32Z"), amount: "13.83", payment_method: "paypal", transaction_status: "completed" },
            { id: 16, user_id: 166, item_id: 2, purchase_date: new Date("2021-12-11T11:04:48Z"), amount: "43.94", payment_method: "paypal", transaction_status: "pending" },
            { id: 17, user_id: 101, item_id: 62, purchase_date: new Date("2022-12-04T12:33:52Z"), amount: "1.04", payment_method: "paypal", transaction_status: "completed" },
            { id: 18, user_id: 178, item_id: 34, purchase_date: new Date("2020-12-25T09:36:05Z"), amount: "1.71", payment_method: "credit_card", transaction_status: "completed" },
            { id: 19, user_id: 133, item_id: 100, purchase_date: new Date("2023-06-08T19:51:04Z"), amount: "82.29", payment_method: "credit_card", transaction_status: "completed" },
            { id: 20, user_id: 60, item_id: 9, purchase_date: new Date("2020-02-06T18:07:41Z"), amount: "5.96", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 21, user_id: 45, item_id: 22, purchase_date: new Date("2022-11-13T13:04:31Z"), amount: "6.36", payment_method: "gift_card", transaction_status: "pending" },
            { id: 22, user_id: 97, item_id: 98, purchase_date: new Date("2021-05-07T18:52:58Z"), amount: "34.83", payment_method: "gift_card", transaction_status: "completed" },
            { id: 23, user_id: 39, item_id: 6, purchase_date: new Date("2020-03-18T15:06:02Z"), amount: "11.38", payment_method: "credit_card", transaction_status: "completed" },
            { id: 24, user_id: 8, item_id: 87, purchase_date: new Date("2020-04-26T08:33:15Z"), amount: "3.07", payment_method: "credit_card", transaction_status: "pending" },
            { id: 25, user_id: 190, item_id: 16, purchase_date: new Date("2020-06-03T10:26:49Z"), amount: "16.31", payment_method: "gift_card", transaction_status: "completed" },
            { id: 26, user_id: 185, item_id: 73, purchase_date: new Date("2023-05-20T18:07:58Z"), amount: "18.69", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 27, user_id: 116, item_id: 13, purchase_date: new Date("2021-01-12T14:25:31Z"), amount: null, payment_method: "credit_card", transaction_status: "refunded" },
            { id: 28, user_id: 176, item_id: 25, purchase_date: new Date("2020-12-13T20:34:58Z"), amount: "84.62", payment_method: "credit_card", transaction_status: "completed" },
            { id: 29, user_id: 152, item_id: 74, purchase_date: new Date("2022-12-21T18:42:23Z"), amount: "2.22", payment_method: "paypal", transaction_status: "pending" },
            { id: 30, user_id: 156, item_id: 53, purchase_date: new Date("2021-09-20T19:19:25Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 31, user_id: 16, item_id: 60, purchase_date: new Date("2022-06-26T09:03:20Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 32, user_id: 75, item_id: 5, purchase_date: new Date("2022-04-13T07:59:21Z"), amount: "94.01", payment_method: "paypal", transaction_status: "refunded" },
            { id: 33, user_id: 62, item_id: 12, purchase_date: new Date("2022-12-04T21:57:34Z"), amount: "1.18", payment_method: "credit_card", transaction_status: "completed" },
            { id: 34, user_id: 199, item_id: 26, purchase_date: new Date("2023-03-02T14:17:52Z"), amount: null, payment_method: "gift_card", transaction_status: "refunded" },
            { id: 35, user_id: 63, item_id: 29, purchase_date: new Date("2023-09-28T19:47:57Z"), amount: "50.56", payment_method: "gift_card", transaction_status: "completed" },
            { id: 36, user_id: 6, item_id: 35, purchase_date: new Date("2022-07-10T20:21:09Z"), amount: "7.75", payment_method: "credit_card", transaction_status: "completed" },
            { id: 37, user_id: 28, item_id: 95, purchase_date: new Date("2022-11-08T16:50:45Z"), amount: "40.54", payment_method: "credit_card", transaction_status: "completed" },
            { id: 38, user_id: 18, item_id: 65, purchase_date: new Date("2022-11-21T20:55:23Z"), amount: "38.27", payment_method: "gift_card", transaction_status: "completed" },
            { id: 39, user_id: 36, item_id: 44, purchase_date: new Date("2020-10-30T00:12:35Z"), amount: "50.94", payment_method: "gift_card", transaction_status: "completed" },
            { id: 40, user_id: 43, item_id: 70, purchase_date: new Date("2022-12-18T20:33:13Z"), amount: "65.21", payment_method: "paypal", transaction_status: "completed" },
            { id: 41, user_id: 197, item_id: 45, purchase_date: new Date("2020-07-30T13:56:22Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 42, user_id: 3, item_id: 28, purchase_date: new Date("2023-02-16T15:03:08Z"), amount: "18.10", payment_method: "paypal", transaction_status: "completed" },
            { id: 43, user_id: 131, item_id: 37, purchase_date: new Date("2021-02-09T14:40:40Z"), amount: "63.09", payment_method: "gift_card", transaction_status: "completed" },
            { id: 44, user_id: 114, item_id: 63, purchase_date: new Date("2023-11-06T15:18:27Z"), amount: "96.69", payment_method: "credit_card", transaction_status: "completed" },
            { id: 45, user_id: 1, item_id: 62, purchase_date: new Date("2022-06-01T06:34:54Z"), amount: "70.02", payment_method: "credit_card", transaction_status: "completed" },
            { id: 46, user_id: 126, item_id: 40, purchase_date: new Date("2020-06-01T19:53:41Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 47, user_id: 45, item_id: 66, purchase_date: new Date("2022-09-07T21:04:06Z"), amount: "6.75", payment_method: "paypal", transaction_status: "completed" },
            { id: 48, user_id: 69, item_id: 10, purchase_date: new Date("2020-04-08T17:31:45Z"), amount: "21.97", payment_method: "paypal", transaction_status: "completed" },
            { id: 49, user_id: 159, item_id: 49, purchase_date: new Date("2022-07-23T15:17:03Z"), amount: "1.17", payment_method: "paypal", transaction_status: "pending" },
            { id: 50, user_id: 175, item_id: 66, purchase_date: new Date("2023-02-10T20:34:26Z"), amount: "24.85", payment_method: "credit_card", transaction_status: "pending" },
            { id: 51, user_id: 142, item_id: 2, purchase_date: new Date("2022-10-29T09:45:35Z"), amount: "27.96", payment_method: "credit_card", transaction_status: "completed" },
            { id: 52, user_id: 115, item_id: 40, purchase_date: new Date("2020-07-26T12:09:01Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 53, user_id: 16, item_id: 13, purchase_date: new Date("2020-02-24T19:16:38Z"), amount: "36.03", payment_method: "paypal", transaction_status: "pending" },
            { id: 54, user_id: 18, item_id: 63, purchase_date: new Date("2022-02-08T22:33:19Z"), amount: "78.43", payment_method: "credit_card", transaction_status: "pending" },
            { id: 55, user_id: 15, item_id: 74, purchase_date: new Date("2022-06-10T18:57:03Z"), amount: "5.69", payment_method: "paypal", transaction_status: "pending" },
            { id: 56, user_id: 171, item_id: 88, purchase_date: new Date("2020-11-27T06:06:37Z"), amount: "56.02", payment_method: "credit_card", transaction_status: "completed" },
            { id: 57, user_id: 118, item_id: 44, purchase_date: new Date("2021-12-12T18:41:15Z"), amount: "5.01", payment_method: "credit_card", transaction_status: "completed" },
            { id: 58, user_id: 112, item_id: 93, purchase_date: new Date("2022-07-07T07:08:33Z"), amount: "64.24", payment_method: "credit_card", transaction_status: "completed" },
            { id: 59, user_id: 199, item_id: 69, purchase_date: new Date("2021-09-11T17:57:04Z"), amount: "98.13", payment_method: "credit_card", transaction_status: "completed" },
            { id: 60, user_id: 113, item_id: 89, purchase_date: new Date("2023-02-20T15:24:42Z"), amount: "97.26", payment_method: "paypal", transaction_status: "completed" },
            { id: 61, user_id: 154, item_id: 94, purchase_date: new Date("2023-06-04T15:10:53Z"), amount: "21.94", payment_method: "paypal", transaction_status: "completed" },
            { id: 62, user_id: 117, item_id: 43, purchase_date: new Date("2023-03-16T17:51:54Z"), amount: "32.14", payment_method: "gift_card", transaction_status: "completed" },
            { id: 63, user_id: 160, item_id: 75, purchase_date: new Date("2023-03-13T21:44:13Z"), amount: "30.38", payment_method: "credit_card", transaction_status: "completed" },
            { id: 64, user_id: 93, item_id: 1, purchase_date: new Date("2020-07-24T13:02:03Z"), amount: "7.87", payment_method: "paypal", transaction_status: "completed" },
            { id: 65, user_id: 118, item_id: 53, purchase_date: new Date("2023-11-21T18:38:32Z"), amount: "4.14", payment_method: "paypal", transaction_status: "pending" },
            { id: 66, user_id: 173, item_id: 73, purchase_date: new Date("2021-08-19T18:30:39Z"), amount: "17.32", payment_method: "paypal", transaction_status: "completed" },
            { id: 67, user_id: 132, item_id: 11, purchase_date: new Date("2022-01-22T16:08:58Z"), amount: "64.80", payment_method: "gift_card", transaction_status: "completed" },
            { id: 68, user_id: 49, item_id: 20, purchase_date: new Date("2022-08-04T12:05:54Z"), amount: "3.46", payment_method: "credit_card", transaction_status: "completed" },
            { id: 69, user_id: 177, item_id: 5, purchase_date: new Date("2023-02-10T15:26:25Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 70, user_id: 16, item_id: 8, purchase_date: new Date("2020-11-11T10:53:52Z"), amount: "58.27", payment_method: "credit_card", transaction_status: "completed" },
            { id: 71, user_id: 188, item_id: 24, purchase_date: new Date("2020-12-22T18:52:37Z"), amount: "37.98", payment_method: "credit_card", transaction_status: "completed" },
            { id: 72, user_id: 149, item_id: 79, purchase_date: new Date("2023-06-06T17:46:53Z"), amount: "35.23", payment_method: "credit_card", transaction_status: "completed" },
            { id: 73, user_id: 159, item_id: 93, purchase_date: new Date("2023-02-03T14:06:59Z"), amount: "1.96", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 74, user_id: 158, item_id: 85, purchase_date: new Date("2023-05-04T16:57:14Z"), amount: "42.91", payment_method: "credit_card", transaction_status: "completed" },
            { id: 75, user_id: 164, item_id: 49, purchase_date: new Date("2021-05-29T16:22:32Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 76, user_id: 159, item_id: 97, purchase_date: new Date("2021-10-08T18:44:26Z"), amount: "63.28", payment_method: "gift_card", transaction_status: "completed" },
            { id: 77, user_id: 18, item_id: 49, purchase_date: new Date("2021-09-27T17:19:58Z"), amount: "99.55", payment_method: "credit_card", transaction_status: "completed" },
            { id: 78, user_id: 72, item_id: 13, purchase_date: new Date("2021-06-22T22:03:14Z"), amount: "70.31", payment_method: "gift_card", transaction_status: "pending" },
            { id: 79, user_id: 19, item_id: 64, purchase_date: new Date("2023-07-07T21:42:42Z"), amount: "8.48", payment_method: "paypal", transaction_status: "completed" },
            { id: 80, user_id: 29, item_id: 74, purchase_date: new Date("2022-12-24T13:17:34Z"), amount: "72.51", payment_method: "credit_card", transaction_status: "pending" },
            { id: 81, user_id: 66, item_id: 58, purchase_date: new Date("2020-10-02T12:51:09Z"), amount: "2.89", payment_method: "paypal", transaction_status: "pending" },
            { id: 82, user_id: 42, item_id: 83, purchase_date: new Date("2023-11-16T14:56:54Z"), amount: "3.66", payment_method: "credit_card", transaction_status: "completed" },
            { id: 83, user_id: 85, item_id: 87, purchase_date: new Date("2020-02-18T19:26:12Z"), amount: "6.10", payment_method: "credit_card", transaction_status: "pending" },
            { id: 84, user_id: 114, item_id: 21, purchase_date: new Date("2020-12-06T18:02:54Z"), amount: "3.51", payment_method: "credit_card", transaction_status: "completed" },
            { id: 85, user_id: 189, item_id: 42, purchase_date: new Date("2020-05-21T00:42:20Z"), amount: "1.07", payment_method: "paypal", transaction_status: "completed" },
            { id: 86, user_id: 70, item_id: 32, purchase_date: new Date("2022-09-09T18:52:04Z"), amount: "1.84", payment_method: "credit_card", transaction_status: "completed" },
            { id: 87, user_id: 147, item_id: 76, purchase_date: new Date("2022-10-21T09:07:48Z"), amount: "8.33", payment_method: "credit_card", transaction_status: "completed" },
            { id: 88, user_id: 11, item_id: 75, purchase_date: new Date("2021-12-25T08:24:32Z"), amount: "37.21", payment_method: "paypal", transaction_status: "completed" },
            { id: 89, user_id: 185, item_id: 21, purchase_date: new Date("2021-02-15T12:11:33Z"), amount: "3.20", payment_method: "paypal", transaction_status: "completed" },
            { id: 90, user_id: 51, item_id: 70, purchase_date: new Date("2021-09-26T19:05:05Z"), amount: "47.77", payment_method: "credit_card", transaction_status: "completed" },
            { id: 91, user_id: 175, item_id: 19, purchase_date: new Date("2022-07-06T19:23:41Z"), amount: null, payment_method: "paypal", transaction_status: "completed" },
            { id: 92, user_id: 10, item_id: 85, purchase_date: new Date("2022-02-20T12:18:55Z"), amount: "1.43", payment_method: "gift_card", transaction_status: "completed" },
            { id: 93, user_id: 74, item_id: 45, purchase_date: new Date("2021-03-16T15:32:07Z"), amount: "26.71", payment_method: "paypal", transaction_status: "refunded" },
            { id: 94, user_id: 199, item_id: 86, purchase_date: new Date("2020-07-06T20:22:24Z"), amount: "51.88", payment_method: "credit_card", transaction_status: "completed" },
            { id: 95, user_id: 51, item_id: 95, purchase_date: new Date("2020-03-06T15:09:36Z"), amount: "48.49", payment_method: "paypal", transaction_status: "completed" },
            { id: 96, user_id: 43, item_id: 64, purchase_date: new Date("2021-01-11T22:37:21Z"), amount: "75.38", payment_method: "credit_card", transaction_status: "completed" },
            { id: 97, user_id: 137, item_id: 46, purchase_date: new Date("2021-09-10T15:34:31Z"), amount: "94.76", payment_method: "paypal", transaction_status: "completed" },
            { id: 98, user_id: 47, item_id: 96, purchase_date: new Date("2022-02-25T06:13:56Z"), amount: "3.66", payment_method: "gift_card", transaction_status: "completed" },
            { id: 99, user_id: 21, item_id: 1, purchase_date: new Date("2023-11-12T19:18:48Z"), amount: "3.32", payment_method: "paypal", transaction_status: "completed" },
            { id: 100, user_id: 161, item_id: 86, purchase_date: new Date("2020-08-26T15:19:30Z"), amount: "60.94", payment_method: "paypal", transaction_status: "completed" },
            { id: 101, user_id: 197, item_id: 18, purchase_date: new Date("2023-05-03T10:14:28Z"), amount: "26.36", payment_method: "credit_card", transaction_status: "completed" },
            { id: 102, user_id: 99, item_id: 9, purchase_date: new Date("2020-02-14T18:10:33Z"), amount: "62.75", payment_method: "paypal", transaction_status: "refunded" },
            { id: 103, user_id: 143, item_id: 53, purchase_date: new Date("2021-09-09T13:16:15Z"), amount: null, payment_method: "credit_card", transaction_status: "refunded" },
            { id: 104, user_id: 116, item_id: 61, purchase_date: new Date("2022-08-05T15:57:59Z"), amount: "2.75", payment_method: "paypal", transaction_status: "pending" },
            { id: 105, user_id: 125, item_id: 29, purchase_date: new Date("2022-02-10T19:06:00Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 106, user_id: 65, item_id: 65, purchase_date: new Date("2020-06-04T10:46:14Z"), amount: "35.08", payment_method: "paypal", transaction_status: "refunded" },
            { id: 107, user_id: 176, item_id: 89, purchase_date: new Date("2020-02-08T11:26:42Z"), amount: "47.77", payment_method: "paypal", transaction_status: "completed" },
            { id: 108, user_id: 136, item_id: 31, purchase_date: new Date("2022-11-04T19:27:42Z"), amount: "1.00", payment_method: "credit_card", transaction_status: "completed" },
            { id: 109, user_id: 199, item_id: 93, purchase_date: new Date("2022-08-29T13:24:55Z"), amount: "13.57", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 110, user_id: 196, item_id: 68, purchase_date: new Date("2022-06-11T19:44:11Z"), amount: "58.42", payment_method: "credit_card", transaction_status: "pending" },
            { id: 111, user_id: 17, item_id: 76, purchase_date: new Date("2022-12-02T10:59:27Z"), amount: "1.21", payment_method: "credit_card", transaction_status: "completed" },
            { id: 112, user_id: 139, item_id: 47, purchase_date: new Date("2021-04-24T20:32:58Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 113, user_id: 103, item_id: 4, purchase_date: new Date("2023-11-09T10:46:14Z"), amount: "24.26", payment_method: "credit_card", transaction_status: "completed" },
            { id: 114, user_id: 70, item_id: 12, purchase_date: new Date("2020-11-30T07:21:35Z"), amount: "1.07", payment_method: "credit_card", transaction_status: "completed" },
            { id: 115, user_id: 131, item_id: 46, purchase_date: new Date("2021-05-24T10:42:13Z"), amount: "84.02", payment_method: "gift_card", transaction_status: "pending" },
            { id: 116, user_id: 193, item_id: 40, purchase_date: new Date("2022-04-29T20:00:18Z"), amount: "40.46", payment_method: "credit_card", transaction_status: "completed" },
            { id: 117, user_id: 179, item_id: 85, purchase_date: new Date("2023-02-06T11:58:30Z"), amount: "37.53", payment_method: "credit_card", transaction_status: "completed" },
            { id: 118, user_id: 58, item_id: 40, purchase_date: new Date("2022-05-04T21:28:19Z"), amount: "61.94", payment_method: "paypal", transaction_status: "completed" },
            { id: 119, user_id: 170, item_id: 72, purchase_date: new Date("2023-02-15T17:36:13Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 120, user_id: 8, item_id: 95, purchase_date: new Date("2020-10-10T19:10:40Z"), amount: "97.99", payment_method: "credit_card", transaction_status: "completed" },
            { id: 121, user_id: 6, item_id: 16, purchase_date: new Date("2022-03-12T21:03:16Z"), amount: "61.15", payment_method: "paypal", transaction_status: "completed" },
            { id: 122, user_id: 15, item_id: 45, purchase_date: new Date("2022-04-06T15:42:57Z"), amount: "16.90", payment_method: "paypal", transaction_status: "refunded" },
            { id: 123, user_id: 26, item_id: 92, purchase_date: new Date("2021-02-16T13:53:59Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 124, user_id: 160, item_id: 94, purchase_date: new Date("2023-12-07T03:53:49Z"), amount: "5.73", payment_method: "credit_card", transaction_status: "completed" },
            { id: 125, user_id: 11, item_id: 79, purchase_date: new Date("2022-03-26T10:14:58Z"), amount: "51.04", payment_method: "gift_card", transaction_status: "completed" },
            { id: 126, user_id: 50, item_id: 85, purchase_date: new Date("2022-02-02T22:14:16Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 127, user_id: 125, item_id: 69, purchase_date: new Date("2020-11-12T16:15:47Z"), amount: "15.44", payment_method: "credit_card", transaction_status: "completed" },
            { id: 128, user_id: 73, item_id: 25, purchase_date: new Date("2021-12-20T17:30:06Z"), amount: "67.23", payment_method: "paypal", transaction_status: "completed" },
            { id: 129, user_id: 148, item_id: 88, purchase_date: new Date("2020-10-02T20:10:11Z"), amount: "86.01", payment_method: "gift_card", transaction_status: "completed" },
            { id: 130, user_id: 196, item_id: 47, purchase_date: new Date("2021-10-28T18:05:47Z"), amount: "8.69", payment_method: "credit_card", transaction_status: "completed" },
            { id: 131, user_id: 154, item_id: 15, purchase_date: new Date("2021-12-29T10:54:56Z"), amount: "36.40", payment_method: "paypal", transaction_status: "completed" },
            { id: 132, user_id: 127, item_id: 50, purchase_date: new Date("2021-07-11T11:47:08Z"), amount: "90.77", payment_method: "gift_card", transaction_status: "completed" },
            { id: 133, user_id: 178, item_id: 84, purchase_date: new Date("2023-07-04T19:30:57Z"), amount: "27.30", payment_method: "paypal", transaction_status: "completed" },
            { id: 134, user_id: 26, item_id: 76, purchase_date: new Date("2023-10-14T10:45:52Z"), amount: "1.79", payment_method: "credit_card", transaction_status: "completed" },
            { id: 135, user_id: 16, item_id: 30, purchase_date: new Date("2020-01-03T19:08:30Z"), amount: "6.93", payment_method: "credit_card", transaction_status: "completed" },
            { id: 136, user_id: 83, item_id: 100, purchase_date: new Date("2023-06-24T21:29:22Z"), amount: "77.49", payment_method: "paypal", transaction_status: "completed" },
            { id: 137, user_id: 33, item_id: 43, purchase_date: new Date("2021-11-13T10:26:43Z"), amount: "58.50", payment_method: "gift_card", transaction_status: "completed" },
            { id: 138, user_id: 112, item_id: 90, purchase_date: new Date("2023-12-20T19:37:17Z"), amount: "87.97", payment_method: "gift_card", transaction_status: "completed" },
            { id: 139, user_id: 21, item_id: 55, purchase_date: new Date("2022-09-28T22:32:26Z"), amount: "38.38", payment_method: "credit_card", transaction_status: "completed" },
            { id: 140, user_id: 3, item_id: 95, purchase_date: new Date("2021-12-13T10:28:31Z"), amount: "45.67", payment_method: "paypal", transaction_status: "completed" },
            { id: 141, user_id: 132, item_id: 38, purchase_date: new Date("2023-09-10T22:59:08Z"), amount: "71.56", payment_method: "credit_card", transaction_status: "completed" },
            { id: 142, user_id: 169, item_id: 83, purchase_date: new Date("2023-05-23T13:31:49Z"), amount: "30.67", payment_method: "credit_card", transaction_status: "completed" },
            { id: 143, user_id: 133, item_id: 42, purchase_date: new Date("2022-09-24T17:01:45Z"), amount: "10.62", payment_method: "paypal", transaction_status: "pending" },
            { id: 144, user_id: 154, item_id: 64, purchase_date: new Date("2020-02-17T10:45:09Z"), amount: "19.55", payment_method: "credit_card", transaction_status: "completed" },
            { id: 145, user_id: 25, item_id: 99, purchase_date: new Date("2023-07-16T08:13:59Z"), amount: "3.94", payment_method: "paypal", transaction_status: "pending" },
            { id: 146, user_id: 81, item_id: 99, purchase_date: new Date("2023-12-03T11:10:49Z"), amount: "68.19", payment_method: "credit_card", transaction_status: "completed" },
            { id: 147, user_id: 59, item_id: 86, purchase_date: new Date("2021-05-28T17:36:56Z"), amount: "38.17", payment_method: "credit_card", transaction_status: "completed" },
            { id: 148, user_id: 75, item_id: 94, purchase_date: new Date("2023-12-24T01:35:16Z"), amount: "5.94", payment_method: "credit_card", transaction_status: "completed" },
            { id: 149, user_id: 94, item_id: 39, purchase_date: new Date("2020-02-20T00:10:15Z"), amount: "13.12", payment_method: "gift_card", transaction_status: "completed" },
            { id: 150, user_id: 35, item_id: 71, purchase_date: new Date("2020-09-07T22:14:33Z"), amount: "11.85", payment_method: "credit_card", transaction_status: "completed" },
            { id: 151, user_id: 190, item_id: 19, purchase_date: new Date("2023-01-29T22:55:50Z"), amount: "10.51", payment_method: "credit_card", transaction_status: "completed" },
            { id: 152, user_id: 149, item_id: 20, purchase_date: new Date("2023-08-23T20:33:53Z"), amount: "29.57", payment_method: "gift_card", transaction_status: "completed" },
            { id: 153, user_id: 70, item_id: 22, purchase_date: new Date("2020-07-04T14:16:05Z"), amount: "38.53", payment_method: "paypal", transaction_status: "completed" },
            { id: 154, user_id: 129, item_id: 53, purchase_date: new Date("2023-06-07T20:28:10Z"), amount: "23.93", payment_method: "gift_card", transaction_status: "completed" },
            { id: 155, user_id: 42, item_id: 35, purchase_date: new Date("2023-04-01T22:12:24Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 156, user_id: 193, item_id: 31, purchase_date: new Date("2021-02-04T14:23:28Z"), amount: "24.27", payment_method: "credit_card", transaction_status: "completed" },
            { id: 157, user_id: 132, item_id: 36, purchase_date: new Date("2022-04-05T21:04:13Z"), amount: "14.70", payment_method: "gift_card", transaction_status: "completed" },
            { id: 158, user_id: 48, item_id: 18, purchase_date: new Date("2022-06-11T01:32:44Z"), amount: "48.10", payment_method: "credit_card", transaction_status: "completed" },
            { id: 159, user_id: 164, item_id: 77, purchase_date: new Date("2022-05-01T14:18:18Z"), amount: "90.26", payment_method: "credit_card", transaction_status: "completed" },
            { id: 160, user_id: 165, item_id: 78, purchase_date: new Date("2023-04-22T08:11:00Z"), amount: "1.67", payment_method: "gift_card", transaction_status: "completed" },
            { id: 161, user_id: 152, item_id: 42, purchase_date: new Date("2023-09-28T22:07:35Z"), amount: "1.94", payment_method: "credit_card", transaction_status: "completed" },
            { id: 162, user_id: 157, item_id: 39, purchase_date: new Date("2021-09-13T21:51:41Z"), amount: "35.01", payment_method: "credit_card", transaction_status: "completed" },
            { id: 163, user_id: 21, item_id: 74, purchase_date: new Date("2021-12-27T06:32:49Z"), amount: "18.62", payment_method: "credit_card", transaction_status: "completed" },
            { id: 164, user_id: 190, item_id: 89, purchase_date: new Date("2021-08-29T17:06:22Z"), amount: "7.25", payment_method: "credit_card", transaction_status: "pending" },
            { id: 165, user_id: 163, item_id: 9, purchase_date: new Date("2023-06-06T14:03:45Z"), amount: "8.39", payment_method: "paypal", transaction_status: "refunded" },
            { id: 166, user_id: 194, item_id: 37, purchase_date: new Date("2020-06-27T10:06:18Z"), amount: "36.04", payment_method: "gift_card", transaction_status: "completed" },
            { id: 167, user_id: 162, item_id: 82, purchase_date: new Date("2023-07-29T16:15:56Z"), amount: "8.81", payment_method: "paypal", transaction_status: "completed" },
            { id: 168, user_id: 1, item_id: 10, purchase_date: new Date("2021-11-19T17:30:56Z"), amount: "1.54", payment_method: "paypal", transaction_status: "completed" },
            { id: 169, user_id: 191, item_id: 45, purchase_date: new Date("2022-11-26T19:42:40Z"), amount: "69.36", payment_method: "credit_card", transaction_status: "completed" },
            { id: 170, user_id: 13, item_id: 24, purchase_date: new Date("2020-06-24T05:13:41Z"), amount: "1.19", payment_method: "paypal", transaction_status: "pending" },
            { id: 171, user_id: 77, item_id: 68, purchase_date: new Date("2023-12-06T18:51:43Z"), amount: "70.09", payment_method: "credit_card", transaction_status: "pending" },
            { id: 172, user_id: 170, item_id: 69, purchase_date: new Date("2020-11-06T13:08:11Z"), amount: "17.62", payment_method: "paypal", transaction_status: "completed" },
            { id: 173, user_id: 64, item_id: 57, purchase_date: new Date("2020-02-28T15:56:21Z"), amount: "62.39", payment_method: "credit_card", transaction_status: "completed" },
            { id: 174, user_id: 69, item_id: 21, purchase_date: new Date("2020-06-28T19:06:41Z"), amount: "1.30", payment_method: "gift_card", transaction_status: "completed" },
            { id: 175, user_id: 36, item_id: 86, purchase_date: new Date("2022-01-25T11:45:40Z"), amount: "7.15", payment_method: "paypal", transaction_status: "completed" },
            { id: 176, user_id: 3, item_id: 35, purchase_date: new Date("2021-10-04T17:41:14Z"), amount: "3.84", payment_method: "credit_card", transaction_status: "completed" },
            { id: 177, user_id: 166, item_id: 63, purchase_date: new Date("2023-05-15T00:35:46Z"), amount: "1.09", payment_method: "gift_card", transaction_status: "completed" },
            { id: 178, user_id: 131, item_id: 40, purchase_date: new Date("2021-10-05T13:18:40Z"), amount: "86.63", payment_method: "credit_card", transaction_status: "completed" },
            { id: 179, user_id: 111, item_id: 3, purchase_date: new Date("2023-09-27T08:37:01Z"), amount: "2.88", payment_method: "gift_card", transaction_status: "completed" },
            { id: 180, user_id: 102, item_id: 45, purchase_date: new Date("2020-09-30T15:20:19Z"), amount: "64.35", payment_method: "credit_card", transaction_status: "pending" },
            { id: 181, user_id: 138, item_id: 11, purchase_date: new Date("2023-01-18T16:21:37Z"), amount: "45.61", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 182, user_id: 94, item_id: 37, purchase_date: new Date("2020-09-21T13:22:09Z"), amount: "13.80", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 183, user_id: 118, item_id: 16, purchase_date: new Date("2021-07-20T19:42:28Z"), amount: "47.00", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 184, user_id: 106, item_id: 35, purchase_date: new Date("2022-08-22T13:53:54Z"), amount: "56.30", payment_method: "paypal", transaction_status: "completed" },
            { id: 185, user_id: 188, item_id: 46, purchase_date: new Date("2020-05-07T16:56:10Z"), amount: "13.29", payment_method: "credit_card", transaction_status: "completed" },
            { id: 186, user_id: 143, item_id: 55, purchase_date: new Date("2021-05-22T17:15:48Z"), amount: "58.00", payment_method: "credit_card", transaction_status: "completed" },
            { id: 187, user_id: 21, item_id: 26, purchase_date: new Date("2023-06-15T20:07:45Z"), amount: "76.11", payment_method: "credit_card", transaction_status: "completed" },
            { id: 188, user_id: 88, item_id: 84, purchase_date: new Date("2020-06-18T16:47:29Z"), amount: "1.96", payment_method: "credit_card", transaction_status: "pending" },
            { id: 189, user_id: 66, item_id: 87, purchase_date: new Date("2021-05-06T14:31:08Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 190, user_id: 177, item_id: 54, purchase_date: new Date("2023-09-30T20:12:59Z"), amount: "1.01", payment_method: "gift_card", transaction_status: "completed" },
            { id: 191, user_id: 77, item_id: 73, purchase_date: new Date("2021-07-08T18:29:51Z"), amount: "64.84", payment_method: "paypal", transaction_status: "completed" },
            { id: 192, user_id: 146, item_id: 17, purchase_date: new Date("2020-06-09T18:25:03Z"), amount: "17.84", payment_method: "gift_card", transaction_status: "completed" },
            { id: 193, user_id: 56, item_id: 92, purchase_date: new Date("2021-01-18T10:48:11Z"), amount: "10.79", payment_method: "paypal", transaction_status: "completed" },
            { id: 194, user_id: 180, item_id: 96, purchase_date: new Date("2020-02-05T11:33:20Z"), amount: "91.11", payment_method: "paypal", transaction_status: "completed" },
            { id: 195, user_id: 157, item_id: 68, purchase_date: new Date("2022-09-13T18:40:26Z"), amount: "91.88", payment_method: "paypal", transaction_status: "completed" },
            { id: 196, user_id: 151, item_id: 59, purchase_date: new Date("2023-03-12T17:54:02Z"), amount: "16.22", payment_method: "credit_card", transaction_status: "completed" },
            { id: 197, user_id: 53, item_id: 81, purchase_date: new Date("2022-06-21T16:57:55Z"), amount: "97.35", payment_method: "credit_card", transaction_status: "completed" },
            { id: 198, user_id: 199, item_id: 69, purchase_date: new Date("2022-06-03T16:38:43Z"), amount: "14.43", payment_method: "paypal", transaction_status: "completed" },
            { id: 199, user_id: 87, item_id: 25, purchase_date: new Date("2023-06-08T08:58:39Z"), amount: "1.04", payment_method: "credit_card", transaction_status: "completed" },
            { id: 200, user_id: 124, item_id: 60, purchase_date: new Date("2020-10-01T18:33:18Z"), amount: null, payment_method: "paypal", transaction_status: "completed" },
            { id: 201, user_id: 166, item_id: 56, purchase_date: new Date("2020-12-15T11:38:56Z"), amount: "27.42", payment_method: "credit_card", transaction_status: "completed" },
            { id: 202, user_id: 153, item_id: 87, purchase_date: new Date("2020-11-07T17:13:13Z"), amount: "14.92", payment_method: "credit_card", transaction_status: "pending" },
            { id: 203, user_id: 196, item_id: 68, purchase_date: new Date("2022-03-29T13:32:40Z"), amount: "2.77", payment_method: "credit_card", transaction_status: "completed" },
            { id: 204, user_id: 49, item_id: 12, purchase_date: new Date("2023-02-15T19:12:14Z"), amount: "19.72", payment_method: "paypal", transaction_status: "completed" },
            { id: 205, user_id: 115, item_id: 56, purchase_date: new Date("2021-02-11T19:46:51Z"), amount: "62.89", payment_method: "credit_card", transaction_status: "completed" },
            { id: 206, user_id: 66, item_id: 18, purchase_date: new Date("2023-04-29T12:45:01Z"), amount: "24.58", payment_method: "credit_card", transaction_status: "completed" },
            { id: 207, user_id: 174, item_id: 42, purchase_date: new Date("2022-11-05T19:41:52Z"), amount: "27.51", payment_method: "credit_card", transaction_status: "completed" },
            { id: 208, user_id: 163, item_id: 42, purchase_date: new Date("2021-04-23T17:33:03Z"), amount: "10.55", payment_method: "credit_card", transaction_status: "completed" },
            { id: 209, user_id: 74, item_id: 60, purchase_date: new Date("2022-09-19T18:46:33Z"), amount: "3.55", payment_method: "credit_card", transaction_status: "completed" },
            { id: 210, user_id: 160, item_id: 26, purchase_date: new Date("2022-04-15T23:44:39Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 211, user_id: 60, item_id: 65, purchase_date: new Date("2020-07-03T17:22:11Z"), amount: "96.63", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 212, user_id: 119, item_id: 2, purchase_date: new Date("2021-01-18T16:41:36Z"), amount: "80.98", payment_method: "credit_card", transaction_status: "pending" },
            { id: 213, user_id: 9, item_id: 73, purchase_date: new Date("2021-09-01T21:53:01Z"), amount: "97.90", payment_method: "gift_card", transaction_status: "pending" },
            { id: 214, user_id: 196, item_id: 4, purchase_date: new Date("2022-04-05T12:59:19Z"), amount: "41.27", payment_method: "paypal", transaction_status: "completed" },
            { id: 215, user_id: 49, item_id: 68, purchase_date: new Date("2023-08-28T03:51:28Z"), amount: "16.66", payment_method: "credit_card", transaction_status: "completed" },
            { id: 216, user_id: 162, item_id: 52, purchase_date: new Date("2020-01-20T09:45:59Z"), amount: "75.83", payment_method: "gift_card", transaction_status: "completed" },
            { id: 217, user_id: 154, item_id: 42, purchase_date: new Date("2022-12-18T10:56:24Z"), amount: "12.76", payment_method: "credit_card", transaction_status: "completed" },
            { id: 218, user_id: 32, item_id: 22, purchase_date: new Date("2020-06-22T08:09:25Z"), amount: "5.24", payment_method: "credit_card", transaction_status: "completed" },
            { id: 219, user_id: 71, item_id: 16, purchase_date: new Date("2023-05-15T04:54:20Z"), amount: "16.73", payment_method: "credit_card", transaction_status: "completed" },
            { id: 220, user_id: 61, item_id: 42, purchase_date: new Date("2021-02-18T22:36:58Z"), amount: "7.76", payment_method: "paypal", transaction_status: "completed" },
            { id: 221, user_id: 8, item_id: 86, purchase_date: new Date("2020-03-21T11:09:43Z"), amount: "5.02", payment_method: "credit_card", transaction_status: "completed" },
            { id: 222, user_id: 82, item_id: 70, purchase_date: new Date("2023-10-02T21:51:54Z"), amount: "5.03", payment_method: "gift_card", transaction_status: "completed" },
            { id: 223, user_id: 116, item_id: 80, purchase_date: new Date("2021-06-10T15:49:35Z"), amount: "12.05", payment_method: "gift_card", transaction_status: "completed" },
            { id: 224, user_id: 108, item_id: 1, purchase_date: new Date("2021-11-01T18:40:59Z"), amount: "9.82", payment_method: "credit_card", transaction_status: "completed" },
            { id: 225, user_id: 157, item_id: 25, purchase_date: new Date("2021-11-16T15:11:24Z"), amount: "10.24", payment_method: "paypal", transaction_status: "completed" },
            { id: 226, user_id: 176, item_id: 18, purchase_date: new Date("2021-02-12T21:27:50Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 227, user_id: 107, item_id: 93, purchase_date: new Date("2023-07-10T12:27:39Z"), amount: "6.38", payment_method: "paypal", transaction_status: "completed" },
            { id: 228, user_id: 126, item_id: 25, purchase_date: new Date("2020-05-06T12:06:09Z"), amount: "26.07", payment_method: "paypal", transaction_status: "completed" },
            { id: 229, user_id: 195, item_id: 3, purchase_date: new Date("2021-07-26T16:41:26Z"), amount: "28.44", payment_method: "paypal", transaction_status: "completed" },
            { id: 230, user_id: 84, item_id: 6, purchase_date: new Date("2022-03-28T15:32:40Z"), amount: "44.78", payment_method: "paypal", transaction_status: "completed" },
            { id: 231, user_id: 107, item_id: 11, purchase_date: new Date("2022-11-27T20:23:42Z"), amount: "27.02", payment_method: "gift_card", transaction_status: "completed" },
            { id: 232, user_id: 130, item_id: 38, purchase_date: new Date("2023-11-10T13:10:42Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 233, user_id: 26, item_id: 6, purchase_date: new Date("2023-04-05T01:12:21Z"), amount: "1.00", payment_method: "gift_card", transaction_status: "completed" },
            { id: 234, user_id: 126, item_id: 44, purchase_date: new Date("2021-07-16T14:19:06Z"), amount: "1.38", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 235, user_id: 108, item_id: 91, purchase_date: new Date("2023-10-27T12:59:11Z"), amount: "1.41", payment_method: "credit_card", transaction_status: "completed" },
            { id: 236, user_id: 197, item_id: 7, purchase_date: new Date("2021-11-16T08:26:45Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 237, user_id: 171, item_id: 73, purchase_date: new Date("2020-05-07T15:21:04Z"), amount: "37.41", payment_method: "paypal", transaction_status: "completed" },
            { id: 238, user_id: 9, item_id: 69, purchase_date: new Date("2022-12-04T10:32:28Z"), amount: "5.50", payment_method: "gift_card", transaction_status: "completed" },
            { id: 239, user_id: 112, item_id: 14, purchase_date: new Date("2021-03-16T18:06:26Z"), amount: "1.22", payment_method: "gift_card", transaction_status: "completed" },
            { id: 240, user_id: 47, item_id: 76, purchase_date: new Date("2022-06-09T14:20:55Z"), amount: "55.67", payment_method: "paypal", transaction_status: "pending" },
            { id: 241, user_id: 163, item_id: 71, purchase_date: new Date("2022-05-04T16:06:50Z"), amount: "35.75", payment_method: "credit_card", transaction_status: "completed" },
            { id: 242, user_id: 6, item_id: 73, purchase_date: new Date("2020-08-18T17:17:11Z"), amount: "12.86", payment_method: "paypal", transaction_status: "completed" },
            { id: 243, user_id: 171, item_id: 30, purchase_date: new Date("2022-06-24T10:51:19Z"), amount: "26.95", payment_method: "paypal", transaction_status: "completed" },
            { id: 244, user_id: 12, item_id: 46, purchase_date: new Date("2022-07-23T11:46:37Z"), amount: null, payment_method: "gift_card", transaction_status: "refunded" },
            { id: 245, user_id: 27, item_id: 6, purchase_date: new Date("2023-07-06T20:26:02Z"), amount: "1.51", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 246, user_id: 15, item_id: 73, purchase_date: new Date("2021-08-18T17:14:49Z"), amount: "2.21", payment_method: "credit_card", transaction_status: "completed" },
            { id: 247, user_id: 21, item_id: 45, purchase_date: new Date("2022-09-24T12:51:14Z"), amount: "66.46", payment_method: "paypal", transaction_status: "pending" },
            { id: 248, user_id: 120, item_id: 34, purchase_date: new Date("2020-07-28T08:57:54Z"), amount: "12.58", payment_method: "credit_card", transaction_status: "completed" },
            { id: 249, user_id: 48, item_id: 19, purchase_date: new Date("2020-09-10T16:55:58Z"), amount: "25.75", payment_method: "credit_card", transaction_status: "completed" },
            { id: 250, user_id: 55, item_id: 51, purchase_date: new Date("2020-11-29T13:31:13Z"), amount: "1.37", payment_method: "paypal", transaction_status: "refunded" },
            { id: 251, user_id: 19, item_id: 13, purchase_date: new Date("2023-01-05T20:51:23Z"), amount: "90.62", payment_method: "credit_card", transaction_status: "completed" },
            { id: 252, user_id: 118, item_id: 86, purchase_date: new Date("2023-12-23T10:27:13Z"), amount: "6.04", payment_method: "gift_card", transaction_status: "pending" },
            { id: 253, user_id: 129, item_id: 58, purchase_date: new Date("2020-04-13T16:20:58Z"), amount: "89.23", payment_method: "gift_card", transaction_status: "pending" },
            { id: 254, user_id: 75, item_id: 29, purchase_date: new Date("2021-04-23T22:58:27Z"), amount: "2.65", payment_method: "paypal", transaction_status: "completed" },
            { id: 255, user_id: 3, item_id: 74, purchase_date: new Date("2021-11-29T06:16:23Z"), amount: "73.29", payment_method: "credit_card", transaction_status: "pending" },
            { id: 256, user_id: 174, item_id: 83, purchase_date: new Date("2020-03-05T12:01:49Z"), amount: "51.04", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 257, user_id: 159, item_id: 71, purchase_date: new Date("2023-06-16T17:50:06Z"), amount: "1.37", payment_method: "credit_card", transaction_status: "completed" },
            { id: 258, user_id: 190, item_id: 93, purchase_date: new Date("2022-12-25T21:28:36Z"), amount: "55.15", payment_method: "gift_card", transaction_status: "completed" },
            { id: 259, user_id: 79, item_id: 26, purchase_date: new Date("2023-04-06T13:42:39Z"), amount: "30.27", payment_method: "credit_card", transaction_status: "completed" },
            { id: 260, user_id: 161, item_id: 67, purchase_date: new Date("2021-09-13T12:10:40Z"), amount: "8.59", payment_method: "gift_card", transaction_status: "completed" },
            { id: 261, user_id: 182, item_id: 31, purchase_date: new Date("2022-02-24T12:34:23Z"), amount: "4.53", payment_method: "credit_card", transaction_status: "completed" },
            { id: 262, user_id: 54, item_id: 99, purchase_date: new Date("2022-10-29T14:46:04Z"), amount: "9.71", payment_method: "credit_card", transaction_status: "completed" },
            { id: 263, user_id: 146, item_id: 15, purchase_date: new Date("2023-06-11T21:12:45Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 264, user_id: 7, item_id: 89, purchase_date: new Date("2023-07-20T10:21:30Z"), amount: "46.78", payment_method: "credit_card", transaction_status: "pending" },
            { id: 265, user_id: 75, item_id: 74, purchase_date: new Date("2023-09-08T11:00:17Z"), amount: "57.97", payment_method: "paypal", transaction_status: "completed" },
            { id: 266, user_id: 189, item_id: 61, purchase_date: new Date("2023-08-05T11:37:41Z"), amount: "1.55", payment_method: "gift_card", transaction_status: "pending" },
            { id: 267, user_id: 49, item_id: 91, purchase_date: new Date("2022-11-24T11:44:20Z"), amount: "5.48", payment_method: "gift_card", transaction_status: "pending" },
            { id: 268, user_id: 192, item_id: 14, purchase_date: new Date("2021-10-19T22:36:45Z"), amount: "36.83", payment_method: "paypal", transaction_status: "completed" },
            { id: 269, user_id: 27, item_id: 50, purchase_date: new Date("2023-06-21T18:46:58Z"), amount: "26.49", payment_method: "credit_card", transaction_status: "completed" },
            { id: 270, user_id: 180, item_id: 33, purchase_date: new Date("2022-01-15T11:28:06Z"), amount: "34.41", payment_method: "credit_card", transaction_status: "completed" },
            { id: 271, user_id: 135, item_id: 23, purchase_date: new Date("2022-06-24T18:44:17Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 272, user_id: 157, item_id: 35, purchase_date: new Date("2020-01-22T00:26:45Z"), amount: "56.27", payment_method: "credit_card", transaction_status: "completed" },
            { id: 273, user_id: 129, item_id: 45, purchase_date: new Date("2022-09-21T11:44:25Z"), amount: "98.59", payment_method: "gift_card", transaction_status: "completed" },
            { id: 274, user_id: 44, item_id: 43, purchase_date: new Date("2022-01-14T05:00:54Z"), amount: "33.02", payment_method: "gift_card", transaction_status: "completed" },
            { id: 275, user_id: 142, item_id: 50, purchase_date: new Date("2023-04-08T07:56:00Z"), amount: "74.59", payment_method: "credit_card", transaction_status: "pending" },
            { id: 276, user_id: 101, item_id: 74, purchase_date: new Date("2023-11-25T11:45:53Z"), amount: "8.20", payment_method: "paypal", transaction_status: "completed" },
            { id: 277, user_id: 183, item_id: 29, purchase_date: new Date("2022-08-05T07:06:08Z"), amount: "20.34", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 278, user_id: 162, item_id: 82, purchase_date: new Date("2020-03-06T19:45:23Z"), amount: "2.72", payment_method: "paypal", transaction_status: "completed" },
            { id: 279, user_id: 160, item_id: 33, purchase_date: new Date("2023-11-06T03:27:11Z"), amount: "39.59", payment_method: "credit_card", transaction_status: "pending" },
            { id: 280, user_id: 128, item_id: 91, purchase_date: new Date("2021-01-05T09:06:50Z"), amount: "69.78", payment_method: "credit_card", transaction_status: "completed" },
            { id: 281, user_id: 145, item_id: 74, purchase_date: new Date("2020-07-15T16:43:39Z"), amount: "11.36", payment_method: "gift_card", transaction_status: "completed" },
            { id: 282, user_id: 14, item_id: 53, purchase_date: new Date("2020-09-20T16:11:16Z"), amount: "74.02", payment_method: "paypal", transaction_status: "pending" },
            { id: 283, user_id: 51, item_id: 99, purchase_date: new Date("2023-12-31T01:54:11Z"), amount: "67.62", payment_method: "credit_card", transaction_status: "completed" },
            { id: 284, user_id: 29, item_id: 89, purchase_date: new Date("2022-02-09T22:33:43Z"), amount: "1.02", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 285, user_id: 9, item_id: 48, purchase_date: new Date("2021-07-26T08:21:07Z"), amount: "84.09", payment_method: "credit_card", transaction_status: "completed" },
            { id: 286, user_id: 140, item_id: 77, purchase_date: new Date("2023-06-16T07:53:07Z"), amount: "4.57", payment_method: "credit_card", transaction_status: "completed" },
            { id: 287, user_id: 103, item_id: 56, purchase_date: new Date("2022-05-11T12:35:59Z"), amount: "33.06", payment_method: "paypal", transaction_status: "completed" },
            { id: 288, user_id: 187, item_id: 45, purchase_date: new Date("2020-10-12T17:18:45Z"), amount: "3.98", payment_method: "credit_card", transaction_status: "completed" },
            { id: 289, user_id: 28, item_id: 60, purchase_date: new Date("2022-07-03T19:26:18Z"), amount: "62.36", payment_method: "paypal", transaction_status: "completed" },
            { id: 290, user_id: 28, item_id: 35, purchase_date: new Date("2021-10-10T19:14:18Z"), amount: null, payment_method: "paypal", transaction_status: "completed" },
            { id: 291, user_id: 107, item_id: 68, purchase_date: new Date("2020-04-26T09:07:16Z"), amount: "78.74", payment_method: "gift_card", transaction_status: "completed" },
            { id: 292, user_id: 165, item_id: 54, purchase_date: new Date("2020-04-09T22:46:29Z"), amount: "14.16", payment_method: "paypal", transaction_status: "pending" },
            { id: 293, user_id: 61, item_id: 14, purchase_date: new Date("2021-06-11T12:06:50Z"), amount: "45.22", payment_method: "credit_card", transaction_status: "pending" },
            { id: 294, user_id: 16, item_id: 76, purchase_date: new Date("2021-08-05T19:15:51Z"), amount: "8.76", payment_method: "credit_card", transaction_status: "pending" },
            { id: 295, user_id: 78, item_id: 34, purchase_date: new Date("2023-04-20T22:33:47Z"), amount: "90.03", payment_method: "credit_card", transaction_status: "pending" },
            { id: 296, user_id: 200, item_id: 81, purchase_date: new Date("2020-05-21T10:11:02Z"), amount: "20.18", payment_method: "credit_card", transaction_status: "pending" },
            { id: 297, user_id: 33, item_id: 7, purchase_date: new Date("2021-12-10T15:51:45Z"), amount: "78.85", payment_method: "gift_card", transaction_status: "completed" },
            { id: 298, user_id: 131, item_id: 36, purchase_date: new Date("2022-04-21T15:05:35Z"), amount: "39.14", payment_method: "credit_card", transaction_status: "completed" },
            { id: 299, user_id: 99, item_id: 84, purchase_date: new Date("2023-01-24T06:28:23Z"), amount: "41.06", payment_method: "credit_card", transaction_status: "completed" },
            { id: 300, user_id: 24, item_id: 54, purchase_date: new Date("2021-03-21T11:14:25Z"), amount: "95.04", payment_method: "credit_card", transaction_status: "completed" },
            { id: 301, user_id: 8, item_id: 9, purchase_date: new Date("2021-09-26T10:56:02Z"), amount: "6.45", payment_method: "credit_card", transaction_status: "completed" },
            { id: 302, user_id: 50, item_id: 53, purchase_date: new Date("2023-11-26T19:53:25Z"), amount: "1.63", payment_method: "paypal", transaction_status: "refunded" },
            { id: 303, user_id: 77, item_id: 74, purchase_date: new Date("2022-12-10T16:53:19Z"), amount: "23.50", payment_method: "credit_card", transaction_status: "completed" },
            { id: 304, user_id: 6, item_id: 7, purchase_date: new Date("2020-01-06T08:46:34Z"), amount: "42.22", payment_method: "credit_card", transaction_status: "completed" },
            { id: 305, user_id: 99, item_id: 54, purchase_date: new Date("2023-08-09T16:24:41Z"), amount: "31.90", payment_method: "credit_card", transaction_status: "completed" },
            { id: 306, user_id: 137, item_id: 42, purchase_date: new Date("2022-03-29T23:05:58Z"), amount: "74.52", payment_method: "credit_card", transaction_status: "completed" },
            { id: 307, user_id: 170, item_id: 55, purchase_date: new Date("2020-01-04T22:16:40Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 308, user_id: 72, item_id: 76, purchase_date: new Date("2023-08-04T01:09:43Z"), amount: "70.62", payment_method: "credit_card", transaction_status: "completed" },
            { id: 309, user_id: 8, item_id: 13, purchase_date: new Date("2021-08-15T07:37:49Z"), amount: "73.71", payment_method: "gift_card", transaction_status: "completed" },
            { id: 310, user_id: 100, item_id: 54, purchase_date: new Date("2020-09-29T20:10:41Z"), amount: "16.73", payment_method: "credit_card", transaction_status: "completed" },
            { id: 311, user_id: 199, item_id: 14, purchase_date: new Date("2021-10-04T23:26:10Z"), amount: "55.14", payment_method: "credit_card", transaction_status: "completed" },
            { id: 312, user_id: 149, item_id: 26, purchase_date: new Date("2020-09-13T19:16:58Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 313, user_id: 40, item_id: 92, purchase_date: new Date("2021-01-23T13:12:15Z"), amount: "3.03", payment_method: "credit_card", transaction_status: "completed" },
            { id: 314, user_id: 66, item_id: 51, purchase_date: new Date("2021-02-26T11:32:53Z"), amount: "32.72", payment_method: "paypal", transaction_status: "completed" },
            { id: 315, user_id: 177, item_id: 15, purchase_date: new Date("2020-05-02T18:34:20Z"), amount: "3.14", payment_method: "credit_card", transaction_status: "completed" },
            { id: 316, user_id: 135, item_id: 20, purchase_date: new Date("2023-07-02T10:08:45Z"), amount: "1.62", payment_method: "credit_card", transaction_status: "pending" },
            { id: 317, user_id: 62, item_id: 36, purchase_date: new Date("2020-06-05T17:43:06Z"), amount: "19.29", payment_method: "credit_card", transaction_status: "pending" },
            { id: 318, user_id: 106, item_id: 38, purchase_date: new Date("2021-06-24T11:37:57Z"), amount: "8.06", payment_method: "credit_card", transaction_status: "pending" },
            { id: 319, user_id: 21, item_id: 37, purchase_date: new Date("2020-05-06T22:53:42Z"), amount: "37.56", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 320, user_id: 161, item_id: 39, purchase_date: new Date("2023-07-28T17:13:48Z"), amount: "73.13", payment_method: "credit_card", transaction_status: "completed" },
            { id: 321, user_id: 151, item_id: 11, purchase_date: new Date("2023-10-28T10:25:07Z"), amount: "90.33", payment_method: "paypal", transaction_status: "refunded" },
            { id: 322, user_id: 92, item_id: 60, purchase_date: new Date("2020-01-23T11:02:23Z"), amount: "14.87", payment_method: "paypal", transaction_status: "completed" },
            { id: 323, user_id: 8, item_id: 27, purchase_date: new Date("2020-10-24T21:44:53Z"), amount: "2.84", payment_method: "gift_card", transaction_status: "pending" },
            { id: 324, user_id: 51, item_id: 62, purchase_date: new Date("2023-05-06T23:44:25Z"), amount: "2.96", payment_method: "credit_card", transaction_status: "completed" },
            { id: 325, user_id: 116, item_id: 40, purchase_date: new Date("2020-04-15T12:40:13Z"), amount: "52.07", payment_method: "credit_card", transaction_status: "pending" },
            { id: 326, user_id: 66, item_id: 22, purchase_date: new Date("2021-04-23T17:21:54Z"), amount: "8.43", payment_method: "paypal", transaction_status: "completed" },
            { id: 327, user_id: 143, item_id: 28, purchase_date: new Date("2021-02-02T11:35:14Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 328, user_id: 149, item_id: 41, purchase_date: new Date("2023-06-22T12:50:05Z"), amount: "6.11", payment_method: "paypal", transaction_status: "completed" },
            { id: 329, user_id: 122, item_id: 90, purchase_date: new Date("2023-07-07T12:51:51Z"), amount: "11.33", payment_method: "credit_card", transaction_status: "completed" },
            { id: 330, user_id: 45, item_id: 73, purchase_date: new Date("2022-03-05T20:23:13Z"), amount: "76.67", payment_method: "paypal", transaction_status: "completed" },
            { id: 331, user_id: 38, item_id: 27, purchase_date: new Date("2021-06-16T20:03:49Z"), amount: null, payment_method: "paypal", transaction_status: "refunded" },
            { id: 332, user_id: 126, item_id: 7, purchase_date: new Date("2020-11-24T16:26:32Z"), amount: "83.21", payment_method: "credit_card", transaction_status: "completed" },
            { id: 333, user_id: 38, item_id: 80, purchase_date: new Date("2022-01-15T14:27:58Z"), amount: "1.00", payment_method: "gift_card", transaction_status: "completed" },
            { id: 334, user_id: 48, item_id: 53, purchase_date: new Date("2021-04-01T12:37:41Z"), amount: "71.65", payment_method: "paypal", transaction_status: "pending" },
            { id: 335, user_id: 105, item_id: 96, purchase_date: new Date("2022-07-31T13:38:37Z"), amount: "33.80", payment_method: "gift_card", transaction_status: "completed" },
            { id: 336, user_id: 12, item_id: 11, purchase_date: new Date("2020-10-12T23:02:02Z"), amount: "36.64", payment_method: "paypal", transaction_status: "completed" },
            { id: 337, user_id: 4, item_id: 45, purchase_date: new Date("2022-08-15T17:27:54Z"), amount: "30.74", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 338, user_id: 99, item_id: 15, purchase_date: new Date("2022-02-10T19:25:57Z"), amount: "20.40", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 339, user_id: 100, item_id: 65, purchase_date: new Date("2020-03-14T13:31:04Z"), amount: "51.48", payment_method: "credit_card", transaction_status: "completed" },
            { id: 340, user_id: 116, item_id: 1, purchase_date: new Date("2023-09-30T17:29:53Z"), amount: "2.33", payment_method: "credit_card", transaction_status: "pending" },
            { id: 341, user_id: 188, item_id: 85, purchase_date: new Date("2021-12-10T15:05:09Z"), amount: "43.21", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 342, user_id: 146, item_id: 87, purchase_date: new Date("2020-05-16T19:43:21Z"), amount: "2.11", payment_method: "paypal", transaction_status: "completed" },
            { id: 343, user_id: 163, item_id: 6, purchase_date: new Date("2021-10-30T20:00:29Z"), amount: null, payment_method: "credit_card", transaction_status: "refunded" },
            { id: 344, user_id: 107, item_id: 43, purchase_date: new Date("2023-12-22T23:10:21Z"), amount: "2.51", payment_method: "paypal", transaction_status: "completed" },
            { id: 345, user_id: 151, item_id: 55, purchase_date: new Date("2020-12-07T17:48:10Z"), amount: "5.72", payment_method: "gift_card", transaction_status: "completed" },
            { id: 346, user_id: 31, item_id: 100, purchase_date: new Date("2022-02-09T09:57:37Z"), amount: "60.73", payment_method: "paypal", transaction_status: "completed" },
            { id: 347, user_id: 146, item_id: 48, purchase_date: new Date("2021-07-16T16:08:55Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 348, user_id: 125, item_id: 24, purchase_date: new Date("2022-03-22T18:15:02Z"), amount: "2.13", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 349, user_id: 173, item_id: 43, purchase_date: new Date("2020-08-09T22:59:05Z"), amount: "12.77", payment_method: "gift_card", transaction_status: "completed" },
            { id: 350, user_id: 112, item_id: 8, purchase_date: new Date("2021-06-10T13:34:01Z"), amount: "64.56", payment_method: "credit_card", transaction_status: "completed" },
            { id: 351, user_id: 54, item_id: 84, purchase_date: new Date("2023-01-31T12:50:53Z"), amount: "2.22", payment_method: "credit_card", transaction_status: "pending" },
            { id: 352, user_id: 171, item_id: 19, purchase_date: new Date("2021-08-19T17:29:02Z"), amount: "2.13", payment_method: "paypal", transaction_status: "completed" },
            { id: 353, user_id: 84, item_id: 79, purchase_date: new Date("2023-02-27T20:59:41Z"), amount: "42.89", payment_method: "gift_card", transaction_status: "completed" },
            { id: 354, user_id: 182, item_id: 37, purchase_date: new Date("2022-11-06T15:30:36Z"), amount: "88.53", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 355, user_id: 162, item_id: 57, purchase_date: new Date("2020-08-02T20:31:17Z"), amount: "1.02", payment_method: "paypal", transaction_status: "completed" },
            { id: 356, user_id: 131, item_id: 75, purchase_date: new Date("2020-09-05T07:56:55Z"), amount: null, payment_method: "paypal", transaction_status: "refunded" },
            { id: 357, user_id: 136, item_id: 32, purchase_date: new Date("2020-06-03T09:41:17Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 358, user_id: 3, item_id: 62, purchase_date: new Date("2021-12-07T19:04:57Z"), amount: "27.81", payment_method: "credit_card", transaction_status: "completed" },
            { id: 359, user_id: 141, item_id: 53, purchase_date: new Date("2022-04-19T08:50:48Z"), amount: "99.46", payment_method: "gift_card", transaction_status: "completed" },
            { id: 360, user_id: 162, item_id: 57, purchase_date: new Date("2022-03-11T17:23:45Z"), amount: "4.25", payment_method: "credit_card", transaction_status: "completed" },
            { id: 361, user_id: 37, item_id: 18, purchase_date: new Date("2021-01-10T16:22:29Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 362, user_id: 136, item_id: 4, purchase_date: new Date("2023-04-04T10:53:21Z"), amount: "1.10", payment_method: "gift_card", transaction_status: "completed" },
            { id: 363, user_id: 8, item_id: 89, purchase_date: new Date("2021-05-25T15:34:04Z"), amount: "7.32", payment_method: "paypal", transaction_status: "completed" },
            { id: 364, user_id: 73, item_id: 45, purchase_date: new Date("2020-03-18T19:41:29Z"), amount: "21.35", payment_method: "paypal", transaction_status: "refunded" },
            { id: 365, user_id: 10, item_id: 23, purchase_date: new Date("2020-05-08T09:28:38Z"), amount: "2.73", payment_method: "credit_card", transaction_status: "completed" },
            { id: 366, user_id: 63, item_id: 4, purchase_date: new Date("2021-04-10T00:55:00Z"), amount: "19.98", payment_method: "gift_card", transaction_status: "completed" },
            { id: 367, user_id: 66, item_id: 28, purchase_date: new Date("2021-05-25T10:07:54Z"), amount: "10.01", payment_method: "paypal", transaction_status: "completed" },
            { id: 368, user_id: 98, item_id: 43, purchase_date: new Date("2020-10-13T19:34:06Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 369, user_id: 176, item_id: 9, purchase_date: new Date("2023-01-04T11:09:11Z"), amount: "15.31", payment_method: "credit_card", transaction_status: "completed" },
            { id: 370, user_id: 14, item_id: 32, purchase_date: new Date("2022-10-03T14:40:07Z"), amount: "8.22", payment_method: "paypal", transaction_status: "refunded" },
            { id: 371, user_id: 190, item_id: 64, purchase_date: new Date("2021-03-19T12:20:00Z"), amount: "55.16", payment_method: "credit_card", transaction_status: "completed" },
            { id: 372, user_id: 11, item_id: 55, purchase_date: new Date("2023-10-12T10:17:28Z"), amount: "4.58", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 373, user_id: 129, item_id: 38, purchase_date: new Date("2022-01-15T10:31:23Z"), amount: "63.29", payment_method: "credit_card", transaction_status: "completed" },
            { id: 374, user_id: 184, item_id: 10, purchase_date: new Date("2022-08-23T00:46:43Z"), amount: "95.43", payment_method: "credit_card", transaction_status: "completed" },
            { id: 375, user_id: 95, item_id: 86, purchase_date: new Date("2023-02-14T20:59:57Z"), amount: "29.89", payment_method: "paypal", transaction_status: "completed" },
            { id: 376, user_id: 12, item_id: 73, purchase_date: new Date("2020-09-14T20:16:17Z"), amount: "26.15", payment_method: "credit_card", transaction_status: "completed" },
            { id: 377, user_id: 4, item_id: 56, purchase_date: new Date("2023-09-10T13:26:04Z"), amount: "12.49", payment_method: "paypal", transaction_status: "completed" },
            { id: 378, user_id: 138, item_id: 50, purchase_date: new Date("2022-07-20T18:40:30Z"), amount: "6.91", payment_method: "paypal", transaction_status: "pending" },
            { id: 379, user_id: 35, item_id: 9, purchase_date: new Date("2021-05-11T10:59:56Z"), amount: "13.53", payment_method: "paypal", transaction_status: "pending" },
            { id: 380, user_id: 182, item_id: 21, purchase_date: new Date("2020-01-28T17:45:11Z"), amount: "34.60", payment_method: "paypal", transaction_status: "completed" },
            { id: 381, user_id: 86, item_id: 33, purchase_date: new Date("2022-07-16T14:19:42Z"), amount: "9.67", payment_method: "paypal", transaction_status: "completed" },
            { id: 382, user_id: 42, item_id: 57, purchase_date: new Date("2020-06-27T10:18:25Z"), amount: "64.90", payment_method: "paypal", transaction_status: "pending" },
            { id: 383, user_id: 161, item_id: 18, purchase_date: new Date("2023-09-28T20:45:42Z"), amount: "1.02", payment_method: "paypal", transaction_status: "completed" },
            { id: 384, user_id: 38, item_id: 67, purchase_date: new Date("2020-08-14T18:04:08Z"), amount: "45.16", payment_method: "gift_card", transaction_status: "completed" },
            { id: 385, user_id: 199, item_id: 71, purchase_date: new Date("2022-04-03T18:31:37Z"), amount: "43.00", payment_method: "gift_card", transaction_status: "completed" },
            { id: 386, user_id: 50, item_id: 54, purchase_date: new Date("2022-08-26T21:23:55Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 387, user_id: 106, item_id: 98, purchase_date: new Date("2022-09-20T03:17:47Z"), amount: null, payment_method: "paypal", transaction_status: "completed" },
            { id: 388, user_id: 176, item_id: 3, purchase_date: new Date("2020-05-21T16:53:31Z"), amount: "1.17", payment_method: "credit_card", transaction_status: "completed" },
            { id: 389, user_id: 35, item_id: 34, purchase_date: new Date("2022-08-26T17:42:11Z"), amount: "37.58", payment_method: "credit_card", transaction_status: "pending" },
            { id: 390, user_id: 58, item_id: 28, purchase_date: new Date("2021-12-30T16:14:23Z"), amount: "2.85", payment_method: "paypal", transaction_status: "pending" },
            { id: 391, user_id: 184, item_id: 61, purchase_date: new Date("2023-08-19T08:36:33Z"), amount: "98.03", payment_method: "credit_card", transaction_status: "completed" },
            { id: 392, user_id: 61, item_id: 6, purchase_date: new Date("2022-01-14T00:41:33Z"), amount: "99.41", payment_method: "paypal", transaction_status: "pending" },
            { id: 393, user_id: 29, item_id: 100, purchase_date: new Date("2022-11-20T22:33:54Z"), amount: "1.46", payment_method: "credit_card", transaction_status: "pending" },
            { id: 394, user_id: 43, item_id: 88, purchase_date: new Date("2020-10-23T18:52:55Z"), amount: null, payment_method: "paypal", transaction_status: "completed" },
            { id: 395, user_id: 147, item_id: 17, purchase_date: new Date("2021-10-02T16:01:53Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 396, user_id: 184, item_id: 4, purchase_date: new Date("2023-02-24T19:45:44Z"), amount: "31.40", payment_method: "gift_card", transaction_status: "pending" },
            { id: 397, user_id: 186, item_id: 81, purchase_date: new Date("2022-01-24T19:58:50Z"), amount: null, payment_method: "paypal", transaction_status: "refunded" },
            { id: 398, user_id: 5, item_id: 68, purchase_date: new Date("2022-12-15T17:30:09Z"), amount: "93.80", payment_method: "gift_card", transaction_status: "completed" },
            { id: 399, user_id: 17, item_id: 84, purchase_date: new Date("2021-03-15T13:03:58Z"), amount: "71.44", payment_method: "credit_card", transaction_status: "completed" },
            { id: 400, user_id: 141, item_id: 26, purchase_date: new Date("2021-02-23T20:38:27Z"), amount: "8.90", payment_method: "paypal", transaction_status: "pending" },
            { id: 401, user_id: 191, item_id: 26, purchase_date: new Date("2023-04-15T12:03:31Z"), amount: null, payment_method: "gift_card", transaction_status: "pending" },
            { id: 402, user_id: 188, item_id: 91, purchase_date: new Date("2022-10-05T11:41:43Z"), amount: "47.41", payment_method: "paypal", transaction_status: "completed" },
            { id: 403, user_id: 28, item_id: 2, purchase_date: new Date("2023-04-04T11:18:36Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 404, user_id: 159, item_id: 96, purchase_date: new Date("2021-06-08T17:32:02Z"), amount: "10.59", payment_method: "gift_card", transaction_status: "completed" },
            { id: 405, user_id: 116, item_id: 25, purchase_date: new Date("2023-01-12T21:36:27Z"), amount: "56.27", payment_method: "paypal", transaction_status: "completed" },
            { id: 406, user_id: 161, item_id: 67, purchase_date: new Date("2023-02-08T21:50:12Z"), amount: "56.97", payment_method: "credit_card", transaction_status: "pending" },
            { id: 407, user_id: 44, item_id: 23, purchase_date: new Date("2023-01-20T11:24:51Z"), amount: "20.52", payment_method: "credit_card", transaction_status: "pending" },
            { id: 408, user_id: 145, item_id: 45, purchase_date: new Date("2022-09-02T11:31:07Z"), amount: "29.95", payment_method: "gift_card", transaction_status: "completed" },
            { id: 409, user_id: 52, item_id: 42, purchase_date: new Date("2023-09-08T15:28:48Z"), amount: "4.80", payment_method: "gift_card", transaction_status: "completed" },
            { id: 410, user_id: 86, item_id: 17, purchase_date: new Date("2020-08-02T17:54:15Z"), amount: "30.49", payment_method: "credit_card", transaction_status: "completed" },
            { id: 411, user_id: 119, item_id: 46, purchase_date: new Date("2020-02-29T12:13:46Z"), amount: "40.06", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 412, user_id: 25, item_id: 85, purchase_date: new Date("2020-02-06T17:41:05Z"), amount: "27.06", payment_method: "credit_card", transaction_status: "completed" },
            { id: 413, user_id: 51, item_id: 70, purchase_date: new Date("2022-04-28T14:41:25Z"), amount: "6.32", payment_method: "gift_card", transaction_status: "refunded" },
            { id: 414, user_id: 105, item_id: 60, purchase_date: new Date("2021-10-09T11:07:15Z"), amount: "35.02", payment_method: "credit_card", transaction_status: "completed" },
            { id: 415, user_id: 137, item_id: 54, purchase_date: new Date("2020-06-04T13:53:29Z"), amount: "11.15", payment_method: "paypal", transaction_status: "completed" },
            { id: 416, user_id: 44, item_id: 68, purchase_date: new Date("2020-12-20T00:07:44Z"), amount: "14.42", payment_method: "credit_card", transaction_status: "completed" },
            { id: 417, user_id: 126, item_id: 19, purchase_date: new Date("2022-08-30T07:39:28Z"), amount: "1.04", payment_method: "paypal", transaction_status: "completed" },
            { id: 418, user_id: 172, item_id: 91, purchase_date: new Date("2020-11-28T11:33:52Z"), amount: "90.20", payment_method: "credit_card", transaction_status: "completed" },
            { id: 419, user_id: 44, item_id: 17, purchase_date: new Date("2021-11-21T22:36:26Z"), amount: "47.11", payment_method: "credit_card", transaction_status: "completed" },
            { id: 420, user_id: 82, item_id: 95, purchase_date: new Date("2022-12-21T09:17:19Z"), amount: "2.65", payment_method: "credit_card", transaction_status: "pending" },
            { id: 421, user_id: 122, item_id: 95, purchase_date: new Date("2023-10-14T18:54:56Z"), amount: "4.95", payment_method: "credit_card", transaction_status: "completed" },
            { id: 422, user_id: 27, item_id: 69, purchase_date: new Date("2021-11-10T18:30:07Z"), amount: "7.04", payment_method: "paypal", transaction_status: "pending" },
            { id: 423, user_id: 51, item_id: 89, purchase_date: new Date("2020-03-01T20:20:50Z"), amount: "3.18", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 424, user_id: 113, item_id: 95, purchase_date: new Date("2021-08-08T13:35:41Z"), amount: "99.67", payment_method: "credit_card", transaction_status: "pending" },
            { id: 425, user_id: 180, item_id: 4, purchase_date: new Date("2020-07-28T19:08:17Z"), amount: "41.47", payment_method: "credit_card", transaction_status: "completed" },
            { id: 426, user_id: 161, item_id: 6, purchase_date: new Date("2021-07-16T23:04:41Z"), amount: "37.87", payment_method: "credit_card", transaction_status: "completed" },
            { id: 427, user_id: 146, item_id: 41, purchase_date: new Date("2020-01-25T19:54:58Z"), amount: "1.47", payment_method: "credit_card", transaction_status: "completed" },
            { id: 428, user_id: 75, item_id: 85, purchase_date: new Date("2020-11-18T20:15:25Z"), amount: "1.34", payment_method: "credit_card", transaction_status: "pending" },
            { id: 429, user_id: 28, item_id: 94, purchase_date: new Date("2022-10-11T15:53:39Z"), amount: "21.14", payment_method: "gift_card", transaction_status: "completed" },
            { id: 430, user_id: 32, item_id: 63, purchase_date: new Date("2023-05-28T16:19:45Z"), amount: "46.19", payment_method: "credit_card", transaction_status: "completed" },
            { id: 431, user_id: 95, item_id: 91, purchase_date: new Date("2022-07-03T22:34:36Z"), amount: "37.47", payment_method: "gift_card", transaction_status: "pending" },
            { id: 432, user_id: 186, item_id: 86, purchase_date: new Date("2020-05-23T09:53:30Z"), amount: "65.43", payment_method: "paypal", transaction_status: "completed" },
            { id: 433, user_id: 60, item_id: 39, purchase_date: new Date("2020-11-01T20:43:50Z"), amount: "28.91", payment_method: "credit_card", transaction_status: "completed" },
            { id: 434, user_id: 180, item_id: 59, purchase_date: new Date("2023-08-22T08:32:18Z"), amount: "4.84", payment_method: "credit_card", transaction_status: "pending" },
            { id: 435, user_id: 143, item_id: 2, purchase_date: new Date("2020-10-14T21:36:25Z"), amount: "9.13", payment_method: "paypal", transaction_status: "refunded" },
            { id: 436, user_id: 49, item_id: 19, purchase_date: new Date("2021-07-26T20:37:34Z"), amount: "23.31", payment_method: "credit_card", transaction_status: "completed" },
            { id: 437, user_id: 67, item_id: 17, purchase_date: new Date("2023-09-15T01:30:57Z"), amount: "10.49", payment_method: "credit_card", transaction_status: "pending" },
            { id: 438, user_id: 7, item_id: 19, purchase_date: new Date("2023-11-06T16:28:49Z"), amount: "9.09", payment_method: "credit_card", transaction_status: "pending" },
            { id: 439, user_id: 158, item_id: 88, purchase_date: new Date("2020-10-09T09:47:03Z"), amount: "31.79", payment_method: "gift_card", transaction_status: "pending" },
            { id: 440, user_id: 152, item_id: 80, purchase_date: new Date("2021-10-08T14:42:59Z"), amount: "25.58", payment_method: "gift_card", transaction_status: "completed" },
            { id: 441, user_id: 115, item_id: 17, purchase_date: new Date("2020-03-18T08:31:13Z"), amount: "19.25", payment_method: "credit_card", transaction_status: "completed" },
            { id: 442, user_id: 79, item_id: 32, purchase_date: new Date("2023-01-08T17:10:29Z"), amount: "41.26", payment_method: "paypal", transaction_status: "completed" },
            { id: 443, user_id: 13, item_id: 92, purchase_date: new Date("2023-06-11T21:58:31Z"), amount: "28.16", payment_method: "credit_card", transaction_status: "completed" },
            { id: 444, user_id: 118, item_id: 28, purchase_date: new Date("2020-08-15T14:57:45Z"), amount: "28.98", payment_method: "credit_card", transaction_status: "completed" },
            { id: 445, user_id: 17, item_id: 97, purchase_date: new Date("2023-10-10T19:18:38Z"), amount: "73.81", payment_method: "credit_card", transaction_status: "pending" },
            { id: 446, user_id: 187, item_id: 91, purchase_date: new Date("2020-12-20T20:16:11Z"), amount: "71.84", payment_method: "credit_card", transaction_status: "completed" },
            { id: 447, user_id: 52, item_id: 9, purchase_date: new Date("2023-08-21T17:17:50Z"), amount: "1.69", payment_method: "paypal", transaction_status: "completed" },
            { id: 448, user_id: 69, item_id: 95, purchase_date: new Date("2022-07-14T00:01:44Z"), amount: "22.02", payment_method: "credit_card", transaction_status: "refunded" },
            { id: 449, user_id: 191, item_id: 31, purchase_date: new Date("2020-04-18T14:08:00Z"), amount: "71.33", payment_method: "gift_card", transaction_status: "completed" },
            { id: 450, user_id: 78, item_id: 70, purchase_date: new Date("2021-10-04T11:07:02Z"), amount: "16.06", payment_method: "paypal", transaction_status: "pending" },
            { id: 451, user_id: 55, item_id: 23, purchase_date: new Date("2020-04-24T15:24:01Z"), amount: "85.04", payment_method: "paypal", transaction_status: "completed" },
            { id: 452, user_id: 77, item_id: 14, purchase_date: new Date("2021-07-01T22:34:02Z"), amount: null, payment_method: "credit_card", transaction_status: "pending" },
            { id: 453, user_id: 40, item_id: 10, purchase_date: new Date("2021-05-24T08:32:24Z"), amount: "10.06", payment_method: "gift_card", transaction_status: "pending" },
            { id: 454, user_id: 116, item_id: 51, purchase_date: new Date("2020-01-12T17:50:33Z"), amount: "52.02", payment_method: "paypal", transaction_status: "completed" },
            { id: 455, user_id: 158, item_id: 35, purchase_date: new Date("2020-04-15T18:23:53Z"), amount: "3.65", payment_method: "credit_card", transaction_status: "completed" },
            { id: 456, user_id: 30, item_id: 46, purchase_date: new Date("2022-08-15T10:12:04Z"), amount: "36.75", payment_method: "credit_card", transaction_status: "completed" },
            { id: 457, user_id: 105, item_id: 6, purchase_date: new Date("2022-12-14T08:18:31Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 458, user_id: 75, item_id: 51, purchase_date: new Date("2021-06-28T15:46:09Z"), amount: "1.24", payment_method: "credit_card", transaction_status: "pending" },
            { id: 459, user_id: 80, item_id: 97, purchase_date: new Date("2023-12-24T01:24:17Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 460, user_id: 102, item_id: 2, purchase_date: new Date("2023-10-24T13:54:10Z"), amount: "65.66", payment_method: "credit_card", transaction_status: "pending" },
            { id: 461, user_id: 154, item_id: 81, purchase_date: new Date("2023-05-31T20:54:11Z"), amount: "6.56", payment_method: "credit_card", transaction_status: "completed" },
            { id: 462, user_id: 101, item_id: 20, purchase_date: new Date("2022-09-04T13:05:08Z"), amount: "53.29", payment_method: "credit_card", transaction_status: "completed" },
            { id: 463, user_id: 34, item_id: 89, purchase_date: new Date("2023-08-13T15:55:24Z"), amount: "25.14", payment_method: "paypal", transaction_status: "pending" },
            { id: 464, user_id: 153, item_id: 51, purchase_date: new Date("2022-08-30T06:07:08Z"), amount: "53.89", payment_method: "credit_card", transaction_status: "completed" },
            { id: 465, user_id: 156, item_id: 21, purchase_date: new Date("2022-09-29T15:34:00Z"), amount: "99.50", payment_method: "credit_card", transaction_status: "completed" },
            { id: 466, user_id: 151, item_id: 53, purchase_date: new Date("2020-10-25T10:22:27Z"), amount: "37.53", payment_method: "credit_card", transaction_status: "completed" },
            { id: 467, user_id: 197, item_id: 54, purchase_date: new Date("2021-03-01T12:57:11Z"), amount: "23.32", payment_method: "paypal", transaction_status: "pending" },
            { id: 468, user_id: 33, item_id: 67, purchase_date: new Date("2021-08-06T21:22:13Z"), amount: "10.86", payment_method: "credit_card", transaction_status: "completed" },
            { id: 469, user_id: 169, item_id: 90, purchase_date: new Date("2020-07-22T08:25:56Z"), amount: "8.86", payment_method: "paypal", transaction_status: "pending" },
            { id: 470, user_id: 123, item_id: 95, purchase_date: new Date("2023-08-24T17:07:32Z"), amount: "5.05", payment_method: "gift_card", transaction_status: "completed" },
            { id: 471, user_id: 8, item_id: 80, purchase_date: new Date("2021-12-21T22:04:40Z"), amount: "66.29", payment_method: "credit_card", transaction_status: "completed" },
            { id: 472, user_id: 94, item_id: 77, purchase_date: new Date("2020-09-13T17:20:26Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 473, user_id: 32, item_id: 4, purchase_date: new Date("2021-03-27T10:22:44Z"), amount: "88.03", payment_method: "gift_card", transaction_status: "completed" },
            { id: 474, user_id: 117, item_id: 56, purchase_date: new Date("2021-02-16T14:28:53Z"), amount: "94.87", payment_method: "paypal", transaction_status: "completed" },
            { id: 475, user_id: 185, item_id: 24, purchase_date: new Date("2022-12-16T18:17:34Z"), amount: "64.08", payment_method: "gift_card", transaction_status: "completed" },
            { id: 476, user_id: 170, item_id: 22, purchase_date: new Date("2022-01-13T08:01:56Z"), amount: "31.86", payment_method: "credit_card", transaction_status: "completed" },
            { id: 477, user_id: 169, item_id: 84, purchase_date: new Date("2020-04-24T10:22:14Z"), amount: null, payment_method: "gift_card", transaction_status: "completed" },
            { id: 478, user_id: 72, item_id: 28, purchase_date: new Date("2020-07-20T14:52:09Z"), amount: "42.58", payment_method: "gift_card", transaction_status: "completed" },
            { id: 479, user_id: 81, item_id: 12, purchase_date: new Date("2021-02-10T22:43:54Z"), amount: "6.87", payment_method: "credit_card", transaction_status: "pending" },
            { id: 480, user_id: 199, item_id: 90, purchase_date: new Date("2023-08-31T08:11:32Z"), amount: null, payment_method: "credit_card", transaction_status: "completed" },
            { id: 481, user_id: 4, item_id: 27, purchase_date: new Date("2020-06-08T19:24:37Z"), amount: "95.03", payment_method: "credit_card", transaction_status: "pending" },
            { id: 482, user_id: 198, item_id: 84, purchase_date: new Date("2022-02-19T21:03:25Z"), amount: "2.65", payment_method: "gift_card", transaction_status: "completed" },
            { id: 483, user_id: 118, item_id: 88, purchase_date: new Date("2022-05-27T11:22:59Z"), amount: "31.72", payment_method: "credit_card", transaction_status: "pending" },
            { id: 484, user_id: 96, item_id: 44, purchase_date: new Date("2022-02-11T13:44:00Z"), amount: "72.51", payment_method: "credit_card", transaction_status: "completed" },
            { id: 485, user_id: 31, item_id: 65, purchase_date: new Date("2021-01-05T22:49:46Z"), amount: "20.61", payment_method: "credit_card", transaction_status: "completed" },
            { id: 486, user_id: 55, item_id: 3, purchase_date: new Date("2021-07-28T14:54:00Z"), amount: "1.14", payment_method: "credit_card", transaction_status: "completed" },
            { id: 487, user_id: 3, item_id: 48, purchase_date: new Date("2020-09-13T08:01:33Z"), amount: "1.09", payment_method: "credit_card", transaction_status: "completed" },
            { id: 488, user_id: 148, item_id: 65, purchase_date: new Date("2022-01-01T15:15:49Z"), amount: "44.52", payment_method: "credit_card", transaction_status: "completed" },
            { id: 489, user_id: 176, item_id: 6, purchase_date: new Date("2021-10-18T13:33:09Z"), amount: "2.60", payment_method: "credit_card", transaction_status: "completed" },
            { id: 490, user_id: 87, item_id: 8, purchase_date: new Date("2022-06-14T07:46:22Z"), amount: "71.16", payment_method: "paypal", transaction_status: "pending" },
            { id: 491, user_id: 83, item_id: 84, purchase_date: new Date("2023-01-28T22:29:46Z"), amount: "36.22", payment_method: "paypal", transaction_status: "completed" },
            { id: 492, user_id: 22, item_id: 76, purchase_date: new Date("2020-07-29T16:24:54Z"), amount: "61.18", payment_method: "credit_card", transaction_status: "completed" },
            { id: 493, user_id: 53, item_id: 90, purchase_date: new Date("2022-05-12T18:23:12Z"), amount: "5.35", payment_method: "credit_card", transaction_status: "completed" },
            { id: 494, user_id: 155, item_id: 24, purchase_date: new Date("2020-01-23T02:32:34Z"), amount: "93.22", payment_method: "paypal", transaction_status: "completed" },
            { id: 495, user_id: 145, item_id: 44, purchase_date: new Date("2022-11-25T20:45:02Z"), amount: "8.32", payment_method: "gift_card", transaction_status: "completed" },
            { id: 496, user_id: 113, item_id: 7, purchase_date: new Date("2021-04-18T20:26:23Z"), amount: "63.09", payment_method: "gift_card", transaction_status: "pending" },
            { id: 497, user_id: 170, item_id: 83, purchase_date: new Date("2021-11-13T10:48:39Z"), amount: "50.52", payment_method: "gift_card", transaction_status: "completed" },
            { id: 498, user_id: 14, item_id: 66, purchase_date: new Date("2021-01-26T11:50:43Z"), amount: "21.93", payment_method: "credit_card", transaction_status: "completed" },
            { id: 499, user_id: 170, item_id: 1, purchase_date: new Date("2020-04-21T19:27:30Z"), amount: null, payment_method: "paypal", transaction_status: "pending" },
            { id: 500, user_id: 140, item_id: 93, purchase_date: new Date("2021-09-27T11:01:16Z"), amount: "56.78", payment_method: "credit_card", transaction_status: "completed" },
        ],
    });
}

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