// Human Resources Operations (human-resources-operations) 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.assets), 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.assets.createMany({
        data: [
            { id: 1, asset_name: "Classic Lantern", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-11-23" },
            { id: 2, asset_name: "Portable Jacket", asset_type: "Software", department: "Marketing", acquisition_date: "2021-12-09" },
            { id: 3, asset_name: "Compact Keyboard", asset_type: "Equipment", department: "HR", acquisition_date: "2020-10-01" },
            { id: 4, asset_name: "Heavy Duty Toolkit", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-11-15" },
            { id: 5, asset_name: "Ultra Camera", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-12-21" },
            { id: 6, asset_name: "Essential Keyboard", asset_type: "Software", department: "Marketing", acquisition_date: "2023-07-31" },
            { id: 7, asset_name: "Folding Umbrella", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-02-02" },
            { id: 8, asset_name: "Travel Router", asset_type: "Equipment", department: "HR", acquisition_date: "2023-06-02" },
            { id: 9, asset_name: "Essential Mug", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 10, asset_name: "Essential Kettle", asset_type: "Equipment", department: "Sales", acquisition_date: null },
            { id: 11, asset_name: "Smart Router", asset_type: "Software", department: "Sales", acquisition_date: "2020-07-19" },
            { id: 12, asset_name: "Insulated Speaker", asset_type: "Software", department: "HR", acquisition_date: "2022-10-23" },
            { id: 13, asset_name: "Deluxe Headphones", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-09-26" },
            { id: 14, asset_name: "Ultra Bottle", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-05-19" },
            { id: 15, asset_name: "Vintage Keyboard", asset_type: "Software", department: "Finance", acquisition_date: "2020-08-23" },
            { id: 16, asset_name: "Portable Tent", asset_type: "Vehicle", department: "Marketing", acquisition_date: "2021-08-16" },
            { id: 17, asset_name: "Travel Speaker", asset_type: "Equipment", department: "Finance", acquisition_date: "2020-10-05" },
            { id: 18, asset_name: "Compact Monitor", asset_type: "Equipment", department: "Engineering", acquisition_date: "2022-11-27" },
            { id: 19, asset_name: "Vintage Speaker", asset_type: "Equipment", department: "Finance", acquisition_date: "2020-01-21" },
            { id: 20, asset_name: "Compact Bottle", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-12-27" },
            { id: 21, asset_name: "Essential Lantern", asset_type: "Software", department: "Marketing", acquisition_date: "2020-09-19" },
            { id: 22, asset_name: "Smart Watch", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-12-09" },
            { id: 23, asset_name: "Ultra Desk Lamp", asset_type: "Equipment", department: "HR", acquisition_date: "2022-03-06" },
            { id: 24, asset_name: "Vintage Mug", asset_type: "Software", department: "Marketing", acquisition_date: "2021-12-10" },
            { id: 25, asset_name: "Slim Speaker", asset_type: "Equipment", department: "Engineering", acquisition_date: "2023-05-20" },
            { id: 26, asset_name: "Heavy Duty Toolkit", asset_type: "Software", department: "Marketing", acquisition_date: "2022-11-02" },
            { id: 27, asset_name: "Smart Tripod", asset_type: "Software", department: "Sales", acquisition_date: "2021-10-31" },
            { id: 28, asset_name: "Mini Bottle", asset_type: "Equipment", department: "Engineering", acquisition_date: null },
            { id: 29, asset_name: "Travel Lantern", asset_type: "Equipment", department: "Engineering", acquisition_date: "2021-09-03" },
            { id: 30, asset_name: "Eco Camera", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-01-16" },
            { id: 31, asset_name: "Eco Jacket", asset_type: "Equipment", department: "Finance", acquisition_date: "2020-06-07" },
            { id: 32, asset_name: "Smart Kettle", asset_type: "Software", department: "Sales", acquisition_date: "2022-02-01" },
            { id: 33, asset_name: "Travel Keyboard", asset_type: "Vehicle", department: "Sales", acquisition_date: "2020-07-29" },
            { id: 34, asset_name: "Ultra Router", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-08-06" },
            { id: 35, asset_name: "Eco Lantern", asset_type: "Software", department: "HR", acquisition_date: "2020-09-28" },
            { id: 36, asset_name: "Ultra Umbrella", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-11-27" },
            { id: 37, asset_name: "Travel Desk Lamp", asset_type: "Vehicle", department: "Sales", acquisition_date: "2020-06-03" },
            { id: 38, asset_name: "Pro Desk Lamp", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-03-03" },
            { id: 39, asset_name: "Smart Router", asset_type: "Vehicle", department: "Engineering", acquisition_date: "2020-12-13" },
            { id: 40, asset_name: "Slim Planter", asset_type: "Software", department: "Marketing", acquisition_date: "2021-10-29" },
            { id: 41, asset_name: "Folding Monitor", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-12-03" },
            { id: 42, asset_name: "Heavy Duty Kettle", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-12-29" },
            { id: 43, asset_name: "Portable Charger", asset_type: "Software", department: "Marketing", acquisition_date: "2023-12-19" },
            { id: 44, asset_name: "Smart Jacket", asset_type: "Vehicle", department: "Sales", acquisition_date: null },
            { id: 45, asset_name: "Deluxe Backpack", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-04-13" },
            { id: 46, asset_name: "Deluxe Keyboard", asset_type: "Equipment", department: "HR", acquisition_date: "2021-09-11" },
            { id: 47, asset_name: "Modern Tripod", asset_type: "Equipment", department: "Engineering", acquisition_date: "2022-12-01" },
            { id: 48, asset_name: "Classic Planter", asset_type: "Software", department: "Engineering", acquisition_date: "2022-01-05" },
            { id: 49, asset_name: "Essential Bottle", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-11-17" },
            { id: 50, asset_name: "Insulated Backpack", asset_type: "Software", department: "Marketing", acquisition_date: "2020-10-18" },
            { id: 51, asset_name: "Premium Notebook", asset_type: "Software", department: "Finance", acquisition_date: "2020-05-16" },
            { id: 52, asset_name: "Compact Speaker", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-01-09" },
            { id: 53, asset_name: "Ultra Camera", asset_type: "Equipment", department: "Engineering", acquisition_date: "2020-09-11" },
            { id: 54, asset_name: "Folding Blender", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-12-25" },
            { id: 55, asset_name: "Folding Camera", asset_type: "Vehicle", department: "Engineering", acquisition_date: "2023-12-14" },
            { id: 56, asset_name: "Ultra Charger", asset_type: "Equipment", department: "Engineering", acquisition_date: "2022-08-30" },
            { id: 57, asset_name: "Heavy Duty Jacket", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-11-08" },
            { id: 58, asset_name: "Modern Watch", asset_type: "Vehicle", department: "Marketing", acquisition_date: "2023-10-14" },
            { id: 59, asset_name: "Standard Kettle", asset_type: "Software", department: "Marketing", acquisition_date: "2022-03-09" },
            { id: 60, asset_name: "Pro Mug", asset_type: "Equipment", department: "Sales", acquisition_date: null },
            { id: 61, asset_name: "Classic Toolkit", asset_type: "Software", department: "Marketing", acquisition_date: "2021-12-20" },
            { id: 62, asset_name: "Wireless Camera", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-10-16" },
            { id: 63, asset_name: "Compact Lantern", asset_type: "Software", department: "Engineering", acquisition_date: "2023-08-22" },
            { id: 64, asset_name: "Classic Pan", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-09-02" },
            { id: 65, asset_name: "Compact Notebook", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 66, asset_name: "Mini Monitor", asset_type: "Vehicle", department: "Sales", acquisition_date: "2020-07-02" },
            { id: 67, asset_name: "Deluxe Tent", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-10-08" },
            { id: 68, asset_name: "Compact Pan", asset_type: "Equipment", department: "Finance", acquisition_date: "2023-10-02" },
            { id: 69, asset_name: "Heavy Duty Headphones", asset_type: "Software", department: "Sales", acquisition_date: "2021-02-02" },
            { id: 70, asset_name: "Modern Monitor", asset_type: "Equipment", department: "Engineering", acquisition_date: "2022-09-11" },
            { id: 71, asset_name: "Ultra Pan", asset_type: "Vehicle", department: "Sales", acquisition_date: "2022-04-26" },
            { id: 72, asset_name: "Modern Headphones", asset_type: "Software", department: "Sales", acquisition_date: "2021-05-12" },
            { id: 73, asset_name: "Modern Chair", asset_type: "Software", department: "HR", acquisition_date: "2021-12-20" },
            { id: 74, asset_name: "Folding Toolkit", asset_type: "Software", department: "Sales", acquisition_date: "2021-10-04" },
            { id: 75, asset_name: "Essential Desk Lamp", asset_type: "Equipment", department: "HR", acquisition_date: "2023-09-17" },
            { id: 76, asset_name: "Compact Umbrella", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-11-26" },
            { id: 77, asset_name: "Modern Tent", asset_type: "Equipment", department: "Engineering", acquisition_date: "2020-11-22" },
            { id: 78, asset_name: "Insulated Lantern", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-01-21" },
            { id: 79, asset_name: "Slim Router", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-11-17" },
            { id: 80, asset_name: "Vintage Desk Lamp", asset_type: "Equipment", department: "Engineering", acquisition_date: null },
            { id: 81, asset_name: "Mini Blender", asset_type: "Equipment", department: "HR", acquisition_date: "2020-01-15" },
            { id: 82, asset_name: "Folding Lantern", asset_type: "Vehicle", department: "Sales", acquisition_date: "2021-09-18" },
            { id: 83, asset_name: "Standard Toolkit", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-09-26" },
            { id: 84, asset_name: "Compact Umbrella", asset_type: "Vehicle", department: "Engineering", acquisition_date: null },
            { id: 85, asset_name: "Deluxe Umbrella", asset_type: "Equipment", department: "HR", acquisition_date: "2023-02-12" },
            { id: 86, asset_name: "Slim Toolkit", asset_type: "Equipment", department: "HR", acquisition_date: "2022-12-07" },
            { id: 87, asset_name: "Travel Lantern", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-12-23" },
            { id: 88, asset_name: "Modern Backpack", asset_type: "Software", department: "Marketing", acquisition_date: null },
            { id: 89, asset_name: "Insulated Camera", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 90, asset_name: "Wireless Backpack", asset_type: "Equipment", department: "Finance", acquisition_date: "2020-12-17" },
            { id: 91, asset_name: "Standard Umbrella", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-03-11" },
            { id: 92, asset_name: "Slim Umbrella", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-02-15" },
            { id: 93, asset_name: "Premium Umbrella", asset_type: "Software", department: "HR", acquisition_date: "2020-04-01" },
            { id: 94, asset_name: "Compact Kettle", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-01-29" },
            { id: 95, asset_name: "Insulated Backpack", asset_type: "Equipment", department: "HR", acquisition_date: "2022-01-23" },
            { id: 96, asset_name: "Premium Umbrella", asset_type: "Equipment", department: "Sales", acquisition_date: "2021-07-23" },
            { id: 97, asset_name: "Slim Watch", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-02-23" },
            { id: 98, asset_name: "Insulated Charger", asset_type: "Software", department: "Marketing", acquisition_date: "2023-01-05" },
            { id: 99, asset_name: "Ultra Charger", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-11-07" },
            { id: 100, asset_name: "Compact Charger", asset_type: "Software", department: "Marketing", acquisition_date: "2021-08-17" },
            { id: 101, asset_name: "Modern Jacket", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-04-13" },
            { id: 102, asset_name: "Smart Tripod", asset_type: "Equipment", department: "Engineering", acquisition_date: "2022-12-07" },
            { id: 103, asset_name: "Travel Keyboard", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-09-16" },
            { id: 104, asset_name: "Folding Blender", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-12-26" },
            { id: 105, asset_name: "Classic Pan", asset_type: "Software", department: "Marketing", acquisition_date: "2020-01-03" },
            { id: 106, asset_name: "Vintage Jacket", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-09-24" },
            { id: 107, asset_name: "Modern Tripod", asset_type: "Equipment", department: "Sales", acquisition_date: null },
            { id: 108, asset_name: "Standard Headphones", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-02-15" },
            { id: 109, asset_name: "Smart Charger", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-09-10" },
            { id: 110, asset_name: "Mini Keyboard", asset_type: "Equipment", department: "Engineering", acquisition_date: null },
            { id: 111, asset_name: "Premium Umbrella", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-08-29" },
            { id: 112, asset_name: "Deluxe Router", asset_type: "Equipment", department: "Sales", acquisition_date: "2021-05-20" },
            { id: 113, asset_name: "Insulated Keyboard", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-02-08" },
            { id: 114, asset_name: "Mini Lantern", asset_type: "Vehicle", department: "Engineering", acquisition_date: "2021-08-19" },
            { id: 115, asset_name: "Wireless Lantern", asset_type: "Vehicle", department: "Sales", acquisition_date: "2020-10-16" },
            { id: 116, asset_name: "Premium Watch", asset_type: "Software", department: "Sales", acquisition_date: "2020-01-31" },
            { id: 117, asset_name: "Essential Keyboard", asset_type: "Equipment", department: "Engineering", acquisition_date: "2021-02-13" },
            { id: 118, asset_name: "Compact Planter", asset_type: "Equipment", department: "Finance", acquisition_date: "2022-09-05" },
            { id: 119, asset_name: "Eco Monitor", asset_type: "Software", department: "HR", acquisition_date: "2021-01-06" },
            { id: 120, asset_name: "Smart Tent", asset_type: "Software", department: "Sales", acquisition_date: "2020-10-08" },
            { id: 121, asset_name: "Slim Router", asset_type: "Vehicle", department: "Sales", acquisition_date: "2021-07-10" },
            { id: 122, asset_name: "Deluxe Jacket", asset_type: "Software", department: "Sales", acquisition_date: "2020-03-06" },
            { id: 123, asset_name: "Vintage Umbrella", asset_type: "Software", department: "Sales", acquisition_date: "2023-03-04" },
            { id: 124, asset_name: "Compact Keyboard", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-01-15" },
            { id: 125, asset_name: "Standard Bottle", asset_type: "Vehicle", department: "Sales", acquisition_date: "2020-11-08" },
            { id: 126, asset_name: "Vintage Camera", asset_type: "Equipment", department: "Engineering", acquisition_date: "2020-12-28" },
            { id: 127, asset_name: "Folding Planter", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-12-27" },
            { id: 128, asset_name: "Ultra Router", asset_type: "Software", department: "Sales", acquisition_date: "2023-10-04" },
            { id: 129, asset_name: "Slim Monitor", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-03-06" },
            { id: 130, asset_name: "Standard Camera", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-09-08" },
            { id: 131, asset_name: "Essential Planter", asset_type: "Software", department: "Marketing", acquisition_date: "2020-05-03" },
            { id: 132, asset_name: "Smart Watch", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-12-29" },
            { id: 133, asset_name: "Standard Camera", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 134, asset_name: "Slim Watch", asset_type: "Vehicle", department: "HR", acquisition_date: null },
            { id: 135, asset_name: "Wireless Pan", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-11-29" },
            { id: 136, asset_name: "Classic Watch", asset_type: "Software", department: "Sales", acquisition_date: "2020-02-05" },
            { id: 137, asset_name: "Vintage Watch", asset_type: "Equipment", department: "Sales", acquisition_date: "2021-10-20" },
            { id: 138, asset_name: "Modern Monitor", asset_type: "Equipment", department: "Engineering", acquisition_date: "2020-10-28" },
            { id: 139, asset_name: "Standard Umbrella", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-10-22" },
            { id: 140, asset_name: "Classic Backpack", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-10-13" },
            { id: 141, asset_name: "Smart Notebook", asset_type: "Vehicle", department: "HR", acquisition_date: "2023-03-07" },
            { id: 142, asset_name: "Essential Mug", asset_type: "Equipment", department: "Sales", acquisition_date: null },
            { id: 143, asset_name: "Classic Charger", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-08-10" },
            { id: 144, asset_name: "Premium Backpack", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-12-23" },
            { id: 145, asset_name: "Premium Notebook", asset_type: "Software", department: "HR", acquisition_date: "2020-09-07" },
            { id: 146, asset_name: "Mini Kettle", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-12-07" },
            { id: 147, asset_name: "Essential Keyboard", asset_type: "Vehicle", department: "Marketing", acquisition_date: "2020-03-19" },
            { id: 148, asset_name: "Mini Planter", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-08-09" },
            { id: 149, asset_name: "Insulated Kettle", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-03-31" },
            { id: 150, asset_name: "Modern Pan", asset_type: "Vehicle", department: "Marketing", acquisition_date: "2023-11-04" },
            { id: 151, asset_name: "Heavy Duty Tripod", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-08-31" },
            { id: 152, asset_name: "Insulated Planter", asset_type: "Software", department: "Engineering", acquisition_date: "2021-06-25" },
            { id: 153, asset_name: "Compact Tent", asset_type: "Equipment", department: "HR", acquisition_date: "2022-03-08" },
            { id: 154, asset_name: "Essential Tent", asset_type: "Equipment", department: "Engineering", acquisition_date: null },
            { id: 155, asset_name: "Travel Chair", asset_type: "Software", department: "Sales", acquisition_date: null },
            { id: 156, asset_name: "Portable Chair", asset_type: "Equipment", department: "Finance", acquisition_date: "2021-01-19" },
            { id: 157, asset_name: "Portable Tripod", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 158, asset_name: "Mini Tent", asset_type: "Software", department: "Marketing", acquisition_date: "2021-12-04" },
            { id: 159, asset_name: "Pro Watch", asset_type: "Software", department: "Sales", acquisition_date: null },
            { id: 160, asset_name: "Travel Monitor", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-12-12" },
            { id: 161, asset_name: "Portable Toolkit", asset_type: "Software", department: "Finance", acquisition_date: "2020-05-02" },
            { id: 162, asset_name: "Insulated Kettle", asset_type: "Vehicle", department: "Sales", acquisition_date: "2023-10-23" },
            { id: 163, asset_name: "Vintage Tripod", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-02-22" },
            { id: 164, asset_name: "Standard Backpack", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-10-02" },
            { id: 165, asset_name: "Premium Router", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-05-28" },
            { id: 166, asset_name: "Compact Planter", asset_type: "Equipment", department: "Sales", acquisition_date: null },
            { id: 167, asset_name: "Ultra Router", asset_type: "Software", department: "Marketing", acquisition_date: "2020-02-01" },
            { id: 168, asset_name: "Eco Chair", asset_type: "Vehicle", department: "Sales", acquisition_date: "2020-02-04" },
            { id: 169, asset_name: "Eco Router", asset_type: "Software", department: "HR", acquisition_date: "2021-01-01" },
            { id: 170, asset_name: "Essential Tent", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-12-23" },
            { id: 171, asset_name: "Insulated Lantern", asset_type: "Equipment", department: "Finance", acquisition_date: "2021-08-21" },
            { id: 172, asset_name: "Wireless Speaker", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-10-31" },
            { id: 173, asset_name: "Slim Toolkit", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-09-19" },
            { id: 174, asset_name: "Classic Pan", asset_type: "Equipment", department: "Marketing", acquisition_date: "2023-12-17" },
            { id: 175, asset_name: "Wireless Umbrella", asset_type: "Equipment", department: "Marketing", acquisition_date: "2022-08-14" },
            { id: 176, asset_name: "Standard Charger", asset_type: "Software", department: "Sales", acquisition_date: "2021-01-01" },
            { id: 177, asset_name: "Travel Planter", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 178, asset_name: "Slim Kettle", asset_type: "Software", department: "HR", acquisition_date: "2020-10-01" },
            { id: 179, asset_name: "Ultra Planter", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-11-12" },
            { id: 180, asset_name: "Heavy Duty Camera", asset_type: "Software", department: "Engineering", acquisition_date: null },
            { id: 181, asset_name: "Wireless Speaker", asset_type: "Equipment", department: "Engineering", acquisition_date: "2023-11-18" },
            { id: 182, asset_name: "Mini Notebook", asset_type: "Equipment", department: "Engineering", acquisition_date: "2020-12-03" },
            { id: 183, asset_name: "Eco Tent", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-12-23" },
            { id: 184, asset_name: "Insulated Lantern", asset_type: "Software", department: "Marketing", acquisition_date: "2022-10-14" },
            { id: 185, asset_name: "Compact Keyboard", asset_type: "Software", department: "Engineering", acquisition_date: "2022-11-25" },
            { id: 186, asset_name: "Pro Headphones", asset_type: "Software", department: "Marketing", acquisition_date: "2022-12-05" },
            { id: 187, asset_name: "Compact Backpack", asset_type: "Software", department: "Engineering", acquisition_date: "2021-03-10" },
            { id: 188, asset_name: "Slim Tripod", asset_type: "Equipment", department: "Marketing", acquisition_date: "2020-04-09" },
            { id: 189, asset_name: "Pro Notebook", asset_type: "Equipment", department: "Sales", acquisition_date: "2021-12-21" },
            { id: 190, asset_name: "Travel Planter", asset_type: "Equipment", department: "Sales", acquisition_date: "2023-10-26" },
            { id: 191, asset_name: "Premium Bottle", asset_type: "Equipment", department: "Sales", acquisition_date: "2021-01-09" },
            { id: 192, asset_name: "Slim Tent", asset_type: "Equipment", department: "Marketing", acquisition_date: null },
            { id: 193, asset_name: "Pro Backpack", asset_type: "Software", department: "Sales", acquisition_date: "2023-11-22" },
            { id: 194, asset_name: "Pro Umbrella", asset_type: "Vehicle", department: "Marketing", acquisition_date: "2020-12-31" },
            { id: 195, asset_name: "Classic Planter", asset_type: "Equipment", department: "Engineering", acquisition_date: "2020-03-27" },
            { id: 196, asset_name: "Wireless Umbrella", asset_type: "Equipment", department: "Sales", acquisition_date: "2022-12-18" },
            { id: 197, asset_name: "Vintage Speaker", asset_type: "Vehicle", department: "Engineering", acquisition_date: null },
            { id: 198, asset_name: "Essential Backpack", asset_type: "Equipment", department: "Engineering", acquisition_date: null },
            { id: 199, asset_name: "Essential Jacket", asset_type: "Equipment", department: "Marketing", acquisition_date: "2021-12-25" },
            { id: 200, asset_name: "Folding Toolkit", asset_type: "Equipment", department: "Sales", acquisition_date: "2020-01-27" },
        ],
    });
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Omar Evans", email: "omar.evans@example.net", join_date: "2022-06-17" },
            { id: 2, full_name: "Karim Walker", email: "karim.walker@example.org", join_date: "2023-09-14" },
            { id: 3, full_name: "Chloe Adams", email: "chloe.adams@example.org", join_date: "2021-07-10" },
            { id: 4, full_name: "Julia Novak", email: "julia.novak@example.org", join_date: "2023-07-30" },
            { id: 5, full_name: "Isaac Sousa", email: "isaac.sousa@example.org", join_date: "2020-12-30" },
            { id: 6, full_name: "Tariq Chen", email: "tariq.chen@example.com", join_date: "2021-12-20" },
            { id: 7, full_name: "Anna Smith", email: "anna.smith@example.com", join_date: "2022-11-29" },
            { id: 8, full_name: "Mohamed Cruz", email: "mohamed.cruz@example.net", join_date: "2021-08-26" },
            { id: 9, full_name: "Olivia Silva", email: "olivia.silva@example.com", join_date: "2021-03-24" },
            { id: 10, full_name: "Leo Kowalski", email: "leo.kowalski@example.org", join_date: "2021-01-14" },
            { id: 11, full_name: "Grace Cruz", email: "grace.cruz@example.org", join_date: "2022-03-20" },
            { id: 12, full_name: "Selin Patel", email: "selin.patel@example.net", join_date: "2023-12-10" },
            { id: 13, full_name: "Ben Adams", email: "ben.adams@example.net", join_date: "2021-05-20" },
            { id: 14, full_name: "Uma Baker", email: "uma.baker@example.net", join_date: "2022-12-04" },
            { id: 15, full_name: "Carlos Gupta", email: "carlos.gupta@example.org", join_date: "2021-03-01" },
            { id: 16, full_name: "Carlos Hoffmann", email: "carlos.hoffmann@example.org", join_date: "2022-06-13" },
            { id: 17, full_name: "Karim Taylor", email: "karim.taylor@example.net", join_date: "2023-03-19" },
            { id: 18, full_name: "Felix Reyes", email: "felix.reyes@example.com", join_date: "2023-03-28" },
            { id: 19, full_name: "Hannah Johnson", email: "hannah.johnson@example.com", join_date: "2023-08-25" },
            { id: 20, full_name: "Carla Nakamura", email: "carla.nakamura@example.org", join_date: "2022-02-04" },
            { id: 21, full_name: "Yara Almeida", email: "yara.almeida@example.org", join_date: "2021-11-01" },
            { id: 22, full_name: "Liam Hansen", email: "liam.hansen@example.org", join_date: "2020-09-19" },
            { id: 23, full_name: "Leo Wagner", email: "leo.wagner@example.com", join_date: "2022-09-06" },
            { id: 24, full_name: "Zoe Jensen", email: "zoe.jensen@example.com", join_date: "2023-11-23" },
            { id: 25, full_name: "Yusuf Schmidt", email: "yusuf.schmidt@example.com", join_date: "2022-10-13" },
            { id: 26, full_name: "Emma Wang", email: "emma.wang@example.com", join_date: "2022-09-09" },
            { id: 27, full_name: "Priya Singh", email: "priya.singh@example.net", join_date: "2022-11-21" },
            { id: 28, full_name: "Marco Ruiz", email: "marco.ruiz@example.com", join_date: "2022-09-03" },
            { id: 29, full_name: "Noah Reyes", email: "noah.reyes@example.org", join_date: "2022-10-02" },
            { id: 30, full_name: "Emma Chen", email: "emma.chen@example.net", join_date: "2020-07-14" },
            { id: 31, full_name: "Karim Diaz", email: "karim.diaz@example.com", join_date: "2023-04-08" },
            { id: 32, full_name: "Anna Hoffmann", email: "anna.hoffmann@example.net", join_date: "2022-04-03" },
            { id: 33, full_name: "Deniz Yilmaz", email: "deniz.yilmaz@example.org", join_date: "2021-06-12" },
            { id: 34, full_name: "Karim Smith", email: "karim.smith@example.org", join_date: "2023-05-06" },
            { id: 35, full_name: "Rafael Nguyen", email: "rafael.nguyen@example.com", join_date: "2023-04-26" },
            { id: 36, full_name: "Theo Adams", email: "theo.adams@example.org", join_date: "2022-08-18" },
            { id: 37, full_name: "Yusuf Moreau", email: "yusuf.moreau@example.com", join_date: "2023-03-23" },
            { id: 38, full_name: "Liam Bauer", email: "liam.bauer@example.net", join_date: "2020-08-12" },
            { id: 39, full_name: "Arjun Meyer", email: "arjun.meyer@example.com", join_date: "2022-04-05" },
            { id: 40, full_name: "Marco Baker", email: "marco.baker@example.net", join_date: "2022-12-30" },
            { id: 41, full_name: "Wei Evans", email: "wei.evans@example.net", join_date: "2021-06-04" },
            { id: 42, full_name: "Ibrahim Ibrahim", email: "ibrahim.ibrahim@example.net", join_date: "2023-09-08" },
            { id: 43, full_name: "Theo Evans", email: "theo.evans@example.net", join_date: "2022-07-21" },
            { id: 44, full_name: "Tomas Martin", email: "tomas.martin@example.com", join_date: "2022-06-27" },
            { id: 45, full_name: "Amir Weber", email: "amir.weber@example.org", join_date: "2021-11-13" },
            { id: 46, full_name: "Tomas Davis", email: "tomas.davis@example.net", join_date: "2023-07-22" },
            { id: 47, full_name: "Sofia Baker", email: "sofia.baker@example.net", join_date: "2020-02-10" },
            { id: 48, full_name: "Mateo Ahmed", email: "mateo.ahmed@example.net", join_date: "2022-11-05" },
            { id: 49, full_name: "Oscar Hansen", email: "oscar.hansen@example.org", join_date: "2023-10-18" },
            { id: 50, full_name: "Pedro Hughes", email: "pedro.hughes@example.org", join_date: "2021-08-04" },
            { id: 51, full_name: "Sven Wang", email: "sven.wang@example.net", join_date: "2021-05-05" },
            { id: 52, full_name: "Yara Sousa", email: "yara.sousa@example.org", join_date: "2021-08-05" },
            { id: 53, full_name: "Fatima Novak", email: "fatima.novak@example.org", join_date: "2021-08-04" },
            { id: 54, full_name: "James Wilson", email: "james.wilson@example.org", join_date: "2023-03-04" },
            { id: 55, full_name: "Nina Jansen", email: "nina.jansen@example.org", join_date: "2021-06-27" },
            { id: 56, full_name: "Anna Mendes", email: "anna.mendes@example.net", join_date: "2021-05-01" },
            { id: 57, full_name: "Fatima Larsen", email: "fatima.larsen@example.net", join_date: "2020-05-09" },
            { id: 58, full_name: "Ben Johnson", email: "ben.johnson@example.com", join_date: "2021-11-10" },
            { id: 59, full_name: "Mia Rossi", email: "mia.rossi@example.com", join_date: "2023-02-25" },
            { id: 60, full_name: "Uma Wang", email: "uma.wang@example.net", join_date: "2022-11-19" },
            { id: 61, full_name: "Olivia Nguyen", email: "olivia.nguyen@example.net", join_date: "2020-02-24" },
            { id: 62, full_name: "Andre Davis", email: "andre.davis@example.org", join_date: "2023-11-12" },
            { id: 63, full_name: "Mila Martin", email: "mila.martin@example.net", join_date: "2021-07-01" },
            { id: 64, full_name: "Carlos Sato", email: "carlos.sato@example.net", join_date: "2023-09-26" },
            { id: 65, full_name: "Ravi Schmidt", email: "ravi.schmidt@example.net", join_date: "2020-01-15" },
            { id: 66, full_name: "Ravi Sousa", email: "ravi.sousa@example.net", join_date: "2023-07-23" },
            { id: 67, full_name: "Noah Kumar", email: "noah.kumar@example.org", join_date: "2023-11-18" },
            { id: 68, full_name: "Oscar Nguyen", email: "oscar.nguyen@example.org", join_date: "2023-02-17" },
            { id: 69, full_name: "Oscar Khan", email: "oscar.khan@example.net", join_date: "2020-10-04" },
            { id: 70, full_name: "Omar Garcia", email: "omar.garcia@example.org", join_date: "2022-10-31" },
            { id: 71, full_name: "Olivia Gomez", email: "olivia.gomez@example.net", join_date: "2020-01-10" },
            { id: 72, full_name: "Lucas Mendes", email: "lucas.mendes@example.com", join_date: "2020-08-14" },
            { id: 73, full_name: "Carla Vargas", email: "carla.vargas@example.net", join_date: "2020-10-31" },
            { id: 74, full_name: "Sara Evans", email: "sara.evans@example.net", join_date: "2023-03-24" },
            { id: 75, full_name: "Marco Dubois", email: "marco.dubois@example.org", join_date: "2020-06-20" },
            { id: 76, full_name: "Liam Ruiz", email: "liam.ruiz@example.com", join_date: "2022-01-02" },
            { id: 77, full_name: "Olivia Miller", email: "olivia.miller@example.com", join_date: "2020-09-25" },
            { id: 78, full_name: "Nina Dubois", email: "nina.dubois@example.org", join_date: "2022-02-15" },
            { id: 79, full_name: "Theo Kowalski", email: "theo.kowalski@example.org", join_date: "2022-08-26" },
            { id: 80, full_name: "Omar Tanaka", email: "omar.tanaka@example.org", join_date: "2023-11-16" },
            { id: 81, full_name: "Sven Garcia", email: "sven.garcia@example.net", join_date: "2023-09-10" },
            { id: 82, full_name: "Andre Nguyen", email: "andre.nguyen@example.com", join_date: "2020-07-12" },
            { id: 83, full_name: "Elena Costa", email: "elena.costa@example.org", join_date: "2021-11-30" },
            { id: 84, full_name: "Arjun Lopez", email: "arjun.lopez@example.org", join_date: "2020-01-26" },
            { id: 85, full_name: "Lina Hughes", email: "lina.hughes@example.net", join_date: "2020-04-01" },
            { id: 86, full_name: "Uma Sato", email: "uma.sato@example.com", join_date: "2022-07-28" },
            { id: 87, full_name: "Lucas Jansen", email: "lucas.jansen@example.net", join_date: "2023-08-07" },
            { id: 88, full_name: "Rosa Larsen", email: "rosa.larsen@example.com", join_date: "2021-01-30" },
            { id: 89, full_name: "Nadia Meyer", email: "nadia.meyer@example.org", join_date: "2021-06-14" },
            { id: 90, full_name: "Elena Chen", email: "elena.chen@example.org", join_date: "2022-09-26" },
            { id: 91, full_name: "Hugo Vargas", email: "hugo.vargas@example.org", join_date: "2022-04-10" },
            { id: 92, full_name: "Priya Almeida", email: "priya.almeida@example.com", join_date: "2023-02-20" },
            { id: 93, full_name: "Ethan Castro", email: "ethan.castro@example.org", join_date: "2022-02-26" },
            { id: 94, full_name: "Tomas Lopez", email: "tomas.lopez@example.net", join_date: "2021-01-02" },
            { id: 95, full_name: "Kai Smith", email: "kai.smith@example.net", join_date: "2022-05-11" },
            { id: 96, full_name: "Rosa Mendes", email: "rosa.mendes@example.com", join_date: "2020-08-19" },
            { id: 97, full_name: "Tariq Klein", email: "tariq.klein@example.net", join_date: "2021-11-09" },
            { id: 98, full_name: "Olivia Gupta", email: "olivia.gupta@example.net", join_date: "2023-12-10" },
            { id: 99, full_name: "Ruby Bauer", email: "ruby.bauer@example.com", join_date: "2023-10-29" },
            { id: 100, full_name: "Fatima Novak", email: "fatima.novak@example.net", join_date: "2021-06-19" },
            { id: 101, full_name: "James Jansen", email: "james.jansen@example.org", join_date: "2022-03-18" },
            { id: 102, full_name: "Victor Demir", email: "victor.demir@example.com", join_date: "2023-07-17" },
            { id: 103, full_name: "Sam Almeida", email: "sam.almeida@example.com", join_date: "2022-09-27" },
            { id: 104, full_name: "Hugo Martin", email: "hugo.martin@example.net", join_date: "2023-02-17" },
            { id: 105, full_name: "Jade Larsen", email: "jade.larsen@example.net", join_date: "2022-04-28" },
            { id: 106, full_name: "Ruby Wang", email: "ruby.wang@example.net", join_date: "2022-05-14" },
            { id: 107, full_name: "Mia Wilson", email: "mia.wilson@example.com", join_date: "2021-02-06" },
            { id: 108, full_name: "Omar Pereira", email: "omar.pereira@example.net", join_date: "2023-12-18" },
            { id: 109, full_name: "Tariq Ahmed", email: "tariq.ahmed@example.org", join_date: "2020-10-04" },
            { id: 110, full_name: "Nadia Jensen", email: "nadia.jensen@example.com", join_date: "2020-04-15" },
            { id: 111, full_name: "Kai Rossi", email: "kai.rossi@example.com", join_date: "2022-06-23" },
            { id: 112, full_name: "Amir Hassan", email: "amir.hassan@example.com", join_date: "2020-07-03" },
            { id: 113, full_name: "Hana Wilson", email: "hana.wilson@example.org", join_date: "2023-05-09" },
            { id: 114, full_name: "Jonas Kowalski", email: "jonas.kowalski@example.com", join_date: "2023-02-15" },
            { id: 115, full_name: "Uma Kaya", email: "uma.kaya@example.com", join_date: "2023-06-18" },
            { id: 116, full_name: "Ruby Adams", email: "ruby.adams@example.com", join_date: "2022-09-20" },
            { id: 117, full_name: "Elif Park", email: "elif.park@example.org", join_date: "2021-12-04" },
            { id: 118, full_name: "Noah Nakamura", email: "noah.nakamura@example.net", join_date: "2020-03-10" },
            { id: 119, full_name: "Nadia Klein", email: "nadia.klein@example.com", join_date: "2020-10-19" },
            { id: 120, full_name: "Rafael Garcia", email: "rafael.garcia@example.net", join_date: "2021-09-12" },
            { id: 121, full_name: "Liam Larsen", email: "liam.larsen@example.com", join_date: "2022-02-24" },
            { id: 122, full_name: "Marco Mendes", email: "marco.mendes@example.org", join_date: "2020-03-30" },
            { id: 123, full_name: "Nina Smith", email: "nina.smith@example.com", join_date: "2022-11-08" },
            { id: 124, full_name: "Zara Andersen", email: "zara.andersen@example.com", join_date: "2023-12-13" },
            { id: 125, full_name: "Jonas Gupta", email: "jonas.gupta@example.org", join_date: "2021-04-12" },
            { id: 126, full_name: "Chen Meyer", email: "chen.meyer@example.net", join_date: "2023-09-01" },
            { id: 127, full_name: "Marco Nakamura", email: "marco.nakamura@example.net", join_date: "2023-05-23" },
            { id: 128, full_name: "Selin Diaz", email: "selin.diaz@example.org", join_date: "2020-04-13" },
            { id: 129, full_name: "Ben Yilmaz", email: "ben.yilmaz@example.org", join_date: "2022-02-23" },
            { id: 130, full_name: "Diego Jansen", email: "diego.jansen@example.org", join_date: "2023-03-23" },
            { id: 131, full_name: "Arjun Vargas", email: "arjun.vargas@example.net", join_date: "2022-08-31" },
            { id: 132, full_name: "Hannah Demir", email: "hannah.demir@example.org", join_date: "2021-10-31" },
            { id: 133, full_name: "Carla Reyes", email: "carla.reyes@example.com", join_date: "2023-08-26" },
            { id: 134, full_name: "Olivia Nakamura", email: "olivia.nakamura@example.com", join_date: "2022-02-02" },
            { id: 135, full_name: "Anna Almeida", email: "anna.almeida@example.net", join_date: "2020-08-16" },
            { id: 136, full_name: "Isaac Lopez", email: "isaac.lopez@example.org", join_date: "2022-09-12" },
            { id: 137, full_name: "Zoe Brown", email: "zoe.brown@example.net", join_date: "2023-07-29" },
            { id: 138, full_name: "Zara Meyer", email: "zara.meyer@example.net", join_date: "2023-07-09" },
            { id: 139, full_name: "Theo Novak", email: "theo.novak@example.net", join_date: "2023-09-14" },
            { id: 140, full_name: "Julia Demir", email: "julia.demir@example.org", join_date: "2023-09-29" },
            { id: 141, full_name: "Elif Ali", email: "elif.ali@example.net", join_date: "2021-03-03" },
            { id: 142, full_name: "Rafael Larsen", email: "rafael.larsen@example.com", join_date: "2021-03-18" },
            { id: 143, full_name: "Jonas Nguyen", email: "jonas.nguyen@example.net", join_date: "2021-01-04" },
            { id: 144, full_name: "Daniel Castro", email: "daniel.castro@example.net", join_date: "2023-01-16" },
            { id: 145, full_name: "Carlos Bauer", email: "carlos.bauer@example.com", join_date: "2021-08-11" },
            { id: 146, full_name: "Paula Jensen", email: "paula.jensen@example.com", join_date: "2022-03-17" },
            { id: 147, full_name: "James Lopez", email: "james.lopez@example.net", join_date: "2023-09-08" },
            { id: 148, full_name: "Paula Castro", email: "paula.castro@example.com", join_date: "2021-11-14" },
            { id: 149, full_name: "Omar Khan", email: "omar.khan@example.net", join_date: "2023-07-19" },
            { id: 150, full_name: "Tomas Jansen", email: "tomas.jansen@example.net", join_date: "2021-03-08" },
            { id: 151, full_name: "Maya Kaya", email: "maya.kaya@example.com", join_date: "2023-12-25" },
            { id: 152, full_name: "Zoe Mendes", email: "zoe.mendes@example.net", join_date: "2023-04-08" },
            { id: 153, full_name: "Victor Nguyen", email: "victor.nguyen@example.net", join_date: "2022-10-07" },
            { id: 154, full_name: "Maja Hansen", email: "maja.hansen@example.com", join_date: "2023-01-03" },
            { id: 155, full_name: "Leo Carter", email: "leo.carter@example.com", join_date: "2021-09-26" },
            { id: 156, full_name: "Sven Adams", email: "sven.adams@example.net", join_date: "2023-10-02" },
            { id: 157, full_name: "Anna Miller", email: "anna.miller@example.net", join_date: "2020-07-04" },
            { id: 158, full_name: "Olivia Wright", email: "olivia.wright@example.com", join_date: "2022-11-07" },
            { id: 159, full_name: "Grace Patel", email: "grace.patel@example.com", join_date: "2023-01-04" },
            { id: 160, full_name: "Ivan Rossi", email: "ivan.rossi@example.org", join_date: "2022-12-01" },
            { id: 161, full_name: "Liam Sousa", email: "liam.sousa@example.com", join_date: "2021-11-21" },
            { id: 162, full_name: "Isaac Jansen", email: "isaac.jansen@example.org", join_date: "2022-11-13" },
            { id: 163, full_name: "Deniz Walker", email: "deniz.walker@example.com", join_date: "2023-07-12" },
            { id: 164, full_name: "Priya Castro", email: "priya.castro@example.net", join_date: "2022-11-11" },
            { id: 165, full_name: "Andre Kaya", email: "andre.kaya@example.org", join_date: "2022-11-09" },
            { id: 166, full_name: "Mila Lee", email: "mila.lee@example.org", join_date: "2022-06-20" },
            { id: 167, full_name: "Sven Almeida", email: "sven.almeida@example.org", join_date: "2023-01-13" },
            { id: 168, full_name: "Emma Johnson", email: "emma.johnson@example.org", join_date: "2022-10-27" },
            { id: 169, full_name: "Alice Lopez", email: "alice.lopez@example.org", join_date: "2020-01-24" },
            { id: 170, full_name: "Daniel Murphy", email: "daniel.murphy@example.org", join_date: "2023-07-24" },
            { id: 171, full_name: "Ethan Schmidt", email: "ethan.schmidt@example.net", join_date: "2023-12-08" },
            { id: 172, full_name: "Sofia Gomez", email: "sofia.gomez@example.com", join_date: "2021-07-20" },
            { id: 173, full_name: "Nina Dubois", email: "nina.dubois@example.org", join_date: "2020-08-30" },
            { id: 174, full_name: "Mateo Weber", email: "mateo.weber@example.net", join_date: "2021-04-07" },
            { id: 175, full_name: "Jack Baker", email: "jack.baker@example.org", join_date: "2022-06-07" },
            { id: 176, full_name: "Marco Hassan", email: "marco.hassan@example.net", join_date: "2022-01-22" },
            { id: 177, full_name: "Sofia Andersen", email: "sofia.andersen@example.org", join_date: "2023-09-16" },
            { id: 178, full_name: "Diego Flores", email: "diego.flores@example.org", join_date: "2023-02-02" },
            { id: 179, full_name: "Jonas Kim", email: "jonas.kim@example.org", join_date: "2022-05-20" },
            { id: 180, full_name: "Yara Garcia", email: "yara.garcia@example.org", join_date: "2023-11-20" },
            { id: 181, full_name: "Oscar Johnson", email: "oscar.johnson@example.net", join_date: "2021-05-05" },
            { id: 182, full_name: "Nina Hughes", email: "nina.hughes@example.com", join_date: "2023-02-14" },
            { id: 183, full_name: "Alice Jensen", email: "alice.jensen@example.net", join_date: "2021-08-23" },
            { id: 184, full_name: "Carla Wang", email: "carla.wang@example.org", join_date: "2020-02-24" },
            { id: 185, full_name: "James Yilmaz", email: "james.yilmaz@example.org", join_date: "2023-10-12" },
            { id: 186, full_name: "Jade Walker", email: "jade.walker@example.com", join_date: "2021-07-15" },
            { id: 187, full_name: "Rosa Jensen", email: "rosa.jensen@example.net", join_date: "2022-08-04" },
            { id: 188, full_name: "Hana Andersen", email: "hana.andersen@example.com", join_date: "2022-12-12" },
            { id: 189, full_name: "Nina Hughes", email: "nina.hughes@example.com", join_date: "2023-05-19" },
            { id: 190, full_name: "Oscar Hoffmann", email: "oscar.hoffmann@example.net", join_date: "2023-11-30" },
            { id: 191, full_name: "Maya Flores", email: "maya.flores@example.com", join_date: "2022-11-24" },
            { id: 192, full_name: "Zara Cruz", email: "zara.cruz@example.net", join_date: "2022-04-29" },
            { id: 193, full_name: "Mia Clark", email: "mia.clark@example.net", join_date: "2020-10-12" },
            { id: 194, full_name: "Sven Vargas", email: "sven.vargas@example.org", join_date: "2022-10-19" },
            { id: 195, full_name: "Wei Murphy", email: "wei.murphy@example.com", join_date: "2021-03-03" },
            { id: 196, full_name: "Liam Reyes", email: "liam.reyes@example.com", join_date: "2020-12-16" },
            { id: 197, full_name: "Sofia Hoffmann", email: "sofia.hoffmann@example.com", join_date: "2021-11-23" },
            { id: 198, full_name: "Mohamed Ibrahim", email: "mohamed.ibrahim@example.net", join_date: "2021-09-27" },
            { id: 199, full_name: "Nina Kumar", email: "nina.kumar@example.org", join_date: "2021-12-03" },
            { id: 200, full_name: "Ethan Lee", email: "ethan.lee@example.net", join_date: "2021-04-22" },
            { id: 201, full_name: "Uma Adams", email: "uma.adams@example.org", join_date: "2023-08-27" },
            { id: 202, full_name: "Carla Jensen", email: "carla.jensen@example.org", join_date: "2022-03-11" },
            { id: 203, full_name: "Victor Miller", email: "victor.miller@example.com", join_date: "2023-02-26" },
            { id: 204, full_name: "Tariq Zhang", email: "tariq.zhang@example.org", join_date: "2022-04-23" },
            { id: 205, full_name: "Hugo Reyes", email: "hugo.reyes@example.org", join_date: "2022-02-13" },
            { id: 206, full_name: "Sofia Moreau", email: "sofia.moreau@example.net", join_date: "2022-09-07" },
            { id: 207, full_name: "Mohamed Meyer", email: "mohamed.meyer@example.net", join_date: "2022-10-09" },
            { id: 208, full_name: "Daniel Larsen", email: "daniel.larsen@example.org", join_date: "2022-10-15" },
            { id: 209, full_name: "Wei Vargas", email: "wei.vargas@example.net", join_date: "2023-02-22" },
            { id: 210, full_name: "Grace Hansen", email: "grace.hansen@example.com", join_date: "2020-09-30" },
            { id: 211, full_name: "Laura Shah", email: "laura.shah@example.org", join_date: "2021-03-21" },
            { id: 212, full_name: "Jack Brown", email: "jack.brown@example.com", join_date: "2023-09-05" },
            { id: 213, full_name: "Selin Ibrahim", email: "selin.ibrahim@example.org", join_date: "2022-08-08" },
            { id: 214, full_name: "Leo Jensen", email: "leo.jensen@example.com", join_date: "2023-08-28" },
            { id: 215, full_name: "Mia Kowalski", email: "mia.kowalski@example.net", join_date: "2022-12-11" },
            { id: 216, full_name: "Andre Mendes", email: "andre.mendes@example.org", join_date: "2020-04-30" },
            { id: 217, full_name: "James Lopez", email: "james.lopez@example.org", join_date: "2020-11-07" },
            { id: 218, full_name: "Mei Tanaka", email: "mei.tanaka@example.org", join_date: "2022-04-06" },
            { id: 219, full_name: "Uma Walker", email: "uma.walker@example.com", join_date: "2022-02-12" },
            { id: 220, full_name: "Mila Martin", email: "mila.martin@example.org", join_date: "2022-03-31" },
            { id: 221, full_name: "Sven Lopez", email: "sven.lopez@example.com", join_date: "2022-06-05" },
            { id: 222, full_name: "Tomas Bauer", email: "tomas.bauer@example.org", join_date: "2022-06-29" },
            { id: 223, full_name: "Rosa Sousa", email: "rosa.sousa@example.net", join_date: "2022-04-01" },
            { id: 224, full_name: "Maria Evans", email: "maria.evans@example.net", join_date: "2022-05-31" },
            { id: 225, full_name: "Marco Murphy", email: "marco.murphy@example.org", join_date: "2021-11-02" },
            { id: 226, full_name: "Lucas Zhang", email: "lucas.zhang@example.com", join_date: "2020-12-04" },
            { id: 227, full_name: "Wei Flores", email: "wei.flores@example.com", join_date: "2022-04-23" },
            { id: 228, full_name: "Lena Castro", email: "lena.castro@example.org", join_date: "2023-04-19" },
            { id: 229, full_name: "Mila Ahmed", email: "mila.ahmed@example.net", join_date: "2022-10-31" },
            { id: 230, full_name: "Laura Pereira", email: "laura.pereira@example.org", join_date: "2023-09-24" },
            { id: 231, full_name: "Ben Yilmaz", email: "ben.yilmaz@example.org", join_date: "2020-07-22" },
            { id: 232, full_name: "Rafael Adams", email: "rafael.adams@example.org", join_date: "2022-02-19" },
            { id: 233, full_name: "Maya Brown", email: "maya.brown@example.org", join_date: "2022-03-04" },
            { id: 234, full_name: "Uma Young", email: "uma.young@example.org", join_date: "2020-05-10" },
            { id: 235, full_name: "Anna Park", email: "anna.park@example.org", join_date: "2022-02-20" },
            { id: 236, full_name: "Oscar Bauer", email: "oscar.bauer@example.org", join_date: "2021-11-04" },
            { id: 237, full_name: "Kai Carter", email: "kai.carter@example.net", join_date: "2023-02-25" },
            { id: 238, full_name: "Karim Almeida", email: "karim.almeida@example.org", join_date: "2022-10-21" },
            { id: 239, full_name: "Deniz Taylor", email: "deniz.taylor@example.com", join_date: "2020-01-01" },
            { id: 240, full_name: "Ines Hoffmann", email: "ines.hoffmann@example.net", join_date: "2023-06-23" },
            { id: 241, full_name: "Elif Wagner", email: "elif.wagner@example.org", join_date: "2020-02-23" },
            { id: 242, full_name: "Isaac Torres", email: "isaac.torres@example.org", join_date: "2023-11-14" },
            { id: 243, full_name: "Jade Wright", email: "jade.wright@example.com", join_date: "2021-01-25" },
            { id: 244, full_name: "Uma Sousa", email: "uma.sousa@example.com", join_date: "2021-02-17" },
            { id: 245, full_name: "David Diaz", email: "david.diaz@example.com", join_date: "2021-08-24" },
            { id: 246, full_name: "Maya Lopez", email: "maya.lopez@example.com", join_date: "2022-06-09" },
            { id: 247, full_name: "Lina Wright", email: "lina.wright@example.com", join_date: "2023-12-23" },
            { id: 248, full_name: "Noah Weber", email: "noah.weber@example.net", join_date: "2022-11-05" },
            { id: 249, full_name: "Priya Zhang", email: "priya.zhang@example.com", join_date: "2023-01-11" },
            { id: 250, full_name: "Amir Castro", email: "amir.castro@example.net", join_date: "2022-02-25" },
            { id: 251, full_name: "Pedro Lee", email: "pedro.lee@example.net", join_date: "2023-04-18" },
            { id: 252, full_name: "Zara Silva", email: "zara.silva@example.net", join_date: "2020-01-23" },
            { id: 253, full_name: "Daniel Schneider", email: "daniel.schneider@example.net", join_date: "2021-06-01" },
            { id: 254, full_name: "Victor Brown", email: "victor.brown@example.org", join_date: "2023-07-29" },
            { id: 255, full_name: "Uma Shah", email: "uma.shah@example.com", join_date: "2020-07-17" },
            { id: 256, full_name: "Chen Clark", email: "chen.clark@example.org", join_date: "2022-06-25" },
            { id: 257, full_name: "Elena Martin", email: "elena.martin@example.org", join_date: "2020-04-26" },
            { id: 258, full_name: "Carlos Costa", email: "carlos.costa@example.net", join_date: "2021-11-10" },
            { id: 259, full_name: "Selin Moreau", email: "selin.moreau@example.com", join_date: "2022-11-12" },
            { id: 260, full_name: "Ana Khan", email: "ana.khan@example.org", join_date: "2022-01-07" },
            { id: 261, full_name: "Julia Singh", email: "julia.singh@example.com", join_date: "2020-04-16" },
            { id: 262, full_name: "Rafael Sato", email: "rafael.sato@example.com", join_date: "2021-05-14" },
            { id: 263, full_name: "Sara Ahmed", email: "sara.ahmed@example.org", join_date: "2021-01-24" },
            { id: 264, full_name: "Karim Ruiz", email: "karim.ruiz@example.org", join_date: "2023-06-12" },
            { id: 265, full_name: "Alice Larsen", email: "alice.larsen@example.net", join_date: "2020-07-04" },
            { id: 266, full_name: "Maria Diaz", email: "maria.diaz@example.net", join_date: "2022-08-20" },
            { id: 267, full_name: "Chen Baker", email: "chen.baker@example.com", join_date: "2023-12-28" },
            { id: 268, full_name: "Mei Garcia", email: "mei.garcia@example.com", join_date: "2023-10-29" },
            { id: 269, full_name: "Zara Nguyen", email: "zara.nguyen@example.com", join_date: "2021-04-15" },
            { id: 270, full_name: "Andre Schmidt", email: "andre.schmidt@example.com", join_date: "2021-10-23" },
            { id: 271, full_name: "Jonas Miller", email: "jonas.miller@example.org", join_date: "2022-03-23" },
            { id: 272, full_name: "Zoe Cruz", email: "zoe.cruz@example.net", join_date: "2022-12-15" },
            { id: 273, full_name: "Sam Costa", email: "sam.costa@example.net", join_date: "2021-01-26" },
            { id: 274, full_name: "Ruby Park", email: "ruby.park@example.net", join_date: "2023-05-23" },
            { id: 275, full_name: "Grace Davis", email: "grace.davis@example.com", join_date: "2022-11-08" },
            { id: 276, full_name: "Deniz Clark", email: "deniz.clark@example.org", join_date: "2021-02-08" },
            { id: 277, full_name: "Jack Jensen", email: "jack.jensen@example.net", join_date: "2023-10-04" },
            { id: 278, full_name: "Jack Kaya", email: "jack.kaya@example.net", join_date: "2023-08-04" },
            { id: 279, full_name: "Lina Miller", email: "lina.miller@example.net", join_date: "2022-10-02" },
            { id: 280, full_name: "Ben Young", email: "ben.young@example.org", join_date: "2021-04-28" },
            { id: 281, full_name: "Chloe Kaya", email: "chloe.kaya@example.net", join_date: "2022-04-22" },
            { id: 282, full_name: "Rosa Jensen", email: "rosa.jensen@example.net", join_date: "2021-12-04" },
            { id: 283, full_name: "Deniz Shah", email: "deniz.shah@example.com", join_date: "2021-11-06" },
            { id: 284, full_name: "Leo Ali", email: "leo.ali@example.com", join_date: "2022-12-01" },
            { id: 285, full_name: "Daniel Dubois", email: "daniel.dubois@example.org", join_date: "2022-02-05" },
            { id: 286, full_name: "Carla Bennett", email: "carla.bennett@example.org", join_date: "2021-04-25" },
            { id: 287, full_name: "Ines Kaya", email: "ines.kaya@example.com", join_date: "2022-12-28" },
            { id: 288, full_name: "Elena Flores", email: "elena.flores@example.org", join_date: "2023-09-11" },
            { id: 289, full_name: "Elena Kowalski", email: "elena.kowalski@example.net", join_date: "2023-10-03" },
            { id: 290, full_name: "Carla Pereira", email: "carla.pereira@example.org", join_date: "2023-12-29" },
            { id: 291, full_name: "Ruby Park", email: "ruby.park@example.net", join_date: "2020-08-31" },
            { id: 292, full_name: "Carla Pereira", email: "carla.pereira@example.net", join_date: "2023-02-02" },
            { id: 293, full_name: "Alice Garcia", email: "alice.garcia@example.net", join_date: "2020-04-04" },
            { id: 294, full_name: "Olivia Davis", email: "olivia.davis@example.com", join_date: "2020-10-28" },
            { id: 295, full_name: "Julia Wang", email: "julia.wang@example.com", join_date: "2023-09-01" },
            { id: 296, full_name: "Felix Bauer", email: "felix.bauer@example.org", join_date: "2023-04-23" },
            { id: 297, full_name: "Elena Castro", email: "elena.castro@example.net", join_date: "2023-05-28" },
            { id: 298, full_name: "Selin Mendes", email: "selin.mendes@example.org", join_date: "2022-01-30" },
            { id: 299, full_name: "Alice Mendes", email: "alice.mendes@example.com", join_date: "2021-10-15" },
            { id: 300, full_name: "Olivia Martin", email: "olivia.martin@example.org", join_date: "2021-10-08" },
        ],
    });
    await prisma.employees.createMany({
        data: [
            { id: 1, full_name: "Mateo Hassan", email: "mateo.hassan@example.com", department: "Engineering", hire_date: "2023-02-18", performance_score: 6 },
            { id: 2, full_name: "Ibrahim Nakamura", email: "ibrahim.nakamura@example.com", department: "HR", hire_date: "2021-03-10", performance_score: 2 },
            { id: 3, full_name: "Rafael Yilmaz", email: "rafael.yilmaz@example.org", department: "HR", hire_date: "2022-08-11", performance_score: 10 },
            { id: 4, full_name: "Ana Smith", email: "ana.smith@example.net", department: "Marketing", hire_date: "2021-03-09", performance_score: 10 },
            { id: 5, full_name: "Ruby Larsen", email: "ruby.larsen@example.org", department: "Sales", hire_date: "2023-03-26", performance_score: 9 },
            { id: 6, full_name: "Chen Costa", email: "chen.costa@example.com", department: "Engineering", hire_date: "2021-05-08", performance_score: 10 },
            { id: 7, full_name: "Hugo Davis", email: "hugo.davis@example.com", department: "HR", hire_date: "2022-08-03", performance_score: 9 },
            { id: 8, full_name: "Paula Ahmed", email: "paula.ahmed@example.org", department: "Engineering", hire_date: "2023-07-17", performance_score: 8 },
            { id: 9, full_name: "Maria Sato", email: "maria.sato@example.com", department: "Marketing", hire_date: "2020-05-05", performance_score: 8 },
            { id: 10, full_name: "Fatima Wang", email: "fatima.wang@example.com", department: "Engineering", hire_date: "2022-05-05", performance_score: 4 },
            { id: 11, full_name: "Uma Diaz", email: "uma.diaz@example.org", department: "Sales", hire_date: "2021-05-21", performance_score: 2 },
            { id: 12, full_name: "Chen Walker", email: "chen.walker@example.org", department: "Marketing", hire_date: "2022-10-23", performance_score: null },
            { id: 13, full_name: "Maja Andersen", email: "maja.andersen@example.net", department: "Sales", hire_date: "2022-05-09", performance_score: 8 },
            { id: 14, full_name: "Julia Young", email: "julia.young@example.net", department: "Sales", hire_date: "2022-09-07", performance_score: 8 },
            { id: 15, full_name: "Laura Bauer", email: "laura.bauer@example.org", department: "Marketing", hire_date: "2022-12-21", performance_score: 8 },
            { id: 16, full_name: "Deniz Ali", email: "deniz.ali@example.net", department: "Marketing", hire_date: "2023-06-16", performance_score: 9 },
            { id: 17, full_name: "Zara Mendes", email: "zara.mendes@example.net", department: "Sales", hire_date: "2022-03-06", performance_score: null },
            { id: 18, full_name: "Jonas Schmidt", email: "jonas.schmidt@example.com", department: "Engineering", hire_date: "2021-09-09", performance_score: 10 },
            { id: 19, full_name: "Anna Shah", email: "anna.shah@example.net", department: "Marketing", hire_date: "2023-08-15", performance_score: 6 },
            { id: 20, full_name: "David Clark", email: "david.clark@example.net", department: "Marketing", hire_date: "2020-07-05", performance_score: 1 },
            { id: 21, full_name: "Amir Cruz", email: "amir.cruz@example.org", department: "Engineering", hire_date: "2022-12-04", performance_score: 8 },
            { id: 22, full_name: "Lucas Patel", email: "lucas.patel@example.net", department: "Sales", hire_date: "2023-08-20", performance_score: 7 },
            { id: 23, full_name: "Karim Nakamura", email: "karim.nakamura@example.net", department: "Sales", hire_date: "2020-02-22", performance_score: 9 },
            { id: 24, full_name: "Felix Gomez", email: "felix.gomez@example.net", department: "Marketing", hire_date: "2020-07-07", performance_score: 4 },
            { id: 25, full_name: "Lucas Bennett", email: "lucas.bennett@example.net", department: "Sales", hire_date: "2022-06-22", performance_score: 8 },
            { id: 26, full_name: "Tariq Johnson", email: "tariq.johnson@example.net", department: "Finance", hire_date: "2022-10-06", performance_score: 9 },
            { id: 27, full_name: "Rosa Demir", email: "rosa.demir@example.com", department: "Engineering", hire_date: "2023-11-03", performance_score: 10 },
            { id: 28, full_name: "Ravi Clark", email: "ravi.clark@example.net", department: "Engineering", hire_date: "2021-08-13", performance_score: 9 },
            { id: 29, full_name: "Oscar Flores", email: "oscar.flores@example.com", department: "Marketing", hire_date: "2021-01-16", performance_score: 9 },
            { id: 30, full_name: "Daniel Chen", email: "daniel.chen@example.net", department: "Marketing", hire_date: "2022-12-22", performance_score: 4 },
            { id: 31, full_name: "Ben Dubois", email: "ben.dubois@example.org", department: "Engineering", hire_date: "2022-03-07", performance_score: 9 },
            { id: 32, full_name: "James Gomez", email: "james.gomez@example.net", department: "Marketing", hire_date: "2022-06-25", performance_score: 10 },
            { id: 33, full_name: "David Shah", email: "david.shah@example.net", department: "Sales", hire_date: "2022-05-29", performance_score: 8 },
            { id: 34, full_name: "Isaac Chen", email: "isaac.chen@example.org", department: "Sales", hire_date: "2020-04-16", performance_score: 4 },
            { id: 35, full_name: "Uma Nguyen", email: "uma.nguyen@example.com", department: "Engineering", hire_date: "2023-11-05", performance_score: null },
            { id: 36, full_name: "Sara Costa", email: "sara.costa@example.com", department: "HR", hire_date: "2022-08-03", performance_score: 5 },
            { id: 37, full_name: "Olivia Nakamura", email: "olivia.nakamura@example.org", department: "Marketing", hire_date: "2023-07-26", performance_score: 8 },
            { id: 38, full_name: "Chen Tanaka", email: "chen.tanaka@example.com", department: "Marketing", hire_date: "2021-05-30", performance_score: null },
            { id: 39, full_name: "Zara Jensen", email: "zara.jensen@example.org", department: "HR", hire_date: "2023-03-11", performance_score: 10 },
            { id: 40, full_name: "Laura Shah", email: "laura.shah@example.com", department: "Marketing", hire_date: "2023-11-02", performance_score: 4 },
            { id: 41, full_name: "Tomas Fischer", email: "tomas.fischer@example.org", department: "Engineering", hire_date: "2023-07-29", performance_score: 4 },
            { id: 42, full_name: "Uma Shah", email: "uma.shah@example.net", department: "Engineering", hire_date: "2022-08-09", performance_score: 5 },
            { id: 43, full_name: "Ben Brown", email: "ben.brown@example.net", department: "HR", hire_date: "2023-05-07", performance_score: 2 },
            { id: 44, full_name: "Karim Murphy", email: "karim.murphy@example.com", department: "HR", hire_date: "2020-08-29", performance_score: 7 },
            { id: 45, full_name: "Mohamed Lopez", email: "mohamed.lopez@example.org", department: "Engineering", hire_date: "2022-06-02", performance_score: 9 },
            { id: 46, full_name: "Nina Almeida", email: "nina.almeida@example.net", department: "Marketing", hire_date: "2021-02-22", performance_score: 10 },
            { id: 47, full_name: "Victor Tanaka", email: "victor.tanaka@example.net", department: "Engineering", hire_date: "2023-03-19", performance_score: 8 },
            { id: 48, full_name: "Rafael Schmidt", email: "rafael.schmidt@example.com", department: "Finance", hire_date: "2021-06-24", performance_score: 3 },
            { id: 49, full_name: "Ravi Garcia", email: "ravi.garcia@example.org", department: "Finance", hire_date: "2022-03-13", performance_score: 6 },
            { id: 50, full_name: "Ana Carter", email: "ana.carter@example.org", department: "HR", hire_date: "2023-05-10", performance_score: 9 },
            { id: 51, full_name: "Laura Jansen", email: "laura.jansen@example.net", department: "Engineering", hire_date: "2023-10-06", performance_score: 3 },
            { id: 52, full_name: "Sam Novak", email: "sam.novak@example.org", department: "Sales", hire_date: "2022-09-22", performance_score: 2 },
            { id: 53, full_name: "Daniel Diaz", email: "daniel.diaz@example.com", department: "Marketing", hire_date: "2022-12-10", performance_score: 3 },
            { id: 54, full_name: "Ethan Park", email: "ethan.park@example.com", department: "HR", hire_date: "2021-09-30", performance_score: 2 },
            { id: 55, full_name: "Sofia Sato", email: "sofia.sato@example.org", department: "Sales", hire_date: "2023-09-26", performance_score: 7 },
            { id: 56, full_name: "Mateo Yilmaz", email: "mateo.yilmaz@example.com", department: "Sales", hire_date: "2022-02-04", performance_score: 6 },
            { id: 57, full_name: "Julia Sato", email: "julia.sato@example.org", department: "Engineering", hire_date: "2020-09-29", performance_score: 5 },
            { id: 58, full_name: "Hannah Costa", email: "hannah.costa@example.org", department: "Engineering", hire_date: "2021-04-13", performance_score: 8 },
            { id: 59, full_name: "Lena Wagner", email: "lena.wagner@example.net", department: "Sales", hire_date: "2022-12-06", performance_score: 5 },
            { id: 60, full_name: "Felix Adams", email: "felix.adams@example.org", department: "Finance", hire_date: "2023-12-13", performance_score: 9 },
            { id: 61, full_name: "Pedro Zhang", email: "pedro.zhang@example.com", department: "Engineering", hire_date: "2022-03-04", performance_score: 2 },
            { id: 62, full_name: "Laura Mendes", email: "laura.mendes@example.com", department: "Sales", hire_date: "2021-02-23", performance_score: 6 },
            { id: 63, full_name: "Julia Schneider", email: "julia.schneider@example.net", department: "Engineering", hire_date: "2023-01-22", performance_score: 10 },
            { id: 64, full_name: "Carla Pereira", email: "carla.pereira@example.com", department: "Marketing", hire_date: "2020-04-08", performance_score: null },
            { id: 65, full_name: "Marco Smith", email: "marco.smith@example.net", department: "Marketing", hire_date: "2022-12-01", performance_score: 8 },
            { id: 66, full_name: "Mia Patel", email: "mia.patel@example.net", department: "HR", hire_date: "2023-07-07", performance_score: 9 },
            { id: 67, full_name: "Diego Cruz", email: "diego.cruz@example.com", department: "Sales", hire_date: "2023-12-13", performance_score: 10 },
            { id: 68, full_name: "Deniz Torres", email: "deniz.torres@example.net", department: "HR", hire_date: "2023-12-29", performance_score: 10 },
            { id: 69, full_name: "Liam Martin", email: "liam.martin@example.net", department: "Sales", hire_date: "2020-10-24", performance_score: 7 },
            { id: 70, full_name: "Selin Silva", email: "selin.silva@example.org", department: "HR", hire_date: "2022-07-16", performance_score: 5 },
            { id: 71, full_name: "Nour Walker", email: "nour.walker@example.org", department: "Sales", hire_date: "2021-07-21", performance_score: 5 },
            { id: 72, full_name: "Sam Mendes", email: "sam.mendes@example.com", department: "Sales", hire_date: "2022-03-27", performance_score: 10 },
            { id: 73, full_name: "Chloe Ibrahim", email: "chloe.ibrahim@example.org", department: "Sales", hire_date: "2020-11-13", performance_score: 8 },
            { id: 74, full_name: "Ana Torres", email: "ana.torres@example.org", department: "Sales", hire_date: "2022-08-26", performance_score: 8 },
            { id: 75, full_name: "Omar Miller", email: "omar.miller@example.net", department: "Sales", hire_date: "2022-08-28", performance_score: null },
            { id: 76, full_name: "Zara Schneider", email: "zara.schneider@example.net", department: "Marketing", hire_date: "2020-11-20", performance_score: 1 },
            { id: 77, full_name: "Yusuf Murphy", email: "yusuf.murphy@example.net", department: "HR", hire_date: "2022-12-25", performance_score: 10 },
            { id: 78, full_name: "Selin Schmidt", email: "selin.schmidt@example.com", department: "Engineering", hire_date: "2021-03-21", performance_score: 4 },
            { id: 79, full_name: "Chen Klein", email: "chen.klein@example.net", department: "Finance", hire_date: "2022-05-20", performance_score: 9 },
            { id: 80, full_name: "Jack Schmidt", email: "jack.schmidt@example.org", department: "Sales", hire_date: "2023-02-02", performance_score: 9 },
            { id: 81, full_name: "Lucas Wagner", email: "lucas.wagner@example.com", department: "Marketing", hire_date: "2022-10-18", performance_score: 1 },
            { id: 82, full_name: "Emma Walker", email: "emma.walker@example.net", department: "Marketing", hire_date: "2022-07-27", performance_score: 9 },
            { id: 83, full_name: "Sven Diaz", email: "sven.diaz@example.org", department: "Sales", hire_date: "2021-05-24", performance_score: 1 },
            { id: 84, full_name: "Grace Gomez", email: "grace.gomez@example.net", department: "Sales", hire_date: "2023-12-17", performance_score: 10 },
            { id: 85, full_name: "Isaac Martin", email: "isaac.martin@example.net", department: "Engineering", hire_date: "2021-04-23", performance_score: null },
            { id: 86, full_name: "Maya Evans", email: "maya.evans@example.net", department: "Marketing", hire_date: "2021-01-20", performance_score: 9 },
            { id: 87, full_name: "Jack Ibrahim", email: "jack.ibrahim@example.org", department: "Marketing", hire_date: "2023-04-05", performance_score: 8 },
            { id: 88, full_name: "Chen Brown", email: "chen.brown@example.org", department: "Marketing", hire_date: "2022-03-03", performance_score: 1 },
            { id: 89, full_name: "Ravi Schneider", email: "ravi.schneider@example.net", department: "Marketing", hire_date: "2023-04-11", performance_score: 4 },
            { id: 90, full_name: "Victor Demir", email: "victor.demir@example.net", department: "HR", hire_date: "2022-03-13", performance_score: 10 },
            { id: 91, full_name: "Uma Moreau", email: "uma.moreau@example.com", department: "Sales", hire_date: "2020-10-13", performance_score: 6 },
            { id: 92, full_name: "Alice Baker", email: "alice.baker@example.net", department: "Sales", hire_date: "2023-08-19", performance_score: 6 },
            { id: 93, full_name: "Paula Reyes", email: "paula.reyes@example.net", department: "Finance", hire_date: "2023-12-14", performance_score: 4 },
            { id: 94, full_name: "Andre Weber", email: "andre.weber@example.com", department: "Sales", hire_date: "2023-07-19", performance_score: 10 },
            { id: 95, full_name: "Jonas Castro", email: "jonas.castro@example.net", department: "HR", hire_date: "2021-05-12", performance_score: 2 },
            { id: 96, full_name: "Marco Kowalski", email: "marco.kowalski@example.org", department: "Marketing", hire_date: "2022-10-10", performance_score: 2 },
            { id: 97, full_name: "Sven Carter", email: "sven.carter@example.org", department: "Sales", hire_date: "2021-11-01", performance_score: 7 },
            { id: 98, full_name: "Maria Ruiz", email: "maria.ruiz@example.org", department: "Engineering", hire_date: "2020-01-21", performance_score: 10 },
            { id: 99, full_name: "Hana Wright", email: "hana.wright@example.com", department: "HR", hire_date: "2021-11-24", performance_score: 5 },
            { id: 100, full_name: "Ben Young", email: "ben.young@example.org", department: "Marketing", hire_date: "2023-01-24", performance_score: 9 },
            { id: 101, full_name: "Chloe Evans", email: "chloe.evans@example.net", department: "Engineering", hire_date: "2021-10-17", performance_score: 5 },
            { id: 102, full_name: "Theo Davis", email: "theo.davis@example.org", department: "Marketing", hire_date: "2023-09-21", performance_score: 10 },
            { id: 103, full_name: "Lucas Ibrahim", email: "lucas.ibrahim@example.net", department: "Finance", hire_date: "2023-10-12", performance_score: 5 },
            { id: 104, full_name: "Jack Tanaka", email: "jack.tanaka@example.org", department: "HR", hire_date: "2021-09-29", performance_score: 10 },
            { id: 105, full_name: "Nina Fischer", email: "nina.fischer@example.org", department: "Marketing", hire_date: "2020-12-21", performance_score: 10 },
            { id: 106, full_name: "Uma Mendes", email: "uma.mendes@example.net", department: "Marketing", hire_date: "2020-01-15", performance_score: 10 },
            { id: 107, full_name: "Zara Kowalski", email: "zara.kowalski@example.net", department: "HR", hire_date: "2022-06-16", performance_score: 4 },
            { id: 108, full_name: "Zoe Kaya", email: "zoe.kaya@example.org", department: "Sales", hire_date: "2021-10-15", performance_score: 10 },
            { id: 109, full_name: "Nina Patel", email: "nina.patel@example.org", department: "Marketing", hire_date: "2020-01-01", performance_score: 10 },
            { id: 110, full_name: "Rafael Park", email: "rafael.park@example.com", department: "HR", hire_date: "2022-08-05", performance_score: 2 },
            { id: 111, full_name: "Theo Reyes", email: "theo.reyes@example.org", department: "Marketing", hire_date: "2022-10-01", performance_score: 1 },
            { id: 112, full_name: "Mateo Hughes", email: "mateo.hughes@example.net", department: "Sales", hire_date: "2022-08-05", performance_score: 5 },
            { id: 113, full_name: "Lucas Diaz", email: "lucas.diaz@example.com", department: "HR", hire_date: "2023-07-09", performance_score: 9 },
            { id: 114, full_name: "Rafael Walker", email: "rafael.walker@example.com", department: "Engineering", hire_date: "2020-05-13", performance_score: 4 },
            { id: 115, full_name: "David Oliveira", email: "david.oliveira@example.org", department: "Engineering", hire_date: "2022-11-26", performance_score: 10 },
            { id: 116, full_name: "Lina Vargas", email: "lina.vargas@example.com", department: "HR", hire_date: "2022-10-21", performance_score: 2 },
            { id: 117, full_name: "Hugo Carter", email: "hugo.carter@example.org", department: "Sales", hire_date: "2021-10-05", performance_score: 10 },
            { id: 118, full_name: "Zoe Cruz", email: "zoe.cruz@example.org", department: "Sales", hire_date: "2020-08-27", performance_score: 8 },
            { id: 119, full_name: "Chen Hughes", email: "chen.hughes@example.org", department: "Finance", hire_date: "2023-05-04", performance_score: 5 },
            { id: 120, full_name: "Karim Garcia", email: "karim.garcia@example.com", department: "Sales", hire_date: "2021-09-20", performance_score: 8 },
            { id: 121, full_name: "Mei Jensen", email: "mei.jensen@example.com", department: "Engineering", hire_date: "2020-11-17", performance_score: 5 },
            { id: 122, full_name: "Jade Silva", email: "jade.silva@example.net", department: "HR", hire_date: "2023-09-09", performance_score: 7 },
            { id: 123, full_name: "Oscar Kowalski", email: "oscar.kowalski@example.net", department: "Sales", hire_date: "2022-05-15", performance_score: null },
            { id: 124, full_name: "Mohamed Ali", email: "mohamed.ali@example.com", department: "Marketing", hire_date: "2022-09-19", performance_score: 7 },
            { id: 125, full_name: "Carlos Schmidt", email: "carlos.schmidt@example.org", department: "Sales", hire_date: "2023-02-28", performance_score: 10 },
            { id: 126, full_name: "Mohamed Pereira", email: "mohamed.pereira@example.net", department: "Sales", hire_date: "2022-02-01", performance_score: 10 },
            { id: 127, full_name: "Lina Ibrahim", email: "lina.ibrahim@example.org", department: "Marketing", hire_date: "2021-10-12", performance_score: 5 },
            { id: 128, full_name: "Deniz Wang", email: "deniz.wang@example.net", department: "Sales", hire_date: "2020-12-24", performance_score: 10 },
            { id: 129, full_name: "Hugo Davis", email: "hugo.davis@example.org", department: "Marketing", hire_date: "2020-04-17", performance_score: 4 },
            { id: 130, full_name: "Sven Khan", email: "sven.khan@example.com", department: "HR", hire_date: "2022-07-02", performance_score: 9 },
            { id: 131, full_name: "Hana Nguyen", email: "hana.nguyen@example.net", department: "Engineering", hire_date: "2021-08-10", performance_score: 8 },
            { id: 132, full_name: "Mila Sousa", email: "mila.sousa@example.com", department: "Marketing", hire_date: "2023-09-02", performance_score: 4 },
            { id: 133, full_name: "Mohamed Meyer", email: "mohamed.meyer@example.com", department: "Sales", hire_date: "2021-07-03", performance_score: 9 },
            { id: 134, full_name: "Ivan Cruz", email: "ivan.cruz@example.org", department: "Sales", hire_date: "2022-12-28", performance_score: 10 },
            { id: 135, full_name: "Andre Walker", email: "andre.walker@example.org", department: "Marketing", hire_date: "2021-05-26", performance_score: 3 },
            { id: 136, full_name: "Emma Nakamura", email: "emma.nakamura@example.org", department: "HR", hire_date: "2022-12-20", performance_score: 5 },
            { id: 137, full_name: "Fatima Singh", email: "fatima.singh@example.com", department: "HR", hire_date: "2021-03-04", performance_score: 6 },
            { id: 138, full_name: "Karim Johnson", email: "karim.johnson@example.org", department: "Engineering", hire_date: "2021-04-08", performance_score: 9 },
            { id: 139, full_name: "Elena Ruiz", email: "elena.ruiz@example.org", department: "Engineering", hire_date: "2023-02-22", performance_score: 8 },
            { id: 140, full_name: "Elif Ahmed", email: "elif.ahmed@example.com", department: "Sales", hire_date: "2021-09-12", performance_score: 7 },
            { id: 141, full_name: "Ivan Novak", email: "ivan.novak@example.org", department: "Sales", hire_date: "2022-02-09", performance_score: 1 },
            { id: 142, full_name: "Ibrahim Brown", email: "ibrahim.brown@example.com", department: "Marketing", hire_date: "2023-03-14", performance_score: 3 },
            { id: 143, full_name: "Zara Lopez", email: "zara.lopez@example.org", department: "Marketing", hire_date: "2022-09-20", performance_score: 10 },
            { id: 144, full_name: "Selin Davis", email: "selin.davis@example.net", department: "Sales", hire_date: "2022-07-31", performance_score: 9 },
            { id: 145, full_name: "Zoe Kim", email: "zoe.kim@example.net", department: "Engineering", hire_date: "2021-01-26", performance_score: 5 },
            { id: 146, full_name: "James Schmidt", email: "james.schmidt@example.org", department: "Engineering", hire_date: "2022-03-28", performance_score: 10 },
            { id: 147, full_name: "Yusuf Shah", email: "yusuf.shah@example.com", department: "Marketing", hire_date: "2023-06-14", performance_score: 9 },
            { id: 148, full_name: "Grace Wagner", email: "grace.wagner@example.com", department: "Engineering", hire_date: "2023-05-03", performance_score: 9 },
            { id: 149, full_name: "Lena Demir", email: "lena.demir@example.com", department: "Engineering", hire_date: "2023-07-27", performance_score: 1 },
            { id: 150, full_name: "Laura Yilmaz", email: "laura.yilmaz@example.org", department: "Marketing", hire_date: "2023-05-22", performance_score: 10 },
            { id: 151, full_name: "Wei Young", email: "wei.young@example.net", department: "Marketing", hire_date: "2020-11-10", performance_score: 9 },
            { id: 152, full_name: "Mia Larsen", email: "mia.larsen@example.org", department: "Sales", hire_date: "2022-04-30", performance_score: 10 },
            { id: 153, full_name: "Chen Torres", email: "chen.torres@example.org", department: "Engineering", hire_date: "2023-04-19", performance_score: 4 },
            { id: 154, full_name: "Jack Schmidt", email: "jack.schmidt@example.net", department: "Sales", hire_date: "2023-04-07", performance_score: 2 },
            { id: 155, full_name: "Mei Reyes", email: "mei.reyes@example.org", department: "Engineering", hire_date: "2023-07-15", performance_score: 1 },
            { id: 156, full_name: "Laura Murphy", email: "laura.murphy@example.com", department: "Sales", hire_date: "2021-08-29", performance_score: 10 },
            { id: 157, full_name: "Zoe Hassan", email: "zoe.hassan@example.net", department: "Engineering", hire_date: "2023-04-16", performance_score: 8 },
            { id: 158, full_name: "Yusuf Becker", email: "yusuf.becker@example.com", department: "Marketing", hire_date: "2020-09-10", performance_score: 1 },
            { id: 159, full_name: "Wei Tanaka", email: "wei.tanaka@example.org", department: "Finance", hire_date: "2023-11-30", performance_score: 10 },
            { id: 160, full_name: "Ethan Gomez", email: "ethan.gomez@example.org", department: "Engineering", hire_date: "2023-02-18", performance_score: 8 },
            { id: 161, full_name: "Chloe Gupta", email: "chloe.gupta@example.net", department: "Engineering", hire_date: "2022-05-26", performance_score: 10 },
            { id: 162, full_name: "Rafael Hughes", email: "rafael.hughes@example.com", department: "Finance", hire_date: "2021-10-07", performance_score: null },
            { id: 163, full_name: "Priya Vargas", email: "priya.vargas@example.org", department: "Engineering", hire_date: "2023-11-27", performance_score: 8 },
            { id: 164, full_name: "Amir Evans", email: "amir.evans@example.org", department: "Engineering", hire_date: "2021-07-10", performance_score: 10 },
            { id: 165, full_name: "Ana Brown", email: "ana.brown@example.com", department: "Engineering", hire_date: "2022-02-07", performance_score: 9 },
            { id: 166, full_name: "Ethan Davis", email: "ethan.davis@example.net", department: "Marketing", hire_date: "2021-08-18", performance_score: null },
            { id: 167, full_name: "Amir Tanaka", email: "amir.tanaka@example.net", department: "Marketing", hire_date: "2021-03-10", performance_score: 9 },
            { id: 168, full_name: "Ivan Martin", email: "ivan.martin@example.org", department: "Sales", hire_date: "2022-02-02", performance_score: 8 },
            { id: 169, full_name: "Leo Hughes", email: "leo.hughes@example.com", department: "Engineering", hire_date: "2021-07-15", performance_score: 2 },
            { id: 170, full_name: "Maya Wright", email: "maya.wright@example.net", department: "HR", hire_date: "2022-05-05", performance_score: 6 },
            { id: 171, full_name: "Grace Castro", email: "grace.castro@example.org", department: "Sales", hire_date: "2022-11-01", performance_score: 9 },
            { id: 172, full_name: "Elena Kim", email: "elena.kim@example.com", department: "Finance", hire_date: "2023-10-15", performance_score: 7 },
            { id: 173, full_name: "Olivia Taylor", email: "olivia.taylor@example.org", department: "Finance", hire_date: "2021-02-11", performance_score: 10 },
            { id: 174, full_name: "Ben Meyer", email: "ben.meyer@example.net", department: "Sales", hire_date: "2021-12-05", performance_score: 6 },
            { id: 175, full_name: "Mila Castro", email: "mila.castro@example.net", department: "Sales", hire_date: "2023-08-12", performance_score: 1 },
            { id: 176, full_name: "Paula Becker", email: "paula.becker@example.org", department: "Sales", hire_date: "2020-01-10", performance_score: 10 },
            { id: 177, full_name: "Tariq Demir", email: "tariq.demir@example.org", department: "Finance", hire_date: "2022-08-11", performance_score: 10 },
            { id: 178, full_name: "Lena Kaya", email: "lena.kaya@example.net", department: "HR", hire_date: "2022-12-28", performance_score: 3 },
            { id: 179, full_name: "Daniel Demir", email: "daniel.demir@example.com", department: "Engineering", hire_date: "2023-05-25", performance_score: null },
            { id: 180, full_name: "Tariq Schneider", email: "tariq.schneider@example.org", department: "Sales", hire_date: "2023-11-05", performance_score: null },
            { id: 181, full_name: "Wei Costa", email: "wei.costa@example.net", department: "Engineering", hire_date: "2022-12-19", performance_score: 2 },
            { id: 182, full_name: "Ines Khan", email: "ines.khan@example.net", department: "Marketing", hire_date: "2021-11-28", performance_score: 10 },
            { id: 183, full_name: "Mei Schneider", email: "mei.schneider@example.net", department: "HR", hire_date: "2022-09-04", performance_score: 7 },
            { id: 184, full_name: "Nina Ali", email: "nina.ali@example.net", department: "Sales", hire_date: "2023-08-25", performance_score: 3 },
            { id: 185, full_name: "Omar Patel", email: "omar.patel@example.org", department: "Marketing", hire_date: "2023-04-29", performance_score: null },
            { id: 186, full_name: "Ibrahim Gomez", email: "ibrahim.gomez@example.com", department: "Sales", hire_date: "2023-06-18", performance_score: 9 },
            { id: 187, full_name: "Fatima Davis", email: "fatima.davis@example.org", department: "Marketing", hire_date: "2023-08-18", performance_score: 8 },
            { id: 188, full_name: "Karim Kaya", email: "karim.kaya@example.com", department: "Sales", hire_date: "2023-08-15", performance_score: 10 },
            { id: 189, full_name: "Fatima Wright", email: "fatima.wright@example.org", department: "Engineering", hire_date: "2021-01-08", performance_score: null },
            { id: 190, full_name: "Julia Brown", email: "julia.brown@example.net", department: "Marketing", hire_date: "2023-08-11", performance_score: 9 },
            { id: 191, full_name: "Ines Taylor", email: "ines.taylor@example.com", department: "Sales", hire_date: "2020-12-01", performance_score: 2 },
            { id: 192, full_name: "Ivan Zhang", email: "ivan.zhang@example.com", department: "Sales", hire_date: "2021-09-28", performance_score: null },
            { id: 193, full_name: "Ravi Dubois", email: "ravi.dubois@example.com", department: "Sales", hire_date: "2023-03-18", performance_score: 3 },
            { id: 194, full_name: "Jade Kowalski", email: "jade.kowalski@example.org", department: "Finance", hire_date: "2021-05-16", performance_score: 8 },
            { id: 195, full_name: "Laura Taylor", email: "laura.taylor@example.org", department: "Sales", hire_date: "2023-05-15", performance_score: 6 },
            { id: 196, full_name: "Oscar Young", email: "oscar.young@example.com", department: "Marketing", hire_date: "2023-11-19", performance_score: 5 },
            { id: 197, full_name: "Lucas Smith", email: "lucas.smith@example.com", department: "Marketing", hire_date: "2023-05-07", performance_score: 9 },
            { id: 198, full_name: "Ivan Patel", email: "ivan.patel@example.org", department: "Engineering", hire_date: "2021-01-27", performance_score: 1 },
            { id: 199, full_name: "Lina Kumar", email: "lina.kumar@example.com", department: "HR", hire_date: "2021-06-06", performance_score: 10 },
            { id: 200, full_name: "Maya Diaz", email: "maya.diaz@example.org", department: "Marketing", hire_date: "2022-01-22", performance_score: 9 },
            { id: 201, full_name: "Sara Chen", email: "sara.chen@example.com", department: "Engineering", hire_date: "2020-01-25", performance_score: 5 },
            { id: 202, full_name: "Lina Jansen", email: "lina.jansen@example.com", department: "Sales", hire_date: "2023-05-07", performance_score: 5 },
            { id: 203, full_name: "Mateo Almeida", email: "mateo.almeida@example.net", department: "Engineering", hire_date: "2023-10-23", performance_score: 9 },
            { id: 204, full_name: "Mei Ibrahim", email: "mei.ibrahim@example.com", department: "Sales", hire_date: "2022-08-08", performance_score: 5 },
            { id: 205, full_name: "Olivia Patel", email: "olivia.patel@example.com", department: "Sales", hire_date: "2023-01-06", performance_score: 10 },
            { id: 206, full_name: "Zara Martin", email: "zara.martin@example.com", department: "Engineering", hire_date: "2020-04-06", performance_score: 8 },
            { id: 207, full_name: "Jade Vargas", email: "jade.vargas@example.org", department: "Engineering", hire_date: "2023-05-20", performance_score: 9 },
            { id: 208, full_name: "Grace Wright", email: "grace.wright@example.net", department: "Marketing", hire_date: "2022-11-28", performance_score: 9 },
            { id: 209, full_name: "Jonas Adams", email: "jonas.adams@example.net", department: "Marketing", hire_date: "2022-01-15", performance_score: 7 },
            { id: 210, full_name: "Wei Carter", email: "wei.carter@example.net", department: "HR", hire_date: "2020-08-22", performance_score: 9 },
            { id: 211, full_name: "Tomas Sato", email: "tomas.sato@example.org", department: "Marketing", hire_date: "2021-12-03", performance_score: 3 },
            { id: 212, full_name: "Chloe Hoffmann", email: "chloe.hoffmann@example.net", department: "Sales", hire_date: "2023-12-29", performance_score: 8 },
            { id: 213, full_name: "Fatima Evans", email: "fatima.evans@example.net", department: "Finance", hire_date: "2020-03-19", performance_score: 6 },
            { id: 214, full_name: "Sam Murphy", email: "sam.murphy@example.net", department: "Engineering", hire_date: "2023-11-11", performance_score: 10 },
            { id: 215, full_name: "Mia Novak", email: "mia.novak@example.net", department: "Engineering", hire_date: "2020-07-19", performance_score: 7 },
            { id: 216, full_name: "Daniel Wagner", email: "daniel.wagner@example.com", department: "Sales", hire_date: "2023-11-30", performance_score: 5 },
            { id: 217, full_name: "Amir Khan", email: "amir.khan@example.com", department: "Sales", hire_date: "2021-02-08", performance_score: 8 },
            { id: 218, full_name: "Leo Bennett", email: "leo.bennett@example.org", department: "HR", hire_date: "2022-07-13", performance_score: 8 },
            { id: 219, full_name: "Mia Gomez", email: "mia.gomez@example.net", department: "Engineering", hire_date: "2023-02-03", performance_score: 9 },
            { id: 220, full_name: "Rafael Taylor", email: "rafael.taylor@example.org", department: "Marketing", hire_date: "2021-11-27", performance_score: 6 },
            { id: 221, full_name: "Omar Vargas", email: "omar.vargas@example.org", department: "Engineering", hire_date: "2023-04-12", performance_score: 6 },
            { id: 222, full_name: "Rosa Hughes", email: "rosa.hughes@example.com", department: "Engineering", hire_date: "2020-02-20", performance_score: 3 },
            { id: 223, full_name: "Mateo Castro", email: "mateo.castro@example.com", department: "Engineering", hire_date: "2021-09-07", performance_score: 5 },
            { id: 224, full_name: "Maja Taylor", email: "maja.taylor@example.org", department: "HR", hire_date: "2023-02-26", performance_score: 9 },
            { id: 225, full_name: "Mateo Ahmed", email: "mateo.ahmed@example.org", department: "Finance", hire_date: "2023-08-10", performance_score: 10 },
            { id: 226, full_name: "Selin Weber", email: "selin.weber@example.org", department: "Finance", hire_date: "2021-01-29", performance_score: 10 },
            { id: 227, full_name: "Ana Moreau", email: "ana.moreau@example.com", department: "Engineering", hire_date: "2021-07-29", performance_score: 10 },
            { id: 228, full_name: "Sam Sousa", email: "sam.sousa@example.org", department: "Engineering", hire_date: "2023-11-10", performance_score: 2 },
            { id: 229, full_name: "Hana Jansen", email: "hana.jansen@example.org", department: "Sales", hire_date: "2021-11-05", performance_score: 10 },
            { id: 230, full_name: "Nadia Lopez", email: "nadia.lopez@example.net", department: "HR", hire_date: "2022-05-31", performance_score: 4 },
            { id: 231, full_name: "Ines Young", email: "ines.young@example.com", department: "Engineering", hire_date: "2020-04-09", performance_score: 4 },
            { id: 232, full_name: "Felix Cruz", email: "felix.cruz@example.org", department: "Engineering", hire_date: "2021-11-10", performance_score: 10 },
            { id: 233, full_name: "Ethan Khan", email: "ethan.khan@example.net", department: "Sales", hire_date: "2020-12-28", performance_score: 9 },
            { id: 234, full_name: "Sara Murphy", email: "sara.murphy@example.org", department: "Sales", hire_date: "2023-09-23", performance_score: 3 },
            { id: 235, full_name: "Marco Johnson", email: "marco.johnson@example.net", department: "Engineering", hire_date: "2022-08-01", performance_score: 7 },
            { id: 236, full_name: "Priya Jansen", email: "priya.jansen@example.com", department: "Engineering", hire_date: "2022-10-08", performance_score: null },
            { id: 237, full_name: "Nour Adams", email: "nour.adams@example.net", department: "Sales", hire_date: "2023-02-09", performance_score: 1 },
            { id: 238, full_name: "Noah Baker", email: "noah.baker@example.com", department: "Sales", hire_date: "2021-05-20", performance_score: 10 },
            { id: 239, full_name: "Kai Almeida", email: "kai.almeida@example.org", department: "Marketing", hire_date: "2020-11-02", performance_score: 10 },
            { id: 240, full_name: "David Castro", email: "david.castro@example.org", department: "Sales", hire_date: "2020-01-28", performance_score: 10 },
            { id: 241, full_name: "Mei Ruiz", email: "mei.ruiz@example.com", department: "HR", hire_date: "2022-06-12", performance_score: 10 },
            { id: 242, full_name: "Oscar Jensen", email: "oscar.jensen@example.net", department: "Marketing", hire_date: "2021-03-17", performance_score: 4 },
            { id: 243, full_name: "Julia Ruiz", email: "julia.ruiz@example.com", department: "Sales", hire_date: "2023-04-18", performance_score: 6 },
            { id: 244, full_name: "Mateo Park", email: "mateo.park@example.net", department: "Sales", hire_date: "2022-09-10", performance_score: 9 },
            { id: 245, full_name: "Ben Cruz", email: "ben.cruz@example.com", department: "Sales", hire_date: "2020-05-29", performance_score: null },
            { id: 246, full_name: "Lena Evans", email: "lena.evans@example.org", department: "Sales", hire_date: "2022-11-25", performance_score: 7 },
            { id: 247, full_name: "Lena Becker", email: "lena.becker@example.com", department: "Marketing", hire_date: "2020-01-13", performance_score: 5 },
            { id: 248, full_name: "Mohamed Khan", email: "mohamed.khan@example.org", department: "Sales", hire_date: "2020-05-28", performance_score: 6 },
            { id: 249, full_name: "Rosa Hansen", email: "rosa.hansen@example.com", department: "Sales", hire_date: "2023-04-24", performance_score: 2 },
            { id: 250, full_name: "James Kowalski", email: "james.kowalski@example.net", department: "Marketing", hire_date: "2022-07-17", performance_score: 9 },
            { id: 251, full_name: "Paula Yilmaz", email: "paula.yilmaz@example.com", department: "Finance", hire_date: "2023-08-25", performance_score: 5 },
            { id: 252, full_name: "Kai Nakamura", email: "kai.nakamura@example.org", department: "HR", hire_date: "2022-07-11", performance_score: null },
            { id: 253, full_name: "Nina Hoffmann", email: "nina.hoffmann@example.org", department: "Sales", hire_date: "2021-07-02", performance_score: 9 },
            { id: 254, full_name: "Hannah Walker", email: "hannah.walker@example.net", department: "Engineering", hire_date: "2022-09-20", performance_score: 8 },
            { id: 255, full_name: "Ruby Sato", email: "ruby.sato@example.net", department: "Sales", hire_date: "2023-12-13", performance_score: 9 },
            { id: 256, full_name: "Maya Costa", email: "maya.costa@example.net", department: "Sales", hire_date: "2023-04-22", performance_score: 4 },
            { id: 257, full_name: "Kai Nguyen", email: "kai.nguyen@example.org", department: "Marketing", hire_date: "2022-11-04", performance_score: 8 },
            { id: 258, full_name: "Ruby Kim", email: "ruby.kim@example.net", department: "Sales", hire_date: "2023-09-13", performance_score: 10 },
            { id: 259, full_name: "Elena Evans", email: "elena.evans@example.net", department: "Marketing", hire_date: "2023-10-21", performance_score: 5 },
            { id: 260, full_name: "David Young", email: "david.young@example.net", department: "Marketing", hire_date: "2021-09-12", performance_score: null },
            { id: 261, full_name: "Victor Fischer", email: "victor.fischer@example.org", department: "Marketing", hire_date: "2022-05-22", performance_score: 9 },
            { id: 262, full_name: "Maya Clark", email: "maya.clark@example.org", department: "Engineering", hire_date: "2021-11-23", performance_score: 3 },
            { id: 263, full_name: "Hana Torres", email: "hana.torres@example.net", department: "Marketing", hire_date: "2020-09-03", performance_score: 7 },
            { id: 264, full_name: "Anna Miller", email: "anna.miller@example.com", department: "Sales", hire_date: "2022-02-26", performance_score: null },
            { id: 265, full_name: "Mila Almeida", email: "mila.almeida@example.org", department: "Sales", hire_date: "2023-03-27", performance_score: 4 },
            { id: 266, full_name: "Alice Kowalski", email: "alice.kowalski@example.org", department: "Sales", hire_date: "2021-12-04", performance_score: null },
            { id: 267, full_name: "Lucas Oliveira", email: "lucas.oliveira@example.org", department: "Engineering", hire_date: "2022-02-21", performance_score: null },
            { id: 268, full_name: "Rafael Jansen", email: "rafael.jansen@example.com", department: "Sales", hire_date: "2021-11-26", performance_score: 10 },
            { id: 269, full_name: "Ines Gomez", email: "ines.gomez@example.com", department: "HR", hire_date: "2022-09-05", performance_score: 9 },
            { id: 270, full_name: "Elena Diaz", email: "elena.diaz@example.org", department: "Marketing", hire_date: "2022-07-05", performance_score: 8 },
            { id: 271, full_name: "Mia Bauer", email: "mia.bauer@example.org", department: "Sales", hire_date: "2021-09-28", performance_score: 8 },
            { id: 272, full_name: "Mei Kaya", email: "mei.kaya@example.com", department: "Marketing", hire_date: "2021-03-12", performance_score: 7 },
            { id: 273, full_name: "Paula Schneider", email: "paula.schneider@example.org", department: "Sales", hire_date: "2020-05-18", performance_score: null },
            { id: 274, full_name: "Anna Weber", email: "anna.weber@example.net", department: "Sales", hire_date: "2021-05-25", performance_score: 8 },
            { id: 275, full_name: "Julia Wang", email: "julia.wang@example.org", department: "Sales", hire_date: "2021-09-07", performance_score: 3 },
            { id: 276, full_name: "Arjun Garcia", email: "arjun.garcia@example.net", department: "Engineering", hire_date: "2020-12-27", performance_score: 10 },
            { id: 277, full_name: "Lucas Ruiz", email: "lucas.ruiz@example.org", department: "HR", hire_date: "2023-03-29", performance_score: 8 },
            { id: 278, full_name: "Yusuf Wang", email: "yusuf.wang@example.org", department: "HR", hire_date: "2023-07-31", performance_score: 8 },
            { id: 279, full_name: "Sam Novak", email: "sam.novak@example.com", department: "Sales", hire_date: "2021-06-10", performance_score: 2 },
            { id: 280, full_name: "Laura Evans", email: "laura.evans@example.com", department: "Sales", hire_date: "2022-11-08", performance_score: 6 },
            { id: 281, full_name: "Jade Singh", email: "jade.singh@example.com", department: "Sales", hire_date: "2021-10-12", performance_score: 10 },
            { id: 282, full_name: "Pedro Ruiz", email: "pedro.ruiz@example.org", department: "Engineering", hire_date: "2021-01-18", performance_score: 5 },
            { id: 283, full_name: "Sofia Hassan", email: "sofia.hassan@example.net", department: "Sales", hire_date: "2022-04-08", performance_score: 10 },
            { id: 284, full_name: "Nina Wang", email: "nina.wang@example.com", department: "Finance", hire_date: "2020-07-04", performance_score: 2 },
            { id: 285, full_name: "Lina Davis", email: "lina.davis@example.com", department: "Engineering", hire_date: "2023-07-21", performance_score: null },
            { id: 286, full_name: "Lina Klein", email: "lina.klein@example.net", department: "Finance", hire_date: "2021-04-12", performance_score: 9 },
            { id: 287, full_name: "Carla Demir", email: "carla.demir@example.net", department: "Sales", hire_date: "2021-12-05", performance_score: 3 },
            { id: 288, full_name: "Yara Young", email: "yara.young@example.com", department: "Sales", hire_date: "2021-04-14", performance_score: 9 },
            { id: 289, full_name: "Zoe Pereira", email: "zoe.pereira@example.net", department: "Sales", hire_date: "2021-09-28", performance_score: 10 },
            { id: 290, full_name: "Karim Schmidt", email: "karim.schmidt@example.com", department: "Sales", hire_date: "2022-07-26", performance_score: 1 },
            { id: 291, full_name: "Uma Nguyen", email: "uma.nguyen@example.net", department: "Engineering", hire_date: "2023-10-17", performance_score: 3 },
            { id: 292, full_name: "Rosa Lee", email: "rosa.lee@example.net", department: "Marketing", hire_date: "2023-03-18", performance_score: 10 },
            { id: 293, full_name: "Carla Hoffmann", email: "carla.hoffmann@example.net", department: "Marketing", hire_date: "2021-08-28", performance_score: 9 },
            { id: 294, full_name: "Fatima Carter", email: "fatima.carter@example.org", department: "Engineering", hire_date: "2022-02-06", performance_score: 7 },
            { id: 295, full_name: "Andre Singh", email: "andre.singh@example.net", department: "Sales", hire_date: "2021-08-03", performance_score: 7 },
            { id: 296, full_name: "Sven Taylor", email: "sven.taylor@example.org", department: "Engineering", hire_date: "2023-01-17", performance_score: 10 },
            { id: 297, full_name: "Paula Bauer", email: "paula.bauer@example.org", department: "Engineering", hire_date: "2023-09-29", performance_score: 10 },
            { id: 298, full_name: "Mateo Chen", email: "mateo.chen@example.org", department: "Sales", hire_date: "2021-07-29", performance_score: 9 },
            { id: 299, full_name: "Liam Wang", email: "liam.wang@example.com", department: "Finance", hire_date: "2021-01-09", performance_score: 10 },
            { id: 300, full_name: "Sofia Nakamura", email: "sofia.nakamura@example.net", department: "Sales", hire_date: "2022-06-21", performance_score: 2 },
            { id: 301, full_name: "Grace Weber", email: "grace.weber@example.net", department: "Sales", hire_date: "2021-03-17", performance_score: 7 },
            { id: 302, full_name: "Julia Brown", email: "julia.brown@example.org", department: "Sales", hire_date: "2021-01-20", performance_score: 3 },
            { id: 303, full_name: "Sven Demir", email: "sven.demir@example.net", department: "Engineering", hire_date: "2022-01-12", performance_score: 6 },
            { id: 304, full_name: "Ivan Klein", email: "ivan.klein@example.org", department: "Engineering", hire_date: "2021-08-04", performance_score: 6 },
            { id: 305, full_name: "Amir Miller", email: "amir.miller@example.org", department: "Engineering", hire_date: "2023-04-16", performance_score: 7 },
            { id: 306, full_name: "Pedro Cruz", email: "pedro.cruz@example.com", department: "HR", hire_date: "2023-04-23", performance_score: 9 },
            { id: 307, full_name: "Olivia Kowalski", email: "olivia.kowalski@example.org", department: "Sales", hire_date: "2020-10-23", performance_score: 10 },
            { id: 308, full_name: "Mei Baker", email: "mei.baker@example.com", department: "Engineering", hire_date: "2023-08-29", performance_score: 8 },
            { id: 309, full_name: "Zara Castro", email: "zara.castro@example.com", department: "Sales", hire_date: "2021-01-30", performance_score: 9 },
            { id: 310, full_name: "Yara Novak", email: "yara.novak@example.org", department: "Engineering", hire_date: "2021-10-21", performance_score: 3 },
            { id: 311, full_name: "Hugo Meyer", email: "hugo.meyer@example.net", department: "Sales", hire_date: "2020-07-23", performance_score: 10 },
            { id: 312, full_name: "Tariq Clark", email: "tariq.clark@example.org", department: "Sales", hire_date: "2023-07-10", performance_score: 4 },
            { id: 313, full_name: "Maria Patel", email: "maria.patel@example.net", department: "Sales", hire_date: "2021-05-23", performance_score: null },
            { id: 314, full_name: "Tomas Vargas", email: "tomas.vargas@example.org", department: "HR", hire_date: "2020-08-23", performance_score: 7 },
            { id: 315, full_name: "Nour Davis", email: "nour.davis@example.net", department: "Engineering", hire_date: "2020-09-16", performance_score: 7 },
            { id: 316, full_name: "Sam Gomez", email: "sam.gomez@example.org", department: "Sales", hire_date: "2021-09-01", performance_score: 8 },
            { id: 317, full_name: "Marco Tanaka", email: "marco.tanaka@example.org", department: "Engineering", hire_date: "2021-11-26", performance_score: 9 },
            { id: 318, full_name: "Carlos Adams", email: "carlos.adams@example.net", department: "Sales", hire_date: "2023-09-16", performance_score: 7 },
            { id: 319, full_name: "Laura Demir", email: "laura.demir@example.org", department: "Engineering", hire_date: "2023-12-28", performance_score: 10 },
            { id: 320, full_name: "Julia Becker", email: "julia.becker@example.org", department: "Marketing", hire_date: "2023-01-23", performance_score: 8 },
            { id: 321, full_name: "Ines Bennett", email: "ines.bennett@example.net", department: "Engineering", hire_date: "2021-09-16", performance_score: 2 },
            { id: 322, full_name: "Elif Mendes", email: "elif.mendes@example.net", department: "Marketing", hire_date: "2021-10-10", performance_score: 9 },
            { id: 323, full_name: "Amir Young", email: "amir.young@example.org", department: "HR", hire_date: "2021-07-23", performance_score: null },
            { id: 324, full_name: "Zara Kumar", email: "zara.kumar@example.org", department: "Sales", hire_date: "2022-08-15", performance_score: 9 },
            { id: 325, full_name: "Leo Reyes", email: "leo.reyes@example.org", department: "HR", hire_date: "2020-10-31", performance_score: 4 },
            { id: 326, full_name: "Elena Oliveira", email: "elena.oliveira@example.org", department: "HR", hire_date: "2021-01-25", performance_score: 10 },
            { id: 327, full_name: "Hannah Nguyen", email: "hannah.nguyen@example.com", department: "Finance", hire_date: "2021-11-16", performance_score: 8 },
            { id: 328, full_name: "Leo Ruiz", email: "leo.ruiz@example.org", department: "Sales", hire_date: "2021-03-16", performance_score: null },
            { id: 329, full_name: "Grace Martin", email: "grace.martin@example.net", department: "HR", hire_date: "2020-02-22", performance_score: 6 },
            { id: 330, full_name: "Jonas Yilmaz", email: "jonas.yilmaz@example.org", department: "Sales", hire_date: "2022-07-10", performance_score: 2 },
            { id: 331, full_name: "Mateo Schneider", email: "mateo.schneider@example.org", department: "Sales", hire_date: "2021-12-23", performance_score: 6 },
            { id: 332, full_name: "Hannah Andersen", email: "hannah.andersen@example.net", department: "HR", hire_date: "2022-07-25", performance_score: 5 },
            { id: 333, full_name: "Rosa Khan", email: "rosa.khan@example.com", department: "Marketing", hire_date: "2023-07-17", performance_score: 10 },
            { id: 334, full_name: "Lena Torres", email: "lena.torres@example.com", department: "Marketing", hire_date: "2023-10-24", performance_score: 3 },
            { id: 335, full_name: "Liam Lee", email: "liam.lee@example.org", department: "Finance", hire_date: "2020-10-13", performance_score: 10 },
            { id: 336, full_name: "Emma Almeida", email: "emma.almeida@example.org", department: "HR", hire_date: "2023-02-01", performance_score: 8 },
            { id: 337, full_name: "Ruby Dubois", email: "ruby.dubois@example.com", department: "Sales", hire_date: "2021-04-12", performance_score: 2 },
            { id: 338, full_name: "Emma Torres", email: "emma.torres@example.net", department: "HR", hire_date: "2021-08-11", performance_score: 4 },
            { id: 339, full_name: "James Wagner", email: "james.wagner@example.com", department: "Sales", hire_date: "2022-09-08", performance_score: 5 },
            { id: 340, full_name: "Felix Klein", email: "felix.klein@example.com", department: "Sales", hire_date: "2023-02-22", performance_score: 10 },
            { id: 341, full_name: "Pedro Nakamura", email: "pedro.nakamura@example.org", department: "Marketing", hire_date: "2023-03-12", performance_score: 8 },
            { id: 342, full_name: "Alice Reyes", email: "alice.reyes@example.com", department: "Marketing", hire_date: "2022-07-02", performance_score: null },
            { id: 343, full_name: "Elif Carter", email: "elif.carter@example.net", department: "HR", hire_date: "2023-03-06", performance_score: 3 },
            { id: 344, full_name: "Maria Singh", email: "maria.singh@example.com", department: "Sales", hire_date: "2023-04-01", performance_score: 9 },
            { id: 345, full_name: "Sara Kaya", email: "sara.kaya@example.net", department: "Engineering", hire_date: "2023-06-11", performance_score: 3 },
            { id: 346, full_name: "Oscar Ahmed", email: "oscar.ahmed@example.com", department: "Sales", hire_date: "2022-11-05", performance_score: 3 },
            { id: 347, full_name: "Lina Garcia", email: "lina.garcia@example.com", department: "Sales", hire_date: "2023-01-30", performance_score: 4 },
            { id: 348, full_name: "Emma Larsen", email: "emma.larsen@example.org", department: "Sales", hire_date: "2021-12-13", performance_score: 10 },
            { id: 349, full_name: "Sofia Larsen", email: "sofia.larsen@example.org", department: "Marketing", hire_date: "2021-07-13", performance_score: 1 },
            { id: 350, full_name: "Ethan Miller", email: "ethan.miller@example.com", department: "Finance", hire_date: "2022-10-13", performance_score: 10 },
            { id: 351, full_name: "Yusuf Wang", email: "yusuf.wang@example.net", department: "HR", hire_date: "2023-06-28", performance_score: null },
            { id: 352, full_name: "Ethan Martin", email: "ethan.martin@example.net", department: "Marketing", hire_date: "2021-06-14", performance_score: 9 },
            { id: 353, full_name: "Chen Shah", email: "chen.shah@example.net", department: "Marketing", hire_date: "2022-06-05", performance_score: 10 },
            { id: 354, full_name: "Theo Miller", email: "theo.miller@example.net", department: "Sales", hire_date: "2023-05-24", performance_score: null },
            { id: 355, full_name: "Yara Lopez", email: "yara.lopez@example.net", department: "Engineering", hire_date: "2023-12-13", performance_score: 8 },
            { id: 356, full_name: "Noah Sousa", email: "noah.sousa@example.net", department: "Marketing", hire_date: "2020-12-18", performance_score: 8 },
            { id: 357, full_name: "Maja Chen", email: "maja.chen@example.net", department: "Engineering", hire_date: "2020-02-14", performance_score: 10 },
            { id: 358, full_name: "Priya Hughes", email: "priya.hughes@example.org", department: "Finance", hire_date: "2021-06-18", performance_score: 4 },
            { id: 359, full_name: "James Singh", email: "james.singh@example.org", department: "Marketing", hire_date: "2020-03-09", performance_score: 10 },
            { id: 360, full_name: "Ben Khan", email: "ben.khan@example.org", department: "Marketing", hire_date: "2022-08-21", performance_score: 9 },
            { id: 361, full_name: "Sven Costa", email: "sven.costa@example.com", department: "HR", hire_date: "2023-11-20", performance_score: 9 },
            { id: 362, full_name: "Diego Larsen", email: "diego.larsen@example.org", department: "Marketing", hire_date: "2020-06-15", performance_score: 2 },
            { id: 363, full_name: "Ana Hassan", email: "ana.hassan@example.net", department: "Marketing", hire_date: "2022-10-16", performance_score: 8 },
            { id: 364, full_name: "Tomas Ruiz", email: "tomas.ruiz@example.com", department: "Marketing", hire_date: "2022-07-24", performance_score: 10 },
            { id: 365, full_name: "Elena Taylor", email: "elena.taylor@example.com", department: "Engineering", hire_date: "2021-11-23", performance_score: 7 },
            { id: 366, full_name: "Noah Diaz", email: "noah.diaz@example.org", department: "Sales", hire_date: "2022-01-25", performance_score: 4 },
            { id: 367, full_name: "Priya Mendes", email: "priya.mendes@example.org", department: "Marketing", hire_date: "2022-06-13", performance_score: null },
            { id: 368, full_name: "Priya Brown", email: "priya.brown@example.com", department: "Engineering", hire_date: "2022-05-08", performance_score: 10 },
            { id: 369, full_name: "Hannah Wang", email: "hannah.wang@example.com", department: "Sales", hire_date: "2022-03-07", performance_score: 9 },
            { id: 370, full_name: "Diego Park", email: "diego.park@example.com", department: "Finance", hire_date: "2020-03-02", performance_score: 6 },
            { id: 371, full_name: "Julia Schmidt", email: "julia.schmidt@example.org", department: "Sales", hire_date: "2023-12-12", performance_score: 10 },
            { id: 372, full_name: "Ravi Carter", email: "ravi.carter@example.org", department: "Sales", hire_date: "2021-12-11", performance_score: 8 },
            { id: 373, full_name: "Elif Garcia", email: "elif.garcia@example.org", department: "Engineering", hire_date: "2021-10-30", performance_score: 9 },
            { id: 374, full_name: "Sven Vargas", email: "sven.vargas@example.com", department: "HR", hire_date: "2021-02-06", performance_score: 1 },
            { id: 375, full_name: "Ibrahim Evans", email: "ibrahim.evans@example.com", department: "Engineering", hire_date: "2023-12-28", performance_score: 8 },
            { id: 376, full_name: "Mila Park", email: "mila.park@example.com", department: "Engineering", hire_date: "2023-09-23", performance_score: 10 },
            { id: 377, full_name: "Ruby Wagner", email: "ruby.wagner@example.com", department: "Marketing", hire_date: "2023-06-17", performance_score: 1 },
            { id: 378, full_name: "Lina Ibrahim", email: "lina.ibrahim@example.net", department: "Marketing", hire_date: "2023-05-12", performance_score: 10 },
            { id: 379, full_name: "Ines Hoffmann", email: "ines.hoffmann@example.org", department: "HR", hire_date: "2022-08-15", performance_score: 9 },
            { id: 380, full_name: "Nour Zhang", email: "nour.zhang@example.net", department: "Sales", hire_date: "2021-08-28", performance_score: 9 },
            { id: 381, full_name: "Ben Flores", email: "ben.flores@example.net", department: "Marketing", hire_date: "2022-05-07", performance_score: 9 },
            { id: 382, full_name: "Ivan Cruz", email: "ivan.cruz@example.org", department: "Engineering", hire_date: "2023-04-12", performance_score: 10 },
            { id: 383, full_name: "Lena Wilson", email: "lena.wilson@example.com", department: "Marketing", hire_date: "2022-11-25", performance_score: 10 },
            { id: 384, full_name: "Pedro Singh", email: "pedro.singh@example.net", department: "Engineering", hire_date: "2020-12-31", performance_score: 3 },
            { id: 385, full_name: "Paula Kim", email: "paula.kim@example.com", department: "Marketing", hire_date: "2020-09-28", performance_score: null },
            { id: 386, full_name: "Mateo Gupta", email: "mateo.gupta@example.com", department: "Sales", hire_date: "2022-08-14", performance_score: 10 },
            { id: 387, full_name: "Nour Smith", email: "nour.smith@example.com", department: "Engineering", hire_date: "2020-01-13", performance_score: 7 },
            { id: 388, full_name: "Felix Flores", email: "felix.flores@example.com", department: "Engineering", hire_date: "2023-12-15", performance_score: 9 },
            { id: 389, full_name: "Maya Smith", email: "maya.smith@example.com", department: "Sales", hire_date: "2023-04-13", performance_score: 6 },
            { id: 390, full_name: "Zoe Almeida", email: "zoe.almeida@example.com", department: "Engineering", hire_date: "2023-12-13", performance_score: 5 },
            { id: 391, full_name: "Sam Evans", email: "sam.evans@example.org", department: "Sales", hire_date: "2021-01-20", performance_score: 8 },
            { id: 392, full_name: "Wei Baker", email: "wei.baker@example.com", department: "Sales", hire_date: "2023-05-05", performance_score: 9 },
            { id: 393, full_name: "Victor Schneider", email: "victor.schneider@example.org", department: "Sales", hire_date: "2023-08-22", performance_score: 7 },
            { id: 394, full_name: "Nour Novak", email: "nour.novak@example.net", department: "HR", hire_date: "2023-09-08", performance_score: 4 },
            { id: 395, full_name: "Olivia Andersen", email: "olivia.andersen@example.org", department: "HR", hire_date: "2023-03-31", performance_score: 10 },
            { id: 396, full_name: "Yusuf Yilmaz", email: "yusuf.yilmaz@example.org", department: "HR", hire_date: "2023-12-12", performance_score: 10 },
            { id: 397, full_name: "Mei Gomez", email: "mei.gomez@example.com", department: "Sales", hire_date: "2023-05-13", performance_score: 10 },
            { id: 398, full_name: "Carlos Lee", email: "carlos.lee@example.org", department: "Sales", hire_date: "2021-02-24", performance_score: 4 },
            { id: 399, full_name: "Elif Jansen", email: "elif.jansen@example.net", department: "HR", hire_date: "2021-09-23", performance_score: 6 },
            { id: 400, full_name: "Ravi Flores", email: "ravi.flores@example.org", department: "Finance", hire_date: "2022-09-18", performance_score: null },
            { id: 401, full_name: "Sam Sato", email: "sam.sato@example.org", department: "Marketing", hire_date: "2022-03-02", performance_score: null },
            { id: 402, full_name: "Leo Moreau", email: "leo.moreau@example.com", department: "Sales", hire_date: "2023-07-29", performance_score: 10 },
            { id: 403, full_name: "Mateo Kowalski", email: "mateo.kowalski@example.com", department: "Sales", hire_date: "2021-07-10", performance_score: 9 },
            { id: 404, full_name: "Sofia Lopez", email: "sofia.lopez@example.org", department: "Sales", hire_date: "2023-12-28", performance_score: 7 },
            { id: 405, full_name: "Amir Pereira", email: "amir.pereira@example.com", department: "Sales", hire_date: "2020-11-04", performance_score: 6 },
            { id: 406, full_name: "Theo Walker", email: "theo.walker@example.org", department: "Sales", hire_date: "2023-08-06", performance_score: 10 },
            { id: 407, full_name: "Maya Kim", email: "maya.kim@example.org", department: "Sales", hire_date: "2020-11-23", performance_score: 5 },
            { id: 408, full_name: "Lena Almeida", email: "lena.almeida@example.net", department: "Sales", hire_date: "2023-07-28", performance_score: 2 },
            { id: 409, full_name: "Hannah Kowalski", email: "hannah.kowalski@example.com", department: "Sales", hire_date: "2021-08-21", performance_score: 9 },
            { id: 410, full_name: "Ines Yilmaz", email: "ines.yilmaz@example.org", department: "Engineering", hire_date: "2022-08-18", performance_score: 10 },
            { id: 411, full_name: "Lina Adams", email: "lina.adams@example.net", department: "Sales", hire_date: "2021-03-06", performance_score: 9 },
            { id: 412, full_name: "Selin Ibrahim", email: "selin.ibrahim@example.net", department: "Engineering", hire_date: "2022-05-24", performance_score: 7 },
            { id: 413, full_name: "Amir Reyes", email: "amir.reyes@example.com", department: "Marketing", hire_date: "2023-04-24", performance_score: 10 },
            { id: 414, full_name: "Isaac Nguyen", email: "isaac.nguyen@example.org", department: "Sales", hire_date: "2023-12-12", performance_score: null },
            { id: 415, full_name: "Grace Hughes", email: "grace.hughes@example.com", department: "Sales", hire_date: "2022-12-20", performance_score: null },
            { id: 416, full_name: "Tariq Hoffmann", email: "tariq.hoffmann@example.com", department: "Sales", hire_date: "2022-10-13", performance_score: 9 },
            { id: 417, full_name: "Laura Patel", email: "laura.patel@example.org", department: "Engineering", hire_date: "2022-12-21", performance_score: 7 },
            { id: 418, full_name: "Hugo Wang", email: "hugo.wang@example.net", department: "HR", hire_date: "2022-08-23", performance_score: 7 },
            { id: 419, full_name: "Emma Bauer", email: "emma.bauer@example.com", department: "Marketing", hire_date: "2020-02-05", performance_score: 9 },
            { id: 420, full_name: "Hannah Patel", email: "hannah.patel@example.net", department: "HR", hire_date: "2023-10-25", performance_score: 3 },
            { id: 421, full_name: "Ruby Castro", email: "ruby.castro@example.net", department: "Engineering", hire_date: "2021-09-30", performance_score: 8 },
            { id: 422, full_name: "Lena Smith", email: "lena.smith@example.net", department: "HR", hire_date: "2020-04-29", performance_score: 9 },
            { id: 423, full_name: "Liam Wright", email: "liam.wright@example.net", department: "Sales", hire_date: "2023-04-23", performance_score: 6 },
            { id: 424, full_name: "Sam Clark", email: "sam.clark@example.com", department: "Sales", hire_date: "2020-11-28", performance_score: 8 },
            { id: 425, full_name: "Maria Larsen", email: "maria.larsen@example.net", department: "Engineering", hire_date: "2021-03-05", performance_score: 7 },
            { id: 426, full_name: "Laura Garcia", email: "laura.garcia@example.net", department: "Sales", hire_date: "2023-01-25", performance_score: 4 },
            { id: 427, full_name: "Ana Baker", email: "ana.baker@example.net", department: "Engineering", hire_date: "2023-12-28", performance_score: 5 },
            { id: 428, full_name: "Laura Murphy", email: "laura.murphy@example.net", department: "Engineering", hire_date: "2022-12-18", performance_score: 9 },
            { id: 429, full_name: "Laura Hughes", email: "laura.hughes@example.net", department: "Sales", hire_date: "2022-04-26", performance_score: 9 },
            { id: 430, full_name: "Leo Larsen", email: "leo.larsen@example.net", department: "Engineering", hire_date: "2021-10-16", performance_score: 6 },
            { id: 431, full_name: "Lena Ahmed", email: "lena.ahmed@example.org", department: "Engineering", hire_date: "2023-04-20", performance_score: 3 },
            { id: 432, full_name: "Ravi Sousa", email: "ravi.sousa@example.net", department: "Sales", hire_date: "2021-04-16", performance_score: 5 },
            { id: 433, full_name: "Sofia Schneider", email: "sofia.schneider@example.org", department: "Finance", hire_date: "2021-11-06", performance_score: 8 },
            { id: 434, full_name: "Selin Singh", email: "selin.singh@example.com", department: "Sales", hire_date: "2023-05-10", performance_score: 8 },
            { id: 435, full_name: "Tomas Taylor", email: "tomas.taylor@example.org", department: "Sales", hire_date: "2021-05-05", performance_score: null },
            { id: 436, full_name: "Elena Mendes", email: "elena.mendes@example.net", department: "HR", hire_date: "2023-10-03", performance_score: 10 },
            { id: 437, full_name: "Julia Park", email: "julia.park@example.org", department: "Engineering", hire_date: "2021-04-15", performance_score: null },
            { id: 438, full_name: "Ethan Taylor", email: "ethan.taylor@example.com", department: "Marketing", hire_date: "2022-05-06", performance_score: 2 },
            { id: 439, full_name: "Andre Adams", email: "andre.adams@example.org", department: "Sales", hire_date: "2022-10-19", performance_score: 2 },
            { id: 440, full_name: "Priya Jansen", email: "priya.jansen@example.com", department: "Sales", hire_date: "2022-02-05", performance_score: 10 },
            { id: 441, full_name: "Pedro Demir", email: "pedro.demir@example.net", department: "Sales", hire_date: "2020-08-29", performance_score: 3 },
            { id: 442, full_name: "Uma Garcia", email: "uma.garcia@example.com", department: "Engineering", hire_date: "2020-08-06", performance_score: 2 },
            { id: 443, full_name: "Elena Flores", email: "elena.flores@example.com", department: "Sales", hire_date: "2021-10-21", performance_score: 7 },
            { id: 444, full_name: "Grace Adams", email: "grace.adams@example.com", department: "HR", hire_date: "2020-06-27", performance_score: 7 },
            { id: 445, full_name: "Rafael Cruz", email: "rafael.cruz@example.org", department: "HR", hire_date: "2020-10-14", performance_score: 10 },
            { id: 446, full_name: "Hugo Carter", email: "hugo.carter@example.net", department: "Marketing", hire_date: "2023-02-02", performance_score: 8 },
            { id: 447, full_name: "Ravi Miller", email: "ravi.miller@example.net", department: "Sales", hire_date: "2021-04-09", performance_score: 7 },
            { id: 448, full_name: "Fatima Jensen", email: "fatima.jensen@example.com", department: "Finance", hire_date: "2021-01-19", performance_score: 8 },
            { id: 449, full_name: "Ines Schmidt", email: "ines.schmidt@example.com", department: "Engineering", hire_date: "2023-04-27", performance_score: 4 },
            { id: 450, full_name: "Arjun Ruiz", email: "arjun.ruiz@example.com", department: "Sales", hire_date: "2023-05-03", performance_score: 3 },
            { id: 451, full_name: "Liam Hansen", email: "liam.hansen@example.com", department: "Sales", hire_date: "2022-01-30", performance_score: 8 },
            { id: 452, full_name: "Mila Hassan", email: "mila.hassan@example.org", department: "Engineering", hire_date: "2023-07-15", performance_score: 6 },
            { id: 453, full_name: "Carlos Gupta", email: "carlos.gupta@example.net", department: "Engineering", hire_date: "2023-08-25", performance_score: 4 },
            { id: 454, full_name: "Tariq Khan", email: "tariq.khan@example.com", department: "HR", hire_date: "2020-11-16", performance_score: 4 },
            { id: 455, full_name: "Karim Wilson", email: "karim.wilson@example.net", department: "Sales", hire_date: "2022-06-19", performance_score: 9 },
            { id: 456, full_name: "Nadia Nakamura", email: "nadia.nakamura@example.org", department: "Marketing", hire_date: "2023-12-02", performance_score: 9 },
            { id: 457, full_name: "Olivia Brown", email: "olivia.brown@example.com", department: "Engineering", hire_date: "2020-12-18", performance_score: 3 },
            { id: 458, full_name: "Leo Wagner", email: "leo.wagner@example.org", department: "Marketing", hire_date: "2021-11-16", performance_score: 6 },
            { id: 459, full_name: "Mateo Nakamura", email: "mateo.nakamura@example.org", department: "Engineering", hire_date: "2023-05-25", performance_score: 7 },
            { id: 460, full_name: "Kai Andersen", email: "kai.andersen@example.net", department: "Sales", hire_date: "2023-02-26", performance_score: 4 },
            { id: 461, full_name: "Chloe Evans", email: "chloe.evans@example.net", department: "Finance", hire_date: "2022-10-27", performance_score: 10 },
            { id: 462, full_name: "Carlos Carter", email: "carlos.carter@example.net", department: "HR", hire_date: "2023-05-21", performance_score: 9 },
            { id: 463, full_name: "Zoe Demir", email: "zoe.demir@example.org", department: "Engineering", hire_date: "2021-09-05", performance_score: 4 },
            { id: 464, full_name: "Zara Becker", email: "zara.becker@example.com", department: "Engineering", hire_date: "2023-10-17", performance_score: 9 },
            { id: 465, full_name: "Leo Oliveira", email: "leo.oliveira@example.com", department: "Engineering", hire_date: "2021-01-23", performance_score: 10 },
            { id: 466, full_name: "Rosa Yilmaz", email: "rosa.yilmaz@example.com", department: "Sales", hire_date: "2023-11-27", performance_score: 9 },
            { id: 467, full_name: "Lucas Almeida", email: "lucas.almeida@example.net", department: "Engineering", hire_date: "2023-12-02", performance_score: 2 },
            { id: 468, full_name: "Theo Meyer", email: "theo.meyer@example.org", department: "Marketing", hire_date: "2023-06-29", performance_score: 7 },
            { id: 469, full_name: "Ines Patel", email: "ines.patel@example.org", department: "Marketing", hire_date: "2020-08-04", performance_score: 7 },
            { id: 470, full_name: "Ravi Ruiz", email: "ravi.ruiz@example.net", department: "Sales", hire_date: "2023-12-08", performance_score: 2 },
            { id: 471, full_name: "Zoe Tanaka", email: "zoe.tanaka@example.org", department: "Marketing", hire_date: "2023-06-23", performance_score: null },
            { id: 472, full_name: "Maja Ahmed", email: "maja.ahmed@example.net", department: "Sales", hire_date: "2020-05-27", performance_score: 10 },
            { id: 473, full_name: "Lucas Taylor", email: "lucas.taylor@example.net", department: "Engineering", hire_date: "2023-11-28", performance_score: 2 },
            { id: 474, full_name: "Oscar Garcia", email: "oscar.garcia@example.com", department: "Sales", hire_date: "2023-08-09", performance_score: 5 },
            { id: 475, full_name: "Deniz Lopez", email: "deniz.lopez@example.com", department: "HR", hire_date: "2022-10-20", performance_score: 10 },
            { id: 476, full_name: "Ethan Moreau", email: "ethan.moreau@example.org", department: "Engineering", hire_date: "2022-05-07", performance_score: 7 },
            { id: 477, full_name: "Kai Almeida", email: "kai.almeida@example.net", department: "Sales", hire_date: "2022-01-24", performance_score: null },
            { id: 478, full_name: "Daniel Bennett", email: "daniel.bennett@example.net", department: "Sales", hire_date: "2023-05-21", performance_score: 10 },
            { id: 479, full_name: "Amir Meyer", email: "amir.meyer@example.net", department: "Marketing", hire_date: "2021-12-22", performance_score: 10 },
            { id: 480, full_name: "Uma Hoffmann", email: "uma.hoffmann@example.org", department: "Finance", hire_date: "2023-07-02", performance_score: null },
            { id: 481, full_name: "Tariq Young", email: "tariq.young@example.net", department: "Sales", hire_date: "2021-04-13", performance_score: 9 },
            { id: 482, full_name: "Ravi Shah", email: "ravi.shah@example.org", department: "Sales", hire_date: "2023-06-09", performance_score: 10 },
            { id: 483, full_name: "Hannah Reyes", email: "hannah.reyes@example.com", department: "Engineering", hire_date: "2023-01-05", performance_score: 3 },
            { id: 484, full_name: "Marco Tanaka", email: "marco.tanaka@example.org", department: "Marketing", hire_date: "2020-09-22", performance_score: 7 },
            { id: 485, full_name: "Rafael Wilson", email: "rafael.wilson@example.org", department: "Finance", hire_date: "2020-01-19", performance_score: 8 },
            { id: 486, full_name: "Theo Smith", email: "theo.smith@example.org", department: "Sales", hire_date: "2022-05-23", performance_score: 10 },
            { id: 487, full_name: "James Becker", email: "james.becker@example.org", department: "Sales", hire_date: "2022-06-27", performance_score: 2 },
            { id: 488, full_name: "Andre Bauer", email: "andre.bauer@example.org", department: "HR", hire_date: "2023-10-27", performance_score: null },
            { id: 489, full_name: "Deniz Demir", email: "deniz.demir@example.org", department: "Sales", hire_date: "2023-02-16", performance_score: 3 },
            { id: 490, full_name: "Deniz Murphy", email: "deniz.murphy@example.net", department: "Engineering", hire_date: "2021-03-31", performance_score: 8 },
            { id: 491, full_name: "Yara Becker", email: "yara.becker@example.org", department: "Sales", hire_date: "2023-04-09", performance_score: 7 },
            { id: 492, full_name: "Carla Khan", email: "carla.khan@example.org", department: "HR", hire_date: "2023-10-19", performance_score: 10 },
            { id: 493, full_name: "Marco Lee", email: "marco.lee@example.com", department: "Engineering", hire_date: "2023-12-30", performance_score: 7 },
            { id: 494, full_name: "Mateo Mendes", email: "mateo.mendes@example.net", department: "Sales", hire_date: "2023-12-06", performance_score: 10 },
            { id: 495, full_name: "Ines Schneider", email: "ines.schneider@example.net", department: "Sales", hire_date: "2023-10-16", performance_score: 4 },
            { id: 496, full_name: "Emma Moreau", email: "emma.moreau@example.net", department: "Engineering", hire_date: "2021-03-13", performance_score: 3 },
            { id: 497, full_name: "Maya Jensen", email: "maya.jensen@example.org", department: "HR", hire_date: "2023-01-04", performance_score: 3 },
            { id: 498, full_name: "Diego Ali", email: "diego.ali@example.org", department: "Sales", hire_date: "2023-07-29", performance_score: 8 },
            { id: 499, full_name: "Oscar Becker", email: "oscar.becker@example.org", department: "Sales", hire_date: "2022-09-01", performance_score: null },
            { id: 500, full_name: "Sara Miller", email: "sara.miller@example.org", department: "Sales", hire_date: "2022-04-01", performance_score: 9 },
        ],
    });
    await prisma.maintenance.createMany({
        data: [
            { id: 1, asset_id: 8, employee_id: 450, maintenance_date: new Date("2022-11-27T09:37:20Z"), notes: "The courier asked for a change and the transfer was processed.", maintenance_type: "repair", maintenance_cost: "56.08" },
            { id: 2, asset_id: 44, employee_id: 488, maintenance_date: new Date("2023-02-24T10:51:35Z"), notes: "An incomplete follow-up: the report was rejected.", maintenance_type: "repair", maintenance_cost: "655.92" },
            { id: 3, asset_id: 192, employee_id: 389, maintenance_date: new Date("2022-06-30T18:11:55Z"), notes: "No response from support, so the report was completed.", maintenance_type: "routine", maintenance_cost: "2807.52" },
            { id: 4, asset_id: 154, employee_id: 6, maintenance_date: new Date("2022-07-10T10:21:04Z"), notes: null, maintenance_type: "upgrade", maintenance_cost: "4660.98" },
            { id: 5, asset_id: 26, employee_id: 431, maintenance_date: new Date("2022-02-19T16:57:17Z"), notes: "The account was updated after a routine check.", maintenance_type: "routine", maintenance_cost: "262.66" },
            { id: 6, asset_id: 177, employee_id: 467, maintenance_date: new Date("2020-10-13T10:11:18Z"), notes: "The account was approved after a repeat check.", maintenance_type: "routine", maintenance_cost: "650.58" },
            { id: 7, asset_id: 162, employee_id: 96, maintenance_date: new Date("2022-08-07T16:31:00Z"), notes: "The invoice was updated after an incomplete check.", maintenance_type: "repair", maintenance_cost: "1042.92" },
            { id: 8, asset_id: 172, employee_id: 351, maintenance_date: new Date("2020-02-02T12:21:38Z"), notes: "An unusual transfer was confirmed the same day.", maintenance_type: "upgrade", maintenance_cost: "342.70" },
            { id: 9, asset_id: 85, employee_id: 320, maintenance_date: new Date("2020-11-04T12:31:07Z"), notes: "The courier confirmed the details and the appointment was resolved.", maintenance_type: "repair", maintenance_cost: "613.48" },
            { id: 10, asset_id: 53, employee_id: 493, maintenance_date: new Date("2023-05-01T15:09:53Z"), notes: "An incomplete claim was refunded the same day.", maintenance_type: "routine", maintenance_cost: "2673.84" },
            { id: 11, asset_id: 154, employee_id: 441, maintenance_date: new Date("2020-11-26T10:38:26Z"), notes: "Support asked for a change and the refund was reviewed.", maintenance_type: "repair", maintenance_cost: "1780.29" },
            { id: 12, asset_id: 168, employee_id: 422, maintenance_date: new Date("2020-11-23T11:16:14Z"), notes: "A duplicate ticket was processed the same day.", maintenance_type: "upgrade", maintenance_cost: "973.52" },
            { id: 13, asset_id: 131, employee_id: 126, maintenance_date: new Date("2022-07-16T13:27:07Z"), notes: null, maintenance_type: "repair", maintenance_cost: "3476.56" },
            { id: 14, asset_id: 193, employee_id: 210, maintenance_date: new Date("2021-02-17T05:54:46Z"), notes: "The courier reported a standard issue; the item was processed.", maintenance_type: "routine", maintenance_cost: "104.10" },
            { id: 15, asset_id: 54, employee_id: 217, maintenance_date: new Date("2020-10-28T14:06:40Z"), notes: "An unusual invoice was confirmed the same day.", maintenance_type: "routine", maintenance_cost: "2931.44" },
            { id: 16, asset_id: 33, employee_id: 374, maintenance_date: new Date("2021-10-27T10:24:40Z"), notes: "No response from support, so the delivery was resolved.", maintenance_type: "routine", maintenance_cost: "2106.91" },
            { id: 17, asset_id: 187, employee_id: 157, maintenance_date: new Date("2023-01-01T16:50:05Z"), notes: "The reviewer confirmed the details and the appointment was reviewed.", maintenance_type: "routine", maintenance_cost: "2241.88" },
            { id: 18, asset_id: 3, employee_id: 396, maintenance_date: new Date("2020-03-16T16:27:35Z"), notes: "An unusual report was rescheduled the same day.", maintenance_type: "routine", maintenance_cost: "265.13" },
            { id: 19, asset_id: 72, employee_id: 304, maintenance_date: new Date("2022-10-16T21:01:04Z"), notes: "Support confirmed the details and the report was delayed.", maintenance_type: "routine", maintenance_cost: "3974.09" },
            { id: 20, asset_id: 133, employee_id: 476, maintenance_date: new Date("2023-06-17T15:56:40Z"), notes: "The supplier confirmed the details and the transfer was replaced.", maintenance_type: "repair", maintenance_cost: "155.56" },
            { id: 21, asset_id: 34, employee_id: 206, maintenance_date: new Date("2022-07-10T10:53:12Z"), notes: "The account owner asked for a change and the account was processed.", maintenance_type: "routine", maintenance_cost: "1902.63" },
            { id: 22, asset_id: 22, employee_id: 317, maintenance_date: new Date("2020-09-11T15:26:41Z"), notes: "No response from the supplier, so the invoice was replaced.", maintenance_type: "routine", maintenance_cost: "1832.68" },
            { id: 23, asset_id: 128, employee_id: 310, maintenance_date: new Date("2021-04-17T10:12:18Z"), notes: "The account owner confirmed the details and the shipment was updated.", maintenance_type: "routine", maintenance_cost: "1108.35" },
            { id: 24, asset_id: 45, employee_id: 418, maintenance_date: new Date("2022-02-03T16:10:02Z"), notes: "A minor payment was rejected the same day.", maintenance_type: "routine", maintenance_cost: "912.40" },
            { id: 25, asset_id: 186, employee_id: 427, maintenance_date: new Date("2020-03-09T11:29:27Z"), notes: "The request was rejected following a minor review.", maintenance_type: "repair", maintenance_cost: "57.67" },
            { id: 26, asset_id: 9, employee_id: 123, maintenance_date: new Date("2021-09-04T14:17:13Z"), notes: "The reviewer confirmed the details and the document was rescheduled.", maintenance_type: "repair", maintenance_cost: "1115.17" },
            { id: 27, asset_id: 82, employee_id: 196, maintenance_date: new Date("2020-02-04T13:10:00Z"), notes: "The account owner confirmed the details and the transfer was completed.", maintenance_type: "routine", maintenance_cost: "303.52" },
            { id: 28, asset_id: 33, employee_id: 162, maintenance_date: new Date("2020-07-19T16:53:41Z"), notes: "The account owner confirmed the details and the payment was approved.", maintenance_type: "routine", maintenance_cost: "352.04" },
            { id: 29, asset_id: 59, employee_id: 161, maintenance_date: new Date("2020-06-08T11:14:37Z"), notes: "The account was resolved — partial case, no further action.", maintenance_type: "repair", maintenance_cost: "346.35" },
            { id: 30, asset_id: 196, employee_id: 464, maintenance_date: new Date("2022-09-03T13:39:50Z"), notes: "The account was closed — partial case, no further action.", maintenance_type: "repair", maintenance_cost: "101.10" },
            { id: 31, asset_id: 150, employee_id: 400, maintenance_date: new Date("2020-01-21T17:24:05Z"), notes: "The order was rejected after a routine check.", maintenance_type: "routine", maintenance_cost: "3865.96" },
            { id: 32, asset_id: 159, employee_id: 284, maintenance_date: new Date("2021-12-23T11:48:05Z"), notes: "The item was resolved — late case, no further action.", maintenance_type: "routine", maintenance_cost: "1265.61" },
            { id: 33, asset_id: 142, employee_id: 277, maintenance_date: new Date("2023-12-21T17:46:44Z"), notes: "Flagged as automatic. An operator escalated the document.", maintenance_type: "upgrade", maintenance_cost: "1467.52" },
            { id: 34, asset_id: 71, employee_id: 369, maintenance_date: new Date("2020-10-03T16:16:46Z"), notes: null, maintenance_type: "routine", maintenance_cost: "390.52" },
            { id: 35, asset_id: 84, employee_id: 413, maintenance_date: new Date("2021-03-21T15:57:14Z"), notes: "The account was updated following an automatic review.", maintenance_type: "routine", maintenance_cost: "3954.22" },
            { id: 36, asset_id: 164, employee_id: 125, maintenance_date: new Date("2020-04-17T10:57:29Z"), notes: "The payment was completed after a routine check.", maintenance_type: "routine", maintenance_cost: "175.58" },
            { id: 37, asset_id: 118, employee_id: 328, maintenance_date: new Date("2022-12-11T17:32:10Z"), notes: "The courier asked for a change and the order was closed.", maintenance_type: "upgrade", maintenance_cost: "85.04" },
            { id: 38, asset_id: 6, employee_id: 130, maintenance_date: new Date("2020-03-18T19:00:59Z"), notes: "The payment was resolved after a minor check.", maintenance_type: "routine", maintenance_cost: "647.50" },
            { id: 39, asset_id: 17, employee_id: 40, maintenance_date: new Date("2023-03-14T05:58:30Z"), notes: "The account owner reported an urgent issue; the order was reopened.", maintenance_type: "routine", maintenance_cost: "2538.73" },
            { id: 40, asset_id: 180, employee_id: 275, maintenance_date: new Date("2023-04-26T13:12:32Z"), notes: "The courier confirmed the details and the refund was confirmed.", maintenance_type: "routine", maintenance_cost: "3749.14" },
            { id: 41, asset_id: 68, employee_id: 307, maintenance_date: new Date("2020-10-10T10:32:06Z"), notes: "The team confirmed the details and the account was completed.", maintenance_type: "routine", maintenance_cost: "134.15" },
            { id: 42, asset_id: 95, employee_id: 381, maintenance_date: new Date("2021-05-27T16:11:18Z"), notes: "A standard follow-up: the report was escalated.", maintenance_type: "repair", maintenance_cost: "984.40" },
            { id: 43, asset_id: 128, employee_id: 55, maintenance_date: new Date("2020-03-04T12:57:51Z"), notes: "A partial follow-up: the item was closed.", maintenance_type: "upgrade", maintenance_cost: "3012.43" },
            { id: 44, asset_id: 155, employee_id: 102, maintenance_date: new Date("2023-02-20T10:00:00Z"), notes: "Flagged as partial. The supplier rejected the payment.", maintenance_type: "routine", maintenance_cost: "1037.48" },
            { id: 45, asset_id: 188, employee_id: 116, maintenance_date: new Date("2020-11-11T11:31:20Z"), notes: "An operator confirmed the details and the booking was escalated.", maintenance_type: "repair", maintenance_cost: "2898.68" },
            { id: 46, asset_id: 142, employee_id: 370, maintenance_date: new Date("2021-06-27T22:41:00Z"), notes: null, maintenance_type: "routine", maintenance_cost: "444.08" },
            { id: 47, asset_id: 17, employee_id: 379, maintenance_date: new Date("2021-05-08T11:04:04Z"), notes: "An automatic follow-up: the refund was escalated.", maintenance_type: "routine", maintenance_cost: "3552.23" },
            { id: 48, asset_id: 84, employee_id: 439, maintenance_date: new Date("2022-11-13T11:06:51Z"), notes: null, maintenance_type: "routine", maintenance_cost: "841.85" },
            { id: 49, asset_id: 8, employee_id: 417, maintenance_date: new Date("2021-08-14T09:12:42Z"), notes: "The delivery was delayed — automatic case, no further action.", maintenance_type: "routine", maintenance_cost: "1916.32" },
            { id: 50, asset_id: 126, employee_id: 83, maintenance_date: new Date("2021-04-03T13:07:39Z"), notes: "The payment was closed following a partial review.", maintenance_type: "repair", maintenance_cost: "410.15" },
            { id: 51, asset_id: 64, employee_id: 113, maintenance_date: new Date("2022-05-09T20:26:26Z"), notes: "The customer reported an incomplete issue; the invoice was cancelled.", maintenance_type: "upgrade", maintenance_cost: "71.70" },
            { id: 52, asset_id: 19, employee_id: 21, maintenance_date: new Date("2021-05-21T08:20:28Z"), notes: "The courier confirmed the details and the shipment was closed.", maintenance_type: "routine", maintenance_cost: "383.80" },
            { id: 53, asset_id: 7, employee_id: 402, maintenance_date: new Date("2020-10-07T13:21:38Z"), notes: "No response from support, so the payment was delayed.", maintenance_type: "routine", maintenance_cost: "890.86" },
            { id: 54, asset_id: 200, employee_id: 28, maintenance_date: new Date("2020-10-25T14:51:13Z"), notes: "The courier confirmed the details and the item was resolved.", maintenance_type: "repair", maintenance_cost: "3190.77" },
            { id: 55, asset_id: 101, employee_id: 146, maintenance_date: new Date("2020-07-26T14:51:49Z"), notes: "The appointment was rescheduled following a duplicate review.", maintenance_type: "routine", maintenance_cost: "400.00" },
            { id: 56, asset_id: 69, employee_id: 385, maintenance_date: new Date("2020-07-30T16:46:34Z"), notes: "The request was processed following an urgent review.", maintenance_type: "repair", maintenance_cost: "4311.34" },
            { id: 57, asset_id: 24, employee_id: 336, maintenance_date: new Date("2023-09-08T17:50:57Z"), notes: "Support reported an unusual issue; the order was confirmed.", maintenance_type: "routine", maintenance_cost: "1550.37" },
            { id: 58, asset_id: 78, employee_id: 234, maintenance_date: new Date("2020-06-22T14:15:56Z"), notes: "A partial follow-up: the claim was cancelled.", maintenance_type: "routine", maintenance_cost: "3849.51" },
            { id: 59, asset_id: 9, employee_id: 418, maintenance_date: new Date("2020-06-20T19:31:18Z"), notes: "The report was closed following a routine review.", maintenance_type: "repair", maintenance_cost: "3530.42" },
            { id: 60, asset_id: 77, employee_id: 300, maintenance_date: new Date("2021-08-06T09:57:30Z"), notes: "The refund was reviewed after an urgent check.", maintenance_type: "upgrade", maintenance_cost: "2285.93" },
            { id: 61, asset_id: 135, employee_id: 158, maintenance_date: new Date("2020-07-13T13:13:30Z"), notes: "The supplier confirmed the details and the session was delayed.", maintenance_type: "routine", maintenance_cost: "691.72" },
            { id: 62, asset_id: 194, employee_id: 389, maintenance_date: new Date("2020-03-20T14:20:58Z"), notes: "An operator reported a duplicate issue; the document was resolved.", maintenance_type: "repair", maintenance_cost: "2737.02" },
            { id: 63, asset_id: 109, employee_id: 269, maintenance_date: new Date("2023-08-28T12:27:00Z"), notes: "Flagged as incomplete. The reviewer processed the item.", maintenance_type: "routine", maintenance_cost: "1268.53" },
            { id: 64, asset_id: 10, employee_id: 103, maintenance_date: new Date("2021-03-16T14:03:41Z"), notes: "An automatic transfer was rescheduled the same day.", maintenance_type: "repair", maintenance_cost: "4697.06" },
            { id: 65, asset_id: 11, employee_id: 360, maintenance_date: new Date("2020-05-04T09:04:40Z"), notes: "Support reported a late issue; the account was reviewed.", maintenance_type: "routine", maintenance_cost: "1119.30" },
            { id: 66, asset_id: 54, employee_id: 275, maintenance_date: new Date("2021-08-02T14:40:21Z"), notes: "The report was reviewed after a manual check.", maintenance_type: "routine", maintenance_cost: "1837.92" },
            { id: 67, asset_id: 46, employee_id: 368, maintenance_date: new Date("2022-10-27T15:18:51Z"), notes: "Flagged as unusual. The reviewer replaced the shipment.", maintenance_type: "routine", maintenance_cost: "933.94" },
            { id: 68, asset_id: 1, employee_id: 291, maintenance_date: new Date("2021-08-29T13:51:45Z"), notes: "The report was replaced following an automatic review.", maintenance_type: "routine", maintenance_cost: "3893.16" },
            { id: 69, asset_id: 24, employee_id: 104, maintenance_date: new Date("2023-09-12T10:54:41Z"), notes: "The payment was updated — partial case, no further action.", maintenance_type: "routine", maintenance_cost: "767.10" },
            { id: 70, asset_id: 192, employee_id: 306, maintenance_date: new Date("2023-03-14T10:12:37Z"), notes: "Flagged as manual. The team approved the delivery.", maintenance_type: "upgrade", maintenance_cost: "265.60" },
            { id: 71, asset_id: 112, employee_id: 283, maintenance_date: new Date("2021-08-02T10:13:07Z"), notes: "A late follow-up: the document was rescheduled.", maintenance_type: "routine", maintenance_cost: "1247.29" },
            { id: 72, asset_id: 173, employee_id: 221, maintenance_date: new Date("2021-02-14T12:44:33Z"), notes: "A manual follow-up: the order was reopened.", maintenance_type: "routine", maintenance_cost: "55.68" },
            { id: 73, asset_id: 59, employee_id: 250, maintenance_date: new Date("2022-04-27T15:39:23Z"), notes: "Support asked for a change and the record was updated.", maintenance_type: "repair", maintenance_cost: "1757.84" },
            { id: 74, asset_id: 174, employee_id: 123, maintenance_date: new Date("2023-09-20T15:57:26Z"), notes: "A routine appointment was confirmed the same day.", maintenance_type: "routine", maintenance_cost: "2449.45" },
            { id: 75, asset_id: 60, employee_id: 477, maintenance_date: new Date("2022-04-14T09:49:24Z"), notes: "An unusual follow-up: the transfer was approved.", maintenance_type: "routine", maintenance_cost: "399.44" },
            { id: 76, asset_id: 100, employee_id: 59, maintenance_date: new Date("2021-02-28T11:11:03Z"), notes: null, maintenance_type: "routine", maintenance_cost: "782.70" },
            { id: 77, asset_id: 56, employee_id: 26, maintenance_date: new Date("2021-07-21T14:13:01Z"), notes: "The account was reviewed after an unusual check.", maintenance_type: "routine", maintenance_cost: "4730.53" },
            { id: 78, asset_id: 5, employee_id: 386, maintenance_date: new Date("2021-05-26T10:50:22Z"), notes: "Flagged as partial. The reviewer resolved the item.", maintenance_type: "routine", maintenance_cost: "1715.70" },
            { id: 79, asset_id: 33, employee_id: 252, maintenance_date: new Date("2022-10-13T09:15:45Z"), notes: "The team reported an unusual issue; the transfer was completed.", maintenance_type: "repair", maintenance_cost: "2249.53" },
            { id: 80, asset_id: 83, employee_id: 1, maintenance_date: new Date("2023-01-22T16:26:00Z"), notes: null, maintenance_type: "repair", maintenance_cost: "239.32" },
            { id: 81, asset_id: 44, employee_id: 180, maintenance_date: new Date("2023-11-04T14:44:42Z"), notes: "The account was delayed — manual case, no further action.", maintenance_type: "repair", maintenance_cost: "60.75" },
            { id: 82, asset_id: 44, employee_id: 491, maintenance_date: new Date("2023-12-22T09:10:25Z"), notes: "The item was approved after a partial check.", maintenance_type: "repair", maintenance_cost: "4158.35" },
            { id: 83, asset_id: 159, employee_id: 97, maintenance_date: new Date("2023-03-07T10:15:03Z"), notes: "The request was rescheduled after a late check.", maintenance_type: "routine", maintenance_cost: "938.33" },
            { id: 84, asset_id: 119, employee_id: 152, maintenance_date: new Date("2023-06-22T10:20:50Z"), notes: "A minor record was closed the same day.", maintenance_type: "repair", maintenance_cost: "3860.24" },
            { id: 85, asset_id: 60, employee_id: 17, maintenance_date: new Date("2023-05-05T09:00:52Z"), notes: "The supplier reported an urgent issue; the refund was confirmed.", maintenance_type: "routine", maintenance_cost: "4056.59" },
            { id: 86, asset_id: 120, employee_id: 117, maintenance_date: new Date("2022-12-11T13:23:41Z"), notes: "Flagged as incomplete. Support approved the report.", maintenance_type: "routine", maintenance_cost: "2375.56" },
            { id: 87, asset_id: 117, employee_id: 283, maintenance_date: new Date("2021-01-20T15:15:41Z"), notes: "The request was confirmed after a manual check.", maintenance_type: "routine", maintenance_cost: "1719.36" },
            { id: 88, asset_id: 138, employee_id: 290, maintenance_date: new Date("2022-05-16T18:24:16Z"), notes: "An unusual ticket was rescheduled the same day.", maintenance_type: "repair", maintenance_cost: "243.02" },
            { id: 89, asset_id: 112, employee_id: 461, maintenance_date: new Date("2023-10-11T12:24:32Z"), notes: "A duplicate follow-up: the item was rejected.", maintenance_type: "repair", maintenance_cost: "1321.51" },
            { id: 90, asset_id: 162, employee_id: 170, maintenance_date: new Date("2023-07-01T14:52:52Z"), notes: null, maintenance_type: "routine", maintenance_cost: "164.30" },
            { id: 91, asset_id: 54, employee_id: 302, maintenance_date: new Date("2023-09-16T08:19:45Z"), notes: "The request was cancelled after a late check.", maintenance_type: "routine", maintenance_cost: "279.68" },
            { id: 92, asset_id: 30, employee_id: 499, maintenance_date: new Date("2021-03-28T09:28:57Z"), notes: "The payment was reopened — automatic case, no further action.", maintenance_type: "repair", maintenance_cost: "1692.84" },
            { id: 93, asset_id: 36, employee_id: 325, maintenance_date: new Date("2020-02-12T13:12:17Z"), notes: "An operator reported a repeat issue; the appointment was reviewed.", maintenance_type: "repair", maintenance_cost: "2021.67" },
            { id: 94, asset_id: 172, employee_id: 58, maintenance_date: new Date("2023-02-09T11:49:29Z"), notes: "A late follow-up: the document was completed.", maintenance_type: "routine", maintenance_cost: "292.06" },
            { id: 95, asset_id: 175, employee_id: 451, maintenance_date: new Date("2020-05-06T17:08:05Z"), notes: "The account owner reported an incomplete issue; the order was rescheduled.", maintenance_type: "repair", maintenance_cost: "906.24" },
            { id: 96, asset_id: 121, employee_id: 300, maintenance_date: new Date("2023-04-18T12:32:01Z"), notes: "The item was reopened after an unusual check.", maintenance_type: "routine", maintenance_cost: "1145.85" },
            { id: 97, asset_id: 198, employee_id: 155, maintenance_date: new Date("2023-12-22T01:48:10Z"), notes: "The account owner reported a minor issue; the shipment was rejected.", maintenance_type: "upgrade", maintenance_cost: "4864.88" },
            { id: 98, asset_id: 32, employee_id: 162, maintenance_date: new Date("2021-03-08T11:47:53Z"), notes: "A late follow-up: the record was delayed.", maintenance_type: "routine", maintenance_cost: "849.82" },
            { id: 99, asset_id: 153, employee_id: 267, maintenance_date: new Date("2022-04-13T15:48:16Z"), notes: "The courier asked for a change and the item was rescheduled.", maintenance_type: "repair", maintenance_cost: "1505.67" },
            { id: 100, asset_id: 168, employee_id: 403, maintenance_date: new Date("2021-01-14T19:02:19Z"), notes: "The document was escalated — standard case, no further action.", maintenance_type: "repair", maintenance_cost: "1091.03" },
            { id: 101, asset_id: 72, employee_id: 160, maintenance_date: new Date("2020-10-01T10:36:34Z"), notes: "The supplier reported a duplicate issue; the item was confirmed.", maintenance_type: "routine", maintenance_cost: "256.14" },
            { id: 102, asset_id: 179, employee_id: 250, maintenance_date: new Date("2021-05-07T14:41:42Z"), notes: "The refund was escalated — minor case, no further action.", maintenance_type: "upgrade", maintenance_cost: "3093.20" },
            { id: 103, asset_id: 29, employee_id: 351, maintenance_date: new Date("2020-03-06T12:49:40Z"), notes: "Flagged as urgent. The reviewer closed the delivery.", maintenance_type: "routine", maintenance_cost: "2294.39" },
            { id: 104, asset_id: 122, employee_id: 196, maintenance_date: new Date("2021-12-09T15:34:27Z"), notes: "The courier confirmed the details and the transfer was escalated.", maintenance_type: "upgrade", maintenance_cost: "72.34" },
            { id: 105, asset_id: 75, employee_id: 372, maintenance_date: new Date("2020-01-07T20:01:07Z"), notes: "A routine follow-up: the request was reviewed.", maintenance_type: "routine", maintenance_cost: "4907.44" },
            { id: 106, asset_id: 91, employee_id: 93, maintenance_date: new Date("2022-08-13T13:08:33Z"), notes: "The team asked for a change and the account was reopened.", maintenance_type: "upgrade", maintenance_cost: "57.61" },
            { id: 107, asset_id: 162, employee_id: 318, maintenance_date: new Date("2023-09-17T09:11:01Z"), notes: "The courier reported a partial issue; the document was processed.", maintenance_type: "routine", maintenance_cost: "1054.89" },
            { id: 108, asset_id: 149, employee_id: 424, maintenance_date: new Date("2022-10-11T10:40:39Z"), notes: "A routine follow-up: the booking was completed.", maintenance_type: "repair", maintenance_cost: "1212.43" },
            { id: 109, asset_id: 124, employee_id: 307, maintenance_date: new Date("2023-12-19T10:22:15Z"), notes: "No response from an operator, so the delivery was rescheduled.", maintenance_type: "routine", maintenance_cost: "3500.54" },
            { id: 110, asset_id: 200, employee_id: 13, maintenance_date: new Date("2020-09-30T08:42:11Z"), notes: "The payment was reopened — manual case, no further action.", maintenance_type: "routine", maintenance_cost: "4607.14" },
            { id: 111, asset_id: 161, employee_id: 446, maintenance_date: new Date("2022-10-13T07:45:28Z"), notes: "The customer reported a repeat issue; the delivery was reviewed.", maintenance_type: "routine", maintenance_cost: "2484.91" },
            { id: 112, asset_id: 97, employee_id: 248, maintenance_date: new Date("2021-12-22T17:19:53Z"), notes: "The supplier confirmed the details and the delivery was rejected.", maintenance_type: "routine", maintenance_cost: "1618.85" },
            { id: 113, asset_id: 73, employee_id: 450, maintenance_date: new Date("2022-09-04T11:29:31Z"), notes: "Flagged as incomplete. Support approved the transfer.", maintenance_type: "repair", maintenance_cost: "147.73" },
            { id: 114, asset_id: 200, employee_id: 352, maintenance_date: new Date("2023-03-02T13:11:44Z"), notes: "Flagged as partial. The customer rescheduled the delivery.", maintenance_type: "routine", maintenance_cost: "300.84" },
            { id: 115, asset_id: 81, employee_id: 88, maintenance_date: new Date("2023-06-18T14:22:49Z"), notes: "The order was rescheduled following an unusual review.", maintenance_type: "routine", maintenance_cost: "2118.44" },
            { id: 116, asset_id: 98, employee_id: 127, maintenance_date: new Date("2020-04-05T10:15:26Z"), notes: "No response from support, so the transfer was updated.", maintenance_type: "routine", maintenance_cost: "563.44" },
            { id: 117, asset_id: 181, employee_id: 339, maintenance_date: new Date("2020-06-12T11:51:05Z"), notes: "Flagged as repeat. The account owner delayed the item.", maintenance_type: "routine", maintenance_cost: "616.23" },
            { id: 118, asset_id: 111, employee_id: 215, maintenance_date: new Date("2021-10-06T18:20:47Z"), notes: "No response from the reviewer, so the request was rescheduled.", maintenance_type: "routine", maintenance_cost: "4743.46" },
            { id: 119, asset_id: 141, employee_id: 326, maintenance_date: new Date("2022-02-21T06:08:55Z"), notes: "The delivery was resolved after a late check.", maintenance_type: "repair", maintenance_cost: "1201.14" },
            { id: 120, asset_id: 36, employee_id: 127, maintenance_date: new Date("2021-05-13T07:23:16Z"), notes: "The supplier confirmed the details and the ticket was completed.", maintenance_type: "routine", maintenance_cost: "4202.20" },
            { id: 121, asset_id: 99, employee_id: 33, maintenance_date: new Date("2023-12-25T17:32:27Z"), notes: "The customer asked for a change and the document was rejected.", maintenance_type: "routine", maintenance_cost: "2853.05" },
            { id: 122, asset_id: 143, employee_id: 241, maintenance_date: new Date("2022-03-16T10:12:53Z"), notes: "Flagged as standard. Support delayed the report.", maintenance_type: "routine", maintenance_cost: "739.48" },
            { id: 123, asset_id: 136, employee_id: 94, maintenance_date: new Date("2023-09-14T09:04:05Z"), notes: "The session was refunded after a minor check.", maintenance_type: "routine", maintenance_cost: "927.48" },
            { id: 124, asset_id: 138, employee_id: 176, maintenance_date: new Date("2023-07-24T16:31:41Z"), notes: "No response from an operator, so the appointment was cancelled.", maintenance_type: "routine", maintenance_cost: "1120.00" },
            { id: 125, asset_id: 84, employee_id: 147, maintenance_date: new Date("2021-12-21T17:46:31Z"), notes: "The invoice was rescheduled following an automatic review.", maintenance_type: "routine", maintenance_cost: "100.55" },
            { id: 126, asset_id: 71, employee_id: 242, maintenance_date: new Date("2021-05-19T13:27:00Z"), notes: "Support reported a routine issue; the transfer was rescheduled.", maintenance_type: "repair", maintenance_cost: "132.70" },
            { id: 127, asset_id: 154, employee_id: 136, maintenance_date: new Date("2022-04-15T10:52:14Z"), notes: "An automatic refund was replaced the same day.", maintenance_type: "repair", maintenance_cost: "2091.10" },
            { id: 128, asset_id: 65, employee_id: 338, maintenance_date: new Date("2022-12-21T10:03:13Z"), notes: "The team confirmed the details and the request was completed.", maintenance_type: "repair", maintenance_cost: "3016.91" },
            { id: 129, asset_id: 33, employee_id: 121, maintenance_date: new Date("2021-09-05T14:26:36Z"), notes: "A partial appointment was delayed the same day.", maintenance_type: "routine", maintenance_cost: "52.20" },
            { id: 130, asset_id: 84, employee_id: 38, maintenance_date: new Date("2023-08-29T14:37:34Z"), notes: "An operator asked for a change and the session was closed.", maintenance_type: "routine", maintenance_cost: "254.08" },
            { id: 131, asset_id: 89, employee_id: 121, maintenance_date: new Date("2023-09-09T07:15:09Z"), notes: "Flagged as duplicate. The team resolved the request.", maintenance_type: "repair", maintenance_cost: "1192.21" },
            { id: 132, asset_id: 110, employee_id: 3, maintenance_date: new Date("2021-04-04T08:43:53Z"), notes: null, maintenance_type: "repair", maintenance_cost: "412.79" },
            { id: 133, asset_id: 27, employee_id: 139, maintenance_date: new Date("2023-05-29T14:48:17Z"), notes: "A standard request was reviewed the same day.", maintenance_type: "routine", maintenance_cost: "2899.42" },
            { id: 134, asset_id: 63, employee_id: 448, maintenance_date: new Date("2020-03-22T14:21:06Z"), notes: "An operator confirmed the details and the ticket was processed.", maintenance_type: "routine", maintenance_cost: "4670.14" },
            { id: 135, asset_id: 148, employee_id: 141, maintenance_date: new Date("2020-08-10T14:52:49Z"), notes: "The order was reopened following a minor review.", maintenance_type: "repair", maintenance_cost: "3660.02" },
            { id: 136, asset_id: 124, employee_id: 454, maintenance_date: new Date("2021-02-24T14:30:15Z"), notes: "No response from support, so the shipment was rejected.", maintenance_type: "routine", maintenance_cost: "2593.80" },
            { id: 137, asset_id: 171, employee_id: 447, maintenance_date: new Date("2022-03-21T14:40:46Z"), notes: "The account was reviewed — duplicate case, no further action.", maintenance_type: "upgrade", maintenance_cost: "4134.24" },
            { id: 138, asset_id: 200, employee_id: 14, maintenance_date: new Date("2021-11-05T19:30:13Z"), notes: "The report was processed — automatic case, no further action.", maintenance_type: "upgrade", maintenance_cost: "53.53" },
            { id: 139, asset_id: 47, employee_id: 307, maintenance_date: new Date("2023-01-05T10:44:10Z"), notes: "Support confirmed the details and the delivery was completed.", maintenance_type: "repair", maintenance_cost: "60.10" },
            { id: 140, asset_id: 127, employee_id: 357, maintenance_date: new Date("2022-03-04T14:36:16Z"), notes: "An urgent follow-up: the ticket was replaced.", maintenance_type: "routine", maintenance_cost: "432.21" },
            { id: 141, asset_id: 95, employee_id: 145, maintenance_date: new Date("2021-07-08T18:56:22Z"), notes: "Flagged as incomplete. The team rejected the document.", maintenance_type: "repair", maintenance_cost: "1049.50" },
            { id: 142, asset_id: 20, employee_id: 30, maintenance_date: new Date("2020-12-23T14:38:46Z"), notes: null, maintenance_type: "routine", maintenance_cost: "184.25" },
            { id: 143, asset_id: 41, employee_id: 291, maintenance_date: new Date("2020-09-01T13:51:48Z"), notes: "The courier reported a duplicate issue; the ticket was approved.", maintenance_type: "routine", maintenance_cost: "145.67" },
            { id: 144, asset_id: 72, employee_id: 462, maintenance_date: new Date("2021-12-29T16:30:05Z"), notes: "The reviewer confirmed the details and the account was reopened.", maintenance_type: "routine", maintenance_cost: "2283.74" },
            { id: 145, asset_id: 198, employee_id: 255, maintenance_date: new Date("2022-01-12T10:42:15Z"), notes: "The payment was replaced — automatic case, no further action.", maintenance_type: "routine", maintenance_cost: "1674.84" },
            { id: 146, asset_id: 122, employee_id: 463, maintenance_date: new Date("2023-01-18T14:18:38Z"), notes: "A manual follow-up: the booking was escalated.", maintenance_type: "routine", maintenance_cost: "3571.76" },
            { id: 147, asset_id: 71, employee_id: 55, maintenance_date: new Date("2021-10-17T17:09:01Z"), notes: null, maintenance_type: "routine", maintenance_cost: "1380.56" },
            { id: 148, asset_id: 25, employee_id: 81, maintenance_date: new Date("2023-02-16T14:01:23Z"), notes: "The shipment was delayed following a duplicate review.", maintenance_type: "routine", maintenance_cost: "677.00" },
            { id: 149, asset_id: 193, employee_id: 100, maintenance_date: new Date("2023-03-22T10:29:06Z"), notes: "The payment was updated after an urgent check.", maintenance_type: "repair", maintenance_cost: "248.14" },
            { id: 150, asset_id: 36, employee_id: 57, maintenance_date: new Date("2023-10-12T09:52:16Z"), notes: "Flagged as unusual. Support reopened the request.", maintenance_type: "routine", maintenance_cost: "3452.60" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, customer_id: 221, employee_id: 21, transaction_date: new Date("2022-07-10T23:38:58Z"), amount: "3804.63", transaction_type: "purchase", payment_method: "credit card" },
            { id: 2, customer_id: 288, employee_id: 55, transaction_date: new Date("2023-04-06T08:33:05Z"), amount: "8213.80", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 3, customer_id: 90, employee_id: 47, transaction_date: new Date("2020-03-03T19:51:48Z"), amount: "4053.25", transaction_type: "refund", payment_method: "debit card" },
            { id: 4, customer_id: 181, employee_id: 143, transaction_date: new Date("2020-02-09T12:50:39Z"), amount: "536.75", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 5, customer_id: 132, employee_id: 278, transaction_date: new Date("2021-05-17T07:26:03Z"), amount: "5587.06", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 6, customer_id: 106, employee_id: 99, transaction_date: new Date("2023-06-24T21:29:03Z"), amount: "724.74", transaction_type: "purchase", payment_method: "debit card" },
            { id: 7, customer_id: 72, employee_id: 281, transaction_date: new Date("2022-12-20T10:45:53Z"), amount: "7507.89", transaction_type: "purchase", payment_method: "credit card" },
            { id: 8, customer_id: 78, employee_id: 462, transaction_date: new Date("2023-10-22T21:00:25Z"), amount: "3594.25", transaction_type: "exchange", payment_method: "debit card" },
            { id: 9, customer_id: 80, employee_id: 38, transaction_date: new Date("2023-06-02T12:34:00Z"), amount: "1939.48", transaction_type: "refund", payment_method: "paypal" },
            { id: 10, customer_id: 122, employee_id: 458, transaction_date: new Date("2023-12-28T16:26:19Z"), amount: "798.47", transaction_type: "purchase", payment_method: "credit card" },
            { id: 11, customer_id: 208, employee_id: 407, transaction_date: new Date("2022-05-08T10:04:32Z"), amount: "8552.48", transaction_type: "refund", payment_method: "paypal" },
            { id: 12, customer_id: 208, employee_id: 439, transaction_date: new Date("2020-04-08T15:17:35Z"), amount: "6199.29", transaction_type: "exchange", payment_method: "debit card" },
            { id: 13, customer_id: 120, employee_id: 188, transaction_date: new Date("2021-04-05T09:45:33Z"), amount: "15.75", transaction_type: "refund", payment_method: "paypal" },
            { id: 14, customer_id: 297, employee_id: 166, transaction_date: new Date("2022-12-31T18:37:43Z"), amount: "5206.56", transaction_type: "purchase", payment_method: "credit card" },
            { id: 15, customer_id: 95, employee_id: 103, transaction_date: new Date("2023-01-05T18:31:26Z"), amount: "9146.32", transaction_type: "purchase", payment_method: "debit card" },
            { id: 16, customer_id: 162, employee_id: 159, transaction_date: new Date("2020-09-23T17:44:47Z"), amount: "4232.81", transaction_type: "exchange", payment_method: "paypal" },
            { id: 17, customer_id: 191, employee_id: 412, transaction_date: new Date("2020-08-31T19:23:32Z"), amount: "5664.42", transaction_type: "purchase", payment_method: "credit card" },
            { id: 18, customer_id: 26, employee_id: 78, transaction_date: new Date("2023-01-23T14:23:52Z"), amount: "8080.09", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 19, customer_id: 53, employee_id: 7, transaction_date: new Date("2022-07-23T17:24:01Z"), amount: "53.07", transaction_type: "purchase", payment_method: "debit card" },
            { id: 20, customer_id: 177, employee_id: 193, transaction_date: new Date("2022-05-18T18:21:23Z"), amount: "4756.65", transaction_type: "purchase", payment_method: "paypal" },
            { id: 21, customer_id: 87, employee_id: 68, transaction_date: new Date("2021-07-27T19:39:47Z"), amount: "5127.23", transaction_type: "purchase", payment_method: "debit card" },
            { id: 22, customer_id: 135, employee_id: 106, transaction_date: new Date("2020-12-18T15:50:44Z"), amount: "4593.85", transaction_type: "purchase", payment_method: "credit card" },
            { id: 23, customer_id: 118, employee_id: 199, transaction_date: new Date("2023-09-23T07:33:08Z"), amount: "3173.28", transaction_type: "purchase", payment_method: "debit card" },
            { id: 24, customer_id: 57, employee_id: 372, transaction_date: new Date("2022-05-24T08:30:03Z"), amount: "5190.52", transaction_type: "purchase", payment_method: "credit card" },
            { id: 25, customer_id: 233, employee_id: 177, transaction_date: new Date("2023-04-17T16:12:16Z"), amount: "471.31", transaction_type: "purchase", payment_method: "paypal" },
            { id: 26, customer_id: 47, employee_id: 206, transaction_date: new Date("2023-06-07T11:39:19Z"), amount: "5481.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 27, customer_id: 166, employee_id: 33, transaction_date: new Date("2023-11-25T16:43:54Z"), amount: "1699.81", transaction_type: "refund", payment_method: "credit card" },
            { id: 28, customer_id: 295, employee_id: 287, transaction_date: new Date("2022-07-25T22:18:05Z"), amount: "1048.05", transaction_type: "purchase", payment_method: "debit card" },
            { id: 29, customer_id: 214, employee_id: 219, transaction_date: new Date("2023-05-11T18:55:03Z"), amount: "2768.96", transaction_type: "purchase", payment_method: "credit card" },
            { id: 30, customer_id: 93, employee_id: 100, transaction_date: new Date("2021-01-27T12:18:46Z"), amount: "4858.36", transaction_type: "purchase", payment_method: "paypal" },
            { id: 31, customer_id: 247, employee_id: 343, transaction_date: new Date("2023-08-31T11:47:47Z"), amount: "775.45", transaction_type: "refund", payment_method: "credit card" },
            { id: 32, customer_id: 280, employee_id: 334, transaction_date: new Date("2020-12-22T04:54:10Z"), amount: "325.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 33, customer_id: 25, employee_id: 282, transaction_date: new Date("2022-02-27T14:44:33Z"), amount: "350.49", transaction_type: "purchase", payment_method: "credit card" },
            { id: 34, customer_id: 252, employee_id: 54, transaction_date: new Date("2023-04-13T15:24:46Z"), amount: "5832.09", transaction_type: "purchase", payment_method: "credit card" },
            { id: 35, customer_id: 219, employee_id: 346, transaction_date: new Date("2020-09-07T10:02:27Z"), amount: "6859.05", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 36, customer_id: 295, employee_id: 270, transaction_date: new Date("2023-01-25T20:29:56Z"), amount: "5899.60", transaction_type: "refund", payment_method: "debit card" },
            { id: 37, customer_id: 286, employee_id: 149, transaction_date: new Date("2020-03-20T15:56:55Z"), amount: "5003.98", transaction_type: "purchase", payment_method: "credit card" },
            { id: 38, customer_id: 230, employee_id: 367, transaction_date: new Date("2022-04-03T14:49:41Z"), amount: "4606.21", transaction_type: "exchange", payment_method: "credit card" },
            { id: 39, customer_id: 46, employee_id: 490, transaction_date: new Date("2022-06-10T12:08:36Z"), amount: "4572.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 40, customer_id: 285, employee_id: 284, transaction_date: new Date("2022-08-13T18:37:12Z"), amount: "6960.16", transaction_type: "refund", payment_method: "debit card" },
            { id: 41, customer_id: 28, employee_id: 315, transaction_date: new Date("2021-03-01T08:04:01Z"), amount: "9446.45", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 42, customer_id: 246, employee_id: 364, transaction_date: new Date("2022-06-27T15:56:53Z"), amount: "1306.06", transaction_type: "refund", payment_method: "debit card" },
            { id: 43, customer_id: 35, employee_id: 348, transaction_date: new Date("2021-01-16T08:18:58Z"), amount: "311.96", transaction_type: "refund", payment_method: "credit card" },
            { id: 44, customer_id: 61, employee_id: 219, transaction_date: new Date("2020-12-06T20:09:46Z"), amount: "4921.58", transaction_type: "purchase", payment_method: "credit card" },
            { id: 45, customer_id: 5, employee_id: 172, transaction_date: new Date("2020-10-13T14:08:23Z"), amount: "86.11", transaction_type: "exchange", payment_method: "paypal" },
            { id: 46, customer_id: 24, employee_id: 439, transaction_date: new Date("2020-07-05T20:17:41Z"), amount: "1746.62", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 47, customer_id: 33, employee_id: 187, transaction_date: new Date("2022-12-23T15:53:34Z"), amount: "2680.19", transaction_type: "purchase", payment_method: "credit card" },
            { id: 48, customer_id: 201, employee_id: 490, transaction_date: new Date("2021-11-19T22:18:40Z"), amount: "7527.35", transaction_type: "purchase", payment_method: "debit card" },
            { id: 49, customer_id: 145, employee_id: 179, transaction_date: new Date("2023-02-20T20:31:55Z"), amount: "1086.94", transaction_type: "purchase", payment_method: "debit card" },
            { id: 50, customer_id: 64, employee_id: 333, transaction_date: new Date("2023-03-08T07:59:37Z"), amount: "1276.23", transaction_type: "refund", payment_method: "paypal" },
            { id: 51, customer_id: 222, employee_id: 157, transaction_date: new Date("2022-07-10T08:02:15Z"), amount: "3363.18", transaction_type: "purchase", payment_method: "credit card" },
            { id: 52, customer_id: 78, employee_id: 225, transaction_date: new Date("2022-08-02T09:57:29Z"), amount: "4948.57", transaction_type: "refund", payment_method: "credit card" },
            { id: 53, customer_id: 250, employee_id: 70, transaction_date: new Date("2020-02-03T10:24:21Z"), amount: "9211.32", transaction_type: "purchase", payment_method: "credit card" },
            { id: 54, customer_id: 27, employee_id: 215, transaction_date: new Date("2020-11-26T14:07:40Z"), amount: "6291.20", transaction_type: "purchase", payment_method: "paypal" },
            { id: 55, customer_id: 216, employee_id: 138, transaction_date: new Date("2021-04-30T04:08:19Z"), amount: "191.51", transaction_type: "purchase", payment_method: "debit card" },
            { id: 56, customer_id: 15, employee_id: 448, transaction_date: new Date("2023-09-03T16:13:15Z"), amount: "5661.49", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 57, customer_id: 126, employee_id: 217, transaction_date: new Date("2020-03-04T20:23:12Z"), amount: "7290.52", transaction_type: "purchase", payment_method: "debit card" },
            { id: 58, customer_id: 87, employee_id: 58, transaction_date: new Date("2021-01-17T00:06:57Z"), amount: "303.80", transaction_type: "purchase", payment_method: "credit card" },
            { id: 59, customer_id: 233, employee_id: 194, transaction_date: new Date("2021-07-08T13:43:59Z"), amount: "871.61", transaction_type: "purchase", payment_method: "debit card" },
            { id: 60, customer_id: 161, employee_id: 486, transaction_date: new Date("2022-04-12T12:49:18Z"), amount: "8157.76", transaction_type: "purchase", payment_method: "paypal" },
            { id: 61, customer_id: 154, employee_id: 161, transaction_date: new Date("2023-01-16T13:19:55Z"), amount: "6691.27", transaction_type: "purchase", payment_method: "credit card" },
            { id: 62, customer_id: 277, employee_id: 147, transaction_date: new Date("2020-08-08T09:21:52Z"), amount: "8465.56", transaction_type: "purchase", payment_method: "credit card" },
            { id: 63, customer_id: 263, employee_id: 465, transaction_date: new Date("2020-04-16T23:28:15Z"), amount: "4300.16", transaction_type: "purchase", payment_method: "debit card" },
            { id: 64, customer_id: 150, employee_id: 360, transaction_date: new Date("2022-02-26T19:42:59Z"), amount: "12.03", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 65, customer_id: 138, employee_id: 6, transaction_date: new Date("2021-04-25T13:46:25Z"), amount: "7699.34", transaction_type: "refund", payment_method: "credit card" },
            { id: 66, customer_id: 266, employee_id: 445, transaction_date: new Date("2023-03-09T20:19:49Z"), amount: "452.49", transaction_type: "purchase", payment_method: "paypal" },
            { id: 67, customer_id: 95, employee_id: 274, transaction_date: new Date("2022-11-05T18:27:36Z"), amount: "2283.27", transaction_type: "purchase", payment_method: "credit card" },
            { id: 68, customer_id: 159, employee_id: 297, transaction_date: new Date("2022-04-03T06:22:14Z"), amount: "172.84", transaction_type: "refund", payment_method: "credit card" },
            { id: 69, customer_id: 215, employee_id: 449, transaction_date: new Date("2023-03-23T16:56:32Z"), amount: "9635.32", transaction_type: "refund", payment_method: "debit card" },
            { id: 70, customer_id: 217, employee_id: 82, transaction_date: new Date("2021-02-11T14:18:19Z"), amount: "51.91", transaction_type: "purchase", payment_method: "credit card" },
            { id: 71, customer_id: 229, employee_id: 203, transaction_date: new Date("2023-02-05T10:25:39Z"), amount: "2085.06", transaction_type: "purchase", payment_method: "credit card" },
            { id: 72, customer_id: 148, employee_id: 275, transaction_date: new Date("2020-04-23T19:41:52Z"), amount: "8999.99", transaction_type: "purchase", payment_method: "credit card" },
            { id: 73, customer_id: 7, employee_id: 264, transaction_date: new Date("2020-02-01T14:51:34Z"), amount: "1726.68", transaction_type: "refund", payment_method: "debit card" },
            { id: 74, customer_id: 194, employee_id: 224, transaction_date: new Date("2021-08-13T12:03:12Z"), amount: "25.44", transaction_type: "purchase", payment_method: "credit card" },
            { id: 75, customer_id: 219, employee_id: 184, transaction_date: new Date("2021-06-15T16:20:52Z"), amount: "6059.95", transaction_type: "purchase", payment_method: "debit card" },
            { id: 76, customer_id: 9, employee_id: 37, transaction_date: new Date("2022-11-10T14:11:15Z"), amount: "387.39", transaction_type: "purchase", payment_method: "debit card" },
            { id: 77, customer_id: 19, employee_id: 416, transaction_date: new Date("2023-03-14T06:18:33Z"), amount: "7084.55", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 78, customer_id: 85, employee_id: 479, transaction_date: new Date("2022-07-25T08:42:34Z"), amount: "8003.14", transaction_type: "purchase", payment_method: "debit card" },
            { id: 79, customer_id: 70, employee_id: 277, transaction_date: new Date("2022-04-02T12:34:58Z"), amount: "4150.10", transaction_type: "purchase", payment_method: "debit card" },
            { id: 80, customer_id: 135, employee_id: 229, transaction_date: new Date("2020-11-09T19:22:39Z"), amount: "5311.50", transaction_type: "purchase", payment_method: "credit card" },
            { id: 81, customer_id: 248, employee_id: 402, transaction_date: new Date("2020-08-09T12:56:03Z"), amount: "90.35", transaction_type: "refund", payment_method: "debit card" },
            { id: 82, customer_id: 51, employee_id: 92, transaction_date: new Date("2023-09-30T20:36:45Z"), amount: "7724.80", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 83, customer_id: 279, employee_id: 243, transaction_date: new Date("2020-01-18T23:35:49Z"), amount: "2021.73", transaction_type: "refund", payment_method: "paypal" },
            { id: 84, customer_id: 295, employee_id: 496, transaction_date: new Date("2020-06-17T18:07:00Z"), amount: "9552.12", transaction_type: "purchase", payment_method: "credit card" },
            { id: 85, customer_id: 41, employee_id: 4, transaction_date: new Date("2023-10-27T11:14:28Z"), amount: "1534.81", transaction_type: "exchange", payment_method: "debit card" },
            { id: 86, customer_id: 182, employee_id: 317, transaction_date: new Date("2021-08-31T15:10:20Z"), amount: "681.04", transaction_type: "refund", payment_method: "debit card" },
            { id: 87, customer_id: 93, employee_id: 373, transaction_date: new Date("2023-11-14T21:18:22Z"), amount: "236.76", transaction_type: "purchase", payment_method: "paypal" },
            { id: 88, customer_id: 196, employee_id: 141, transaction_date: new Date("2020-10-04T17:44:01Z"), amount: "886.43", transaction_type: "purchase", payment_method: "credit card" },
            { id: 89, customer_id: 110, employee_id: 465, transaction_date: new Date("2023-05-25T13:50:10Z"), amount: "3840.27", transaction_type: "purchase", payment_method: "credit card" },
            { id: 90, customer_id: 121, employee_id: 181, transaction_date: new Date("2020-04-06T13:42:28Z"), amount: "6455.92", transaction_type: "purchase", payment_method: "credit card" },
            { id: 91, customer_id: 201, employee_id: 129, transaction_date: new Date("2022-10-21T13:57:20Z"), amount: "2695.83", transaction_type: "refund", payment_method: "debit card" },
            { id: 92, customer_id: 213, employee_id: 256, transaction_date: new Date("2022-04-05T23:28:56Z"), amount: "5483.71", transaction_type: "refund", payment_method: "paypal" },
            { id: 93, customer_id: 174, employee_id: 438, transaction_date: new Date("2023-12-12T21:56:41Z"), amount: "8504.80", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 94, customer_id: 38, employee_id: 23, transaction_date: new Date("2022-03-28T15:51:29Z"), amount: "4052.44", transaction_type: "exchange", payment_method: "credit card" },
            { id: 95, customer_id: 237, employee_id: 32, transaction_date: new Date("2023-05-09T18:17:32Z"), amount: "6146.37", transaction_type: "purchase", payment_method: "credit card" },
            { id: 96, customer_id: 82, employee_id: 98, transaction_date: new Date("2021-04-03T19:14:30Z"), amount: "2367.31", transaction_type: "refund", payment_method: "credit card" },
            { id: 97, customer_id: 134, employee_id: 327, transaction_date: new Date("2021-10-04T17:54:28Z"), amount: "8975.80", transaction_type: "exchange", payment_method: "debit card" },
            { id: 98, customer_id: 290, employee_id: 326, transaction_date: new Date("2022-12-09T05:15:45Z"), amount: "1166.87", transaction_type: "refund", payment_method: "credit card" },
            { id: 99, customer_id: 228, employee_id: 187, transaction_date: new Date("2022-02-19T08:35:39Z"), amount: "906.75", transaction_type: "purchase", payment_method: "debit card" },
            { id: 100, customer_id: 183, employee_id: 101, transaction_date: new Date("2020-05-15T12:19:15Z"), amount: "1388.60", transaction_type: "purchase", payment_method: "credit card" },
            { id: 101, customer_id: 259, employee_id: 337, transaction_date: new Date("2020-06-11T06:58:15Z"), amount: "5398.18", transaction_type: "purchase", payment_method: "debit card" },
            { id: 102, customer_id: 17, employee_id: 110, transaction_date: new Date("2020-07-14T12:56:14Z"), amount: "2256.10", transaction_type: "purchase", payment_method: "credit card" },
            { id: 103, customer_id: 193, employee_id: 260, transaction_date: new Date("2020-08-27T09:26:10Z"), amount: "3265.19", transaction_type: "purchase", payment_method: "paypal" },
            { id: 104, customer_id: 145, employee_id: 150, transaction_date: new Date("2020-09-21T17:39:43Z"), amount: "53.35", transaction_type: "purchase", payment_method: "credit card" },
            { id: 105, customer_id: 134, employee_id: 246, transaction_date: new Date("2022-08-03T10:42:47Z"), amount: "378.39", transaction_type: "exchange", payment_method: "debit card" },
            { id: 106, customer_id: 111, employee_id: 444, transaction_date: new Date("2022-08-22T17:04:46Z"), amount: "4065.56", transaction_type: "purchase", payment_method: "credit card" },
            { id: 107, customer_id: 37, employee_id: 266, transaction_date: new Date("2021-11-12T20:20:37Z"), amount: "1.67", transaction_type: "refund", payment_method: "debit card" },
            { id: 108, customer_id: 242, employee_id: 328, transaction_date: new Date("2020-09-02T12:58:41Z"), amount: "36.07", transaction_type: "purchase", payment_method: "credit card" },
            { id: 109, customer_id: 16, employee_id: 361, transaction_date: new Date("2022-10-14T15:04:54Z"), amount: "3270.80", transaction_type: "purchase", payment_method: "debit card" },
            { id: 110, customer_id: 95, employee_id: 445, transaction_date: new Date("2022-01-02T21:25:43Z"), amount: "4322.63", transaction_type: "purchase", payment_method: "credit card" },
            { id: 111, customer_id: 185, employee_id: 116, transaction_date: new Date("2021-07-27T14:15:24Z"), amount: "6939.92", transaction_type: "purchase", payment_method: "debit card" },
            { id: 112, customer_id: 54, employee_id: 150, transaction_date: new Date("2022-10-14T23:08:12Z"), amount: "259.88", transaction_type: "refund", payment_method: "debit card" },
            { id: 113, customer_id: 215, employee_id: 378, transaction_date: new Date("2023-08-13T20:42:31Z"), amount: "4160.76", transaction_type: "purchase", payment_method: "credit card" },
            { id: 114, customer_id: 90, employee_id: 190, transaction_date: new Date("2020-10-07T12:42:51Z"), amount: "3116.34", transaction_type: "purchase", payment_method: "credit card" },
            { id: 115, customer_id: 159, employee_id: 384, transaction_date: new Date("2021-06-29T18:55:00Z"), amount: "4500.62", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 116, customer_id: 228, employee_id: 357, transaction_date: new Date("2020-08-12T09:46:18Z"), amount: "958.29", transaction_type: "purchase", payment_method: "credit card" },
            { id: 117, customer_id: 203, employee_id: 129, transaction_date: new Date("2020-11-01T13:31:38Z"), amount: "503.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 118, customer_id: 152, employee_id: 305, transaction_date: new Date("2023-02-24T10:42:19Z"), amount: "1471.00", transaction_type: "refund", payment_method: "credit card" },
            { id: 119, customer_id: 286, employee_id: 73, transaction_date: new Date("2023-06-13T10:04:52Z"), amount: "2338.07", transaction_type: "purchase", payment_method: "credit card" },
            { id: 120, customer_id: 237, employee_id: 422, transaction_date: new Date("2021-11-27T16:29:00Z"), amount: "517.14", transaction_type: "purchase", payment_method: "paypal" },
            { id: 121, customer_id: 25, employee_id: 242, transaction_date: new Date("2021-10-20T15:05:13Z"), amount: "9489.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 122, customer_id: 35, employee_id: 488, transaction_date: new Date("2022-02-06T00:50:34Z"), amount: "1744.60", transaction_type: "purchase", payment_method: "credit card" },
            { id: 123, customer_id: 137, employee_id: 222, transaction_date: new Date("2023-10-18T14:06:05Z"), amount: "1249.12", transaction_type: "refund", payment_method: "paypal" },
            { id: 124, customer_id: 104, employee_id: 87, transaction_date: new Date("2020-05-11T15:40:17Z"), amount: "1776.15", transaction_type: "purchase", payment_method: "debit card" },
            { id: 125, customer_id: 73, employee_id: 113, transaction_date: new Date("2023-09-18T18:46:03Z"), amount: "2187.15", transaction_type: "purchase", payment_method: "credit card" },
            { id: 126, customer_id: 50, employee_id: 479, transaction_date: new Date("2023-11-24T18:50:27Z"), amount: "1510.61", transaction_type: "purchase", payment_method: "debit card" },
            { id: 127, customer_id: 48, employee_id: 472, transaction_date: new Date("2020-05-27T20:00:20Z"), amount: "55.89", transaction_type: "exchange", payment_method: "credit card" },
            { id: 128, customer_id: 156, employee_id: 188, transaction_date: new Date("2020-09-24T12:35:50Z"), amount: "1484.18", transaction_type: "purchase", payment_method: "paypal" },
            { id: 129, customer_id: 29, employee_id: 345, transaction_date: new Date("2023-08-03T12:52:38Z"), amount: "1652.51", transaction_type: "purchase", payment_method: "paypal" },
            { id: 130, customer_id: 91, employee_id: 375, transaction_date: new Date("2022-07-20T23:32:01Z"), amount: "807.87", transaction_type: "purchase", payment_method: "debit card" },
            { id: 131, customer_id: 278, employee_id: 55, transaction_date: new Date("2023-01-27T23:47:21Z"), amount: "5631.19", transaction_type: "purchase", payment_method: "debit card" },
            { id: 132, customer_id: 195, employee_id: 207, transaction_date: new Date("2023-10-26T18:49:35Z"), amount: "6280.71", transaction_type: "refund", payment_method: "credit card" },
            { id: 133, customer_id: 175, employee_id: 79, transaction_date: new Date("2020-10-15T17:20:29Z"), amount: "9.20", transaction_type: "refund", payment_method: "debit card" },
            { id: 134, customer_id: 89, employee_id: 379, transaction_date: new Date("2023-12-21T20:19:31Z"), amount: "4563.99", transaction_type: "refund", payment_method: "credit card" },
            { id: 135, customer_id: 100, employee_id: 73, transaction_date: new Date("2020-08-25T16:27:30Z"), amount: "1467.75", transaction_type: "exchange", payment_method: "debit card" },
            { id: 136, customer_id: 273, employee_id: 74, transaction_date: new Date("2023-10-20T11:01:22Z"), amount: "2730.21", transaction_type: "purchase", payment_method: "debit card" },
            { id: 137, customer_id: 124, employee_id: 20, transaction_date: new Date("2023-03-31T07:02:35Z"), amount: "82.33", transaction_type: "exchange", payment_method: "debit card" },
            { id: 138, customer_id: 289, employee_id: 164, transaction_date: new Date("2021-06-08T02:54:14Z"), amount: "1662.84", transaction_type: "purchase", payment_method: "debit card" },
            { id: 139, customer_id: 65, employee_id: 241, transaction_date: new Date("2022-05-09T08:41:16Z"), amount: "1586.60", transaction_type: "purchase", payment_method: "debit card" },
            { id: 140, customer_id: 269, employee_id: 317, transaction_date: new Date("2020-12-05T18:43:57Z"), amount: "2866.97", transaction_type: "purchase", payment_method: "credit card" },
            { id: 141, customer_id: 48, employee_id: 86, transaction_date: new Date("2022-07-26T21:14:53Z"), amount: "247.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 142, customer_id: 183, employee_id: 42, transaction_date: new Date("2023-02-05T16:55:42Z"), amount: "7326.04", transaction_type: "purchase", payment_method: "credit card" },
            { id: 143, customer_id: 131, employee_id: 216, transaction_date: new Date("2020-09-13T10:33:14Z"), amount: "12.67", transaction_type: "exchange", payment_method: "debit card" },
            { id: 144, customer_id: 38, employee_id: 122, transaction_date: new Date("2023-03-08T20:25:56Z"), amount: "7501.36", transaction_type: "purchase", payment_method: "credit card" },
            { id: 145, customer_id: 155, employee_id: 149, transaction_date: new Date("2023-02-05T18:38:34Z"), amount: "2198.68", transaction_type: "purchase", payment_method: "credit card" },
            { id: 146, customer_id: 52, employee_id: 425, transaction_date: new Date("2020-07-13T09:15:39Z"), amount: "2589.23", transaction_type: "refund", payment_method: "credit card" },
            { id: 147, customer_id: 202, employee_id: 1, transaction_date: new Date("2023-08-26T20:14:47Z"), amount: "1521.62", transaction_type: "purchase", payment_method: "debit card" },
            { id: 148, customer_id: 228, employee_id: 86, transaction_date: new Date("2020-07-23T18:54:45Z"), amount: "3827.70", transaction_type: "purchase", payment_method: "credit card" },
            { id: 149, customer_id: 19, employee_id: 77, transaction_date: new Date("2021-11-22T19:21:54Z"), amount: "628.33", transaction_type: "purchase", payment_method: "credit card" },
            { id: 150, customer_id: 178, employee_id: 310, transaction_date: new Date("2020-01-30T17:03:15Z"), amount: "4627.82", transaction_type: "exchange", payment_method: "debit card" },
            { id: 151, customer_id: 281, employee_id: 237, transaction_date: new Date("2021-03-04T12:00:49Z"), amount: "7.08", transaction_type: "exchange", payment_method: "credit card" },
            { id: 152, customer_id: 198, employee_id: 473, transaction_date: new Date("2022-05-29T09:45:54Z"), amount: "171.98", transaction_type: "purchase", payment_method: "credit card" },
            { id: 153, customer_id: 252, employee_id: 212, transaction_date: new Date("2020-02-25T02:14:02Z"), amount: "4295.99", transaction_type: "purchase", payment_method: "credit card" },
            { id: 154, customer_id: 68, employee_id: 389, transaction_date: new Date("2020-08-02T23:14:06Z"), amount: "3018.14", transaction_type: "purchase", payment_method: "debit card" },
            { id: 155, customer_id: 245, employee_id: 459, transaction_date: new Date("2021-06-30T18:23:50Z"), amount: "2586.22", transaction_type: "purchase", payment_method: "paypal" },
            { id: 156, customer_id: 69, employee_id: 408, transaction_date: new Date("2020-12-08T14:48:18Z"), amount: "45.87", transaction_type: "purchase", payment_method: "credit card" },
            { id: 157, customer_id: 160, employee_id: 40, transaction_date: new Date("2023-09-29T19:40:49Z"), amount: "200.48", transaction_type: "purchase", payment_method: "credit card" },
            { id: 158, customer_id: 75, employee_id: 204, transaction_date: new Date("2021-07-08T19:53:29Z"), amount: "2373.92", transaction_type: "refund", payment_method: "credit card" },
            { id: 159, customer_id: 261, employee_id: 121, transaction_date: new Date("2023-06-05T22:55:56Z"), amount: "1219.38", transaction_type: "purchase", payment_method: "debit card" },
            { id: 160, customer_id: 255, employee_id: 460, transaction_date: new Date("2021-05-11T17:24:48Z"), amount: "1172.27", transaction_type: "purchase", payment_method: "debit card" },
            { id: 161, customer_id: 217, employee_id: 11, transaction_date: new Date("2020-10-16T18:24:01Z"), amount: "21.55", transaction_type: "purchase", payment_method: "paypal" },
            { id: 162, customer_id: 269, employee_id: 401, transaction_date: new Date("2020-05-02T18:36:50Z"), amount: "9.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 163, customer_id: 170, employee_id: 12, transaction_date: new Date("2023-01-13T18:12:19Z"), amount: "6032.54", transaction_type: "purchase", payment_method: "paypal" },
            { id: 164, customer_id: 9, employee_id: 176, transaction_date: new Date("2022-10-17T17:51:30Z"), amount: "7869.37", transaction_type: "refund", payment_method: "debit card" },
            { id: 165, customer_id: 89, employee_id: 405, transaction_date: new Date("2023-05-24T22:51:29Z"), amount: "347.03", transaction_type: "purchase", payment_method: "debit card" },
            { id: 166, customer_id: 21, employee_id: 249, transaction_date: new Date("2020-09-28T10:42:52Z"), amount: "2177.97", transaction_type: "refund", payment_method: "paypal" },
            { id: 167, customer_id: 128, employee_id: 439, transaction_date: new Date("2022-09-25T08:13:56Z"), amount: "7964.49", transaction_type: "purchase", payment_method: "credit card" },
            { id: 168, customer_id: 196, employee_id: 172, transaction_date: new Date("2021-09-21T14:30:37Z"), amount: "9416.92", transaction_type: "refund", payment_method: "credit card" },
            { id: 169, customer_id: 176, employee_id: 84, transaction_date: new Date("2021-12-26T20:33:53Z"), amount: "7322.48", transaction_type: "purchase", payment_method: "debit card" },
            { id: 170, customer_id: 47, employee_id: 121, transaction_date: new Date("2020-07-12T08:49:01Z"), amount: "26.19", transaction_type: "purchase", payment_method: "credit card" },
            { id: 171, customer_id: 74, employee_id: 277, transaction_date: new Date("2023-02-20T15:14:36Z"), amount: "2.90", transaction_type: "purchase", payment_method: "debit card" },
            { id: 172, customer_id: 98, employee_id: 332, transaction_date: new Date("2022-10-02T12:06:19Z"), amount: "2120.21", transaction_type: "refund", payment_method: "credit card" },
            { id: 173, customer_id: 58, employee_id: 290, transaction_date: new Date("2021-03-12T16:42:06Z"), amount: "42.95", transaction_type: "exchange", payment_method: "paypal" },
            { id: 174, customer_id: 252, employee_id: 191, transaction_date: new Date("2020-04-10T16:36:15Z"), amount: "8617.98", transaction_type: "refund", payment_method: "debit card" },
            { id: 175, customer_id: 85, employee_id: 193, transaction_date: new Date("2021-05-18T19:48:49Z"), amount: "3389.95", transaction_type: "exchange", payment_method: "credit card" },
            { id: 176, customer_id: 24, employee_id: 80, transaction_date: new Date("2020-01-26T13:18:44Z"), amount: "3729.37", transaction_type: "purchase", payment_method: "credit card" },
            { id: 177, customer_id: 98, employee_id: 472, transaction_date: new Date("2023-03-09T19:29:44Z"), amount: "2668.64", transaction_type: "refund", payment_method: "credit card" },
            { id: 178, customer_id: 202, employee_id: 465, transaction_date: new Date("2022-12-09T12:33:51Z"), amount: "1883.77", transaction_type: "refund", payment_method: "credit card" },
            { id: 179, customer_id: 239, employee_id: 251, transaction_date: new Date("2020-06-28T10:05:27Z"), amount: "2258.29", transaction_type: "exchange", payment_method: "credit card" },
            { id: 180, customer_id: 205, employee_id: 288, transaction_date: new Date("2020-09-30T17:45:53Z"), amount: "201.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 181, customer_id: 238, employee_id: 37, transaction_date: new Date("2021-01-26T21:39:33Z"), amount: "1175.10", transaction_type: "purchase", payment_method: "credit card" },
            { id: 182, customer_id: 140, employee_id: 406, transaction_date: new Date("2020-03-25T19:40:14Z"), amount: "865.17", transaction_type: "purchase", payment_method: "debit card" },
            { id: 183, customer_id: 52, employee_id: 349, transaction_date: new Date("2023-10-31T16:53:54Z"), amount: "5628.92", transaction_type: "exchange", payment_method: "paypal" },
            { id: 184, customer_id: 145, employee_id: 185, transaction_date: new Date("2020-06-25T10:36:07Z"), amount: "171.46", transaction_type: "purchase", payment_method: "paypal" },
            { id: 185, customer_id: 247, employee_id: 204, transaction_date: new Date("2021-04-19T17:30:27Z"), amount: "9710.59", transaction_type: "purchase", payment_method: "paypal" },
            { id: 186, customer_id: 234, employee_id: 368, transaction_date: new Date("2021-04-08T09:27:36Z"), amount: "382.77", transaction_type: "purchase", payment_method: "credit card" },
            { id: 187, customer_id: 241, employee_id: 495, transaction_date: new Date("2020-06-12T14:23:47Z"), amount: "7348.28", transaction_type: "purchase", payment_method: "debit card" },
            { id: 188, customer_id: 140, employee_id: 230, transaction_date: new Date("2023-01-30T10:42:38Z"), amount: "2139.20", transaction_type: "exchange", payment_method: "credit card" },
            { id: 189, customer_id: 222, employee_id: 485, transaction_date: new Date("2021-04-12T17:07:44Z"), amount: "405.60", transaction_type: "purchase", payment_method: "paypal" },
            { id: 190, customer_id: 117, employee_id: 137, transaction_date: new Date("2020-03-15T19:06:57Z"), amount: "7487.20", transaction_type: "refund", payment_method: "credit card" },
            { id: 191, customer_id: 225, employee_id: 119, transaction_date: new Date("2020-04-01T07:03:53Z"), amount: "7240.74", transaction_type: "purchase", payment_method: "credit card" },
            { id: 192, customer_id: 242, employee_id: 47, transaction_date: new Date("2023-03-28T11:09:27Z"), amount: "69.79", transaction_type: "purchase", payment_method: "paypal" },
            { id: 193, customer_id: 113, employee_id: 238, transaction_date: new Date("2021-05-31T22:09:51Z"), amount: "381.63", transaction_type: "purchase", payment_method: "credit card" },
            { id: 194, customer_id: 269, employee_id: 453, transaction_date: new Date("2021-05-28T13:46:32Z"), amount: "1388.60", transaction_type: "exchange", payment_method: "debit card" },
            { id: 195, customer_id: 260, employee_id: 112, transaction_date: new Date("2021-04-17T18:50:08Z"), amount: "4352.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 196, customer_id: 288, employee_id: 164, transaction_date: new Date("2020-11-14T12:04:34Z"), amount: "3930.77", transaction_type: "purchase", payment_method: "credit card" },
            { id: 197, customer_id: 92, employee_id: 251, transaction_date: new Date("2021-11-22T02:16:23Z"), amount: "230.45", transaction_type: "purchase", payment_method: "paypal" },
            { id: 198, customer_id: 229, employee_id: 278, transaction_date: new Date("2021-04-11T22:54:42Z"), amount: "849.40", transaction_type: "purchase", payment_method: "debit card" },
            { id: 199, customer_id: 19, employee_id: 455, transaction_date: new Date("2022-01-14T20:25:41Z"), amount: "3525.68", transaction_type: "purchase", payment_method: "debit card" },
            { id: 200, customer_id: 293, employee_id: 265, transaction_date: new Date("2021-01-04T16:28:00Z"), amount: "9831.19", transaction_type: "purchase", payment_method: "credit card" },
            { id: 201, customer_id: 114, employee_id: 14, transaction_date: new Date("2021-07-16T21:18:16Z"), amount: "37.88", transaction_type: "purchase", payment_method: "debit card" },
            { id: 202, customer_id: 156, employee_id: 362, transaction_date: new Date("2022-11-27T19:16:21Z"), amount: "2355.55", transaction_type: "purchase", payment_method: "credit card" },
            { id: 203, customer_id: 61, employee_id: 77, transaction_date: new Date("2020-01-13T11:58:11Z"), amount: "68.57", transaction_type: "purchase", payment_method: "credit card" },
            { id: 204, customer_id: 102, employee_id: 74, transaction_date: new Date("2022-04-14T18:01:40Z"), amount: "3102.21", transaction_type: "purchase", payment_method: "debit card" },
            { id: 205, customer_id: 252, employee_id: 213, transaction_date: new Date("2021-08-06T12:54:16Z"), amount: "3256.55", transaction_type: "purchase", payment_method: "debit card" },
            { id: 206, customer_id: 10, employee_id: 269, transaction_date: new Date("2020-06-28T22:10:06Z"), amount: "560.90", transaction_type: "purchase", payment_method: "credit card" },
            { id: 207, customer_id: 225, employee_id: 18, transaction_date: new Date("2023-07-17T08:40:03Z"), amount: "751.41", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 208, customer_id: 143, employee_id: 146, transaction_date: new Date("2021-04-14T02:44:20Z"), amount: "3105.21", transaction_type: "purchase", payment_method: "credit card" },
            { id: 209, customer_id: 3, employee_id: 363, transaction_date: new Date("2022-04-28T21:19:46Z"), amount: "6618.79", transaction_type: "purchase", payment_method: "paypal" },
            { id: 210, customer_id: 299, employee_id: 32, transaction_date: new Date("2021-02-07T01:44:09Z"), amount: "1154.20", transaction_type: "purchase", payment_method: "debit card" },
            { id: 211, customer_id: 129, employee_id: 415, transaction_date: new Date("2020-04-02T21:51:20Z"), amount: "2549.44", transaction_type: "purchase", payment_method: "credit card" },
            { id: 212, customer_id: 185, employee_id: 170, transaction_date: new Date("2020-05-10T20:23:47Z"), amount: "1175.22", transaction_type: "purchase", payment_method: "paypal" },
            { id: 213, customer_id: 244, employee_id: 401, transaction_date: new Date("2020-02-04T12:08:38Z"), amount: "527.73", transaction_type: "purchase", payment_method: "debit card" },
            { id: 214, customer_id: 33, employee_id: 8, transaction_date: new Date("2023-06-06T11:29:15Z"), amount: "5137.01", transaction_type: "exchange", payment_method: "debit card" },
            { id: 215, customer_id: 277, employee_id: 388, transaction_date: new Date("2023-03-31T20:00:28Z"), amount: "4858.77", transaction_type: "exchange", payment_method: "credit card" },
            { id: 216, customer_id: 110, employee_id: 489, transaction_date: new Date("2021-11-10T12:25:15Z"), amount: "7293.71", transaction_type: "exchange", payment_method: "credit card" },
            { id: 217, customer_id: 39, employee_id: 416, transaction_date: new Date("2023-08-04T17:14:49Z"), amount: "2144.79", transaction_type: "exchange", payment_method: "debit card" },
            { id: 218, customer_id: 21, employee_id: 190, transaction_date: new Date("2023-02-11T07:39:47Z"), amount: "9619.43", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 219, customer_id: 94, employee_id: 472, transaction_date: new Date("2020-01-07T18:03:32Z"), amount: "6505.96", transaction_type: "exchange", payment_method: "credit card" },
            { id: 220, customer_id: 15, employee_id: 363, transaction_date: new Date("2020-02-10T12:46:31Z"), amount: "7534.31", transaction_type: "purchase", payment_method: "debit card" },
            { id: 221, customer_id: 63, employee_id: 131, transaction_date: new Date("2023-05-02T20:37:41Z"), amount: "1479.61", transaction_type: "purchase", payment_method: "paypal" },
            { id: 222, customer_id: 130, employee_id: 341, transaction_date: new Date("2020-03-03T09:54:27Z"), amount: "984.11", transaction_type: "purchase", payment_method: "credit card" },
            { id: 223, customer_id: 174, employee_id: 58, transaction_date: new Date("2022-09-04T21:01:12Z"), amount: "654.26", transaction_type: "purchase", payment_method: "debit card" },
            { id: 224, customer_id: 152, employee_id: 268, transaction_date: new Date("2020-08-31T13:14:22Z"), amount: "821.39", transaction_type: "refund", payment_method: "debit card" },
            { id: 225, customer_id: 72, employee_id: 225, transaction_date: new Date("2023-01-08T08:37:21Z"), amount: "7791.43", transaction_type: "refund", payment_method: "debit card" },
            { id: 226, customer_id: 232, employee_id: 116, transaction_date: new Date("2020-09-10T14:13:18Z"), amount: "5240.91", transaction_type: "purchase", payment_method: "paypal" },
            { id: 227, customer_id: 80, employee_id: 388, transaction_date: new Date("2023-10-25T13:59:22Z"), amount: "2041.27", transaction_type: "refund", payment_method: "paypal" },
            { id: 228, customer_id: 193, employee_id: 46, transaction_date: new Date("2023-09-25T17:01:50Z"), amount: "5590.36", transaction_type: "purchase", payment_method: "debit card" },
            { id: 229, customer_id: 101, employee_id: 344, transaction_date: new Date("2022-10-17T12:24:59Z"), amount: "309.32", transaction_type: "refund", payment_method: "credit card" },
            { id: 230, customer_id: 1, employee_id: 220, transaction_date: new Date("2023-06-24T15:48:23Z"), amount: "6431.66", transaction_type: "refund", payment_method: "debit card" },
            { id: 231, customer_id: 159, employee_id: 68, transaction_date: new Date("2023-12-12T14:39:39Z"), amount: "2590.88", transaction_type: "purchase", payment_method: "debit card" },
            { id: 232, customer_id: 300, employee_id: 61, transaction_date: new Date("2020-03-17T19:26:15Z"), amount: "73.13", transaction_type: "purchase", payment_method: "paypal" },
            { id: 233, customer_id: 7, employee_id: 92, transaction_date: new Date("2023-10-31T22:58:50Z"), amount: "6626.82", transaction_type: "purchase", payment_method: "credit card" },
            { id: 234, customer_id: 170, employee_id: 226, transaction_date: new Date("2022-12-15T14:35:56Z"), amount: "3270.64", transaction_type: "purchase", payment_method: "credit card" },
            { id: 235, customer_id: 161, employee_id: 348, transaction_date: new Date("2023-05-01T05:25:07Z"), amount: "604.75", transaction_type: "purchase", payment_method: "credit card" },
            { id: 236, customer_id: 238, employee_id: 121, transaction_date: new Date("2021-02-16T02:57:28Z"), amount: "4364.22", transaction_type: "purchase", payment_method: "credit card" },
            { id: 237, customer_id: 43, employee_id: 157, transaction_date: new Date("2022-12-09T18:34:16Z"), amount: "1585.87", transaction_type: "refund", payment_method: "debit card" },
            { id: 238, customer_id: 119, employee_id: 291, transaction_date: new Date("2023-06-29T21:45:36Z"), amount: "7399.72", transaction_type: "refund", payment_method: "debit card" },
            { id: 239, customer_id: 175, employee_id: 25, transaction_date: new Date("2022-05-16T10:36:10Z"), amount: "494.80", transaction_type: "exchange", payment_method: "debit card" },
            { id: 240, customer_id: 224, employee_id: 269, transaction_date: new Date("2022-07-19T00:46:43Z"), amount: "1148.75", transaction_type: "refund", payment_method: "debit card" },
            { id: 241, customer_id: 52, employee_id: 441, transaction_date: new Date("2022-01-23T12:56:45Z"), amount: "7712.33", transaction_type: "purchase", payment_method: "credit card" },
            { id: 242, customer_id: 243, employee_id: 213, transaction_date: new Date("2020-07-25T12:58:38Z"), amount: "6704.74", transaction_type: "purchase", payment_method: "credit card" },
            { id: 243, customer_id: 194, employee_id: 194, transaction_date: new Date("2020-01-07T05:00:52Z"), amount: "7525.93", transaction_type: "refund", payment_method: "paypal" },
            { id: 244, customer_id: 173, employee_id: 420, transaction_date: new Date("2022-04-17T09:09:19Z"), amount: "1355.41", transaction_type: "purchase", payment_method: "debit card" },
            { id: 245, customer_id: 10, employee_id: 471, transaction_date: new Date("2023-05-03T21:10:52Z"), amount: "5952.50", transaction_type: "refund", payment_method: "paypal" },
            { id: 246, customer_id: 236, employee_id: 121, transaction_date: new Date("2023-10-27T07:22:28Z"), amount: "8640.22", transaction_type: "exchange", payment_method: "credit card" },
            { id: 247, customer_id: 161, employee_id: 384, transaction_date: new Date("2020-08-02T21:32:56Z"), amount: "203.62", transaction_type: "purchase", payment_method: "paypal" },
            { id: 248, customer_id: 128, employee_id: 495, transaction_date: new Date("2022-01-23T16:02:36Z"), amount: "9976.88", transaction_type: "purchase", payment_method: "credit card" },
            { id: 249, customer_id: 181, employee_id: 116, transaction_date: new Date("2022-10-15T20:49:03Z"), amount: "477.41", transaction_type: "purchase", payment_method: "debit card" },
            { id: 250, customer_id: 25, employee_id: 96, transaction_date: new Date("2022-01-24T17:29:46Z"), amount: "6592.73", transaction_type: "exchange", payment_method: "debit card" },
            { id: 251, customer_id: 144, employee_id: 90, transaction_date: new Date("2020-03-15T18:53:30Z"), amount: "8887.50", transaction_type: "purchase", payment_method: "debit card" },
            { id: 252, customer_id: 147, employee_id: 465, transaction_date: new Date("2020-04-20T16:08:18Z"), amount: "2533.14", transaction_type: "refund", payment_method: "paypal" },
            { id: 253, customer_id: 105, employee_id: 255, transaction_date: new Date("2020-01-07T23:29:54Z"), amount: "1932.17", transaction_type: "purchase", payment_method: "paypal" },
            { id: 254, customer_id: 123, employee_id: 413, transaction_date: new Date("2021-01-11T11:04:56Z"), amount: "8050.39", transaction_type: "purchase", payment_method: "paypal" },
            { id: 255, customer_id: 216, employee_id: 113, transaction_date: new Date("2021-01-15T04:25:46Z"), amount: "942.91", transaction_type: "purchase", payment_method: "credit card" },
            { id: 256, customer_id: 58, employee_id: 171, transaction_date: new Date("2022-07-15T15:15:21Z"), amount: "3558.61", transaction_type: "purchase", payment_method: "credit card" },
            { id: 257, customer_id: 86, employee_id: 289, transaction_date: new Date("2023-11-06T09:11:37Z"), amount: "6666.65", transaction_type: "exchange", payment_method: "debit card" },
            { id: 258, customer_id: 138, employee_id: 401, transaction_date: new Date("2023-08-12T14:43:40Z"), amount: "369.86", transaction_type: "purchase", payment_method: "credit card" },
            { id: 259, customer_id: 123, employee_id: 231, transaction_date: new Date("2021-03-05T15:15:12Z"), amount: "9560.80", transaction_type: "purchase", payment_method: "credit card" },
            { id: 260, customer_id: 160, employee_id: 120, transaction_date: new Date("2021-11-15T18:38:11Z"), amount: "2.36", transaction_type: "purchase", payment_method: "credit card" },
            { id: 261, customer_id: 112, employee_id: 165, transaction_date: new Date("2023-11-23T12:13:07Z"), amount: "8264.00", transaction_type: "exchange", payment_method: "paypal" },
            { id: 262, customer_id: 136, employee_id: 342, transaction_date: new Date("2020-10-21T19:05:58Z"), amount: "1988.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 263, customer_id: 209, employee_id: 257, transaction_date: new Date("2020-04-13T09:49:30Z"), amount: "18.25", transaction_type: "purchase", payment_method: "credit card" },
            { id: 264, customer_id: 211, employee_id: 284, transaction_date: new Date("2023-02-22T16:44:29Z"), amount: "5523.01", transaction_type: "purchase", payment_method: "debit card" },
            { id: 265, customer_id: 38, employee_id: 237, transaction_date: new Date("2023-02-07T18:55:32Z"), amount: "137.62", transaction_type: "refund", payment_method: "credit card" },
            { id: 266, customer_id: 229, employee_id: 482, transaction_date: new Date("2022-03-19T18:30:54Z"), amount: "10.18", transaction_type: "purchase", payment_method: "credit card" },
            { id: 267, customer_id: 63, employee_id: 13, transaction_date: new Date("2020-04-10T18:21:34Z"), amount: "3962.99", transaction_type: "refund", payment_method: "paypal" },
            { id: 268, customer_id: 250, employee_id: 283, transaction_date: new Date("2020-05-07T10:28:04Z"), amount: "3030.04", transaction_type: "purchase", payment_method: "debit card" },
            { id: 269, customer_id: 123, employee_id: 497, transaction_date: new Date("2022-03-13T16:25:26Z"), amount: "30.46", transaction_type: "purchase", payment_method: "credit card" },
            { id: 270, customer_id: 285, employee_id: 85, transaction_date: new Date("2021-02-20T13:36:00Z"), amount: "48.23", transaction_type: "purchase", payment_method: "credit card" },
            { id: 271, customer_id: 55, employee_id: 493, transaction_date: new Date("2022-01-21T19:25:38Z"), amount: "504.47", transaction_type: "purchase", payment_method: "debit card" },
            { id: 272, customer_id: 20, employee_id: 245, transaction_date: new Date("2021-12-04T08:45:54Z"), amount: "912.50", transaction_type: "purchase", payment_method: "credit card" },
            { id: 273, customer_id: 96, employee_id: 219, transaction_date: new Date("2022-11-05T14:47:15Z"), amount: "3864.70", transaction_type: "purchase", payment_method: "credit card" },
            { id: 274, customer_id: 12, employee_id: 326, transaction_date: new Date("2020-06-28T15:46:11Z"), amount: "2715.31", transaction_type: "purchase", payment_method: "credit card" },
            { id: 275, customer_id: 261, employee_id: 407, transaction_date: new Date("2023-09-24T08:36:14Z"), amount: "7438.30", transaction_type: "refund", payment_method: "credit card" },
            { id: 276, customer_id: 9, employee_id: 324, transaction_date: new Date("2020-01-15T11:54:12Z"), amount: "209.31", transaction_type: "purchase", payment_method: "debit card" },
            { id: 277, customer_id: 118, employee_id: 31, transaction_date: new Date("2020-11-02T23:09:26Z"), amount: "928.76", transaction_type: "exchange", payment_method: "credit card" },
            { id: 278, customer_id: 137, employee_id: 1, transaction_date: new Date("2022-03-19T09:55:25Z"), amount: "891.05", transaction_type: "refund", payment_method: "credit card" },
            { id: 279, customer_id: 236, employee_id: 253, transaction_date: new Date("2022-08-29T21:58:37Z"), amount: "22.70", transaction_type: "purchase", payment_method: "debit card" },
            { id: 280, customer_id: 276, employee_id: 341, transaction_date: new Date("2021-03-06T21:08:12Z"), amount: "1781.06", transaction_type: "purchase", payment_method: "debit card" },
            { id: 281, customer_id: 12, employee_id: 416, transaction_date: new Date("2021-12-07T10:18:33Z"), amount: "6460.22", transaction_type: "purchase", payment_method: "credit card" },
            { id: 282, customer_id: 3, employee_id: 94, transaction_date: new Date("2022-09-25T12:28:42Z"), amount: "70.43", transaction_type: "refund", payment_method: "debit card" },
            { id: 283, customer_id: 24, employee_id: 349, transaction_date: new Date("2023-07-04T09:35:54Z"), amount: "1276.69", transaction_type: "purchase", payment_method: "credit card" },
            { id: 284, customer_id: 254, employee_id: 366, transaction_date: new Date("2020-08-09T12:01:40Z"), amount: "354.46", transaction_type: "purchase", payment_method: "credit card" },
            { id: 285, customer_id: 183, employee_id: 175, transaction_date: new Date("2023-08-09T10:38:25Z"), amount: "6434.56", transaction_type: "purchase", payment_method: "debit card" },
            { id: 286, customer_id: 144, employee_id: 358, transaction_date: new Date("2022-12-30T19:19:48Z"), amount: "2994.49", transaction_type: "purchase", payment_method: "debit card" },
            { id: 287, customer_id: 182, employee_id: 192, transaction_date: new Date("2020-02-24T19:50:51Z"), amount: "1886.71", transaction_type: "purchase", payment_method: "debit card" },
            { id: 288, customer_id: 252, employee_id: 409, transaction_date: new Date("2023-10-20T20:58:50Z"), amount: "472.37", transaction_type: "purchase", payment_method: "credit card" },
            { id: 289, customer_id: 196, employee_id: 103, transaction_date: new Date("2021-08-19T06:38:55Z"), amount: "3784.71", transaction_type: "refund", payment_method: "credit card" },
            { id: 290, customer_id: 159, employee_id: 136, transaction_date: new Date("2022-12-21T17:30:27Z"), amount: "2002.81", transaction_type: "purchase", payment_method: "credit card" },
            { id: 291, customer_id: 254, employee_id: 230, transaction_date: new Date("2020-09-11T14:04:18Z"), amount: "4073.07", transaction_type: "exchange", payment_method: "debit card" },
            { id: 292, customer_id: 86, employee_id: 66, transaction_date: new Date("2021-07-03T06:39:31Z"), amount: "4796.44", transaction_type: "refund", payment_method: "debit card" },
            { id: 293, customer_id: 238, employee_id: 426, transaction_date: new Date("2021-08-27T21:11:10Z"), amount: "2565.09", transaction_type: "exchange", payment_method: "credit card" },
            { id: 294, customer_id: 297, employee_id: 280, transaction_date: new Date("2021-10-12T00:05:05Z"), amount: "2980.96", transaction_type: "purchase", payment_method: "credit card" },
            { id: 295, customer_id: 150, employee_id: 2, transaction_date: new Date("2023-03-03T13:20:23Z"), amount: "131.67", transaction_type: "purchase", payment_method: "credit card" },
            { id: 296, customer_id: 141, employee_id: 327, transaction_date: new Date("2022-03-23T18:40:52Z"), amount: "2792.95", transaction_type: "refund", payment_method: "credit card" },
            { id: 297, customer_id: 24, employee_id: 273, transaction_date: new Date("2023-04-11T11:59:50Z"), amount: "8557.33", transaction_type: "purchase", payment_method: "debit card" },
            { id: 298, customer_id: 295, employee_id: 264, transaction_date: new Date("2020-08-17T11:34:52Z"), amount: "46.56", transaction_type: "exchange", payment_method: "debit card" },
            { id: 299, customer_id: 155, employee_id: 340, transaction_date: new Date("2020-10-26T21:55:34Z"), amount: "8053.15", transaction_type: "refund", payment_method: "credit card" },
            { id: 300, customer_id: 32, employee_id: 490, transaction_date: new Date("2020-07-07T22:47:07Z"), amount: "1329.90", transaction_type: "refund", payment_method: "credit card" },
            { id: 301, customer_id: 282, employee_id: 411, transaction_date: new Date("2022-10-08T11:01:18Z"), amount: "1.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 302, customer_id: 299, employee_id: 42, transaction_date: new Date("2023-01-28T17:22:34Z"), amount: "6184.62", transaction_type: "exchange", payment_method: "credit card" },
            { id: 303, customer_id: 199, employee_id: 466, transaction_date: new Date("2020-10-05T10:48:06Z"), amount: "4093.83", transaction_type: "refund", payment_method: "credit card" },
            { id: 304, customer_id: 184, employee_id: 423, transaction_date: new Date("2023-10-30T16:05:48Z"), amount: "175.56", transaction_type: "purchase", payment_method: "credit card" },
            { id: 305, customer_id: 297, employee_id: 500, transaction_date: new Date("2023-07-26T12:14:46Z"), amount: "7363.90", transaction_type: "exchange", payment_method: "credit card" },
            { id: 306, customer_id: 229, employee_id: 362, transaction_date: new Date("2022-09-30T20:43:32Z"), amount: "2.12", transaction_type: "purchase", payment_method: "debit card" },
            { id: 307, customer_id: 106, employee_id: 387, transaction_date: new Date("2020-02-08T18:18:24Z"), amount: "3032.07", transaction_type: "refund", payment_method: "credit card" },
            { id: 308, customer_id: 24, employee_id: 200, transaction_date: new Date("2022-09-28T21:17:10Z"), amount: "1106.14", transaction_type: "purchase", payment_method: "credit card" },
            { id: 309, customer_id: 280, employee_id: 238, transaction_date: new Date("2021-02-06T18:35:41Z"), amount: "360.80", transaction_type: "purchase", payment_method: "credit card" },
            { id: 310, customer_id: 151, employee_id: 119, transaction_date: new Date("2020-07-02T17:51:29Z"), amount: "3436.31", transaction_type: "purchase", payment_method: "credit card" },
            { id: 311, customer_id: 290, employee_id: 121, transaction_date: new Date("2021-01-10T09:34:51Z"), amount: "326.24", transaction_type: "purchase", payment_method: "debit card" },
            { id: 312, customer_id: 138, employee_id: 51, transaction_date: new Date("2023-06-13T17:43:35Z"), amount: "277.78", transaction_type: "purchase", payment_method: "debit card" },
            { id: 313, customer_id: 240, employee_id: 300, transaction_date: new Date("2021-02-17T18:36:15Z"), amount: "5773.41", transaction_type: "purchase", payment_method: "debit card" },
            { id: 314, customer_id: 289, employee_id: 120, transaction_date: new Date("2023-11-17T09:14:18Z"), amount: "62.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 315, customer_id: 2, employee_id: 191, transaction_date: new Date("2021-10-15T04:00:56Z"), amount: "3743.83", transaction_type: "purchase", payment_method: "credit card" },
            { id: 316, customer_id: 253, employee_id: 139, transaction_date: new Date("2020-07-07T18:19:51Z"), amount: "872.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 317, customer_id: 217, employee_id: 347, transaction_date: new Date("2020-12-19T16:07:38Z"), amount: "144.44", transaction_type: "purchase", payment_method: "credit card" },
            { id: 318, customer_id: 258, employee_id: 431, transaction_date: new Date("2020-06-08T06:12:02Z"), amount: "122.35", transaction_type: "purchase", payment_method: "credit card" },
            { id: 319, customer_id: 73, employee_id: 445, transaction_date: new Date("2020-02-07T22:58:53Z"), amount: "2059.01", transaction_type: "refund", payment_method: "paypal" },
            { id: 320, customer_id: 266, employee_id: 317, transaction_date: new Date("2022-04-25T21:00:00Z"), amount: "146.22", transaction_type: "purchase", payment_method: "paypal" },
            { id: 321, customer_id: 220, employee_id: 356, transaction_date: new Date("2023-06-28T08:42:52Z"), amount: "3881.82", transaction_type: "purchase", payment_method: "debit card" },
            { id: 322, customer_id: 186, employee_id: 129, transaction_date: new Date("2020-03-04T11:56:04Z"), amount: "9021.26", transaction_type: "purchase", payment_method: "credit card" },
            { id: 323, customer_id: 240, employee_id: 323, transaction_date: new Date("2022-09-23T08:28:18Z"), amount: "9978.19", transaction_type: "refund", payment_method: "credit card" },
            { id: 324, customer_id: 165, employee_id: 479, transaction_date: new Date("2022-05-27T14:42:19Z"), amount: "167.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 325, customer_id: 176, employee_id: 356, transaction_date: new Date("2020-09-14T18:55:08Z"), amount: "3709.33", transaction_type: "purchase", payment_method: "credit card" },
            { id: 326, customer_id: 65, employee_id: 423, transaction_date: new Date("2022-05-10T13:16:35Z"), amount: "11.56", transaction_type: "purchase", payment_method: "paypal" },
            { id: 327, customer_id: 55, employee_id: 473, transaction_date: new Date("2022-03-03T17:56:04Z"), amount: "8254.84", transaction_type: "purchase", payment_method: "credit card" },
            { id: 328, customer_id: 1, employee_id: 50, transaction_date: new Date("2021-07-14T10:02:09Z"), amount: "5722.47", transaction_type: "exchange", payment_method: "credit card" },
            { id: 329, customer_id: 256, employee_id: 306, transaction_date: new Date("2020-07-10T21:50:49Z"), amount: "8724.86", transaction_type: "purchase", payment_method: "credit card" },
            { id: 330, customer_id: 186, employee_id: 491, transaction_date: new Date("2023-05-23T22:48:45Z"), amount: "5509.42", transaction_type: "purchase", payment_method: "debit card" },
            { id: 331, customer_id: 16, employee_id: 297, transaction_date: new Date("2022-04-09T20:39:19Z"), amount: "2082.69", transaction_type: "purchase", payment_method: "credit card" },
            { id: 332, customer_id: 18, employee_id: 310, transaction_date: new Date("2020-08-15T14:31:09Z"), amount: "1.40", transaction_type: "purchase", payment_method: "paypal" },
            { id: 333, customer_id: 179, employee_id: 413, transaction_date: new Date("2022-10-09T19:12:10Z"), amount: "736.53", transaction_type: "purchase", payment_method: "credit card" },
            { id: 334, customer_id: 273, employee_id: 269, transaction_date: new Date("2020-08-02T10:55:47Z"), amount: "8107.03", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 335, customer_id: 60, employee_id: 416, transaction_date: new Date("2023-05-31T00:48:57Z"), amount: "591.24", transaction_type: "exchange", payment_method: "credit card" },
            { id: 336, customer_id: 37, employee_id: 283, transaction_date: new Date("2020-06-11T21:52:16Z"), amount: "2806.54", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 337, customer_id: 247, employee_id: 223, transaction_date: new Date("2023-06-03T04:44:42Z"), amount: "2.05", transaction_type: "purchase", payment_method: "credit card" },
            { id: 338, customer_id: 213, employee_id: 453, transaction_date: new Date("2022-04-10T20:05:42Z"), amount: "597.84", transaction_type: "purchase", payment_method: "debit card" },
            { id: 339, customer_id: 75, employee_id: 466, transaction_date: new Date("2021-10-15T15:20:57Z"), amount: "385.53", transaction_type: "purchase", payment_method: "credit card" },
            { id: 340, customer_id: 201, employee_id: 26, transaction_date: new Date("2023-06-17T18:28:35Z"), amount: "1911.58", transaction_type: "purchase", payment_method: "debit card" },
            { id: 341, customer_id: 153, employee_id: 398, transaction_date: new Date("2021-06-21T12:02:04Z"), amount: "1083.82", transaction_type: "purchase", payment_method: "credit card" },
            { id: 342, customer_id: 56, employee_id: 246, transaction_date: new Date("2022-01-02T16:33:04Z"), amount: "8825.21", transaction_type: "purchase", payment_method: "debit card" },
            { id: 343, customer_id: 244, employee_id: 267, transaction_date: new Date("2021-02-12T18:08:02Z"), amount: "1832.09", transaction_type: "purchase", payment_method: "credit card" },
            { id: 344, customer_id: 21, employee_id: 340, transaction_date: new Date("2023-01-06T14:52:47Z"), amount: "2388.12", transaction_type: "exchange", payment_method: "debit card" },
            { id: 345, customer_id: 253, employee_id: 180, transaction_date: new Date("2022-01-17T15:43:15Z"), amount: "929.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 346, customer_id: 193, employee_id: 248, transaction_date: new Date("2020-06-21T20:34:10Z"), amount: "164.02", transaction_type: "purchase", payment_method: "paypal" },
            { id: 347, customer_id: 137, employee_id: 13, transaction_date: new Date("2021-01-14T20:03:46Z"), amount: "17.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 348, customer_id: 266, employee_id: 295, transaction_date: new Date("2022-09-13T21:21:21Z"), amount: "8565.78", transaction_type: "purchase", payment_method: "debit card" },
            { id: 349, customer_id: 36, employee_id: 286, transaction_date: new Date("2022-09-20T15:48:00Z"), amount: "5804.56", transaction_type: "purchase", payment_method: "credit card" },
            { id: 350, customer_id: 263, employee_id: 348, transaction_date: new Date("2021-11-22T12:02:40Z"), amount: "6244.47", transaction_type: "purchase", payment_method: "credit card" },
            { id: 351, customer_id: 255, employee_id: 144, transaction_date: new Date("2022-12-27T16:16:31Z"), amount: "7500.77", transaction_type: "exchange", payment_method: "debit card" },
            { id: 352, customer_id: 129, employee_id: 318, transaction_date: new Date("2020-07-16T12:48:50Z"), amount: "2152.70", transaction_type: "exchange", payment_method: "credit card" },
            { id: 353, customer_id: 225, employee_id: 470, transaction_date: new Date("2023-10-04T14:00:20Z"), amount: "36.28", transaction_type: "purchase", payment_method: "credit card" },
            { id: 354, customer_id: 55, employee_id: 387, transaction_date: new Date("2020-07-01T16:33:35Z"), amount: "2704.96", transaction_type: "purchase", payment_method: "debit card" },
            { id: 355, customer_id: 233, employee_id: 239, transaction_date: new Date("2023-01-25T14:23:55Z"), amount: "107.78", transaction_type: "purchase", payment_method: "debit card" },
            { id: 356, customer_id: 61, employee_id: 19, transaction_date: new Date("2023-08-04T19:05:14Z"), amount: "1521.02", transaction_type: "purchase", payment_method: "credit card" },
            { id: 357, customer_id: 209, employee_id: 136, transaction_date: new Date("2020-03-14T19:44:18Z"), amount: "333.86", transaction_type: "purchase", payment_method: "credit card" },
            { id: 358, customer_id: 119, employee_id: 47, transaction_date: new Date("2020-03-23T10:01:29Z"), amount: "256.79", transaction_type: "purchase", payment_method: "paypal" },
            { id: 359, customer_id: 139, employee_id: 122, transaction_date: new Date("2021-12-14T16:30:30Z"), amount: "1061.85", transaction_type: "refund", payment_method: "debit card" },
            { id: 360, customer_id: 9, employee_id: 431, transaction_date: new Date("2021-12-24T11:21:45Z"), amount: "4191.25", transaction_type: "refund", payment_method: "credit card" },
            { id: 361, customer_id: 10, employee_id: 316, transaction_date: new Date("2022-06-01T10:59:54Z"), amount: "1478.36", transaction_type: "purchase", payment_method: "debit card" },
            { id: 362, customer_id: 274, employee_id: 304, transaction_date: new Date("2021-01-20T21:49:15Z"), amount: "89.86", transaction_type: "purchase", payment_method: "credit card" },
            { id: 363, customer_id: 74, employee_id: 126, transaction_date: new Date("2023-10-29T13:51:37Z"), amount: "3482.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 364, customer_id: 229, employee_id: 222, transaction_date: new Date("2023-11-23T19:31:57Z"), amount: "5716.59", transaction_type: "refund", payment_method: "credit card" },
            { id: 365, customer_id: 26, employee_id: 398, transaction_date: new Date("2021-04-23T19:14:27Z"), amount: "42.44", transaction_type: "refund", payment_method: "paypal" },
            { id: 366, customer_id: 16, employee_id: 446, transaction_date: new Date("2021-02-02T19:52:58Z"), amount: "9708.74", transaction_type: "purchase", payment_method: "debit card" },
            { id: 367, customer_id: 145, employee_id: 66, transaction_date: new Date("2021-06-28T12:42:03Z"), amount: "4243.62", transaction_type: "refund", payment_method: "debit card" },
            { id: 368, customer_id: 16, employee_id: 43, transaction_date: new Date("2023-10-12T18:36:50Z"), amount: "1732.65", transaction_type: "purchase", payment_method: "credit card" },
            { id: 369, customer_id: 210, employee_id: 219, transaction_date: new Date("2022-08-19T10:14:36Z"), amount: "7275.03", transaction_type: "exchange", payment_method: "credit card" },
            { id: 370, customer_id: 231, employee_id: 104, transaction_date: new Date("2021-11-16T19:14:56Z"), amount: "3671.24", transaction_type: "refund", payment_method: "credit card" },
            { id: 371, customer_id: 18, employee_id: 159, transaction_date: new Date("2022-03-09T13:04:51Z"), amount: "2571.35", transaction_type: "refund", payment_method: "credit card" },
            { id: 372, customer_id: 52, employee_id: 211, transaction_date: new Date("2022-06-07T17:30:37Z"), amount: "422.89", transaction_type: "purchase", payment_method: "credit card" },
            { id: 373, customer_id: 249, employee_id: 423, transaction_date: new Date("2023-09-02T22:35:53Z"), amount: "4883.73", transaction_type: "exchange", payment_method: "credit card" },
            { id: 374, customer_id: 40, employee_id: 295, transaction_date: new Date("2022-08-19T19:53:08Z"), amount: "1563.23", transaction_type: "purchase", payment_method: "credit card" },
            { id: 375, customer_id: 288, employee_id: 276, transaction_date: new Date("2023-12-29T12:32:25Z"), amount: "612.25", transaction_type: "purchase", payment_method: "debit card" },
            { id: 376, customer_id: 235, employee_id: 67, transaction_date: new Date("2022-11-29T09:20:02Z"), amount: "639.72", transaction_type: "purchase", payment_method: "credit card" },
            { id: 377, customer_id: 47, employee_id: 319, transaction_date: new Date("2022-06-03T14:48:43Z"), amount: "1507.36", transaction_type: "purchase", payment_method: "paypal" },
            { id: 378, customer_id: 285, employee_id: 464, transaction_date: new Date("2021-06-09T21:46:32Z"), amount: "7303.64", transaction_type: "purchase", payment_method: "credit card" },
            { id: 379, customer_id: 20, employee_id: 262, transaction_date: new Date("2022-07-23T12:05:43Z"), amount: "5981.40", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 380, customer_id: 188, employee_id: 436, transaction_date: new Date("2020-03-01T14:34:23Z"), amount: "11.49", transaction_type: "refund", payment_method: "debit card" },
            { id: 381, customer_id: 189, employee_id: 353, transaction_date: new Date("2020-01-25T19:04:22Z"), amount: "459.33", transaction_type: "purchase", payment_method: "paypal" },
            { id: 382, customer_id: 235, employee_id: 192, transaction_date: new Date("2021-05-16T08:08:02Z"), amount: "7559.37", transaction_type: "purchase", payment_method: "credit card" },
            { id: 383, customer_id: 93, employee_id: 337, transaction_date: new Date("2020-04-28T13:57:05Z"), amount: "3185.87", transaction_type: "purchase", payment_method: "paypal" },
            { id: 384, customer_id: 117, employee_id: 443, transaction_date: new Date("2020-04-16T19:20:53Z"), amount: "1521.39", transaction_type: "purchase", payment_method: "credit card" },
            { id: 385, customer_id: 72, employee_id: 456, transaction_date: new Date("2021-10-28T22:35:38Z"), amount: "4310.95", transaction_type: "refund", payment_method: "debit card" },
            { id: 386, customer_id: 138, employee_id: 319, transaction_date: new Date("2021-06-28T13:52:04Z"), amount: "5043.22", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 387, customer_id: 270, employee_id: 475, transaction_date: new Date("2023-09-16T15:17:47Z"), amount: "9807.22", transaction_type: "purchase", payment_method: "debit card" },
            { id: 388, customer_id: 291, employee_id: 161, transaction_date: new Date("2020-03-02T14:26:26Z"), amount: "2737.03", transaction_type: "purchase", payment_method: "debit card" },
            { id: 389, customer_id: 191, employee_id: 165, transaction_date: new Date("2022-10-01T19:07:04Z"), amount: "8741.14", transaction_type: "purchase", payment_method: "debit card" },
            { id: 390, customer_id: 124, employee_id: 183, transaction_date: new Date("2022-12-26T18:52:19Z"), amount: "304.61", transaction_type: "refund", payment_method: "credit card" },
            { id: 391, customer_id: 250, employee_id: 401, transaction_date: new Date("2022-02-26T19:23:34Z"), amount: "3051.05", transaction_type: "exchange", payment_method: "debit card" },
            { id: 392, customer_id: 295, employee_id: 197, transaction_date: new Date("2022-11-01T14:38:30Z"), amount: "9783.89", transaction_type: "purchase", payment_method: "credit card" },
            { id: 393, customer_id: 289, employee_id: 405, transaction_date: new Date("2022-03-11T18:58:48Z"), amount: "1188.38", transaction_type: "purchase", payment_method: "credit card" },
            { id: 394, customer_id: 217, employee_id: 148, transaction_date: new Date("2023-09-27T21:13:21Z"), amount: "3591.89", transaction_type: "purchase", payment_method: "credit card" },
            { id: 395, customer_id: 181, employee_id: 412, transaction_date: new Date("2022-05-20T18:36:38Z"), amount: "218.74", transaction_type: "purchase", payment_method: "paypal" },
            { id: 396, customer_id: 119, employee_id: 475, transaction_date: new Date("2023-08-26T19:14:18Z"), amount: "684.92", transaction_type: "purchase", payment_method: "debit card" },
            { id: 397, customer_id: 130, employee_id: 19, transaction_date: new Date("2022-09-29T18:32:42Z"), amount: "1154.42", transaction_type: "exchange", payment_method: "paypal" },
            { id: 398, customer_id: 149, employee_id: 184, transaction_date: new Date("2020-05-12T17:24:31Z"), amount: "3107.00", transaction_type: "purchase", payment_method: "paypal" },
            { id: 399, customer_id: 88, employee_id: 319, transaction_date: new Date("2023-08-03T16:35:12Z"), amount: "3.32", transaction_type: "refund", payment_method: "credit card" },
            { id: 400, customer_id: 212, employee_id: 266, transaction_date: new Date("2021-02-07T17:33:16Z"), amount: "9298.63", transaction_type: "purchase", payment_method: "debit card" },
            { id: 401, customer_id: 105, employee_id: 414, transaction_date: new Date("2023-11-14T16:29:40Z"), amount: "25.42", transaction_type: "purchase", payment_method: "credit card" },
            { id: 402, customer_id: 125, employee_id: 19, transaction_date: new Date("2022-01-24T10:10:54Z"), amount: "8399.82", transaction_type: "refund", payment_method: "credit card" },
            { id: 403, customer_id: 25, employee_id: 4, transaction_date: new Date("2023-04-03T07:41:51Z"), amount: "1658.78", transaction_type: "purchase", payment_method: "credit card" },
            { id: 404, customer_id: 284, employee_id: 315, transaction_date: new Date("2020-09-05T11:18:51Z"), amount: "1395.73", transaction_type: "exchange", payment_method: "debit card" },
            { id: 405, customer_id: 252, employee_id: 464, transaction_date: new Date("2023-02-13T22:18:35Z"), amount: "2858.21", transaction_type: "purchase", payment_method: "paypal" },
            { id: 406, customer_id: 53, employee_id: 458, transaction_date: new Date("2022-07-06T16:18:43Z"), amount: "2949.85", transaction_type: "purchase", payment_method: "credit card" },
            { id: 407, customer_id: 254, employee_id: 323, transaction_date: new Date("2023-04-03T19:02:51Z"), amount: "59.83", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 408, customer_id: 258, employee_id: 187, transaction_date: new Date("2021-12-23T16:48:32Z"), amount: "5831.46", transaction_type: "purchase", payment_method: "debit card" },
            { id: 409, customer_id: 246, employee_id: 36, transaction_date: new Date("2020-02-18T17:41:33Z"), amount: "9534.32", transaction_type: "purchase", payment_method: "credit card" },
            { id: 410, customer_id: 227, employee_id: 228, transaction_date: new Date("2023-03-06T19:30:42Z"), amount: "189.67", transaction_type: "purchase", payment_method: "debit card" },
            { id: 411, customer_id: 201, employee_id: 286, transaction_date: new Date("2023-05-22T14:23:05Z"), amount: "1296.22", transaction_type: "purchase", payment_method: "paypal" },
            { id: 412, customer_id: 269, employee_id: 285, transaction_date: new Date("2022-06-18T19:58:49Z"), amount: "159.57", transaction_type: "purchase", payment_method: "paypal" },
            { id: 413, customer_id: 242, employee_id: 191, transaction_date: new Date("2023-01-20T13:18:50Z"), amount: "357.33", transaction_type: "exchange", payment_method: "credit card" },
            { id: 414, customer_id: 243, employee_id: 85, transaction_date: new Date("2021-02-05T23:52:20Z"), amount: "165.04", transaction_type: "purchase", payment_method: "debit card" },
            { id: 415, customer_id: 140, employee_id: 495, transaction_date: new Date("2020-02-19T00:46:17Z"), amount: "6226.98", transaction_type: "purchase", payment_method: "debit card" },
            { id: 416, customer_id: 97, employee_id: 275, transaction_date: new Date("2021-09-26T16:16:38Z"), amount: "2688.85", transaction_type: "purchase", payment_method: "paypal" },
            { id: 417, customer_id: 196, employee_id: 396, transaction_date: new Date("2021-04-10T12:11:32Z"), amount: "1657.37", transaction_type: "exchange", payment_method: "paypal" },
            { id: 418, customer_id: 42, employee_id: 298, transaction_date: new Date("2023-04-27T19:29:07Z"), amount: "916.45", transaction_type: "purchase", payment_method: "debit card" },
            { id: 419, customer_id: 241, employee_id: 177, transaction_date: new Date("2020-06-06T08:35:41Z"), amount: "7279.52", transaction_type: "refund", payment_method: "debit card" },
            { id: 420, customer_id: 171, employee_id: 221, transaction_date: new Date("2021-05-28T20:09:33Z"), amount: "365.57", transaction_type: "purchase", payment_method: "paypal" },
            { id: 421, customer_id: 102, employee_id: 204, transaction_date: new Date("2021-04-14T20:04:20Z"), amount: "1400.93", transaction_type: "refund", payment_method: "credit card" },
            { id: 422, customer_id: 294, employee_id: 457, transaction_date: new Date("2022-08-12T19:37:06Z"), amount: "8771.64", transaction_type: "refund", payment_method: "credit card" },
            { id: 423, customer_id: 114, employee_id: 125, transaction_date: new Date("2020-09-25T11:35:27Z"), amount: "4602.56", transaction_type: "refund", payment_method: "credit card" },
            { id: 424, customer_id: 202, employee_id: 344, transaction_date: new Date("2022-03-26T22:47:24Z"), amount: "1834.97", transaction_type: "purchase", payment_method: "credit card" },
            { id: 425, customer_id: 148, employee_id: 23, transaction_date: new Date("2020-03-11T17:44:39Z"), amount: "29.24", transaction_type: "purchase", payment_method: "credit card" },
            { id: 426, customer_id: 132, employee_id: 211, transaction_date: new Date("2020-02-23T01:29:38Z"), amount: "7806.82", transaction_type: "exchange", payment_method: "debit card" },
            { id: 427, customer_id: 268, employee_id: 391, transaction_date: new Date("2023-04-01T11:32:17Z"), amount: "270.49", transaction_type: "purchase", payment_method: "debit card" },
            { id: 428, customer_id: 158, employee_id: 292, transaction_date: new Date("2023-09-13T16:12:56Z"), amount: "5187.16", transaction_type: "purchase", payment_method: "paypal" },
            { id: 429, customer_id: 163, employee_id: 471, transaction_date: new Date("2023-04-30T20:37:54Z"), amount: "1445.73", transaction_type: "refund", payment_method: "credit card" },
            { id: 430, customer_id: 121, employee_id: 356, transaction_date: new Date("2020-08-11T10:43:12Z"), amount: "6296.11", transaction_type: "exchange", payment_method: "debit card" },
            { id: 431, customer_id: 115, employee_id: 43, transaction_date: new Date("2022-05-01T08:15:28Z"), amount: "2870.20", transaction_type: "purchase", payment_method: "debit card" },
            { id: 432, customer_id: 115, employee_id: 253, transaction_date: new Date("2020-03-23T18:38:52Z"), amount: "2193.81", transaction_type: "purchase", payment_method: "credit card" },
            { id: 433, customer_id: 198, employee_id: 375, transaction_date: new Date("2022-12-09T08:37:08Z"), amount: "1849.74", transaction_type: "purchase", payment_method: "debit card" },
            { id: 434, customer_id: 256, employee_id: 438, transaction_date: new Date("2021-11-09T02:32:45Z"), amount: "7725.16", transaction_type: "refund", payment_method: "debit card" },
            { id: 435, customer_id: 83, employee_id: 316, transaction_date: new Date("2021-04-27T17:02:35Z"), amount: "2395.90", transaction_type: "purchase", payment_method: "credit card" },
            { id: 436, customer_id: 291, employee_id: 90, transaction_date: new Date("2023-02-13T13:31:21Z"), amount: "2950.57", transaction_type: "purchase", payment_method: "debit card" },
            { id: 437, customer_id: 78, employee_id: 104, transaction_date: new Date("2023-03-03T17:21:33Z"), amount: "5198.53", transaction_type: "purchase", payment_method: "credit card" },
            { id: 438, customer_id: 227, employee_id: 363, transaction_date: new Date("2020-12-23T12:22:28Z"), amount: "46.85", transaction_type: "purchase", payment_method: "paypal" },
            { id: 439, customer_id: 268, employee_id: 64, transaction_date: new Date("2021-08-27T19:55:46Z"), amount: "5641.30", transaction_type: "purchase", payment_method: "debit card" },
            { id: 440, customer_id: 169, employee_id: 125, transaction_date: new Date("2023-01-02T10:40:17Z"), amount: "6910.08", transaction_type: "purchase", payment_method: "debit card" },
            { id: 441, customer_id: 192, employee_id: 300, transaction_date: new Date("2020-04-02T10:41:02Z"), amount: "262.05", transaction_type: "purchase", payment_method: "credit card" },
            { id: 442, customer_id: 183, employee_id: 2, transaction_date: new Date("2022-03-09T22:38:45Z"), amount: "9681.91", transaction_type: "purchase", payment_method: "paypal" },
            { id: 443, customer_id: 195, employee_id: 34, transaction_date: new Date("2023-06-30T19:25:53Z"), amount: "3704.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 444, customer_id: 213, employee_id: 446, transaction_date: new Date("2021-06-22T10:32:43Z"), amount: "373.59", transaction_type: "refund", payment_method: "debit card" },
            { id: 445, customer_id: 295, employee_id: 375, transaction_date: new Date("2020-05-19T17:04:58Z"), amount: "5438.62", transaction_type: "purchase", payment_method: "credit card" },
            { id: 446, customer_id: 174, employee_id: 93, transaction_date: new Date("2022-02-12T16:10:55Z"), amount: "529.10", transaction_type: "purchase", payment_method: "debit card" },
            { id: 447, customer_id: 50, employee_id: 475, transaction_date: new Date("2020-01-07T06:22:30Z"), amount: "1235.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 448, customer_id: 6, employee_id: 229, transaction_date: new Date("2022-07-10T00:56:39Z"), amount: "1509.97", transaction_type: "purchase", payment_method: "credit card" },
            { id: 449, customer_id: 300, employee_id: 253, transaction_date: new Date("2022-05-02T21:23:59Z"), amount: "7986.87", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 450, customer_id: 62, employee_id: 183, transaction_date: new Date("2020-03-27T18:32:52Z"), amount: "3744.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 451, customer_id: 84, employee_id: 230, transaction_date: new Date("2022-09-17T21:27:58Z"), amount: "9689.54", transaction_type: "purchase", payment_method: "credit card" },
            { id: 452, customer_id: 252, employee_id: 196, transaction_date: new Date("2023-03-27T18:19:50Z"), amount: "2630.15", transaction_type: "purchase", payment_method: "debit card" },
            { id: 453, customer_id: 98, employee_id: 461, transaction_date: new Date("2023-12-18T18:22:44Z"), amount: "322.49", transaction_type: "purchase", payment_method: "debit card" },
            { id: 454, customer_id: 208, employee_id: 39, transaction_date: new Date("2020-10-30T20:35:42Z"), amount: "2852.96", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 455, customer_id: 42, employee_id: 116, transaction_date: new Date("2021-09-25T21:49:15Z"), amount: "1549.93", transaction_type: "refund", payment_method: "credit card" },
            { id: 456, customer_id: 43, employee_id: 136, transaction_date: new Date("2020-11-26T11:05:52Z"), amount: "5690.23", transaction_type: "purchase", payment_method: "paypal" },
            { id: 457, customer_id: 263, employee_id: 236, transaction_date: new Date("2020-11-17T16:23:30Z"), amount: "2775.29", transaction_type: "purchase", payment_method: "credit card" },
            { id: 458, customer_id: 109, employee_id: 487, transaction_date: new Date("2023-06-16T14:24:34Z"), amount: "1394.90", transaction_type: "purchase", payment_method: "credit card" },
            { id: 459, customer_id: 150, employee_id: 4, transaction_date: new Date("2020-03-23T08:16:28Z"), amount: "6284.92", transaction_type: "purchase", payment_method: "credit card" },
            { id: 460, customer_id: 236, employee_id: 401, transaction_date: new Date("2020-11-01T13:40:33Z"), amount: "5872.31", transaction_type: "purchase", payment_method: "credit card" },
            { id: 461, customer_id: 47, employee_id: 23, transaction_date: new Date("2021-01-21T16:55:14Z"), amount: "6219.31", transaction_type: "purchase", payment_method: "debit card" },
            { id: 462, customer_id: 240, employee_id: 8, transaction_date: new Date("2021-08-07T20:47:17Z"), amount: "6967.65", transaction_type: "purchase", payment_method: "credit card" },
            { id: 463, customer_id: 62, employee_id: 391, transaction_date: new Date("2020-11-01T19:43:48Z"), amount: "683.21", transaction_type: "exchange", payment_method: "debit card" },
            { id: 464, customer_id: 54, employee_id: 421, transaction_date: new Date("2020-10-20T08:39:36Z"), amount: "2854.22", transaction_type: "purchase", payment_method: "credit card" },
            { id: 465, customer_id: 161, employee_id: 161, transaction_date: new Date("2022-01-06T01:24:57Z"), amount: "4397.59", transaction_type: "purchase", payment_method: "paypal" },
            { id: 466, customer_id: 139, employee_id: 435, transaction_date: new Date("2020-04-22T16:39:38Z"), amount: "5145.09", transaction_type: "purchase", payment_method: "debit card" },
            { id: 467, customer_id: 20, employee_id: 406, transaction_date: new Date("2020-01-13T17:08:47Z"), amount: "4752.01", transaction_type: "refund", payment_method: "debit card" },
            { id: 468, customer_id: 59, employee_id: 409, transaction_date: new Date("2022-02-04T11:49:21Z"), amount: "7769.07", transaction_type: "purchase", payment_method: "credit card" },
            { id: 469, customer_id: 285, employee_id: 487, transaction_date: new Date("2023-01-24T16:50:01Z"), amount: "770.25", transaction_type: "exchange", payment_method: "paypal" },
            { id: 470, customer_id: 130, employee_id: 249, transaction_date: new Date("2021-08-23T19:53:29Z"), amount: "2161.76", transaction_type: "purchase", payment_method: "credit card" },
            { id: 471, customer_id: 219, employee_id: 189, transaction_date: new Date("2022-08-07T19:45:50Z"), amount: "6.41", transaction_type: "purchase", payment_method: "debit card" },
            { id: 472, customer_id: 297, employee_id: 466, transaction_date: new Date("2023-05-22T19:53:01Z"), amount: "630.29", transaction_type: "purchase", payment_method: "credit card" },
            { id: 473, customer_id: 175, employee_id: 97, transaction_date: new Date("2023-12-21T11:45:03Z"), amount: "3352.13", transaction_type: "refund", payment_method: "paypal" },
            { id: 474, customer_id: 77, employee_id: 198, transaction_date: new Date("2021-05-15T12:49:03Z"), amount: "5325.22", transaction_type: "exchange", payment_method: "credit card" },
            { id: 475, customer_id: 184, employee_id: 471, transaction_date: new Date("2020-08-02T19:53:12Z"), amount: "183.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 476, customer_id: 284, employee_id: 386, transaction_date: new Date("2023-08-15T13:22:30Z"), amount: "7505.18", transaction_type: "refund", payment_method: "debit card" },
            { id: 477, customer_id: 241, employee_id: 328, transaction_date: new Date("2021-09-02T21:26:13Z"), amount: "5859.08", transaction_type: "refund", payment_method: "paypal" },
            { id: 478, customer_id: 223, employee_id: 426, transaction_date: new Date("2020-11-03T17:45:55Z"), amount: "51.73", transaction_type: "purchase", payment_method: "debit card" },
            { id: 479, customer_id: 202, employee_id: 48, transaction_date: new Date("2020-10-04T10:22:09Z"), amount: "5952.58", transaction_type: "purchase", payment_method: "credit card" },
            { id: 480, customer_id: 116, employee_id: 78, transaction_date: new Date("2022-08-09T21:41:21Z"), amount: "2784.95", transaction_type: "purchase", payment_method: "debit card" },
            { id: 481, customer_id: 171, employee_id: 79, transaction_date: new Date("2020-02-29T16:07:55Z"), amount: "1198.42", transaction_type: "purchase", payment_method: "credit card" },
            { id: 482, customer_id: 65, employee_id: 175, transaction_date: new Date("2020-09-17T10:32:43Z"), amount: "9907.17", transaction_type: "purchase", payment_method: "debit card" },
            { id: 483, customer_id: 272, employee_id: 257, transaction_date: new Date("2020-05-12T11:59:31Z"), amount: "434.82", transaction_type: "refund", payment_method: "paypal" },
            { id: 484, customer_id: 51, employee_id: 331, transaction_date: new Date("2023-04-19T11:06:49Z"), amount: "9020.77", transaction_type: "purchase", payment_method: "credit card" },
            { id: 485, customer_id: 108, employee_id: 47, transaction_date: new Date("2020-05-03T11:24:21Z"), amount: "8496.41", transaction_type: "purchase", payment_method: "debit card" },
            { id: 486, customer_id: 56, employee_id: 248, transaction_date: new Date("2022-02-02T10:46:22Z"), amount: "4206.69", transaction_type: "purchase", payment_method: "credit card" },
            { id: 487, customer_id: 95, employee_id: 164, transaction_date: new Date("2021-03-22T13:48:58Z"), amount: "809.44", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 488, customer_id: 176, employee_id: 337, transaction_date: new Date("2023-08-26T14:23:26Z"), amount: "274.55", transaction_type: "exchange", payment_method: "credit card" },
            { id: 489, customer_id: 6, employee_id: 456, transaction_date: new Date("2022-06-05T22:51:51Z"), amount: "669.66", transaction_type: "purchase", payment_method: "debit card" },
            { id: 490, customer_id: 6, employee_id: 62, transaction_date: new Date("2023-11-12T10:10:58Z"), amount: "101.59", transaction_type: "purchase", payment_method: "paypal" },
            { id: 491, customer_id: 62, employee_id: 61, transaction_date: new Date("2023-07-07T20:48:39Z"), amount: "7278.67", transaction_type: "purchase", payment_method: "paypal" },
            { id: 492, customer_id: 156, employee_id: 407, transaction_date: new Date("2021-01-07T08:23:15Z"), amount: "1000.83", transaction_type: "refund", payment_method: "paypal" },
            { id: 493, customer_id: 263, employee_id: 465, transaction_date: new Date("2022-10-07T17:23:09Z"), amount: "90.11", transaction_type: "purchase", payment_method: "credit card" },
            { id: 494, customer_id: 170, employee_id: 401, transaction_date: new Date("2023-11-01T09:15:14Z"), amount: "110.87", transaction_type: "purchase", payment_method: "credit card" },
            { id: 495, customer_id: 137, employee_id: 479, transaction_date: new Date("2020-10-14T12:55:45Z"), amount: "4846.02", transaction_type: "purchase", payment_method: "debit card" },
            { id: 496, customer_id: 101, employee_id: 437, transaction_date: new Date("2021-08-11T11:15:43Z"), amount: "2175.47", transaction_type: "purchase", payment_method: "credit card" },
            { id: 497, customer_id: 261, employee_id: 406, transaction_date: new Date("2022-12-06T18:50:01Z"), amount: "1741.52", transaction_type: "purchase", payment_method: "credit card" },
            { id: 498, customer_id: 113, employee_id: 283, transaction_date: new Date("2022-09-07T08:26:43Z"), amount: "3870.16", transaction_type: "purchase", payment_method: "debit card" },
            { id: 499, customer_id: 184, employee_id: 56, transaction_date: new Date("2023-09-23T13:37:36Z"), amount: "3032.05", transaction_type: "purchase", payment_method: "debit card" },
            { id: 500, customer_id: 139, employee_id: 125, transaction_date: new Date("2021-08-28T11:45:25Z"), amount: "220.46", transaction_type: "purchase", payment_method: "credit card" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 501, customer_id: 86, employee_id: 90, transaction_date: new Date("2023-03-26T14:27:15Z"), amount: "2095.88", transaction_type: "purchase", payment_method: "credit card" },
            { id: 502, customer_id: 203, employee_id: 164, transaction_date: new Date("2022-12-26T19:51:38Z"), amount: "1120.18", transaction_type: "purchase", payment_method: "credit card" },
            { id: 503, customer_id: 78, employee_id: 205, transaction_date: new Date("2021-09-14T16:03:00Z"), amount: "2101.49", transaction_type: "purchase", payment_method: "credit card" },
            { id: 504, customer_id: 135, employee_id: 101, transaction_date: new Date("2021-10-21T13:49:14Z"), amount: "895.30", transaction_type: "purchase", payment_method: "credit card" },
            { id: 505, customer_id: 293, employee_id: 21, transaction_date: new Date("2020-08-20T16:11:13Z"), amount: "5615.92", transaction_type: "exchange", payment_method: "debit card" },
            { id: 506, customer_id: 79, employee_id: 195, transaction_date: new Date("2022-07-09T12:37:01Z"), amount: "6514.29", transaction_type: "purchase", payment_method: "debit card" },
            { id: 507, customer_id: 233, employee_id: 359, transaction_date: new Date("2021-08-19T14:47:24Z"), amount: "4200.02", transaction_type: "purchase", payment_method: "credit card" },
            { id: 508, customer_id: 167, employee_id: 109, transaction_date: new Date("2022-09-27T12:10:32Z"), amount: "8613.84", transaction_type: "purchase", payment_method: "debit card" },
            { id: 509, customer_id: 148, employee_id: 344, transaction_date: new Date("2022-12-12T14:06:46Z"), amount: "3211.47", transaction_type: "purchase", payment_method: "debit card" },
            { id: 510, customer_id: 208, employee_id: 324, transaction_date: new Date("2021-03-02T16:18:51Z"), amount: "1968.36", transaction_type: "refund", payment_method: "paypal" },
            { id: 511, customer_id: 61, employee_id: 255, transaction_date: new Date("2023-11-12T16:05:30Z"), amount: "9865.03", transaction_type: "purchase", payment_method: "debit card" },
            { id: 512, customer_id: 73, employee_id: 272, transaction_date: new Date("2021-05-18T19:24:41Z"), amount: "4815.86", transaction_type: "purchase", payment_method: "debit card" },
            { id: 513, customer_id: 239, employee_id: 293, transaction_date: new Date("2023-05-01T20:34:23Z"), amount: "179.10", transaction_type: "purchase", payment_method: "debit card" },
            { id: 514, customer_id: 284, employee_id: 298, transaction_date: new Date("2022-02-08T13:51:16Z"), amount: "678.96", transaction_type: "purchase", payment_method: "paypal" },
            { id: 515, customer_id: 84, employee_id: 191, transaction_date: new Date("2020-11-29T07:46:24Z"), amount: "101.88", transaction_type: "purchase", payment_method: "debit card" },
            { id: 516, customer_id: 84, employee_id: 47, transaction_date: new Date("2021-08-10T05:08:28Z"), amount: "885.31", transaction_type: "purchase", payment_method: "credit card" },
            { id: 517, customer_id: 49, employee_id: 429, transaction_date: new Date("2021-12-13T19:24:00Z"), amount: "1107.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 518, customer_id: 176, employee_id: 380, transaction_date: new Date("2020-02-08T18:33:44Z"), amount: "2895.75", transaction_type: "refund", payment_method: "credit card" },
            { id: 519, customer_id: 121, employee_id: 393, transaction_date: new Date("2023-03-06T18:04:12Z"), amount: "6849.51", transaction_type: "purchase", payment_method: "paypal" },
            { id: 520, customer_id: 167, employee_id: 151, transaction_date: new Date("2020-11-09T08:26:26Z"), amount: "6590.96", transaction_type: "refund", payment_method: "debit card" },
            { id: 521, customer_id: 61, employee_id: 345, transaction_date: new Date("2020-05-03T11:57:44Z"), amount: "2493.02", transaction_type: "purchase", payment_method: "credit card" },
            { id: 522, customer_id: 98, employee_id: 212, transaction_date: new Date("2020-04-13T20:48:00Z"), amount: "1236.65", transaction_type: "refund", payment_method: "credit card" },
            { id: 523, customer_id: 300, employee_id: 119, transaction_date: new Date("2022-05-16T16:32:35Z"), amount: "2.26", transaction_type: "purchase", payment_method: "credit card" },
            { id: 524, customer_id: 142, employee_id: 217, transaction_date: new Date("2023-03-30T09:36:39Z"), amount: "1981.98", transaction_type: "purchase", payment_method: "paypal" },
            { id: 525, customer_id: 264, employee_id: 340, transaction_date: new Date("2022-03-19T17:11:58Z"), amount: "3454.76", transaction_type: "purchase", payment_method: "debit card" },
            { id: 526, customer_id: 34, employee_id: 234, transaction_date: new Date("2022-08-11T16:04:48Z"), amount: "3539.14", transaction_type: "refund", payment_method: "debit card" },
            { id: 527, customer_id: 173, employee_id: 72, transaction_date: new Date("2023-12-31T13:32:01Z"), amount: "9879.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 528, customer_id: 60, employee_id: 257, transaction_date: new Date("2020-01-11T18:51:21Z"), amount: "68.48", transaction_type: "purchase", payment_method: "debit card" },
            { id: 529, customer_id: 212, employee_id: 15, transaction_date: new Date("2023-04-17T12:45:05Z"), amount: "5140.98", transaction_type: "refund", payment_method: "paypal" },
            { id: 530, customer_id: 54, employee_id: 56, transaction_date: new Date("2023-02-14T20:31:15Z"), amount: "1366.63", transaction_type: "refund", payment_method: "paypal" },
            { id: 531, customer_id: 60, employee_id: 392, transaction_date: new Date("2023-05-21T16:56:55Z"), amount: "3722.24", transaction_type: "exchange", payment_method: "credit card" },
            { id: 532, customer_id: 114, employee_id: 116, transaction_date: new Date("2021-09-08T00:35:12Z"), amount: "183.00", transaction_type: "refund", payment_method: "debit card" },
            { id: 533, customer_id: 259, employee_id: 495, transaction_date: new Date("2020-04-19T09:17:02Z"), amount: "2031.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 534, customer_id: 226, employee_id: 138, transaction_date: new Date("2023-12-07T17:45:55Z"), amount: "7997.54", transaction_type: "refund", payment_method: "paypal" },
            { id: 535, customer_id: 87, employee_id: 401, transaction_date: new Date("2020-03-07T20:44:06Z"), amount: "5065.90", transaction_type: "refund", payment_method: "debit card" },
            { id: 536, customer_id: 192, employee_id: 244, transaction_date: new Date("2020-01-17T10:17:41Z"), amount: "4669.44", transaction_type: "purchase", payment_method: "paypal" },
            { id: 537, customer_id: 268, employee_id: 161, transaction_date: new Date("2021-01-05T18:18:20Z"), amount: "1561.55", transaction_type: "purchase", payment_method: "debit card" },
            { id: 538, customer_id: 167, employee_id: 315, transaction_date: new Date("2020-01-11T21:49:55Z"), amount: "19.78", transaction_type: "refund", payment_method: "paypal" },
            { id: 539, customer_id: 45, employee_id: 452, transaction_date: new Date("2023-09-17T11:53:00Z"), amount: "7048.96", transaction_type: "purchase", payment_method: "debit card" },
            { id: 540, customer_id: 152, employee_id: 99, transaction_date: new Date("2021-10-19T06:34:22Z"), amount: "1580.72", transaction_type: "purchase", payment_method: "debit card" },
            { id: 541, customer_id: 116, employee_id: 255, transaction_date: new Date("2021-11-07T18:06:07Z"), amount: "575.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 542, customer_id: 91, employee_id: 133, transaction_date: new Date("2023-06-12T18:02:18Z"), amount: "662.66", transaction_type: "purchase", payment_method: "debit card" },
            { id: 543, customer_id: 270, employee_id: 329, transaction_date: new Date("2023-06-01T20:36:24Z"), amount: "8.44", transaction_type: "refund", payment_method: "debit card" },
            { id: 544, customer_id: 256, employee_id: 471, transaction_date: new Date("2023-09-12T09:07:12Z"), amount: "9674.31", transaction_type: "purchase", payment_method: "paypal" },
            { id: 545, customer_id: 226, employee_id: 156, transaction_date: new Date("2021-03-23T12:55:40Z"), amount: "100.26", transaction_type: "purchase", payment_method: "credit card" },
            { id: 546, customer_id: 128, employee_id: 438, transaction_date: new Date("2022-11-30T17:31:25Z"), amount: "54.58", transaction_type: "purchase", payment_method: "credit card" },
            { id: 547, customer_id: 61, employee_id: 392, transaction_date: new Date("2021-12-26T00:55:48Z"), amount: "5542.47", transaction_type: "purchase", payment_method: "paypal" },
            { id: 548, customer_id: 164, employee_id: 239, transaction_date: new Date("2020-07-30T18:15:42Z"), amount: "749.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 549, customer_id: 260, employee_id: 337, transaction_date: new Date("2020-10-16T13:32:37Z"), amount: "6656.55", transaction_type: "purchase", payment_method: "credit card" },
            { id: 550, customer_id: 41, employee_id: 423, transaction_date: new Date("2022-01-24T09:45:30Z"), amount: "2245.46", transaction_type: "exchange", payment_method: "credit card" },
            { id: 551, customer_id: 259, employee_id: 239, transaction_date: new Date("2022-10-16T12:41:37Z"), amount: "170.14", transaction_type: "purchase", payment_method: "debit card" },
            { id: 552, customer_id: 106, employee_id: 419, transaction_date: new Date("2022-08-12T16:41:51Z"), amount: "540.29", transaction_type: "exchange", payment_method: "debit card" },
            { id: 553, customer_id: 249, employee_id: 177, transaction_date: new Date("2022-04-04T14:15:53Z"), amount: "180.62", transaction_type: "purchase", payment_method: "debit card" },
            { id: 554, customer_id: 132, employee_id: 480, transaction_date: new Date("2021-03-27T10:24:40Z"), amount: "7184.04", transaction_type: "purchase", payment_method: "credit card" },
            { id: 555, customer_id: 73, employee_id: 413, transaction_date: new Date("2023-07-29T20:25:19Z"), amount: "32.35", transaction_type: "refund", payment_method: "paypal" },
            { id: 556, customer_id: 150, employee_id: 130, transaction_date: new Date("2022-07-11T12:46:01Z"), amount: "981.17", transaction_type: "purchase", payment_method: "credit card" },
            { id: 557, customer_id: 201, employee_id: 44, transaction_date: new Date("2020-10-01T20:18:20Z"), amount: "2719.01", transaction_type: "purchase", payment_method: "debit card" },
            { id: 558, customer_id: 79, employee_id: 317, transaction_date: new Date("2022-05-05T19:23:31Z"), amount: "6022.36", transaction_type: "purchase", payment_method: "credit card" },
            { id: 559, customer_id: 232, employee_id: 39, transaction_date: new Date("2021-10-08T11:02:02Z"), amount: "2739.24", transaction_type: "purchase", payment_method: "credit card" },
            { id: 560, customer_id: 260, employee_id: 48, transaction_date: new Date("2020-07-10T12:09:30Z"), amount: "1282.40", transaction_type: "purchase", payment_method: "credit card" },
            { id: 561, customer_id: 7, employee_id: 460, transaction_date: new Date("2020-06-29T12:20:49Z"), amount: "250.24", transaction_type: "purchase", payment_method: "credit card" },
            { id: 562, customer_id: 223, employee_id: 239, transaction_date: new Date("2020-07-10T18:46:36Z"), amount: "8.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 563, customer_id: 34, employee_id: 227, transaction_date: new Date("2021-07-25T08:03:44Z"), amount: "5866.52", transaction_type: "refund", payment_method: "debit card" },
            { id: 564, customer_id: 183, employee_id: 95, transaction_date: new Date("2021-12-08T21:34:20Z"), amount: "9080.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 565, customer_id: 27, employee_id: 139, transaction_date: new Date("2020-08-13T21:17:37Z"), amount: "5893.15", transaction_type: "purchase", payment_method: "credit card" },
            { id: 566, customer_id: 176, employee_id: 432, transaction_date: new Date("2020-02-01T10:55:04Z"), amount: "553.14", transaction_type: "purchase", payment_method: "debit card" },
            { id: 567, customer_id: 117, employee_id: 196, transaction_date: new Date("2021-01-23T10:37:01Z"), amount: "957.49", transaction_type: "purchase", payment_method: "paypal" },
            { id: 568, customer_id: 192, employee_id: 159, transaction_date: new Date("2022-03-15T14:39:00Z"), amount: "1060.92", transaction_type: "purchase", payment_method: "credit card" },
            { id: 569, customer_id: 19, employee_id: 410, transaction_date: new Date("2021-07-10T12:21:16Z"), amount: "1591.19", transaction_type: "refund", payment_method: "credit card" },
            { id: 570, customer_id: 160, employee_id: 202, transaction_date: new Date("2021-04-05T16:48:57Z"), amount: "6507.15", transaction_type: "purchase", payment_method: "credit card" },
            { id: 571, customer_id: 98, employee_id: 273, transaction_date: new Date("2021-06-24T15:53:01Z"), amount: "8347.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 572, customer_id: 41, employee_id: 277, transaction_date: new Date("2022-04-14T15:25:10Z"), amount: "2222.17", transaction_type: "exchange", payment_method: "paypal" },
            { id: 573, customer_id: 295, employee_id: 324, transaction_date: new Date("2022-09-19T09:44:05Z"), amount: "1502.48", transaction_type: "purchase", payment_method: "credit card" },
            { id: 574, customer_id: 243, employee_id: 47, transaction_date: new Date("2020-07-15T00:27:21Z"), amount: "1275.42", transaction_type: "refund", payment_method: "credit card" },
            { id: 575, customer_id: 146, employee_id: 85, transaction_date: new Date("2022-10-25T13:39:17Z"), amount: "8357.19", transaction_type: "exchange", payment_method: "credit card" },
            { id: 576, customer_id: 258, employee_id: 150, transaction_date: new Date("2021-11-25T19:11:49Z"), amount: "7493.32", transaction_type: "purchase", payment_method: "credit card" },
            { id: 577, customer_id: 181, employee_id: 424, transaction_date: new Date("2022-08-31T14:16:02Z"), amount: "3422.70", transaction_type: "purchase", payment_method: "debit card" },
            { id: 578, customer_id: 17, employee_id: 25, transaction_date: new Date("2020-03-14T15:53:18Z"), amount: "8302.61", transaction_type: "refund", payment_method: "credit card" },
            { id: 579, customer_id: 166, employee_id: 104, transaction_date: new Date("2023-10-14T16:36:01Z"), amount: "4522.93", transaction_type: "purchase", payment_method: "debit card" },
            { id: 580, customer_id: 39, employee_id: 100, transaction_date: new Date("2022-03-12T19:46:10Z"), amount: "1076.04", transaction_type: "refund", payment_method: "credit card" },
            { id: 581, customer_id: 167, employee_id: 427, transaction_date: new Date("2023-05-08T20:24:59Z"), amount: "3602.64", transaction_type: "purchase", payment_method: "debit card" },
            { id: 582, customer_id: 163, employee_id: 254, transaction_date: new Date("2023-04-04T10:47:57Z"), amount: "1.38", transaction_type: "purchase", payment_method: "paypal" },
            { id: 583, customer_id: 198, employee_id: 131, transaction_date: new Date("2020-12-04T15:12:31Z"), amount: "1221.45", transaction_type: "purchase", payment_method: "credit card" },
            { id: 584, customer_id: 229, employee_id: 126, transaction_date: new Date("2021-09-12T10:36:13Z"), amount: "941.03", transaction_type: "refund", payment_method: "credit card" },
            { id: 585, customer_id: 198, employee_id: 350, transaction_date: new Date("2023-07-14T15:53:28Z"), amount: "7333.29", transaction_type: "purchase", payment_method: "credit card" },
            { id: 586, customer_id: 9, employee_id: 110, transaction_date: new Date("2023-05-14T14:30:24Z"), amount: "9238.51", transaction_type: "refund", payment_method: "debit card" },
            { id: 587, customer_id: 210, employee_id: 341, transaction_date: new Date("2022-08-14T15:52:18Z"), amount: "4109.21", transaction_type: "purchase", payment_method: "paypal" },
            { id: 588, customer_id: 156, employee_id: 401, transaction_date: new Date("2023-03-13T17:43:29Z"), amount: "1717.84", transaction_type: "purchase", payment_method: "debit card" },
            { id: 589, customer_id: 231, employee_id: 111, transaction_date: new Date("2023-11-21T22:57:56Z"), amount: "1762.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 590, customer_id: 276, employee_id: 11, transaction_date: new Date("2020-08-11T10:06:04Z"), amount: "3137.14", transaction_type: "refund", payment_method: "debit card" },
            { id: 591, customer_id: 145, employee_id: 37, transaction_date: new Date("2021-09-26T18:13:38Z"), amount: "7867.63", transaction_type: "purchase", payment_method: "debit card" },
            { id: 592, customer_id: 218, employee_id: 295, transaction_date: new Date("2022-10-31T10:23:07Z"), amount: "12.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 593, customer_id: 248, employee_id: 356, transaction_date: new Date("2023-04-25T13:05:58Z"), amount: "273.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 594, customer_id: 201, employee_id: 448, transaction_date: new Date("2022-07-04T20:36:05Z"), amount: "5468.77", transaction_type: "purchase", payment_method: "credit card" },
            { id: 595, customer_id: 66, employee_id: 142, transaction_date: new Date("2021-01-01T09:32:36Z"), amount: "1160.26", transaction_type: "refund", payment_method: "credit card" },
            { id: 596, customer_id: 130, employee_id: 135, transaction_date: new Date("2023-06-19T12:27:56Z"), amount: "961.36", transaction_type: "refund", payment_method: "credit card" },
            { id: 597, customer_id: 215, employee_id: 243, transaction_date: new Date("2021-04-16T00:12:29Z"), amount: "3054.23", transaction_type: "refund", payment_method: "credit card" },
            { id: 598, customer_id: 233, employee_id: 249, transaction_date: new Date("2023-08-16T20:06:00Z"), amount: "27.88", transaction_type: "purchase", payment_method: "paypal" },
            { id: 599, customer_id: 259, employee_id: 477, transaction_date: new Date("2022-02-19T15:57:09Z"), amount: "4694.48", transaction_type: "refund", payment_method: "debit card" },
            { id: 600, customer_id: 259, employee_id: 22, transaction_date: new Date("2021-10-26T22:07:01Z"), amount: "130.53", transaction_type: "purchase", payment_method: "debit card" },
            { id: 601, customer_id: 102, employee_id: 93, transaction_date: new Date("2023-08-06T20:44:31Z"), amount: "1444.20", transaction_type: "purchase", payment_method: "credit card" },
            { id: 602, customer_id: 144, employee_id: 254, transaction_date: new Date("2021-06-03T14:48:23Z"), amount: "1416.18", transaction_type: "purchase", payment_method: "credit card" },
            { id: 603, customer_id: 45, employee_id: 72, transaction_date: new Date("2022-06-09T20:46:00Z"), amount: "1831.87", transaction_type: "purchase", payment_method: "debit card" },
            { id: 604, customer_id: 18, employee_id: 487, transaction_date: new Date("2020-03-27T16:10:21Z"), amount: "5743.28", transaction_type: "purchase", payment_method: "credit card" },
            { id: 605, customer_id: 49, employee_id: 499, transaction_date: new Date("2020-08-16T10:38:32Z"), amount: "2680.15", transaction_type: "purchase", payment_method: "credit card" },
            { id: 606, customer_id: 266, employee_id: 306, transaction_date: new Date("2022-09-06T19:44:49Z"), amount: "264.13", transaction_type: "purchase", payment_method: "debit card" },
            { id: 607, customer_id: 136, employee_id: 88, transaction_date: new Date("2020-10-09T18:53:10Z"), amount: "5080.87", transaction_type: "exchange", payment_method: "debit card" },
            { id: 608, customer_id: 54, employee_id: 299, transaction_date: new Date("2021-06-05T03:40:17Z"), amount: "9410.96", transaction_type: "exchange", payment_method: "debit card" },
            { id: 609, customer_id: 93, employee_id: 46, transaction_date: new Date("2023-10-25T18:18:20Z"), amount: "7101.11", transaction_type: "purchase", payment_method: "debit card" },
            { id: 610, customer_id: 77, employee_id: 253, transaction_date: new Date("2023-01-29T20:51:56Z"), amount: "8719.81", transaction_type: "purchase", payment_method: "debit card" },
            { id: 611, customer_id: 186, employee_id: 342, transaction_date: new Date("2021-01-09T21:35:08Z"), amount: "8412.46", transaction_type: "purchase", payment_method: "paypal" },
            { id: 612, customer_id: 156, employee_id: 423, transaction_date: new Date("2022-10-23T19:49:25Z"), amount: "2207.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 613, customer_id: 188, employee_id: 248, transaction_date: new Date("2023-12-10T17:23:18Z"), amount: "1360.77", transaction_type: "purchase", payment_method: "credit card" },
            { id: 614, customer_id: 217, employee_id: 74, transaction_date: new Date("2022-06-13T21:26:32Z"), amount: "4557.44", transaction_type: "purchase", payment_method: "paypal" },
            { id: 615, customer_id: 164, employee_id: 280, transaction_date: new Date("2023-02-15T10:05:24Z"), amount: "2504.39", transaction_type: "purchase", payment_method: "credit card" },
            { id: 616, customer_id: 41, employee_id: 304, transaction_date: new Date("2022-05-02T08:52:20Z"), amount: "2031.49", transaction_type: "purchase", payment_method: "debit card" },
            { id: 617, customer_id: 266, employee_id: 346, transaction_date: new Date("2021-08-11T14:01:32Z"), amount: "7479.33", transaction_type: "purchase", payment_method: "credit card" },
            { id: 618, customer_id: 285, employee_id: 41, transaction_date: new Date("2021-09-17T15:44:44Z"), amount: "21.56", transaction_type: "refund", payment_method: "debit card" },
            { id: 619, customer_id: 156, employee_id: 257, transaction_date: new Date("2023-02-12T14:58:50Z"), amount: "5424.93", transaction_type: "refund", payment_method: "credit card" },
            { id: 620, customer_id: 153, employee_id: 437, transaction_date: new Date("2022-06-16T11:44:42Z"), amount: "4940.06", transaction_type: "purchase", payment_method: "credit card" },
            { id: 621, customer_id: 272, employee_id: 140, transaction_date: new Date("2022-05-19T15:40:19Z"), amount: "7711.58", transaction_type: "purchase", payment_method: "debit card" },
            { id: 622, customer_id: 25, employee_id: 499, transaction_date: new Date("2023-02-10T07:02:03Z"), amount: "1166.11", transaction_type: "purchase", payment_method: "credit card" },
            { id: 623, customer_id: 198, employee_id: 428, transaction_date: new Date("2022-03-03T10:06:30Z"), amount: "5501.15", transaction_type: "exchange", payment_method: "credit card" },
            { id: 624, customer_id: 214, employee_id: 444, transaction_date: new Date("2020-06-25T19:05:27Z"), amount: "471.17", transaction_type: "purchase", payment_method: "credit card" },
            { id: 625, customer_id: 259, employee_id: 293, transaction_date: new Date("2022-11-27T11:15:02Z"), amount: "68.04", transaction_type: "purchase", payment_method: "paypal" },
            { id: 626, customer_id: 109, employee_id: 469, transaction_date: new Date("2022-11-10T21:18:04Z"), amount: "6302.70", transaction_type: "refund", payment_method: "credit card" },
            { id: 627, customer_id: 231, employee_id: 145, transaction_date: new Date("2022-10-13T05:23:57Z"), amount: "347.53", transaction_type: "refund", payment_method: "credit card" },
            { id: 628, customer_id: 19, employee_id: 380, transaction_date: new Date("2023-10-11T08:45:29Z"), amount: "8717.85", transaction_type: "purchase", payment_method: "debit card" },
            { id: 629, customer_id: 269, employee_id: 339, transaction_date: new Date("2020-11-27T13:03:32Z"), amount: "674.02", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 630, customer_id: 300, employee_id: 207, transaction_date: new Date("2021-03-12T13:13:56Z"), amount: "3495.18", transaction_type: "purchase", payment_method: "credit card" },
            { id: 631, customer_id: 27, employee_id: 4, transaction_date: new Date("2021-07-04T14:47:12Z"), amount: "60.41", transaction_type: "purchase", payment_method: "debit card" },
            { id: 632, customer_id: 84, employee_id: 193, transaction_date: new Date("2021-06-01T10:36:57Z"), amount: "4548.71", transaction_type: "exchange", payment_method: "debit card" },
            { id: 633, customer_id: 60, employee_id: 74, transaction_date: new Date("2021-07-12T18:15:42Z"), amount: "1131.42", transaction_type: "purchase", payment_method: "credit card" },
            { id: 634, customer_id: 290, employee_id: 179, transaction_date: new Date("2023-08-28T15:58:58Z"), amount: "386.03", transaction_type: "purchase", payment_method: "paypal" },
            { id: 635, customer_id: 134, employee_id: 486, transaction_date: new Date("2020-11-22T13:39:19Z"), amount: "6964.72", transaction_type: "refund", payment_method: "debit card" },
            { id: 636, customer_id: 67, employee_id: 367, transaction_date: new Date("2022-04-21T18:33:08Z"), amount: "2925.41", transaction_type: "purchase", payment_method: "paypal" },
            { id: 637, customer_id: 150, employee_id: 382, transaction_date: new Date("2022-11-21T12:21:07Z"), amount: "3096.39", transaction_type: "purchase", payment_method: "credit card" },
            { id: 638, customer_id: 230, employee_id: 104, transaction_date: new Date("2021-05-06T07:31:33Z"), amount: "187.38", transaction_type: "purchase", payment_method: "debit card" },
            { id: 639, customer_id: 103, employee_id: 184, transaction_date: new Date("2022-04-12T11:36:10Z"), amount: "7219.10", transaction_type: "purchase", payment_method: "paypal" },
            { id: 640, customer_id: 239, employee_id: 389, transaction_date: new Date("2022-02-01T17:25:04Z"), amount: "1388.71", transaction_type: "exchange", payment_method: "credit card" },
            { id: 641, customer_id: 235, employee_id: 362, transaction_date: new Date("2023-08-04T08:42:56Z"), amount: "1.00", transaction_type: "purchase", payment_method: "paypal" },
            { id: 642, customer_id: 151, employee_id: 108, transaction_date: new Date("2020-02-04T14:39:58Z"), amount: "8207.44", transaction_type: "purchase", payment_method: "credit card" },
            { id: 643, customer_id: 250, employee_id: 254, transaction_date: new Date("2020-02-03T12:54:10Z"), amount: "443.99", transaction_type: "purchase", payment_method: "debit card" },
            { id: 644, customer_id: 54, employee_id: 119, transaction_date: new Date("2020-02-25T19:10:17Z"), amount: "123.60", transaction_type: "refund", payment_method: "debit card" },
            { id: 645, customer_id: 7, employee_id: 140, transaction_date: new Date("2021-07-23T19:59:37Z"), amount: "698.20", transaction_type: "purchase", payment_method: "credit card" },
            { id: 646, customer_id: 278, employee_id: 100, transaction_date: new Date("2022-07-14T19:38:38Z"), amount: "2923.76", transaction_type: "purchase", payment_method: "debit card" },
            { id: 647, customer_id: 110, employee_id: 62, transaction_date: new Date("2021-08-25T19:36:09Z"), amount: "2457.89", transaction_type: "purchase", payment_method: "debit card" },
            { id: 648, customer_id: 115, employee_id: 6, transaction_date: new Date("2022-06-17T22:37:44Z"), amount: "282.76", transaction_type: "purchase", payment_method: "credit card" },
            { id: 649, customer_id: 3, employee_id: 403, transaction_date: new Date("2021-03-15T11:09:34Z"), amount: "4088.51", transaction_type: "exchange", payment_method: "debit card" },
            { id: 650, customer_id: 24, employee_id: 240, transaction_date: new Date("2022-07-19T18:23:32Z"), amount: "9563.67", transaction_type: "exchange", payment_method: "debit card" },
            { id: 651, customer_id: 233, employee_id: 30, transaction_date: new Date("2020-06-19T13:19:29Z"), amount: "1007.60", transaction_type: "purchase", payment_method: "paypal" },
            { id: 652, customer_id: 32, employee_id: 140, transaction_date: new Date("2023-10-31T15:36:21Z"), amount: "2808.96", transaction_type: "purchase", payment_method: "credit card" },
            { id: 653, customer_id: 138, employee_id: 130, transaction_date: new Date("2022-06-23T18:32:11Z"), amount: "5043.56", transaction_type: "purchase", payment_method: "debit card" },
            { id: 654, customer_id: 55, employee_id: 206, transaction_date: new Date("2020-01-01T21:25:27Z"), amount: "61.23", transaction_type: "purchase", payment_method: "credit card" },
            { id: 655, customer_id: 80, employee_id: 496, transaction_date: new Date("2023-07-26T17:57:45Z"), amount: "55.23", transaction_type: "purchase", payment_method: "paypal" },
            { id: 656, customer_id: 101, employee_id: 468, transaction_date: new Date("2020-02-29T11:41:29Z"), amount: "1831.05", transaction_type: "purchase", payment_method: "credit card" },
            { id: 657, customer_id: 241, employee_id: 42, transaction_date: new Date("2021-02-03T15:03:56Z"), amount: "1151.97", transaction_type: "exchange", payment_method: "credit card" },
            { id: 658, customer_id: 117, employee_id: 20, transaction_date: new Date("2023-04-13T17:22:49Z"), amount: "7065.36", transaction_type: "purchase", payment_method: "debit card" },
            { id: 659, customer_id: 201, employee_id: 223, transaction_date: new Date("2021-01-14T20:43:34Z"), amount: "6147.21", transaction_type: "purchase", payment_method: "debit card" },
            { id: 660, customer_id: 51, employee_id: 7, transaction_date: new Date("2021-12-14T13:20:33Z"), amount: "4125.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 661, customer_id: 99, employee_id: 64, transaction_date: new Date("2021-08-22T12:54:09Z"), amount: "4347.45", transaction_type: "refund", payment_method: "debit card" },
            { id: 662, customer_id: 134, employee_id: 114, transaction_date: new Date("2021-01-26T19:57:59Z"), amount: "4058.60", transaction_type: "purchase", payment_method: "debit card" },
            { id: 663, customer_id: 74, employee_id: 92, transaction_date: new Date("2021-04-12T11:49:44Z"), amount: "2249.79", transaction_type: "purchase", payment_method: "paypal" },
            { id: 664, customer_id: 199, employee_id: 67, transaction_date: new Date("2020-03-24T15:26:50Z"), amount: "8117.84", transaction_type: "purchase", payment_method: "credit card" },
            { id: 665, customer_id: 70, employee_id: 426, transaction_date: new Date("2023-12-16T18:12:22Z"), amount: "41.50", transaction_type: "purchase", payment_method: "credit card" },
            { id: 666, customer_id: 61, employee_id: 229, transaction_date: new Date("2021-07-14T11:08:14Z"), amount: "2365.94", transaction_type: "purchase", payment_method: "paypal" },
            { id: 667, customer_id: 98, employee_id: 270, transaction_date: new Date("2021-11-04T13:45:53Z"), amount: "6641.27", transaction_type: "purchase", payment_method: "credit card" },
            { id: 668, customer_id: 206, employee_id: 487, transaction_date: new Date("2023-01-18T17:31:04Z"), amount: "2977.82", transaction_type: "purchase", payment_method: "credit card" },
            { id: 669, customer_id: 16, employee_id: 50, transaction_date: new Date("2022-05-17T12:47:08Z"), amount: "8811.97", transaction_type: "refund", payment_method: "credit card" },
            { id: 670, customer_id: 220, employee_id: 29, transaction_date: new Date("2021-01-20T14:07:11Z"), amount: "6599.28", transaction_type: "purchase", payment_method: "credit card" },
            { id: 671, customer_id: 131, employee_id: 122, transaction_date: new Date("2020-02-11T15:29:32Z"), amount: "3.47", transaction_type: "purchase", payment_method: "debit card" },
            { id: 672, customer_id: 164, employee_id: 303, transaction_date: new Date("2020-12-21T10:51:14Z"), amount: "4477.50", transaction_type: "purchase", payment_method: "debit card" },
            { id: 673, customer_id: 289, employee_id: 282, transaction_date: new Date("2020-10-29T10:55:54Z"), amount: "645.12", transaction_type: "purchase", payment_method: "debit card" },
            { id: 674, customer_id: 238, employee_id: 87, transaction_date: new Date("2023-07-02T17:10:11Z"), amount: "8192.35", transaction_type: "exchange", payment_method: "credit card" },
            { id: 675, customer_id: 256, employee_id: 423, transaction_date: new Date("2022-03-10T11:00:06Z"), amount: "533.94", transaction_type: "exchange", payment_method: "debit card" },
            { id: 676, customer_id: 69, employee_id: 103, transaction_date: new Date("2022-07-25T20:54:27Z"), amount: "5717.30", transaction_type: "purchase", payment_method: "paypal" },
            { id: 677, customer_id: 53, employee_id: 35, transaction_date: new Date("2020-04-21T13:53:03Z"), amount: "4099.37", transaction_type: "purchase", payment_method: "debit card" },
            { id: 678, customer_id: 70, employee_id: 80, transaction_date: new Date("2020-10-11T11:12:26Z"), amount: "59.59", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 679, customer_id: 257, employee_id: 139, transaction_date: new Date("2020-08-19T17:04:36Z"), amount: "4428.36", transaction_type: "refund", payment_method: "paypal" },
            { id: 680, customer_id: 125, employee_id: 45, transaction_date: new Date("2020-02-13T20:46:13Z"), amount: "9009.49", transaction_type: "purchase", payment_method: "debit card" },
            { id: 681, customer_id: 170, employee_id: 373, transaction_date: new Date("2021-05-11T10:50:33Z"), amount: "485.46", transaction_type: "purchase", payment_method: "paypal" },
            { id: 682, customer_id: 209, employee_id: 243, transaction_date: new Date("2021-03-16T18:54:36Z"), amount: "5502.06", transaction_type: "purchase", payment_method: "credit card" },
            { id: 683, customer_id: 70, employee_id: 94, transaction_date: new Date("2021-09-26T11:03:17Z"), amount: "706.63", transaction_type: "purchase", payment_method: "debit card" },
            { id: 684, customer_id: 174, employee_id: 84, transaction_date: new Date("2022-10-29T12:37:49Z"), amount: "4784.81", transaction_type: "purchase", payment_method: "debit card" },
            { id: 685, customer_id: 16, employee_id: 344, transaction_date: new Date("2022-12-31T20:26:06Z"), amount: "244.56", transaction_type: "purchase", payment_method: "credit card" },
            { id: 686, customer_id: 107, employee_id: 464, transaction_date: new Date("2021-05-15T18:47:21Z"), amount: "183.46", transaction_type: "purchase", payment_method: "credit card" },
            { id: 687, customer_id: 82, employee_id: 206, transaction_date: new Date("2022-02-26T20:58:10Z"), amount: "7717.83", transaction_type: "purchase", payment_method: "credit card" },
            { id: 688, customer_id: 207, employee_id: 278, transaction_date: new Date("2023-10-21T23:52:44Z"), amount: "5135.39", transaction_type: "purchase", payment_method: "debit card" },
            { id: 689, customer_id: 142, employee_id: 90, transaction_date: new Date("2020-02-06T18:27:24Z"), amount: "39.76", transaction_type: "purchase", payment_method: "credit card" },
            { id: 690, customer_id: 139, employee_id: 356, transaction_date: new Date("2021-06-16T16:16:31Z"), amount: "1.54", transaction_type: "refund", payment_method: "credit card" },
            { id: 691, customer_id: 14, employee_id: 337, transaction_date: new Date("2021-12-04T03:17:34Z"), amount: "530.40", transaction_type: "purchase", payment_method: "credit card" },
            { id: 692, customer_id: 280, employee_id: 493, transaction_date: new Date("2022-05-09T23:25:29Z"), amount: "7965.11", transaction_type: "exchange", payment_method: "credit card" },
            { id: 693, customer_id: 71, employee_id: 280, transaction_date: new Date("2023-12-18T16:11:04Z"), amount: "5080.41", transaction_type: "refund", payment_method: "debit card" },
            { id: 694, customer_id: 236, employee_id: 278, transaction_date: new Date("2023-04-29T20:19:08Z"), amount: "2363.39", transaction_type: "purchase", payment_method: "credit card" },
            { id: 695, customer_id: 101, employee_id: 106, transaction_date: new Date("2021-11-09T18:22:20Z"), amount: "3813.73", transaction_type: "purchase", payment_method: "debit card" },
            { id: 696, customer_id: 267, employee_id: 96, transaction_date: new Date("2020-09-11T17:38:16Z"), amount: "650.55", transaction_type: "purchase", payment_method: "debit card" },
            { id: 697, customer_id: 71, employee_id: 434, transaction_date: new Date("2020-10-26T17:23:01Z"), amount: "6618.13", transaction_type: "purchase", payment_method: "credit card" },
            { id: 698, customer_id: 162, employee_id: 280, transaction_date: new Date("2022-12-28T02:25:33Z"), amount: "3356.35", transaction_type: "refund", payment_method: "debit card" },
            { id: 699, customer_id: 65, employee_id: 229, transaction_date: new Date("2023-07-15T16:29:18Z"), amount: "2592.25", transaction_type: "purchase", payment_method: "credit card" },
            { id: 700, customer_id: 288, employee_id: 120, transaction_date: new Date("2021-06-21T20:31:48Z"), amount: "8073.13", transaction_type: "purchase", payment_method: "debit card" },
            { id: 701, customer_id: 140, employee_id: 415, transaction_date: new Date("2020-07-25T19:11:12Z"), amount: "785.02", transaction_type: "purchase", payment_method: "credit card" },
            { id: 702, customer_id: 126, employee_id: 89, transaction_date: new Date("2023-04-18T13:08:51Z"), amount: "6.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 703, customer_id: 254, employee_id: 357, transaction_date: new Date("2023-12-02T21:10:57Z"), amount: "13.78", transaction_type: "purchase", payment_method: "credit card" },
            { id: 704, customer_id: 131, employee_id: 230, transaction_date: new Date("2022-06-13T23:05:15Z"), amount: "8878.03", transaction_type: "purchase", payment_method: "credit card" },
            { id: 705, customer_id: 111, employee_id: 301, transaction_date: new Date("2023-09-11T08:14:46Z"), amount: "4504.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 706, customer_id: 70, employee_id: 137, transaction_date: new Date("2023-02-05T19:05:53Z"), amount: "7226.33", transaction_type: "purchase", payment_method: "debit card" },
            { id: 707, customer_id: 282, employee_id: 12, transaction_date: new Date("2022-11-01T00:01:37Z"), amount: "354.42", transaction_type: "exchange", payment_method: "credit card" },
            { id: 708, customer_id: 33, employee_id: 346, transaction_date: new Date("2023-04-03T09:50:30Z"), amount: "4488.99", transaction_type: "purchase", payment_method: "debit card" },
            { id: 709, customer_id: 147, employee_id: 83, transaction_date: new Date("2023-03-25T20:46:54Z"), amount: "793.45", transaction_type: "purchase", payment_method: "credit card" },
            { id: 710, customer_id: 197, employee_id: 280, transaction_date: new Date("2022-09-06T01:42:32Z"), amount: "851.64", transaction_type: "purchase", payment_method: "credit card" },
            { id: 711, customer_id: 216, employee_id: 132, transaction_date: new Date("2022-09-18T13:50:50Z"), amount: "1730.11", transaction_type: "exchange", payment_method: "debit card" },
            { id: 712, customer_id: 30, employee_id: 223, transaction_date: new Date("2023-01-02T19:31:06Z"), amount: "6365.55", transaction_type: "purchase", payment_method: "credit card" },
            { id: 713, customer_id: 274, employee_id: 134, transaction_date: new Date("2020-03-05T20:33:03Z"), amount: "4871.35", transaction_type: "purchase", payment_method: "credit card" },
            { id: 714, customer_id: 206, employee_id: 184, transaction_date: new Date("2023-12-16T19:11:37Z"), amount: "805.01", transaction_type: "purchase", payment_method: "credit card" },
            { id: 715, customer_id: 180, employee_id: 55, transaction_date: new Date("2020-11-28T00:12:12Z"), amount: "403.83", transaction_type: "purchase", payment_method: "credit card" },
            { id: 716, customer_id: 274, employee_id: 3, transaction_date: new Date("2020-11-30T20:21:03Z"), amount: "209.57", transaction_type: "purchase", payment_method: "credit card" },
            { id: 717, customer_id: 204, employee_id: 491, transaction_date: new Date("2023-08-10T21:40:46Z"), amount: "298.07", transaction_type: "refund", payment_method: "credit card" },
            { id: 718, customer_id: 86, employee_id: 60, transaction_date: new Date("2023-11-07T20:01:23Z"), amount: "7410.90", transaction_type: "purchase", payment_method: "debit card" },
            { id: 719, customer_id: 174, employee_id: 187, transaction_date: new Date("2020-05-10T22:39:30Z"), amount: "5374.23", transaction_type: "purchase", payment_method: "debit card" },
            { id: 720, customer_id: 95, employee_id: 437, transaction_date: new Date("2020-04-20T21:10:34Z"), amount: "934.81", transaction_type: "refund", payment_method: "paypal" },
            { id: 721, customer_id: 215, employee_id: 478, transaction_date: new Date("2020-03-05T05:35:08Z"), amount: "23.33", transaction_type: "refund", payment_method: "credit card" },
            { id: 722, customer_id: 160, employee_id: 149, transaction_date: new Date("2023-09-24T07:17:22Z"), amount: "5713.08", transaction_type: "refund", payment_method: "credit card" },
            { id: 723, customer_id: 214, employee_id: 162, transaction_date: new Date("2023-12-20T16:51:53Z"), amount: "2895.02", transaction_type: "refund", payment_method: "credit card" },
            { id: 724, customer_id: 88, employee_id: 144, transaction_date: new Date("2023-07-07T18:03:41Z"), amount: "7724.97", transaction_type: "purchase", payment_method: "credit card" },
            { id: 725, customer_id: 125, employee_id: 167, transaction_date: new Date("2022-01-13T08:21:36Z"), amount: "4135.25", transaction_type: "purchase", payment_method: "credit card" },
            { id: 726, customer_id: 46, employee_id: 440, transaction_date: new Date("2023-03-20T13:09:45Z"), amount: "2958.25", transaction_type: "purchase", payment_method: "debit card" },
            { id: 727, customer_id: 38, employee_id: 4, transaction_date: new Date("2023-03-14T17:20:16Z"), amount: "9803.82", transaction_type: "purchase", payment_method: "paypal" },
            { id: 728, customer_id: 17, employee_id: 392, transaction_date: new Date("2020-05-19T22:27:13Z"), amount: "2529.69", transaction_type: "purchase", payment_method: "credit card" },
            { id: 729, customer_id: 48, employee_id: 500, transaction_date: new Date("2020-01-04T18:11:32Z"), amount: "4602.20", transaction_type: "purchase", payment_method: "credit card" },
            { id: 730, customer_id: 214, employee_id: 364, transaction_date: new Date("2023-02-24T09:24:23Z"), amount: "702.36", transaction_type: "purchase", payment_method: "debit card" },
            { id: 731, customer_id: 18, employee_id: 395, transaction_date: new Date("2020-09-25T13:38:36Z"), amount: "8248.74", transaction_type: "purchase", payment_method: "credit card" },
            { id: 732, customer_id: 155, employee_id: 207, transaction_date: new Date("2022-09-15T21:18:20Z"), amount: "3.62", transaction_type: "purchase", payment_method: "debit card" },
            { id: 733, customer_id: 51, employee_id: 140, transaction_date: new Date("2020-11-04T06:43:56Z"), amount: "1.18", transaction_type: "purchase", payment_method: "credit card" },
            { id: 734, customer_id: 56, employee_id: 53, transaction_date: new Date("2023-05-28T16:34:32Z"), amount: "455.78", transaction_type: "purchase", payment_method: "credit card" },
            { id: 735, customer_id: 153, employee_id: 13, transaction_date: new Date("2021-10-14T17:10:42Z"), amount: "3430.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 736, customer_id: 116, employee_id: 228, transaction_date: new Date("2020-11-29T19:38:54Z"), amount: "4970.25", transaction_type: "purchase", payment_method: "credit card" },
            { id: 737, customer_id: 77, employee_id: 187, transaction_date: new Date("2022-01-21T15:03:14Z"), amount: "8283.33", transaction_type: "purchase", payment_method: "debit card" },
            { id: 738, customer_id: 24, employee_id: 86, transaction_date: new Date("2021-01-23T13:24:15Z"), amount: "5427.87", transaction_type: "purchase", payment_method: "credit card" },
            { id: 739, customer_id: 160, employee_id: 350, transaction_date: new Date("2023-05-22T09:15:35Z"), amount: "969.26", transaction_type: "purchase", payment_method: "credit card" },
            { id: 740, customer_id: 223, employee_id: 409, transaction_date: new Date("2022-01-17T10:10:28Z"), amount: "2451.52", transaction_type: "purchase", payment_method: "credit card" },
            { id: 741, customer_id: 76, employee_id: 385, transaction_date: new Date("2023-07-31T21:20:28Z"), amount: "3720.83", transaction_type: "purchase", payment_method: "debit card" },
            { id: 742, customer_id: 57, employee_id: 200, transaction_date: new Date("2022-04-25T15:33:35Z"), amount: "4071.92", transaction_type: "refund", payment_method: "debit card" },
            { id: 743, customer_id: 124, employee_id: 154, transaction_date: new Date("2021-08-21T14:18:26Z"), amount: "3668.17", transaction_type: "refund", payment_method: "debit card" },
            { id: 744, customer_id: 257, employee_id: 282, transaction_date: new Date("2020-11-24T20:59:49Z"), amount: "4497.17", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 745, customer_id: 267, employee_id: 434, transaction_date: new Date("2021-11-27T16:57:55Z"), amount: "2238.46", transaction_type: "purchase", payment_method: "paypal" },
            { id: 746, customer_id: 162, employee_id: 426, transaction_date: new Date("2022-02-20T06:31:31Z"), amount: "5152.15", transaction_type: "exchange", payment_method: "paypal" },
            { id: 747, customer_id: 89, employee_id: 290, transaction_date: new Date("2021-10-02T03:30:23Z"), amount: "7223.67", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 748, customer_id: 295, employee_id: 482, transaction_date: new Date("2020-03-28T16:18:24Z"), amount: "253.12", transaction_type: "purchase", payment_method: "paypal" },
            { id: 749, customer_id: 161, employee_id: 323, transaction_date: new Date("2021-03-17T17:52:13Z"), amount: "1150.16", transaction_type: "exchange", payment_method: "paypal" },
            { id: 750, customer_id: 17, employee_id: 259, transaction_date: new Date("2022-08-20T15:07:19Z"), amount: "9188.10", transaction_type: "purchase", payment_method: "credit card" },
            { id: 751, customer_id: 34, employee_id: 28, transaction_date: new Date("2020-04-12T17:30:34Z"), amount: "3439.69", transaction_type: "purchase", payment_method: "paypal" },
            { id: 752, customer_id: 130, employee_id: 418, transaction_date: new Date("2021-03-15T03:04:57Z"), amount: "9487.64", transaction_type: "refund", payment_method: "bank transfer" },
            { id: 753, customer_id: 46, employee_id: 98, transaction_date: new Date("2020-03-25T23:35:45Z"), amount: "617.22", transaction_type: "refund", payment_method: "credit card" },
            { id: 754, customer_id: 80, employee_id: 286, transaction_date: new Date("2020-01-22T15:26:31Z"), amount: "4657.49", transaction_type: "exchange", payment_method: "credit card" },
            { id: 755, customer_id: 251, employee_id: 421, transaction_date: new Date("2020-04-28T18:10:18Z"), amount: "494.86", transaction_type: "purchase", payment_method: "credit card" },
            { id: 756, customer_id: 13, employee_id: 186, transaction_date: new Date("2020-12-05T11:42:59Z"), amount: "7020.53", transaction_type: "purchase", payment_method: "credit card" },
            { id: 757, customer_id: 14, employee_id: 322, transaction_date: new Date("2023-06-25T13:53:46Z"), amount: "4082.66", transaction_type: "refund", payment_method: "debit card" },
            { id: 758, customer_id: 131, employee_id: 394, transaction_date: new Date("2021-06-21T22:54:22Z"), amount: "323.67", transaction_type: "purchase", payment_method: "credit card" },
            { id: 759, customer_id: 161, employee_id: 388, transaction_date: new Date("2023-01-16T16:16:52Z"), amount: "81.13", transaction_type: "exchange", payment_method: "paypal" },
            { id: 760, customer_id: 132, employee_id: 277, transaction_date: new Date("2023-11-10T12:53:14Z"), amount: "218.82", transaction_type: "purchase", payment_method: "debit card" },
            { id: 761, customer_id: 236, employee_id: 153, transaction_date: new Date("2023-07-26T04:03:55Z"), amount: "5663.32", transaction_type: "exchange", payment_method: "debit card" },
            { id: 762, customer_id: 147, employee_id: 141, transaction_date: new Date("2022-08-06T16:38:52Z"), amount: "1634.39", transaction_type: "purchase", payment_method: "debit card" },
            { id: 763, customer_id: 229, employee_id: 163, transaction_date: new Date("2021-05-13T13:32:00Z"), amount: "775.94", transaction_type: "refund", payment_method: "debit card" },
            { id: 764, customer_id: 124, employee_id: 148, transaction_date: new Date("2023-11-10T13:30:41Z"), amount: "3718.56", transaction_type: "purchase", payment_method: "paypal" },
            { id: 765, customer_id: 115, employee_id: 121, transaction_date: new Date("2023-06-02T17:16:47Z"), amount: "2280.96", transaction_type: "purchase", payment_method: "credit card" },
            { id: 766, customer_id: 53, employee_id: 228, transaction_date: new Date("2023-09-10T19:50:06Z"), amount: "170.91", transaction_type: "purchase", payment_method: "credit card" },
            { id: 767, customer_id: 189, employee_id: 451, transaction_date: new Date("2023-10-22T21:13:14Z"), amount: "7500.10", transaction_type: "purchase", payment_method: "debit card" },
            { id: 768, customer_id: 232, employee_id: 2, transaction_date: new Date("2022-07-06T05:54:06Z"), amount: "4984.44", transaction_type: "purchase", payment_method: "credit card" },
            { id: 769, customer_id: 290, employee_id: 283, transaction_date: new Date("2023-05-26T21:43:30Z"), amount: "178.64", transaction_type: "purchase", payment_method: "credit card" },
            { id: 770, customer_id: 92, employee_id: 50, transaction_date: new Date("2023-08-22T21:30:39Z"), amount: "1975.49", transaction_type: "purchase", payment_method: "debit card" },
            { id: 771, customer_id: 280, employee_id: 458, transaction_date: new Date("2021-02-16T15:35:04Z"), amount: "177.21", transaction_type: "purchase", payment_method: "debit card" },
            { id: 772, customer_id: 142, employee_id: 448, transaction_date: new Date("2023-09-24T17:46:43Z"), amount: "833.58", transaction_type: "purchase", payment_method: "paypal" },
            { id: 773, customer_id: 43, employee_id: 185, transaction_date: new Date("2021-06-02T06:35:15Z"), amount: "9586.58", transaction_type: "purchase", payment_method: "debit card" },
            { id: 774, customer_id: 95, employee_id: 71, transaction_date: new Date("2023-11-22T16:11:11Z"), amount: "4653.62", transaction_type: "purchase", payment_method: "credit card" },
            { id: 775, customer_id: 173, employee_id: 378, transaction_date: new Date("2023-04-16T21:16:55Z"), amount: "5880.21", transaction_type: "purchase", payment_method: "credit card" },
            { id: 776, customer_id: 120, employee_id: 84, transaction_date: new Date("2021-04-30T12:39:30Z"), amount: "2898.47", transaction_type: "purchase", payment_method: "credit card" },
            { id: 777, customer_id: 213, employee_id: 15, transaction_date: new Date("2020-01-27T17:03:51Z"), amount: "17.47", transaction_type: "purchase", payment_method: "credit card" },
            { id: 778, customer_id: 51, employee_id: 348, transaction_date: new Date("2022-09-24T08:11:07Z"), amount: "11.72", transaction_type: "purchase", payment_method: "credit card" },
            { id: 779, customer_id: 128, employee_id: 122, transaction_date: new Date("2022-04-11T18:58:30Z"), amount: "1020.94", transaction_type: "purchase", payment_method: "credit card" },
            { id: 780, customer_id: 223, employee_id: 127, transaction_date: new Date("2022-12-03T12:40:59Z"), amount: "22.08", transaction_type: "purchase", payment_method: "debit card" },
            { id: 781, customer_id: 45, employee_id: 156, transaction_date: new Date("2023-10-11T15:08:15Z"), amount: "954.92", transaction_type: "purchase", payment_method: "credit card" },
            { id: 782, customer_id: 149, employee_id: 435, transaction_date: new Date("2023-06-21T18:28:48Z"), amount: "9596.85", transaction_type: "purchase", payment_method: "credit card" },
            { id: 783, customer_id: 118, employee_id: 296, transaction_date: new Date("2023-01-01T19:09:40Z"), amount: "6746.82", transaction_type: "purchase", payment_method: "credit card" },
            { id: 784, customer_id: 108, employee_id: 198, transaction_date: new Date("2023-02-12T05:45:49Z"), amount: "7527.76", transaction_type: "purchase", payment_method: "debit card" },
            { id: 785, customer_id: 65, employee_id: 496, transaction_date: new Date("2021-04-10T16:30:24Z"), amount: "2469.88", transaction_type: "purchase", payment_method: "paypal" },
            { id: 786, customer_id: 230, employee_id: 100, transaction_date: new Date("2020-03-16T19:55:40Z"), amount: "2141.63", transaction_type: "purchase", payment_method: "debit card" },
            { id: 787, customer_id: 99, employee_id: 467, transaction_date: new Date("2022-05-11T18:08:36Z"), amount: "2560.60", transaction_type: "purchase", payment_method: "credit card" },
            { id: 788, customer_id: 35, employee_id: 147, transaction_date: new Date("2022-06-28T14:08:11Z"), amount: "2186.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 789, customer_id: 186, employee_id: 298, transaction_date: new Date("2023-06-11T20:35:04Z"), amount: "5.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 790, customer_id: 52, employee_id: 142, transaction_date: new Date("2022-10-22T21:41:07Z"), amount: "9958.58", transaction_type: "exchange", payment_method: "debit card" },
            { id: 791, customer_id: 65, employee_id: 295, transaction_date: new Date("2021-05-23T16:13:41Z"), amount: "3008.79", transaction_type: "purchase", payment_method: "paypal" },
            { id: 792, customer_id: 126, employee_id: 264, transaction_date: new Date("2022-02-16T13:12:02Z"), amount: "2796.75", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 793, customer_id: 34, employee_id: 140, transaction_date: new Date("2020-06-21T18:49:23Z"), amount: "7891.64", transaction_type: "refund", payment_method: "debit card" },
            { id: 794, customer_id: 28, employee_id: 349, transaction_date: new Date("2022-03-11T19:48:15Z"), amount: "5680.47", transaction_type: "refund", payment_method: "credit card" },
            { id: 795, customer_id: 247, employee_id: 209, transaction_date: new Date("2022-08-04T12:44:19Z"), amount: "1667.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 796, customer_id: 290, employee_id: 204, transaction_date: new Date("2021-12-16T18:54:31Z"), amount: "30.39", transaction_type: "purchase", payment_method: "paypal" },
            { id: 797, customer_id: 122, employee_id: 172, transaction_date: new Date("2021-06-25T21:22:06Z"), amount: "3319.05", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 798, customer_id: 93, employee_id: 33, transaction_date: new Date("2020-11-23T20:29:01Z"), amount: "509.88", transaction_type: "exchange", payment_method: "credit card" },
            { id: 799, customer_id: 108, employee_id: 497, transaction_date: new Date("2023-03-01T15:44:24Z"), amount: "453.68", transaction_type: "purchase", payment_method: "credit card" },
            { id: 800, customer_id: 300, employee_id: 371, transaction_date: new Date("2021-01-11T10:08:24Z"), amount: "1975.14", transaction_type: "purchase", payment_method: "credit card" },
            { id: 801, customer_id: 60, employee_id: 152, transaction_date: new Date("2022-12-27T06:54:48Z"), amount: "486.53", transaction_type: "refund", payment_method: "debit card" },
            { id: 802, customer_id: 16, employee_id: 63, transaction_date: new Date("2023-05-12T16:05:08Z"), amount: "467.94", transaction_type: "purchase", payment_method: "credit card" },
            { id: 803, customer_id: 96, employee_id: 250, transaction_date: new Date("2020-02-26T17:01:41Z"), amount: "9603.77", transaction_type: "purchase", payment_method: "debit card" },
            { id: 804, customer_id: 53, employee_id: 53, transaction_date: new Date("2020-03-06T16:57:18Z"), amount: "3919.91", transaction_type: "purchase", payment_method: "credit card" },
            { id: 805, customer_id: 74, employee_id: 99, transaction_date: new Date("2022-03-28T22:26:13Z"), amount: "2844.26", transaction_type: "refund", payment_method: "credit card" },
            { id: 806, customer_id: 139, employee_id: 148, transaction_date: new Date("2022-08-12T18:22:17Z"), amount: "7515.11", transaction_type: "purchase", payment_method: "credit card" },
            { id: 807, customer_id: 214, employee_id: 292, transaction_date: new Date("2021-07-01T09:47:50Z"), amount: "157.70", transaction_type: "purchase", payment_method: "credit card" },
            { id: 808, customer_id: 248, employee_id: 68, transaction_date: new Date("2020-01-28T17:32:50Z"), amount: "877.53", transaction_type: "exchange", payment_method: "credit card" },
            { id: 809, customer_id: 80, employee_id: 326, transaction_date: new Date("2020-10-07T23:48:29Z"), amount: "314.98", transaction_type: "refund", payment_method: "debit card" },
            { id: 810, customer_id: 246, employee_id: 428, transaction_date: new Date("2022-11-14T17:53:52Z"), amount: "5935.59", transaction_type: "purchase", payment_method: "credit card" },
            { id: 811, customer_id: 205, employee_id: 438, transaction_date: new Date("2022-04-01T18:05:02Z"), amount: "970.04", transaction_type: "exchange", payment_method: "debit card" },
            { id: 812, customer_id: 194, employee_id: 385, transaction_date: new Date("2023-07-01T12:06:06Z"), amount: "6736.25", transaction_type: "purchase", payment_method: "credit card" },
            { id: 813, customer_id: 80, employee_id: 423, transaction_date: new Date("2020-07-20T08:52:05Z"), amount: "9438.45", transaction_type: "exchange", payment_method: "credit card" },
            { id: 814, customer_id: 85, employee_id: 133, transaction_date: new Date("2022-09-13T00:44:17Z"), amount: "2494.64", transaction_type: "purchase", payment_method: "credit card" },
            { id: 815, customer_id: 223, employee_id: 426, transaction_date: new Date("2023-12-03T09:18:15Z"), amount: "2652.31", transaction_type: "purchase", payment_method: "credit card" },
            { id: 816, customer_id: 228, employee_id: 194, transaction_date: new Date("2021-11-14T17:40:41Z"), amount: "450.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 817, customer_id: 146, employee_id: 185, transaction_date: new Date("2023-10-06T08:13:43Z"), amount: "958.65", transaction_type: "purchase", payment_method: "debit card" },
            { id: 818, customer_id: 291, employee_id: 388, transaction_date: new Date("2020-06-14T15:31:05Z"), amount: "28.20", transaction_type: "purchase", payment_method: "paypal" },
            { id: 819, customer_id: 271, employee_id: 130, transaction_date: new Date("2020-08-12T08:44:31Z"), amount: "396.15", transaction_type: "refund", payment_method: "debit card" },
            { id: 820, customer_id: 216, employee_id: 352, transaction_date: new Date("2021-08-11T16:42:03Z"), amount: "656.38", transaction_type: "refund", payment_method: "credit card" },
            { id: 821, customer_id: 262, employee_id: 328, transaction_date: new Date("2023-04-05T13:11:07Z"), amount: "9009.56", transaction_type: "refund", payment_method: "debit card" },
            { id: 822, customer_id: 212, employee_id: 370, transaction_date: new Date("2020-02-01T12:00:25Z"), amount: "251.71", transaction_type: "purchase", payment_method: "credit card" },
            { id: 823, customer_id: 183, employee_id: 92, transaction_date: new Date("2021-08-14T18:27:04Z"), amount: "8990.99", transaction_type: "purchase", payment_method: "credit card" },
            { id: 824, customer_id: 19, employee_id: 41, transaction_date: new Date("2021-01-13T10:31:52Z"), amount: "1925.60", transaction_type: "purchase", payment_method: "debit card" },
            { id: 825, customer_id: 146, employee_id: 208, transaction_date: new Date("2020-09-26T23:11:32Z"), amount: "7.73", transaction_type: "purchase", payment_method: "paypal" },
            { id: 826, customer_id: 45, employee_id: 59, transaction_date: new Date("2020-07-07T20:04:06Z"), amount: "5189.66", transaction_type: "refund", payment_method: "credit card" },
            { id: 827, customer_id: 246, employee_id: 213, transaction_date: new Date("2022-03-28T22:15:03Z"), amount: "7426.48", transaction_type: "purchase", payment_method: "debit card" },
            { id: 828, customer_id: 2, employee_id: 277, transaction_date: new Date("2021-02-01T19:54:36Z"), amount: "1267.73", transaction_type: "purchase", payment_method: "paypal" },
            { id: 829, customer_id: 265, employee_id: 283, transaction_date: new Date("2023-10-01T13:02:58Z"), amount: "2880.04", transaction_type: "purchase", payment_method: "credit card" },
            { id: 830, customer_id: 83, employee_id: 322, transaction_date: new Date("2021-01-04T21:36:41Z"), amount: "28.64", transaction_type: "purchase", payment_method: "paypal" },
            { id: 831, customer_id: 291, employee_id: 148, transaction_date: new Date("2021-12-09T08:03:45Z"), amount: "6730.57", transaction_type: "refund", payment_method: "credit card" },
            { id: 832, customer_id: 47, employee_id: 226, transaction_date: new Date("2021-01-17T16:06:33Z"), amount: "9392.41", transaction_type: "purchase", payment_method: "credit card" },
            { id: 833, customer_id: 134, employee_id: 17, transaction_date: new Date("2023-01-24T18:38:22Z"), amount: "1383.56", transaction_type: "refund", payment_method: "credit card" },
            { id: 834, customer_id: 236, employee_id: 181, transaction_date: new Date("2021-07-13T13:21:47Z"), amount: "8129.56", transaction_type: "purchase", payment_method: "debit card" },
            { id: 835, customer_id: 241, employee_id: 23, transaction_date: new Date("2020-08-07T23:07:36Z"), amount: "9451.79", transaction_type: "exchange", payment_method: "debit card" },
            { id: 836, customer_id: 3, employee_id: 13, transaction_date: new Date("2020-12-25T13:57:44Z"), amount: "722.09", transaction_type: "purchase", payment_method: "debit card" },
            { id: 837, customer_id: 140, employee_id: 339, transaction_date: new Date("2021-07-31T08:28:18Z"), amount: "193.15", transaction_type: "purchase", payment_method: "credit card" },
            { id: 838, customer_id: 72, employee_id: 230, transaction_date: new Date("2022-06-20T08:30:42Z"), amount: "5761.30", transaction_type: "purchase", payment_method: "credit card" },
            { id: 839, customer_id: 175, employee_id: 248, transaction_date: new Date("2023-04-26T20:59:29Z"), amount: "905.55", transaction_type: "purchase", payment_method: "credit card" },
            { id: 840, customer_id: 279, employee_id: 255, transaction_date: new Date("2021-07-23T18:25:06Z"), amount: "8890.58", transaction_type: "purchase", payment_method: "credit card" },
            { id: 841, customer_id: 241, employee_id: 176, transaction_date: new Date("2023-11-20T09:47:34Z"), amount: "5850.85", transaction_type: "purchase", payment_method: "credit card" },
            { id: 842, customer_id: 25, employee_id: 418, transaction_date: new Date("2022-07-21T07:59:38Z"), amount: "53.51", transaction_type: "purchase", payment_method: "credit card" },
            { id: 843, customer_id: 7, employee_id: 263, transaction_date: new Date("2020-05-27T21:44:11Z"), amount: "133.14", transaction_type: "purchase", payment_method: "credit card" },
            { id: 844, customer_id: 231, employee_id: 150, transaction_date: new Date("2022-11-25T11:36:10Z"), amount: "6946.82", transaction_type: "exchange", payment_method: "credit card" },
            { id: 845, customer_id: 251, employee_id: 197, transaction_date: new Date("2020-04-01T06:16:18Z"), amount: "8371.99", transaction_type: "purchase", payment_method: "credit card" },
            { id: 846, customer_id: 60, employee_id: 405, transaction_date: new Date("2021-03-06T00:18:49Z"), amount: "3567.37", transaction_type: "purchase", payment_method: "debit card" },
            { id: 847, customer_id: 107, employee_id: 497, transaction_date: new Date("2022-09-02T21:48:48Z"), amount: "2290.92", transaction_type: "purchase", payment_method: "debit card" },
            { id: 848, customer_id: 265, employee_id: 214, transaction_date: new Date("2020-01-24T20:09:11Z"), amount: "6605.90", transaction_type: "purchase", payment_method: "credit card" },
            { id: 849, customer_id: 232, employee_id: 438, transaction_date: new Date("2022-05-16T20:37:26Z"), amount: "3333.23", transaction_type: "purchase", payment_method: "debit card" },
            { id: 850, customer_id: 215, employee_id: 297, transaction_date: new Date("2022-11-19T22:30:12Z"), amount: "4082.63", transaction_type: "purchase", payment_method: "debit card" },
            { id: 851, customer_id: 235, employee_id: 307, transaction_date: new Date("2023-01-20T03:22:57Z"), amount: "1125.28", transaction_type: "purchase", payment_method: "credit card" },
            { id: 852, customer_id: 96, employee_id: 271, transaction_date: new Date("2022-08-26T21:33:40Z"), amount: "2733.62", transaction_type: "purchase", payment_method: "debit card" },
            { id: 853, customer_id: 281, employee_id: 163, transaction_date: new Date("2023-07-11T10:41:25Z"), amount: "7914.11", transaction_type: "purchase", payment_method: "paypal" },
            { id: 854, customer_id: 220, employee_id: 52, transaction_date: new Date("2021-05-22T19:39:11Z"), amount: "80.15", transaction_type: "purchase", payment_method: "credit card" },
            { id: 855, customer_id: 66, employee_id: 65, transaction_date: new Date("2020-09-10T19:47:24Z"), amount: "1288.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 856, customer_id: 82, employee_id: 410, transaction_date: new Date("2020-09-20T10:48:49Z"), amount: "420.59", transaction_type: "refund", payment_method: "paypal" },
            { id: 857, customer_id: 80, employee_id: 139, transaction_date: new Date("2023-12-14T22:46:38Z"), amount: "2994.83", transaction_type: "purchase", payment_method: "credit card" },
            { id: 858, customer_id: 265, employee_id: 487, transaction_date: new Date("2022-12-17T11:16:34Z"), amount: "3861.45", transaction_type: "purchase", payment_method: "credit card" },
            { id: 859, customer_id: 32, employee_id: 18, transaction_date: new Date("2020-08-17T19:14:09Z"), amount: "289.43", transaction_type: "refund", payment_method: "credit card" },
            { id: 860, customer_id: 62, employee_id: 277, transaction_date: new Date("2021-10-30T22:00:04Z"), amount: "27.96", transaction_type: "exchange", payment_method: "debit card" },
            { id: 861, customer_id: 271, employee_id: 212, transaction_date: new Date("2022-02-16T20:14:29Z"), amount: "235.67", transaction_type: "purchase", payment_method: "credit card" },
            { id: 862, customer_id: 252, employee_id: 343, transaction_date: new Date("2023-04-16T10:00:01Z"), amount: "69.36", transaction_type: "refund", payment_method: "credit card" },
            { id: 863, customer_id: 192, employee_id: 177, transaction_date: new Date("2020-10-01T21:57:10Z"), amount: "9118.40", transaction_type: "exchange", payment_method: "paypal" },
            { id: 864, customer_id: 177, employee_id: 495, transaction_date: new Date("2020-01-28T16:07:36Z"), amount: "2701.88", transaction_type: "refund", payment_method: "debit card" },
            { id: 865, customer_id: 76, employee_id: 118, transaction_date: new Date("2022-04-30T23:21:03Z"), amount: "4167.71", transaction_type: "purchase", payment_method: "debit card" },
            { id: 866, customer_id: 100, employee_id: 472, transaction_date: new Date("2020-04-05T15:43:14Z"), amount: "6364.16", transaction_type: "refund", payment_method: "debit card" },
            { id: 867, customer_id: 175, employee_id: 423, transaction_date: new Date("2020-07-06T19:11:41Z"), amount: "430.60", transaction_type: "exchange", payment_method: "debit card" },
            { id: 868, customer_id: 5, employee_id: 287, transaction_date: new Date("2022-07-11T09:54:52Z"), amount: "2258.97", transaction_type: "refund", payment_method: "debit card" },
            { id: 869, customer_id: 82, employee_id: 244, transaction_date: new Date("2022-04-09T08:40:33Z"), amount: "9113.92", transaction_type: "purchase", payment_method: "credit card" },
            { id: 870, customer_id: 204, employee_id: 177, transaction_date: new Date("2020-07-23T07:04:22Z"), amount: "1193.11", transaction_type: "purchase", payment_method: "debit card" },
            { id: 871, customer_id: 259, employee_id: 420, transaction_date: new Date("2022-10-16T13:59:49Z"), amount: "2912.20", transaction_type: "refund", payment_method: "credit card" },
            { id: 872, customer_id: 22, employee_id: 309, transaction_date: new Date("2023-08-30T16:35:07Z"), amount: "3257.46", transaction_type: "purchase", payment_method: "debit card" },
            { id: 873, customer_id: 59, employee_id: 245, transaction_date: new Date("2023-02-03T10:45:21Z"), amount: "2820.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 874, customer_id: 145, employee_id: 74, transaction_date: new Date("2023-04-21T22:28:26Z"), amount: "2272.45", transaction_type: "purchase", payment_method: "credit card" },
            { id: 875, customer_id: 74, employee_id: 74, transaction_date: new Date("2021-10-05T09:49:19Z"), amount: "279.19", transaction_type: "purchase", payment_method: "credit card" },
            { id: 876, customer_id: 192, employee_id: 268, transaction_date: new Date("2021-08-12T10:38:30Z"), amount: "210.89", transaction_type: "purchase", payment_method: "paypal" },
            { id: 877, customer_id: 29, employee_id: 2, transaction_date: new Date("2023-09-09T19:45:51Z"), amount: "1.00", transaction_type: "refund", payment_method: "credit card" },
            { id: 878, customer_id: 128, employee_id: 63, transaction_date: new Date("2021-09-16T21:41:10Z"), amount: "236.29", transaction_type: "purchase", payment_method: "paypal" },
            { id: 879, customer_id: 17, employee_id: 207, transaction_date: new Date("2021-10-22T19:54:53Z"), amount: "3.46", transaction_type: "purchase", payment_method: "debit card" },
            { id: 880, customer_id: 231, employee_id: 314, transaction_date: new Date("2023-02-04T22:01:53Z"), amount: "7804.56", transaction_type: "refund", payment_method: "credit card" },
            { id: 881, customer_id: 289, employee_id: 28, transaction_date: new Date("2022-09-15T01:21:27Z"), amount: "2227.55", transaction_type: "purchase", payment_method: "credit card" },
            { id: 882, customer_id: 96, employee_id: 278, transaction_date: new Date("2021-09-08T14:51:39Z"), amount: "9121.35", transaction_type: "purchase", payment_method: "debit card" },
            { id: 883, customer_id: 150, employee_id: 429, transaction_date: new Date("2023-08-04T00:30:06Z"), amount: "2645.38", transaction_type: "purchase", payment_method: "credit card" },
            { id: 884, customer_id: 154, employee_id: 167, transaction_date: new Date("2023-07-24T21:48:46Z"), amount: "7432.81", transaction_type: "purchase", payment_method: "paypal" },
            { id: 885, customer_id: 54, employee_id: 69, transaction_date: new Date("2023-05-04T14:33:08Z"), amount: "1067.35", transaction_type: "exchange", payment_method: "credit card" },
            { id: 886, customer_id: 53, employee_id: 89, transaction_date: new Date("2020-12-28T10:58:44Z"), amount: "3545.63", transaction_type: "refund", payment_method: "credit card" },
            { id: 887, customer_id: 298, employee_id: 458, transaction_date: new Date("2022-06-25T16:22:18Z"), amount: "2449.91", transaction_type: "purchase", payment_method: "paypal" },
            { id: 888, customer_id: 46, employee_id: 129, transaction_date: new Date("2023-06-07T20:57:28Z"), amount: "749.85", transaction_type: "refund", payment_method: "credit card" },
            { id: 889, customer_id: 221, employee_id: 303, transaction_date: new Date("2022-05-01T13:55:26Z"), amount: "1571.03", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 890, customer_id: 252, employee_id: 360, transaction_date: new Date("2022-12-26T19:29:30Z"), amount: "9524.23", transaction_type: "refund", payment_method: "credit card" },
            { id: 891, customer_id: 257, employee_id: 466, transaction_date: new Date("2023-06-24T22:30:56Z"), amount: "4429.49", transaction_type: "refund", payment_method: "debit card" },
            { id: 892, customer_id: 116, employee_id: 7, transaction_date: new Date("2021-05-28T08:23:39Z"), amount: "780.75", transaction_type: "purchase", payment_method: "paypal" },
            { id: 893, customer_id: 136, employee_id: 26, transaction_date: new Date("2023-12-23T20:53:50Z"), amount: "5425.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 894, customer_id: 235, employee_id: 330, transaction_date: new Date("2022-11-23T09:29:21Z"), amount: "129.05", transaction_type: "purchase", payment_method: "debit card" },
            { id: 895, customer_id: 213, employee_id: 473, transaction_date: new Date("2020-06-29T11:45:10Z"), amount: "5521.11", transaction_type: "purchase", payment_method: "credit card" },
            { id: 896, customer_id: 238, employee_id: 30, transaction_date: new Date("2021-08-13T09:56:36Z"), amount: "1823.55", transaction_type: "purchase", payment_method: "debit card" },
            { id: 897, customer_id: 16, employee_id: 289, transaction_date: new Date("2022-08-04T20:07:06Z"), amount: "21.27", transaction_type: "purchase", payment_method: "debit card" },
            { id: 898, customer_id: 230, employee_id: 87, transaction_date: new Date("2023-02-09T16:31:14Z"), amount: "550.15", transaction_type: "purchase", payment_method: "paypal" },
            { id: 899, customer_id: 119, employee_id: 87, transaction_date: new Date("2022-07-02T13:51:37Z"), amount: "5723.38", transaction_type: "purchase", payment_method: "credit card" },
            { id: 900, customer_id: 8, employee_id: 114, transaction_date: new Date("2022-03-27T22:20:52Z"), amount: "1378.98", transaction_type: "exchange", payment_method: "debit card" },
            { id: 901, customer_id: 3, employee_id: 217, transaction_date: new Date("2022-07-12T20:08:05Z"), amount: "4084.89", transaction_type: "purchase", payment_method: "paypal" },
            { id: 902, customer_id: 41, employee_id: 476, transaction_date: new Date("2020-02-04T10:04:43Z"), amount: "609.99", transaction_type: "purchase", payment_method: "debit card" },
            { id: 903, customer_id: 96, employee_id: 286, transaction_date: new Date("2021-03-24T18:08:37Z"), amount: "1901.99", transaction_type: "purchase", payment_method: "credit card" },
            { id: 904, customer_id: 243, employee_id: 343, transaction_date: new Date("2020-11-22T21:10:32Z"), amount: "24.41", transaction_type: "exchange", payment_method: "debit card" },
            { id: 905, customer_id: 171, employee_id: 42, transaction_date: new Date("2022-01-10T20:35:01Z"), amount: "1226.56", transaction_type: "purchase", payment_method: "paypal" },
            { id: 906, customer_id: 122, employee_id: 456, transaction_date: new Date("2023-05-10T09:35:44Z"), amount: "5988.28", transaction_type: "purchase", payment_method: "debit card" },
            { id: 907, customer_id: 95, employee_id: 152, transaction_date: new Date("2020-12-27T15:15:30Z"), amount: "5529.73", transaction_type: "exchange", payment_method: "debit card" },
            { id: 908, customer_id: 133, employee_id: 391, transaction_date: new Date("2022-02-21T21:00:53Z"), amount: "4063.55", transaction_type: "refund", payment_method: "debit card" },
            { id: 909, customer_id: 148, employee_id: 422, transaction_date: new Date("2020-08-26T12:47:29Z"), amount: "1843.35", transaction_type: "purchase", payment_method: "credit card" },
            { id: 910, customer_id: 85, employee_id: 288, transaction_date: new Date("2020-04-10T14:39:00Z"), amount: "3113.20", transaction_type: "refund", payment_method: "paypal" },
            { id: 911, customer_id: 143, employee_id: 393, transaction_date: new Date("2020-11-08T19:01:57Z"), amount: "3145.82", transaction_type: "purchase", payment_method: "debit card" },
            { id: 912, customer_id: 100, employee_id: 71, transaction_date: new Date("2022-04-20T11:15:34Z"), amount: "7862.16", transaction_type: "refund", payment_method: "credit card" },
            { id: 913, customer_id: 10, employee_id: 269, transaction_date: new Date("2021-05-13T20:27:41Z"), amount: "2283.15", transaction_type: "refund", payment_method: "credit card" },
            { id: 914, customer_id: 251, employee_id: 371, transaction_date: new Date("2021-11-01T16:40:10Z"), amount: "3521.64", transaction_type: "refund", payment_method: "credit card" },
            { id: 915, customer_id: 98, employee_id: 389, transaction_date: new Date("2022-10-25T20:41:00Z"), amount: "3.39", transaction_type: "purchase", payment_method: "debit card" },
            { id: 916, customer_id: 115, employee_id: 150, transaction_date: new Date("2020-12-05T21:13:26Z"), amount: "666.17", transaction_type: "exchange", payment_method: "bank transfer" },
            { id: 917, customer_id: 147, employee_id: 6, transaction_date: new Date("2023-06-06T11:44:41Z"), amount: "142.38", transaction_type: "purchase", payment_method: "debit card" },
            { id: 918, customer_id: 280, employee_id: 69, transaction_date: new Date("2023-09-04T18:25:13Z"), amount: "3.89", transaction_type: "purchase", payment_method: "paypal" },
            { id: 919, customer_id: 73, employee_id: 291, transaction_date: new Date("2023-11-21T11:56:33Z"), amount: "727.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 920, customer_id: 130, employee_id: 117, transaction_date: new Date("2022-05-31T09:34:19Z"), amount: "2.42", transaction_type: "purchase", payment_method: "debit card" },
            { id: 921, customer_id: 131, employee_id: 244, transaction_date: new Date("2021-05-19T11:08:21Z"), amount: "4066.00", transaction_type: "purchase", payment_method: "debit card" },
            { id: 922, customer_id: 69, employee_id: 488, transaction_date: new Date("2020-07-17T20:35:06Z"), amount: "2811.13", transaction_type: "purchase", payment_method: "debit card" },
            { id: 923, customer_id: 141, employee_id: 492, transaction_date: new Date("2022-05-26T20:38:35Z"), amount: "1.16", transaction_type: "refund", payment_method: "credit card" },
            { id: 924, customer_id: 29, employee_id: 217, transaction_date: new Date("2023-01-16T10:53:22Z"), amount: "4362.91", transaction_type: "purchase", payment_method: "debit card" },
            { id: 925, customer_id: 169, employee_id: 420, transaction_date: new Date("2020-02-20T15:07:41Z"), amount: "2938.69", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 926, customer_id: 255, employee_id: 380, transaction_date: new Date("2020-07-27T16:20:38Z"), amount: "1218.57", transaction_type: "purchase", payment_method: "debit card" },
            { id: 927, customer_id: 49, employee_id: 32, transaction_date: new Date("2023-03-25T09:32:08Z"), amount: "9794.07", transaction_type: "purchase", payment_method: "credit card" },
            { id: 928, customer_id: 179, employee_id: 273, transaction_date: new Date("2022-01-16T12:52:33Z"), amount: "1868.23", transaction_type: "purchase", payment_method: "credit card" },
            { id: 929, customer_id: 212, employee_id: 430, transaction_date: new Date("2022-07-28T20:47:50Z"), amount: "1577.30", transaction_type: "refund", payment_method: "credit card" },
            { id: 930, customer_id: 132, employee_id: 396, transaction_date: new Date("2023-09-05T18:37:16Z"), amount: "1844.66", transaction_type: "purchase", payment_method: "paypal" },
            { id: 931, customer_id: 250, employee_id: 254, transaction_date: new Date("2021-12-13T10:37:19Z"), amount: "127.83", transaction_type: "purchase", payment_method: "credit card" },
            { id: 932, customer_id: 44, employee_id: 493, transaction_date: new Date("2021-06-30T20:54:09Z"), amount: "250.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 933, customer_id: 31, employee_id: 46, transaction_date: new Date("2022-07-16T16:51:15Z"), amount: "4348.39", transaction_type: "purchase", payment_method: "debit card" },
            { id: 934, customer_id: 87, employee_id: 92, transaction_date: new Date("2021-12-07T16:38:45Z"), amount: "7142.11", transaction_type: "purchase", payment_method: "credit card" },
            { id: 935, customer_id: 213, employee_id: 237, transaction_date: new Date("2020-11-12T18:29:18Z"), amount: "2756.12", transaction_type: "purchase", payment_method: "credit card" },
            { id: 936, customer_id: 77, employee_id: 399, transaction_date: new Date("2023-08-20T10:02:27Z"), amount: "3508.07", transaction_type: "purchase", payment_method: "credit card" },
            { id: 937, customer_id: 24, employee_id: 55, transaction_date: new Date("2021-07-16T16:41:49Z"), amount: "2108.67", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 938, customer_id: 274, employee_id: 337, transaction_date: new Date("2022-11-09T10:19:21Z"), amount: "2.00", transaction_type: "exchange", payment_method: "credit card" },
            { id: 939, customer_id: 32, employee_id: 381, transaction_date: new Date("2022-03-23T08:54:19Z"), amount: "6306.15", transaction_type: "purchase", payment_method: "debit card" },
            { id: 940, customer_id: 139, employee_id: 275, transaction_date: new Date("2023-02-28T12:29:47Z"), amount: "6566.41", transaction_type: "exchange", payment_method: "credit card" },
            { id: 941, customer_id: 199, employee_id: 261, transaction_date: new Date("2020-08-13T06:41:17Z"), amount: "7876.78", transaction_type: "purchase", payment_method: "credit card" },
            { id: 942, customer_id: 126, employee_id: 264, transaction_date: new Date("2021-12-15T22:05:08Z"), amount: "8614.86", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 943, customer_id: 67, employee_id: 397, transaction_date: new Date("2021-09-14T15:24:59Z"), amount: "6840.93", transaction_type: "purchase", payment_method: "credit card" },
            { id: 944, customer_id: 226, employee_id: 445, transaction_date: new Date("2021-11-10T12:52:46Z"), amount: "233.90", transaction_type: "refund", payment_method: "credit card" },
            { id: 945, customer_id: 100, employee_id: 99, transaction_date: new Date("2020-02-05T13:51:15Z"), amount: "170.40", transaction_type: "refund", payment_method: "credit card" },
            { id: 946, customer_id: 115, employee_id: 87, transaction_date: new Date("2020-03-17T15:03:31Z"), amount: "354.95", transaction_type: "refund", payment_method: "debit card" },
            { id: 947, customer_id: 135, employee_id: 98, transaction_date: new Date("2022-07-14T10:56:25Z"), amount: "1246.46", transaction_type: "exchange", payment_method: "debit card" },
            { id: 948, customer_id: 145, employee_id: 88, transaction_date: new Date("2022-10-04T09:42:20Z"), amount: "1154.94", transaction_type: "purchase", payment_method: "paypal" },
            { id: 949, customer_id: 279, employee_id: 262, transaction_date: new Date("2021-02-19T15:39:55Z"), amount: "366.05", transaction_type: "purchase", payment_method: "paypal" },
            { id: 950, customer_id: 298, employee_id: 470, transaction_date: new Date("2020-12-08T13:47:06Z"), amount: "6008.59", transaction_type: "refund", payment_method: "credit card" },
            { id: 951, customer_id: 257, employee_id: 353, transaction_date: new Date("2022-03-25T18:04:03Z"), amount: "1578.67", transaction_type: "purchase", payment_method: "debit card" },
            { id: 952, customer_id: 192, employee_id: 35, transaction_date: new Date("2020-09-30T08:07:51Z"), amount: "44.16", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 953, customer_id: 132, employee_id: 343, transaction_date: new Date("2023-06-04T14:43:11Z"), amount: "342.26", transaction_type: "purchase", payment_method: "credit card" },
            { id: 954, customer_id: 145, employee_id: 470, transaction_date: new Date("2021-10-25T18:12:07Z"), amount: "71.67", transaction_type: "purchase", payment_method: "debit card" },
            { id: 955, customer_id: 259, employee_id: 214, transaction_date: new Date("2020-06-08T13:09:48Z"), amount: "6841.59", transaction_type: "purchase", payment_method: "debit card" },
            { id: 956, customer_id: 260, employee_id: 251, transaction_date: new Date("2020-12-22T20:23:57Z"), amount: "1007.13", transaction_type: "refund", payment_method: "credit card" },
            { id: 957, customer_id: 50, employee_id: 186, transaction_date: new Date("2021-08-18T19:04:50Z"), amount: "4285.19", transaction_type: "purchase", payment_method: "debit card" },
            { id: 958, customer_id: 249, employee_id: 191, transaction_date: new Date("2023-11-11T12:16:31Z"), amount: "1265.11", transaction_type: "exchange", payment_method: "credit card" },
            { id: 959, customer_id: 39, employee_id: 163, transaction_date: new Date("2020-04-27T14:08:13Z"), amount: "272.86", transaction_type: "refund", payment_method: "paypal" },
            { id: 960, customer_id: 40, employee_id: 285, transaction_date: new Date("2023-04-08T17:52:31Z"), amount: "2630.78", transaction_type: "purchase", payment_method: "credit card" },
            { id: 961, customer_id: 90, employee_id: 416, transaction_date: new Date("2023-12-13T20:35:17Z"), amount: "11.90", transaction_type: "refund", payment_method: "credit card" },
            { id: 962, customer_id: 150, employee_id: 39, transaction_date: new Date("2020-01-05T20:35:26Z"), amount: "1557.50", transaction_type: "purchase", payment_method: "credit card" },
            { id: 963, customer_id: 69, employee_id: 212, transaction_date: new Date("2020-03-17T13:23:24Z"), amount: "358.26", transaction_type: "purchase", payment_method: "debit card" },
            { id: 964, customer_id: 1, employee_id: 221, transaction_date: new Date("2020-04-25T03:15:30Z"), amount: "7776.63", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 965, customer_id: 51, employee_id: 37, transaction_date: new Date("2023-05-12T11:40:47Z"), amount: "7480.29", transaction_type: "refund", payment_method: "credit card" },
            { id: 966, customer_id: 171, employee_id: 170, transaction_date: new Date("2022-01-02T20:24:32Z"), amount: "1270.99", transaction_type: "purchase", payment_method: "paypal" },
            { id: 967, customer_id: 95, employee_id: 469, transaction_date: new Date("2020-05-13T13:07:07Z"), amount: "1011.00", transaction_type: "purchase", payment_method: "credit card" },
            { id: 968, customer_id: 27, employee_id: 378, transaction_date: new Date("2022-04-03T10:10:55Z"), amount: "126.93", transaction_type: "purchase", payment_method: "paypal" },
            { id: 969, customer_id: 100, employee_id: 275, transaction_date: new Date("2022-02-11T11:13:51Z"), amount: "4687.09", transaction_type: "refund", payment_method: "credit card" },
            { id: 970, customer_id: 237, employee_id: 419, transaction_date: new Date("2023-01-26T16:47:19Z"), amount: "5316.61", transaction_type: "purchase", payment_method: "credit card" },
            { id: 971, customer_id: 249, employee_id: 367, transaction_date: new Date("2020-03-16T15:05:35Z"), amount: "6347.88", transaction_type: "purchase", payment_method: "debit card" },
            { id: 972, customer_id: 3, employee_id: 195, transaction_date: new Date("2022-04-08T11:30:24Z"), amount: "7079.51", transaction_type: "purchase", payment_method: "debit card" },
            { id: 973, customer_id: 222, employee_id: 72, transaction_date: new Date("2020-07-19T23:00:00Z"), amount: "2432.44", transaction_type: "purchase", payment_method: "credit card" },
            { id: 974, customer_id: 68, employee_id: 353, transaction_date: new Date("2021-06-20T15:57:08Z"), amount: "1937.37", transaction_type: "purchase", payment_method: "debit card" },
            { id: 975, customer_id: 299, employee_id: 91, transaction_date: new Date("2022-10-29T08:02:11Z"), amount: "4195.96", transaction_type: "purchase", payment_method: "credit card" },
            { id: 976, customer_id: 149, employee_id: 150, transaction_date: new Date("2022-10-30T13:03:28Z"), amount: "4436.87", transaction_type: "exchange", payment_method: "debit card" },
            { id: 977, customer_id: 12, employee_id: 85, transaction_date: new Date("2023-06-02T14:23:30Z"), amount: "6028.88", transaction_type: "purchase", payment_method: "credit card" },
            { id: 978, customer_id: 85, employee_id: 192, transaction_date: new Date("2022-09-20T19:46:43Z"), amount: "9463.61", transaction_type: "purchase", payment_method: "credit card" },
            { id: 979, customer_id: 156, employee_id: 63, transaction_date: new Date("2023-11-10T10:30:59Z"), amount: "3147.87", transaction_type: "purchase", payment_method: "credit card" },
            { id: 980, customer_id: 284, employee_id: 438, transaction_date: new Date("2023-03-26T18:15:02Z"), amount: "5697.78", transaction_type: "purchase", payment_method: "debit card" },
            { id: 981, customer_id: 186, employee_id: 37, transaction_date: new Date("2022-09-19T20:04:40Z"), amount: "464.66", transaction_type: "purchase", payment_method: "paypal" },
            { id: 982, customer_id: 123, employee_id: 342, transaction_date: new Date("2023-08-19T10:44:31Z"), amount: "8724.94", transaction_type: "refund", payment_method: "credit card" },
            { id: 983, customer_id: 111, employee_id: 430, transaction_date: new Date("2022-06-15T09:06:34Z"), amount: "1154.46", transaction_type: "purchase", payment_method: "credit card" },
            { id: 984, customer_id: 215, employee_id: 185, transaction_date: new Date("2021-09-09T14:22:02Z"), amount: "60.94", transaction_type: "purchase", payment_method: "debit card" },
            { id: 985, customer_id: 72, employee_id: 194, transaction_date: new Date("2023-11-07T08:58:34Z"), amount: "5647.35", transaction_type: "exchange", payment_method: "credit card" },
            { id: 986, customer_id: 52, employee_id: 246, transaction_date: new Date("2020-09-23T13:39:53Z"), amount: "113.26", transaction_type: "purchase", payment_method: "credit card" },
            { id: 987, customer_id: 103, employee_id: 158, transaction_date: new Date("2020-01-23T09:10:22Z"), amount: "59.51", transaction_type: "exchange", payment_method: "debit card" },
            { id: 988, customer_id: 212, employee_id: 122, transaction_date: new Date("2022-12-25T10:29:25Z"), amount: "9105.17", transaction_type: "refund", payment_method: "credit card" },
            { id: 989, customer_id: 296, employee_id: 472, transaction_date: new Date("2022-12-08T15:41:17Z"), amount: "761.91", transaction_type: "purchase", payment_method: "credit card" },
            { id: 990, customer_id: 63, employee_id: 453, transaction_date: new Date("2021-09-05T19:23:12Z"), amount: "1422.26", transaction_type: "purchase", payment_method: "bank transfer" },
            { id: 991, customer_id: 168, employee_id: 277, transaction_date: new Date("2023-05-23T17:16:42Z"), amount: "6252.35", transaction_type: "purchase", payment_method: "credit card" },
            { id: 992, customer_id: 201, employee_id: 19, transaction_date: new Date("2021-09-12T17:42:17Z"), amount: "2082.68", transaction_type: "exchange", payment_method: "credit card" },
            { id: 993, customer_id: 58, employee_id: 344, transaction_date: new Date("2022-07-10T00:30:24Z"), amount: "3352.54", transaction_type: "purchase", payment_method: "credit card" },
            { id: 994, customer_id: 97, employee_id: 302, transaction_date: new Date("2023-01-16T21:57:26Z"), amount: "64.72", transaction_type: "purchase", payment_method: "credit card" },
            { id: 995, customer_id: 109, employee_id: 196, transaction_date: new Date("2022-11-26T20:23:53Z"), amount: "1.01", transaction_type: "exchange", payment_method: "credit card" },
            { id: 996, customer_id: 62, employee_id: 440, transaction_date: new Date("2020-09-14T17:49:45Z"), amount: "4712.58", transaction_type: "purchase", payment_method: "debit card" },
            { id: 997, customer_id: 143, employee_id: 146, transaction_date: new Date("2022-06-24T12:54:25Z"), amount: "9908.92", transaction_type: "refund", payment_method: "credit card" },
            { id: 998, customer_id: 15, employee_id: 53, transaction_date: new Date("2023-07-20T20:01:11Z"), amount: "6972.13", transaction_type: "purchase", payment_method: "debit card" },
            { id: 999, customer_id: 81, employee_id: 9, transaction_date: new Date("2021-12-04T11:53:41Z"), amount: "5547.95", transaction_type: "purchase", payment_method: "credit card" },
            { id: 1000, customer_id: 268, employee_id: 197, transaction_date: new Date("2020-03-31T08:25:19Z"), amount: "1233.02", transaction_type: "exchange", payment_method: "paypal" },
        ],
    });
}

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