// Eco-Friendly Product Transactions (eco-friendly-product-transactions) 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.products), 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.products.createMany({
        data: [
            { id: 1, name: "Classic Kettle", category: "Clothing", material: "organic cork", price: "123.60", stock_quantity: 28 },
            { id: 2, name: "Compact Camera", category: "Clothing", material: "cork", price: "10.81", stock_quantity: 79 },
            { id: 3, name: "Insulated Watch", category: "Footwear", material: "sustainable", price: "16.31", stock_quantity: 40 },
            { id: 4, name: "Modern Toolkit", category: "Footwear", material: "steel", price: "84.18", stock_quantity: 47 },
            { id: 5, name: "Classic Toolkit", category: "Footwear", material: "composite hemp", price: "54.90", stock_quantity: 15 },
            { id: 6, name: "Modern Toolkit", category: "Footwear", material: "cork", price: "62.15", stock_quantity: 10 },
            { id: 7, name: "Classic Headphones", category: "Clothing", material: "latex", price: "88.36", stock_quantity: 48 },
            { id: 8, name: "Portable Pan", category: "Clothing", material: "cotton bioplastic recycled", price: "31.95", stock_quantity: 44 },
            { id: 9, name: "Classic Watch", category: "Clothing", material: "canvas", price: "292.22", stock_quantity: 92 },
            { id: 10, name: "Eco Blender", category: "Footwear", material: "polyester hemp metal", price: "45.91", stock_quantity: 54 },
            { id: 11, name: "Deluxe Planter", category: "Clothing", material: "plant cork natural", price: "136.99", stock_quantity: 81 },
            { id: 12, name: "Essential Mug", category: "Clothing", material: "glass", price: "210.40", stock_quantity: 67 },
            { id: 13, name: "Deluxe Blender", category: "Clothing", material: "cork", price: "252.92", stock_quantity: 73 },
            { id: 14, name: "Classic Lantern", category: "Clothing", material: "glass polyester sustainable", price: "31.53", stock_quantity: 39 },
            { id: 15, name: "Compact Backpack", category: "Clothing", material: "rubber", price: "10.02", stock_quantity: 93 },
            { id: 16, name: "Wireless Jacket", category: "Clothing", material: "hemp", price: "30.89", stock_quantity: 85 },
            { id: 17, name: "Modern Desk Lamp", category: "Clothing", material: "plant rubber", price: "139.21", stock_quantity: 100 },
            { id: 18, name: "Compact Lantern", category: "Footwear", material: "organic biodegradable stone", price: "34.87", stock_quantity: 0 },
            { id: 19, name: "Deluxe Watch", category: "Clothing", material: "fiber fabric sustainable", price: "57.42", stock_quantity: 60 },
            { id: 20, name: "Smart Tent", category: "Clothing", material: "bamboo", price: "42.68", stock_quantity: 97 },
            { id: 21, name: "Essential Router", category: "Accessories", material: "organic metal rubber", price: "242.50", stock_quantity: 78 },
            { id: 22, name: "Compact Monitor", category: "Clothing", material: "paper biodegradable vinyl", price: "28.93", stock_quantity: 35 },
            { id: 23, name: "Folding Toolkit", category: "Accessories", material: "soy hemp", price: "11.55", stock_quantity: 99 },
            { id: 24, name: "Essential Keyboard", category: "Footwear", material: "hemp metal", price: "130.70", stock_quantity: 57 },
            { id: 25, name: "Portable Monitor", category: "Clothing", material: "composite soy", price: "14.98", stock_quantity: 71 },
            { id: 26, name: "Essential Umbrella", category: "Footwear", material: "natural corn cork", price: "10.87", stock_quantity: 74 },
            { id: 27, name: "Compact Router", category: "Clothing", material: "canvas composite", price: "214.93", stock_quantity: 69 },
            { id: 28, name: "Pro Keyboard", category: "Accessories", material: "recycled wood", price: "11.42", stock_quantity: 9 },
            { id: 29, name: "Ultra Headphones", category: "Clothing", material: "vinyl", price: "41.93", stock_quantity: 19 },
            { id: 30, name: "Pro Monitor", category: "Clothing", material: "recycled", price: "12.34", stock_quantity: 67 },
            { id: 31, name: "Mini Desk Lamp", category: "Clothing", material: "cotton aluminum", price: "147.54", stock_quantity: 44 },
            { id: 32, name: "Compact Camera", category: "Footwear", material: "fabric composite", price: "283.45", stock_quantity: 76 },
            { id: 33, name: "Portable Camera", category: "Clothing", material: "glass organic", price: "129.48", stock_quantity: 93 },
            { id: 34, name: "Insulated Watch", category: "Clothing", material: "vinyl steel", price: "69.24", stock_quantity: 63 },
            { id: 35, name: "Premium Umbrella", category: "Clothing", material: "nylon", price: "12.29", stock_quantity: 68 },
            { id: 36, name: "Slim Jacket", category: "Clothing", material: "jute", price: "218.79", stock_quantity: 75 },
            { id: 37, name: "Compact Backpack", category: "Clothing", material: "fiber", price: "251.09", stock_quantity: 29 },
            { id: 38, name: "Modern Headphones", category: "Footwear", material: "rubber cotton paper", price: "43.97", stock_quantity: 91 },
            { id: 39, name: "Heavy Duty Tent", category: "Clothing", material: "composite", price: "236.09", stock_quantity: 75 },
            { id: 40, name: "Standard Chair", category: "Clothing", material: "fiber nylon cotton", price: "107.18", stock_quantity: 95 },
            { id: 41, name: "Classic Bottle", category: "Footwear", material: "sustainable recycled fiber", price: "168.30", stock_quantity: 59 },
            { id: 42, name: "Travel Router", category: "Clothing", material: "jute", price: "296.26", stock_quantity: 74 },
            { id: 43, name: "Ultra Keyboard", category: "Accessories", material: "metal steel", price: "283.70", stock_quantity: 42 },
            { id: 44, name: "Standard Desk Lamp", category: "Clothing", material: "fabric fiber canvas", price: "270.86", stock_quantity: 59 },
            { id: 45, name: "Wireless Monitor", category: "Clothing", material: "plant nylon", price: "134.66", stock_quantity: 88 },
            { id: 46, name: "Ultra Kettle", category: "Footwear", material: "paper biodegradable recycled", price: "30.94", stock_quantity: 5 },
            { id: 47, name: "Vintage Headphones", category: "Clothing", material: "linen nylon", price: "261.53", stock_quantity: 33 },
            { id: 48, name: "Modern Jacket", category: "Footwear", material: "polyester silicone recycled", price: "12.08", stock_quantity: 55 },
            { id: 49, name: "Ultra Desk Lamp", category: "Footwear", material: "corn", price: "95.03", stock_quantity: 40 },
            { id: 50, name: "Eco Bottle", category: "Clothing", material: "canvas jute metal", price: "14.20", stock_quantity: 88 },
            { id: 51, name: "Eco Bottle", category: "Clothing", material: "cork soy ceramic", price: "271.62", stock_quantity: 14 },
            { id: 52, name: "Portable Notebook", category: "Clothing", material: "corn hemp", price: "69.74", stock_quantity: 82 },
            { id: 53, name: "Insulated Planter", category: "Accessories", material: "natural", price: "268.80", stock_quantity: 84 },
            { id: 54, name: "Standard Planter", category: "Clothing", material: "natural steel ceramic", price: "253.63", stock_quantity: 86 },
            { id: 55, name: "Portable Jacket", category: "Clothing", material: "cork vinyl", price: "156.93", stock_quantity: 41 },
            { id: 56, name: "Standard Camera", category: "Clothing", material: "metal vinyl", price: "270.43", stock_quantity: 97 },
            { id: 57, name: "Premium Tripod", category: "Clothing", material: "paper bamboo silicone", price: "249.46", stock_quantity: 28 },
            { id: 58, name: "Classic Charger", category: "Clothing", material: "ceramic", price: "245.56", stock_quantity: 21 },
            { id: 59, name: "Folding Kettle", category: "Clothing", material: "fabric aluminum", price: "75.85", stock_quantity: 76 },
            { id: 60, name: "Vintage Toolkit", category: "Accessories", material: "steel", price: "64.85", stock_quantity: 95 },
            { id: 61, name: "Smart Tent", category: "Clothing", material: "rubber wood", price: "54.75", stock_quantity: 58 },
            { id: 62, name: "Ultra Mug", category: "Clothing", material: "silicone", price: "18.41", stock_quantity: 40 },
            { id: 63, name: "Slim Blender", category: "Footwear", material: "corn hemp", price: "145.35", stock_quantity: 56 },
            { id: 64, name: "Wireless Umbrella", category: "Clothing", material: "linen", price: "64.74", stock_quantity: 97 },
            { id: 65, name: "Essential Watch", category: "Accessories", material: "silicone soy", price: "86.71", stock_quantity: 44 },
            { id: 66, name: "Portable Headphones", category: "Accessories", material: "silicone corn canvas", price: "64.84", stock_quantity: 52 },
            { id: 67, name: "Essential Kettle", category: "Clothing", material: "metal", price: "27.80", stock_quantity: 98 },
            { id: 68, name: "Mini Keyboard", category: "Footwear", material: "stone vinyl", price: "34.82", stock_quantity: 98 },
            { id: 69, name: "Pro Camera", category: "Clothing", material: "latex", price: "23.14", stock_quantity: 86 },
            { id: 70, name: "Vintage Jacket", category: "Clothing", material: "latex nylon metal", price: "223.21", stock_quantity: 58 },
            { id: 71, name: "Standard Charger", category: "Clothing", material: "sustainable", price: "71.79", stock_quantity: 27 },
            { id: 72, name: "Deluxe Tent", category: "Clothing", material: "canvas", price: "151.84", stock_quantity: 31 },
            { id: 73, name: "Standard Chair", category: "Clothing", material: "steel cork glass", price: "49.34", stock_quantity: 24 },
            { id: 74, name: "Wireless Desk Lamp", category: "Accessories", material: "wood composite corn", price: "36.25", stock_quantity: 0 },
            { id: 75, name: "Compact Umbrella", category: "Footwear", material: "biodegradable canvas", price: "76.60", stock_quantity: 42 },
            { id: 76, name: "Portable Desk Lamp", category: "Accessories", material: "organic aluminum", price: "153.72", stock_quantity: 46 },
            { id: 77, name: "Slim Blender", category: "Clothing", material: "nylon", price: "120.66", stock_quantity: 41 },
            { id: 78, name: "Portable Kettle", category: "Accessories", material: "plant", price: "14.26", stock_quantity: 51 },
            { id: 79, name: "Slim Blender", category: "Clothing", material: "canvas ceramic", price: "21.67", stock_quantity: 16 },
            { id: 80, name: "Deluxe Monitor", category: "Accessories", material: "linen", price: "17.19", stock_quantity: 73 },
            { id: 81, name: "Classic Speaker", category: "Clothing", material: "recycled", price: "116.27", stock_quantity: 16 },
            { id: 82, name: "Mini Camera", category: "Clothing", material: "paper rubber stone", price: "15.58", stock_quantity: 71 },
            { id: 83, name: "Pro Blender", category: "Footwear", material: "stone silicone", price: "13.01", stock_quantity: 35 },
            { id: 84, name: "Heavy Duty Desk Lamp", category: "Accessories", material: "biodegradable soy wood", price: "26.70", stock_quantity: 63 },
            { id: 85, name: "Folding Desk Lamp", category: "Footwear", material: "ceramic fabric organic", price: "131.88", stock_quantity: 29 },
            { id: 86, name: "Portable Monitor", category: "Clothing", material: "plant", price: "72.12", stock_quantity: 26 },
            { id: 87, name: "Essential Bottle", category: "Clothing", material: "fabric", price: "162.37", stock_quantity: 87 },
            { id: 88, name: "Smart Notebook", category: "Accessories", material: "rubber", price: "19.12", stock_quantity: 28 },
            { id: 89, name: "Ultra Speaker", category: "Accessories", material: "fabric", price: "127.52", stock_quantity: 93 },
            { id: 90, name: "Portable Charger", category: "Clothing", material: "biodegradable bioplastic", price: "86.72", stock_quantity: 62 },
            { id: 91, name: "Classic Monitor", category: "Accessories", material: "fiber natural cotton", price: "240.80", stock_quantity: 79 },
            { id: 92, name: "Wireless Backpack", category: "Accessories", material: "cork cotton", price: "172.67", stock_quantity: 27 },
            { id: 93, name: "Eco Speaker", category: "Accessories", material: "vinyl", price: "52.29", stock_quantity: 35 },
            { id: 94, name: "Classic Umbrella", category: "Accessories", material: "natural", price: "13.21", stock_quantity: 83 },
            { id: 95, name: "Folding Toolkit", category: "Accessories", material: "aluminum", price: "16.89", stock_quantity: 98 },
            { id: 96, name: "Vintage Tripod", category: "Clothing", material: "nylon", price: "181.03", stock_quantity: 13 },
            { id: 97, name: "Mini Desk Lamp", category: "Accessories", material: "rubber soy", price: "13.83", stock_quantity: 54 },
            { id: 98, name: "Compact Jacket", category: "Accessories", material: "polyester hemp", price: "10.51", stock_quantity: 79 },
            { id: 99, name: "Slim Lantern", category: "Footwear", material: "paper cork bioplastic", price: "114.04", stock_quantity: 25 },
            { id: 100, name: "Premium Lantern", category: "Footwear", material: "steel", price: "35.91", stock_quantity: 59 },
            { id: 101, name: "Travel Pan", category: "Accessories", material: "fiber linen fabric", price: "237.38", stock_quantity: 12 },
            { id: 102, name: "Premium Speaker", category: "Clothing", material: "recycled nylon", price: "157.57", stock_quantity: 65 },
            { id: 103, name: "Heavy Duty Notebook", category: "Clothing", material: "paper", price: "40.90", stock_quantity: 16 },
            { id: 104, name: "Classic Chair", category: "Footwear", material: "soy vinyl linen", price: "121.72", stock_quantity: 76 },
            { id: 105, name: "Folding Router", category: "Clothing", material: "polyester bioplastic soy", price: "137.66", stock_quantity: 98 },
            { id: 106, name: "Eco Notebook", category: "Clothing", material: "vinyl", price: "13.17", stock_quantity: 24 },
            { id: 107, name: "Heavy Duty Speaker", category: "Accessories", material: "organic", price: "214.11", stock_quantity: 73 },
            { id: 108, name: "Insulated Backpack", category: "Clothing", material: "fiber silicone", price: "130.27", stock_quantity: 22 },
            { id: 109, name: "Standard Pan", category: "Accessories", material: "rubber vinyl", price: "16.23", stock_quantity: 37 },
            { id: 110, name: "Travel Notebook", category: "Clothing", material: "stone", price: "12.13", stock_quantity: 66 },
            { id: 111, name: "Pro Blender", category: "Accessories", material: "aluminum stone latex", price: "238.81", stock_quantity: 12 },
            { id: 112, name: "Portable Chair", category: "Accessories", material: "ceramic", price: "59.94", stock_quantity: 34 },
            { id: 113, name: "Mini Speaker", category: "Clothing", material: "metal plant", price: "71.17", stock_quantity: 32 },
            { id: 114, name: "Classic Planter", category: "Clothing", material: "vinyl wood glass", price: "22.07", stock_quantity: 58 },
            { id: 115, name: "Smart Chair", category: "Clothing", material: "natural", price: "45.07", stock_quantity: 89 },
            { id: 116, name: "Mini Speaker", category: "Clothing", material: "organic fabric composite", price: "39.92", stock_quantity: 34 },
            { id: 117, name: "Insulated Backpack", category: "Clothing", material: "glass soy", price: "124.93", stock_quantity: 58 },
            { id: 118, name: "Portable Backpack", category: "Clothing", material: "soy aluminum bamboo", price: "41.04", stock_quantity: 42 },
            { id: 119, name: "Premium Umbrella", category: "Footwear", material: "biodegradable", price: "297.61", stock_quantity: 40 },
            { id: 120, name: "Pro Bottle", category: "Accessories", material: "cork", price: "122.37", stock_quantity: 77 },
            { id: 121, name: "Smart Lantern", category: "Clothing", material: "composite biodegradable fiber", price: "18.34", stock_quantity: 31 },
            { id: 122, name: "Smart Watch", category: "Accessories", material: "organic fabric", price: "62.84", stock_quantity: 15 },
            { id: 123, name: "Deluxe Notebook", category: "Accessories", material: "linen glass metal", price: "16.08", stock_quantity: 58 },
            { id: 124, name: "Compact Headphones", category: "Clothing", material: "jute bioplastic glass", price: "281.46", stock_quantity: 58 },
            { id: 125, name: "Wireless Keyboard", category: "Accessories", material: "nylon wood linen", price: "128.52", stock_quantity: 85 },
            { id: 126, name: "Premium Lantern", category: "Clothing", material: "corn recycled", price: "171.02", stock_quantity: 8 },
            { id: 127, name: "Smart Blender", category: "Clothing", material: "plant corn", price: "22.10", stock_quantity: 28 },
            { id: 128, name: "Ultra Speaker", category: "Clothing", material: "bioplastic", price: "127.48", stock_quantity: 66 },
            { id: 129, name: "Smart Monitor", category: "Clothing", material: "natural cork nylon", price: "161.64", stock_quantity: 55 },
            { id: 130, name: "Classic Lantern", category: "Clothing", material: "rubber nylon", price: "17.91", stock_quantity: 47 },
            { id: 131, name: "Classic Keyboard", category: "Clothing", material: "linen bamboo", price: "44.31", stock_quantity: 18 },
            { id: 132, name: "Classic Mug", category: "Clothing", material: "glass canvas plant", price: "12.58", stock_quantity: 93 },
            { id: 133, name: "Deluxe Mug", category: "Footwear", material: "ceramic", price: "19.42", stock_quantity: 3 },
            { id: 134, name: "Compact Charger", category: "Clothing", material: "cork rubber latex", price: "96.36", stock_quantity: 79 },
            { id: 135, name: "Wireless Pan", category: "Footwear", material: "linen cork", price: "10.76", stock_quantity: 83 },
            { id: 136, name: "Compact Pan", category: "Accessories", material: "jute plant", price: "212.70", stock_quantity: 95 },
            { id: 137, name: "Ultra Speaker", category: "Accessories", material: "steel", price: "124.15", stock_quantity: 94 },
            { id: 138, name: "Wireless Planter", category: "Accessories", material: "jute", price: "17.46", stock_quantity: 1 },
            { id: 139, name: "Folding Kettle", category: "Clothing", material: "fabric corn cork", price: "62.98", stock_quantity: 91 },
            { id: 140, name: "Deluxe Chair", category: "Accessories", material: "canvas polyester", price: "233.04", stock_quantity: 87 },
            { id: 141, name: "Insulated Keyboard", category: "Clothing", material: "stone metal linen", price: "35.32", stock_quantity: 100 },
            { id: 142, name: "Insulated Lantern", category: "Footwear", material: "nylon natural", price: "144.87", stock_quantity: 47 },
            { id: 143, name: "Eco Tent", category: "Accessories", material: "metal", price: "77.24", stock_quantity: 15 },
            { id: 144, name: "Travel Router", category: "Accessories", material: "organic vinyl wood", price: "227.81", stock_quantity: 66 },
            { id: 145, name: "Vintage Tent", category: "Clothing", material: "silicone recycled", price: "52.61", stock_quantity: 10 },
            { id: 146, name: "Mini Pan", category: "Accessories", material: "glass paper corn", price: "204.94", stock_quantity: 31 },
            { id: 147, name: "Premium Bottle", category: "Accessories", material: "plant glass organic", price: "130.20", stock_quantity: 21 },
            { id: 148, name: "Eco Watch", category: "Accessories", material: "canvas natural", price: "155.51", stock_quantity: 28 },
            { id: 149, name: "Eco Speaker", category: "Clothing", material: "cork", price: "279.58", stock_quantity: 32 },
            { id: 150, name: "Portable Jacket", category: "Clothing", material: "ceramic", price: "10.00", stock_quantity: 71 },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Lena Zhang", email: null, signup_date: "2020-07-08", preferences: {"size":"L","material":"recent because result"} },
            { id: 2, full_name: "Ivan Ruiz", email: "ivan.ruiz@example.com", signup_date: "2020-12-06", preferences: {"size":"L","material":"natural simple after direct about update"} },
            { id: 3, full_name: "Ruby Zhang", email: "ruby.zhang@example.net", signup_date: "2021-06-16", preferences: {"size":"L","material":"clear detail inside direct minor"} },
            { id: 4, full_name: "Yara Novak", email: "yara.novak@example.com", signup_date: "2020-08-26", preferences: {"size":"S","material":"partial whole later minor another matter period"} },
            { id: 5, full_name: "Amir Mendes", email: "amir.mendes@example.org", signup_date: "2020-09-29", preferences: {"size":"L","material":"normal plain matter minor happen"} },
            { id: 6, full_name: "Carlos Johnson", email: null, signup_date: "2021-08-12", preferences: {"size":"XL","material":"light small major follow system general"} },
            { id: 7, full_name: "Liam Castro", email: "liam.castro@example.com", signup_date: "2022-11-21", preferences: {"size":"L","material":"major reason before great again toward bright high number"} },
            { id: 8, full_name: "Omar Rossi", email: "omar.rossi@example.org", signup_date: "2021-03-18", preferences: {"size":"L","material":"later after"} },
            { id: 9, full_name: null, email: null, signup_date: "2023-01-03", preferences: {"size":"M","material":"usual because"} },
            { id: 10, full_name: "Ivan Larsen", email: "ivan.larsen@example.com", signup_date: "2022-11-11", preferences: {"size":"M","material":"usual reason plain small order useful weekly every local simple"} },
            { id: 11, full_name: "Fatima Fischer", email: "fatima.fischer@example.com", signup_date: "2023-06-28", preferences: {"size":"S","material":"other usual update general steady direct careful along"} },
            { id: 12, full_name: null, email: null, signup_date: "2020-08-04", preferences: {"size":"M","material":"ready review steady open summary close reason without simple about"} },
            { id: 13, full_name: "Anna Hassan", email: "anna.hassan@example.com", signup_date: "2023-05-19", preferences: {"size":"S","material":"without final bright first after natural easy example light second"} },
            { id: 14, full_name: "Kai Smith", email: "kai.smith@example.org", signup_date: "2022-11-28", preferences: {"size":"XL","material":"special moment local"} },
            { id: 15, full_name: "Karim Singh", email: "karim.singh@example.net", signup_date: "2023-01-15", preferences: {"size":"XL","material":"toward again close steady today careful order open"} },
            { id: 16, full_name: null, email: null, signup_date: "2020-10-06", preferences: null },
            { id: 17, full_name: "Ines Almeida", email: "ines.almeida@example.com", signup_date: "2021-05-14", preferences: {"size":"S","material":"matter first great follow before"} },
            { id: 18, full_name: "Mia Lopez", email: "mia.lopez@example.com", signup_date: "2020-02-09", preferences: {"size":"M","material":"morning about notice section small summary"} },
            { id: 19, full_name: "Isaac Ahmed", email: "isaac.ahmed@example.net", signup_date: "2022-05-10", preferences: {"size":"L","material":"quick every special direct second local"} },
            { id: 20, full_name: "David Park", email: null, signup_date: "2020-11-06", preferences: {"size":"M","material":"easy outside number weekly ground"} },
            { id: 21, full_name: "Ravi Larsen", email: "ravi.larsen@example.net", signup_date: "2021-04-10", preferences: null },
            { id: 22, full_name: "Felix Schmidt", email: "felix.schmidt@example.net", signup_date: "2023-07-02", preferences: {"size":"XL","material":"useful single inside period follow today"} },
            { id: 23, full_name: "Grace Kim", email: "grace.kim@example.net", signup_date: "2021-02-18", preferences: {"size":"S","material":"daily level weekly small normal"} },
            { id: 24, full_name: "Diego Ibrahim", email: "diego.ibrahim@example.com", signup_date: "2022-08-04", preferences: {"size":"L","material":"later moment always direct major period various system common open"} },
            { id: 25, full_name: null, email: null, signup_date: "2022-08-18", preferences: {"size":"XL","material":"plain point clear result major"} },
            { id: 26, full_name: "Deniz Gomez", email: "deniz.gomez@example.org", signup_date: "2020-05-20", preferences: null },
            { id: 27, full_name: "Tariq Bauer", email: "tariq.bauer@example.com", signup_date: "2022-04-12", preferences: {"size":"XL","material":"yearly result matter because nearly moving issue major"} },
            { id: 28, full_name: "Sofia Davis", email: "sofia.davis@example.com", signup_date: "2022-12-26", preferences: null },
            { id: 29, full_name: null, email: null, signup_date: "2022-08-05", preferences: null },
            { id: 30, full_name: "Noah Torres", email: "noah.torres@example.com", signup_date: "2020-12-05", preferences: {"size":"L","material":"common easy summary"} },
            { id: 31, full_name: "Elif Lopez", email: "elif.lopez@example.net", signup_date: "2020-05-28", preferences: {"size":"S","material":"summary ground moment always"} },
            { id: 32, full_name: "Sofia Moreau", email: "sofia.moreau@example.com", signup_date: "2023-01-18", preferences: {"size":"S","material":"quick update major about quiet regular natural strong"} },
            { id: 33, full_name: "Alice Diaz", email: "alice.diaz@example.org", signup_date: "2020-12-31", preferences: {"size":"XL","material":"useful group follow example point"} },
            { id: 34, full_name: "Liam Mendes", email: "liam.mendes@example.com", signup_date: "2020-03-04", preferences: {"size":"M","material":"notice partial without"} },
            { id: 35, full_name: "Jade Park", email: "jade.park@example.org", signup_date: "2022-09-19", preferences: {"size":"M","material":"level moment another notice"} },
            { id: 36, full_name: "Maya Garcia", email: null, signup_date: "2023-03-25", preferences: {"size":"M","material":"general group easy several quiet large"} },
            { id: 37, full_name: null, email: null, signup_date: "2021-07-29", preferences: {"size":"L","material":"usual example another clear daily whole matter"} },
            { id: 38, full_name: "Julia Mendes", email: "julia.mendes@example.com", signup_date: "2023-06-23", preferences: {"size":"M","material":"whole small large moving careful after great still"} },
            { id: 39, full_name: null, email: null, signup_date: "2021-08-28", preferences: {"size":"M","material":"system various period review usual section around clear large"} },
            { id: 40, full_name: "Nour Diaz", email: "nour.diaz@example.net", signup_date: "2023-09-13", preferences: {"size":"M","material":"common first enough minor around number"} },
            { id: 41, full_name: null, email: null, signup_date: "2020-02-27", preferences: {"size":"S","material":"natural inside plain level"} },
            { id: 42, full_name: "Julia Silva", email: "julia.silva@example.org", signup_date: "2023-04-05", preferences: {"size":"M","material":"nearly between daily every outside"} },
            { id: 43, full_name: "Chloe Yilmaz", email: "chloe.yilmaz@example.net", signup_date: "2020-01-24", preferences: {"size":"M","material":"whole later plain another before follow inside quick morning issue"} },
            { id: 44, full_name: "Ana Klein", email: "ana.klein@example.org", signup_date: "2023-07-25", preferences: {"size":"XL","material":"general final partial because system every first"} },
            { id: 45, full_name: null, email: null, signup_date: "2022-02-10", preferences: {"size":"L","material":"point morning system update total nearly moving within useful"} },
            { id: 46, full_name: "Ben Kowalski", email: "ben.kowalski@example.net", signup_date: "2021-11-03", preferences: {"size":"XL","material":"single point within special"} },
            { id: 47, full_name: "Mohamed Demir", email: null, signup_date: "2022-09-28", preferences: {"size":"XL","material":"first great change inside total"} },
            { id: 48, full_name: "Fatima Ali", email: "fatima.ali@example.org", signup_date: "2023-06-05", preferences: {"size":"S","material":"total after follow record"} },
            { id: 49, full_name: "Diego Sousa", email: "diego.sousa@example.org", signup_date: "2022-05-28", preferences: {"size":"XL","material":"within usual follow"} },
            { id: 50, full_name: "Tomas Diaz", email: "tomas.diaz@example.org", signup_date: "2020-03-21", preferences: {"size":"M","material":"usual light general support given ready quiet always public several"} },
            { id: 51, full_name: "Hana Novak", email: "hana.novak@example.org", signup_date: "2022-11-28", preferences: {"size":"L","material":"support second easy summary quick reason early usual long"} },
            { id: 52, full_name: "Priya Flores", email: "priya.flores@example.org", signup_date: "2023-06-24", preferences: null },
            { id: 53, full_name: "Tariq Silva", email: "tariq.silva@example.org", signup_date: "2022-03-21", preferences: {"size":"L","material":"without order simple usual moment notice public result"} },
            { id: 54, full_name: "Ben Miller", email: "ben.miller@example.com", signup_date: "2022-12-19", preferences: null },
            { id: 55, full_name: "David Yilmaz", email: null, signup_date: "2023-04-19", preferences: {"size":"XL","material":"large major"} },
            { id: 56, full_name: null, email: null, signup_date: "2020-02-07", preferences: {"size":"L","material":"special period record yearly point today later early around"} },
            { id: 57, full_name: "Carla Sato", email: "carla.sato@example.net", signup_date: "2022-07-21", preferences: {"size":"L","material":"quiet inside around direct reason"} },
            { id: 58, full_name: "Mia Ibrahim", email: "mia.ibrahim@example.com", signup_date: "2021-11-30", preferences: {"size":"XL","material":"still every happen partial open issue recent after"} },
            { id: 59, full_name: "Ruby Becker", email: null, signup_date: "2023-07-12", preferences: {"size":"XL","material":"natural support normal"} },
            { id: 60, full_name: "James Silva", email: "james.silva@example.com", signup_date: "2022-03-08", preferences: {"size":"M","material":"month again"} },
            { id: 61, full_name: "Jade Ruiz", email: "jade.ruiz@example.org", signup_date: "2022-10-24", preferences: {"size":"XL","material":"direct order large minor strong great without other"} },
            { id: 62, full_name: null, email: null, signup_date: "2021-09-19", preferences: {"size":"M","material":"first whole often today usual reason other order partial matter"} },
            { id: 63, full_name: "Paula Smith", email: "paula.smith@example.org", signup_date: "2021-10-24", preferences: {"size":"XL","material":"clear about system"} },
            { id: 64, full_name: "Isaac Silva", email: "isaac.silva@example.org", signup_date: "2022-10-14", preferences: {"size":"M","material":"easy single yearly"} },
            { id: 65, full_name: "Hugo Meyer", email: "hugo.meyer@example.net", signup_date: "2023-08-28", preferences: {"size":"XL","material":"natural other light reason record issue always ready"} },
            { id: 66, full_name: "Grace Klein", email: "grace.klein@example.net", signup_date: "2021-07-12", preferences: {"size":"S","material":"various clear moment still daily simple ready final"} },
            { id: 67, full_name: "Oscar Andersen", email: "oscar.andersen@example.com", signup_date: "2021-05-24", preferences: {"size":"S","material":"support every system ground normal within"} },
            { id: 68, full_name: "Yara Ibrahim", email: "yara.ibrahim@example.net", signup_date: "2022-04-12", preferences: {"size":"M","material":"about useful change"} },
            { id: 69, full_name: "Wei Kim", email: "wei.kim@example.net", signup_date: "2023-01-31", preferences: {"size":"S","material":"ready several nearly enough always steady"} },
            { id: 70, full_name: "Mei Khan", email: null, signup_date: "2021-02-13", preferences: {"size":"XL","material":"little short later toward after always"} },
            { id: 71, full_name: "Chloe Wilson", email: "chloe.wilson@example.com", signup_date: "2021-06-23", preferences: {"size":"M","material":"month public other"} },
            { id: 72, full_name: "Ines Jansen", email: "ines.jansen@example.net", signup_date: "2023-03-25", preferences: {"size":"XL","material":"morning summary again"} },
            { id: 73, full_name: "Mei Diaz", email: "mei.diaz@example.org", signup_date: "2022-04-30", preferences: {"size":"L","material":"weekly early between later local careful close natural"} },
            { id: 74, full_name: "Ivan Wilson", email: "ivan.wilson@example.net", signup_date: "2020-11-14", preferences: {"size":"L","material":"another month again morning early because record common second several"} },
            { id: 75, full_name: "Elena Ibrahim", email: "elena.ibrahim@example.net", signup_date: "2021-02-02", preferences: {"size":"XL","material":"ground moment because ready system"} },
            { id: 76, full_name: "Noah Flores", email: "noah.flores@example.org", signup_date: "2022-03-27", preferences: {"size":"XL","material":"recent several notice along support"} },
            { id: 77, full_name: null, email: null, signup_date: "2020-12-20", preferences: null },
            { id: 78, full_name: "Carlos Bennett", email: "carlos.bennett@example.com", signup_date: "2021-10-10", preferences: {"size":"S","material":"moving another several along summary normal record order"} },
            { id: 79, full_name: "Arjun Kumar", email: "arjun.kumar@example.com", signup_date: "2020-11-11", preferences: {"size":"M","material":"special level daily"} },
            { id: 80, full_name: "Lina Davis", email: "lina.davis@example.org", signup_date: "2021-07-12", preferences: {"size":"L","material":"outside yearly"} },
            { id: 81, full_name: "James Sousa", email: "james.sousa@example.net", signup_date: "2021-06-23", preferences: {"size":"XL","material":"number notice useful light still strong"} },
            { id: 82, full_name: "Noah Schneider", email: "noah.schneider@example.com", signup_date: "2022-08-10", preferences: {"size":"S","material":"simple light ground strong general"} },
            { id: 83, full_name: "Ruby Ibrahim", email: "ruby.ibrahim@example.com", signup_date: "2021-01-28", preferences: {"size":"L","material":"easy still inside"} },
            { id: 84, full_name: "Zoe Kim", email: "zoe.kim@example.net", signup_date: "2021-04-26", preferences: {"size":"M","material":"little early around after great follow"} },
            { id: 85, full_name: "Hugo Hughes", email: "hugo.hughes@example.net", signup_date: "2022-01-17", preferences: {"size":"S","material":"follow small direct number often single weekly"} },
            { id: 86, full_name: "Noah Schmidt", email: "noah.schmidt@example.org", signup_date: "2022-10-11", preferences: {"size":"M","material":"clear example outside toward change today moment section large normal"} },
            { id: 87, full_name: "Ibrahim Hansen", email: "ibrahim.hansen@example.com", signup_date: "2023-03-04", preferences: {"size":"M","material":"another month strong toward section regular detail"} },
            { id: 88, full_name: "Wei Carter", email: "wei.carter@example.net", signup_date: "2021-09-18", preferences: {"size":"S","material":"special final group light point"} },
            { id: 89, full_name: "Leo Gomez", email: "leo.gomez@example.com", signup_date: "2022-07-13", preferences: {"size":"S","material":"again issue number quiet minor"} },
            { id: 90, full_name: "James Nakamura", email: "james.nakamura@example.com", signup_date: "2022-10-14", preferences: {"size":"M","material":"early record"} },
            { id: 91, full_name: "Priya Adams", email: "priya.adams@example.org", signup_date: "2022-09-15", preferences: {"size":"XL","material":"follow steady moving"} },
            { id: 92, full_name: "Julia Singh", email: "julia.singh@example.net", signup_date: "2023-07-30", preferences: {"size":"M","material":"result clear another quiet still special issue regular"} },
            { id: 93, full_name: "Amir Murphy", email: "amir.murphy@example.com", signup_date: "2020-03-19", preferences: {"size":"S","material":"change system toward public detail period"} },
            { id: 94, full_name: "Olivia Bennett", email: "olivia.bennett@example.com", signup_date: "2023-05-16", preferences: {"size":"M","material":"other summary"} },
            { id: 95, full_name: "Chloe Hansen", email: "chloe.hansen@example.org", signup_date: "2023-03-12", preferences: {"size":"XL","material":"between bright because every close change"} },
            { id: 96, full_name: "Priya Bauer", email: "priya.bauer@example.net", signup_date: "2022-08-06", preferences: {"size":"L","material":"early easy group major light high ground clear"} },
            { id: 97, full_name: "Priya Khan", email: "priya.khan@example.net", signup_date: "2022-09-02", preferences: {"size":"XL","material":"ground after inside along happen"} },
            { id: 98, full_name: "Pedro Wagner", email: "pedro.wagner@example.net", signup_date: "2022-09-19", preferences: null },
            { id: 99, full_name: "Zara Singh", email: "zara.singh@example.com", signup_date: "2023-06-12", preferences: {"size":"S","material":"light common today other result"} },
            { id: 100, full_name: "Grace Schmidt", email: "grace.schmidt@example.net", signup_date: "2022-09-28", preferences: {"size":"L","material":"open general ground public moment first"} },
            { id: 101, full_name: "Nour Demir", email: "nour.demir@example.org", signup_date: "2022-11-16", preferences: {"size":"L","material":"section point minor great matter"} },
            { id: 102, full_name: "Elena Kowalski", email: "elena.kowalski@example.com", signup_date: "2022-08-07", preferences: {"size":"L","material":"useful clear around outside update light close careful bright easy"} },
            { id: 103, full_name: "Rafael Vargas", email: "rafael.vargas@example.com", signup_date: "2023-07-22", preferences: {"size":"XL","material":"toward light simple"} },
            { id: 104, full_name: "Ben Lee", email: "ben.lee@example.org", signup_date: "2023-02-28", preferences: {"size":"S","material":"between public daily whole final matter order local before within"} },
            { id: 105, full_name: "Ben Sousa", email: "ben.sousa@example.com", signup_date: "2022-08-14", preferences: {"size":"L","material":"total whole because period order"} },
            { id: 106, full_name: "Rosa Mendes", email: "rosa.mendes@example.net", signup_date: "2021-03-04", preferences: null },
            { id: 107, full_name: null, email: null, signup_date: "2022-08-15", preferences: {"size":"L","material":"light always issue quiet general weekly"} },
            { id: 108, full_name: "Ibrahim Cruz", email: "ibrahim.cruz@example.com", signup_date: "2023-03-16", preferences: {"size":"XL","material":"review yearly major small moving open light"} },
            { id: 109, full_name: null, email: null, signup_date: "2020-06-13", preferences: {"size":"S","material":"period yearly"} },
            { id: 110, full_name: "Nour Andersen", email: "nour.andersen@example.net", signup_date: "2023-07-13", preferences: {"size":"L","material":"inside result steady between major example about daily useful"} },
            { id: 111, full_name: "Zoe Diaz", email: "zoe.diaz@example.com", signup_date: "2022-09-14", preferences: {"size":"L","material":"matter always local daily support public plain number moving various"} },
            { id: 112, full_name: "Nadia Miller", email: "nadia.miller@example.net", signup_date: "2023-07-20", preferences: {"size":"M","material":"matter second always still public today again"} },
            { id: 113, full_name: "Hana Walker", email: "hana.walker@example.org", signup_date: "2023-02-25", preferences: {"size":"S","material":"local light early natural recent careful clear"} },
            { id: 114, full_name: "Kai Singh", email: null, signup_date: "2020-11-11", preferences: {"size":"S","material":"without every normal great"} },
            { id: 115, full_name: "Fatima Almeida", email: "fatima.almeida@example.org", signup_date: "2021-10-16", preferences: {"size":"L","material":"order example little first weekly before"} },
            { id: 116, full_name: "Victor Baker", email: "victor.baker@example.com", signup_date: "2022-04-06", preferences: {"size":"M","material":"daily great without follow yearly toward review about regular high"} },
            { id: 117, full_name: "Fatima Hoffmann", email: "fatima.hoffmann@example.com", signup_date: "2022-08-17", preferences: null },
            { id: 118, full_name: "Theo Ahmed", email: null, signup_date: "2020-08-04", preferences: {"size":"XL","material":"easy large review without reason"} },
            { id: 119, full_name: "Anna Schmidt", email: "anna.schmidt@example.net", signup_date: "2021-10-15", preferences: {"size":"S","material":"normal today update careful various outside support direct enough without"} },
            { id: 120, full_name: "Priya Murphy", email: "priya.murphy@example.com", signup_date: "2023-04-06", preferences: {"size":"M","material":"happen order useful always later group easy matter"} },
            { id: 121, full_name: "Kai Lee", email: "kai.lee@example.org", signup_date: "2022-12-06", preferences: {"size":"S","material":"without quick record"} },
            { id: 122, full_name: null, email: null, signup_date: "2022-12-29", preferences: {"size":"M","material":"matter review high group detail quick"} },
            { id: 123, full_name: "Lucas Sato", email: null, signup_date: "2023-05-29", preferences: {"size":"M","material":"toward bright careful without example about various single weekly summary"} },
            { id: 124, full_name: "Wei Gupta", email: "wei.gupta@example.com", signup_date: "2022-06-05", preferences: {"size":"S","material":"number month around long every inside between various review great"} },
            { id: 125, full_name: "Anna Cruz", email: "anna.cruz@example.net", signup_date: "2022-01-07", preferences: {"size":"L","material":"number second minor"} },
            { id: 126, full_name: "Mila Jansen", email: null, signup_date: "2021-05-07", preferences: {"size":"S","material":"around natural strong ground again clear still daily change point"} },
            { id: 127, full_name: null, email: null, signup_date: "2022-03-12", preferences: {"size":"L","material":"period yearly plain"} },
            { id: 128, full_name: null, email: null, signup_date: "2023-07-18", preferences: {"size":"XL","material":"simple weekly common morning single nearly result ready"} },
            { id: 129, full_name: "Lucas Hansen", email: "lucas.hansen@example.com", signup_date: "2022-07-23", preferences: {"size":"L","material":"record final daily inside issue"} },
            { id: 130, full_name: "Liam Gomez", email: "liam.gomez@example.com", signup_date: "2021-05-30", preferences: {"size":"XL","material":"before morning common short"} },
            { id: 131, full_name: null, email: null, signup_date: "2023-06-19", preferences: {"size":"S","material":"normal result reason number partial quiet whole single record"} },
            { id: 132, full_name: "Ibrahim Kim", email: "ibrahim.kim@example.net", signup_date: "2023-05-16", preferences: {"size":"S","material":"because open period various long still number"} },
            { id: 133, full_name: null, email: null, signup_date: "2023-01-19", preferences: {"size":"L","material":"notice single other close major bright after high"} },
            { id: 134, full_name: "Ruby Wang", email: "ruby.wang@example.org", signup_date: "2022-09-26", preferences: {"size":"L","material":"inside support within"} },
            { id: 135, full_name: "Grace Patel", email: "grace.patel@example.com", signup_date: "2021-01-14", preferences: {"size":"XL","material":"common several because special happen general quick matter ground"} },
            { id: 136, full_name: "Julia Young", email: "julia.young@example.com", signup_date: "2022-03-17", preferences: {"size":"L","material":"final public long happen enough single direct section yearly another"} },
            { id: 137, full_name: "Zoe Chen", email: "zoe.chen@example.com", signup_date: "2022-07-26", preferences: {"size":"M","material":"whole section local"} },
            { id: 138, full_name: "Theo Young", email: "theo.young@example.net", signup_date: "2022-01-19", preferences: {"size":"S","material":"various because special review moving"} },
            { id: 139, full_name: "Maria Oliveira", email: null, signup_date: "2021-11-04", preferences: {"size":"S","material":"ground daily review first every support second small"} },
            { id: 140, full_name: "Rafael Vargas", email: "rafael.vargas@example.com", signup_date: "2021-01-13", preferences: {"size":"S","material":"several clear about little large along local review always issue"} },
            { id: 141, full_name: "Leo Jansen", email: "leo.jansen@example.com", signup_date: "2021-06-06", preferences: {"size":"XL","material":"local second before matter"} },
            { id: 142, full_name: "Zara Evans", email: null, signup_date: "2020-10-16", preferences: null },
            { id: 143, full_name: "Nadia Park", email: "nadia.park@example.com", signup_date: "2020-09-04", preferences: {"size":"S","material":"strong system"} },
            { id: 144, full_name: "Tomas Clark", email: "tomas.clark@example.net", signup_date: "2021-06-30", preferences: {"size":"XL","material":"around moment"} },
            { id: 145, full_name: "Hugo Zhang", email: "hugo.zhang@example.org", signup_date: "2021-08-18", preferences: {"size":"S","material":"happen weekly usual high"} },
            { id: 146, full_name: "Uma Lee", email: "uma.lee@example.com", signup_date: "2020-11-03", preferences: {"size":"M","material":"level general light great system toward short"} },
            { id: 147, full_name: null, email: null, signup_date: "2022-04-24", preferences: {"size":"S","material":"nearly point plain summary small review final without given before"} },
            { id: 148, full_name: "Ana Sato", email: "ana.sato@example.com", signup_date: "2023-05-27", preferences: {"size":"M","material":"several period clear summary order large useful within strong today"} },
            { id: 149, full_name: "Felix Tanaka", email: "felix.tanaka@example.org", signup_date: "2022-06-14", preferences: {"size":"L","material":"every local final moment various easy"} },
            { id: 150, full_name: "David Hassan", email: "david.hassan@example.com", signup_date: "2021-02-18", preferences: {"size":"S","material":"still daily"} },
            { id: 151, full_name: "Hugo Larsen", email: "hugo.larsen@example.net", signup_date: "2021-05-28", preferences: {"size":"M","material":"month example light today change large"} },
            { id: 152, full_name: "Hannah Sato", email: "hannah.sato@example.com", signup_date: "2020-10-08", preferences: {"size":"L","material":"useful large outside"} },
            { id: 153, full_name: "Leo Yilmaz", email: null, signup_date: "2023-09-09", preferences: null },
            { id: 154, full_name: "Sofia Johnson", email: "sofia.johnson@example.org", signup_date: "2021-12-10", preferences: {"size":"M","material":"plain several high within system whole first"} },
            { id: 155, full_name: "Nadia Moreau", email: "nadia.moreau@example.net", signup_date: "2023-01-29", preferences: {"size":"S","material":"clear record"} },
            { id: 156, full_name: "Hana Wilson", email: "hana.wilson@example.org", signup_date: "2023-04-09", preferences: {"size":"L","material":"whole because single natural detail easy"} },
            { id: 157, full_name: "Lena Smith", email: "lena.smith@example.com", signup_date: "2021-08-12", preferences: {"size":"M","material":"inside group"} },
            { id: 158, full_name: "Nadia Nguyen", email: "nadia.nguyen@example.com", signup_date: "2021-06-20", preferences: {"size":"S","material":"point another strong"} },
            { id: 159, full_name: null, email: null, signup_date: "2022-03-29", preferences: null },
            { id: 160, full_name: "Olivia Schmidt", email: "olivia.schmidt@example.com", signup_date: "2020-04-29", preferences: {"size":"XL","material":"toward today"} },
            { id: 161, full_name: null, email: null, signup_date: "2023-01-08", preferences: null },
            { id: 162, full_name: "Oscar Silva", email: "oscar.silva@example.net", signup_date: "2022-03-14", preferences: {"size":"M","material":"without quiet between"} },
            { id: 163, full_name: null, email: null, signup_date: "2021-01-06", preferences: {"size":"S","material":"bright period record another example long after quiet quick"} },
            { id: 164, full_name: "Elif Becker", email: "elif.becker@example.com", signup_date: "2021-06-18", preferences: {"size":"L","material":"record moving"} },
            { id: 165, full_name: "James Pereira", email: "james.pereira@example.com", signup_date: "2023-05-11", preferences: {"size":"S","material":"normal number several strong small weekly section happen"} },
            { id: 166, full_name: "Omar Pereira", email: "omar.pereira@example.org", signup_date: "2022-03-02", preferences: {"size":"XL","material":"review system about outside simple other around every"} },
            { id: 167, full_name: "Ravi Patel", email: "ravi.patel@example.com", signup_date: "2023-04-23", preferences: {"size":"S","material":"enough little major light"} },
            { id: 168, full_name: "Karim Reyes", email: "karim.reyes@example.com", signup_date: "2022-03-20", preferences: null },
            { id: 169, full_name: "Elena Wang", email: "elena.wang@example.org", signup_date: "2021-08-20", preferences: {"size":"L","material":"weekly because plain enough"} },
            { id: 170, full_name: "Chloe Ruiz", email: "chloe.ruiz@example.com", signup_date: "2021-07-24", preferences: {"size":"L","material":"outside steady"} },
            { id: 171, full_name: "Karim Miller", email: "karim.miller@example.org", signup_date: "2022-09-30", preferences: {"size":"S","material":"review after"} },
            { id: 172, full_name: "Anna Hassan", email: "anna.hassan@example.com", signup_date: "2023-08-04", preferences: {"size":"XL","material":"quiet around nearly because level natural"} },
            { id: 173, full_name: "Uma Weber", email: "uma.weber@example.com", signup_date: "2020-05-29", preferences: {"size":"XL","material":"another recent light result plain happen partial later daily"} },
            { id: 174, full_name: "Laura Costa", email: "laura.costa@example.net", signup_date: "2021-11-16", preferences: {"size":"L","material":"within without detail"} },
            { id: 175, full_name: null, email: null, signup_date: "2020-12-25", preferences: {"size":"S","material":"order happen moment"} },
            { id: 176, full_name: null, email: null, signup_date: "2022-11-24", preferences: {"size":"XL","material":"summary outside quiet"} },
            { id: 177, full_name: "Julia Jansen", email: "julia.jansen@example.net", signup_date: "2020-04-21", preferences: {"size":"S","material":"local large simple around review final issue point yearly along"} },
            { id: 178, full_name: "Rosa Becker", email: "rosa.becker@example.net", signup_date: "2020-01-04", preferences: {"size":"L","material":"major first after open various before"} },
            { id: 179, full_name: "Ben Martin", email: "ben.martin@example.net", signup_date: "2022-04-19", preferences: {"size":"S","material":"before clear various today large"} },
            { id: 180, full_name: "Nour Khan", email: "nour.khan@example.org", signup_date: "2021-11-19", preferences: {"size":"L","material":"reason local short always public clear happen record review every"} },
            { id: 181, full_name: "Jonas Young", email: "jonas.young@example.net", signup_date: "2023-08-20", preferences: {"size":"S","material":"public regular minor month high ready order"} },
            { id: 182, full_name: "Noah Schneider", email: "noah.schneider@example.org", signup_date: "2021-11-03", preferences: {"size":"S","material":"morning plain still follow record"} },
            { id: 183, full_name: "Ivan Novak", email: "ivan.novak@example.org", signup_date: "2021-03-23", preferences: {"size":"S","material":"several along"} },
            { id: 184, full_name: null, email: null, signup_date: "2021-10-14", preferences: {"size":"M","material":"always early summary weekly open single"} },
            { id: 185, full_name: "Victor Reyes", email: "victor.reyes@example.net", signup_date: "2021-11-27", preferences: {"size":"M","material":"group without system public daily"} },
            { id: 186, full_name: null, email: null, signup_date: "2021-06-24", preferences: {"size":"S","material":"detail high level first great another month long"} },
            { id: 187, full_name: null, email: null, signup_date: "2022-05-11", preferences: {"size":"XL","material":"minor example regular easy special"} },
            { id: 188, full_name: "Olivia Reyes", email: "olivia.reyes@example.org", signup_date: "2021-10-26", preferences: {"size":"L","material":"general short ready record still"} },
            { id: 189, full_name: null, email: null, signup_date: "2020-04-24", preferences: {"size":"S","material":"high inside review quiet along"} },
            { id: 190, full_name: "Rafael Mendes", email: "rafael.mendes@example.com", signup_date: "2021-12-07", preferences: {"size":"S","material":"inside early level within moment major usual before"} },
            { id: 191, full_name: "Carlos Castro", email: null, signup_date: "2022-02-10", preferences: {"size":"M","material":"reason level result weekly bright inside minor ready example early"} },
            { id: 192, full_name: null, email: null, signup_date: "2022-02-11", preferences: {"size":"S","material":"today early change morning"} },
            { id: 193, full_name: "Kai Kim", email: "kai.kim@example.net", signup_date: "2021-03-15", preferences: {"size":"XL","material":"nearly careful various useful every common record open daily short"} },
            { id: 194, full_name: "Ben Weber", email: null, signup_date: "2022-03-05", preferences: {"size":"M","material":"again system group along yearly given general around happen careful"} },
            { id: 195, full_name: "Ana Kumar", email: "ana.kumar@example.net", signup_date: "2021-08-25", preferences: {"size":"L","material":"change follow"} },
            { id: 196, full_name: "Anna Miller", email: "anna.miller@example.net", signup_date: "2023-02-13", preferences: {"size":"M","material":"steady ready"} },
            { id: 197, full_name: "Emma Miller", email: "emma.miller@example.net", signup_date: "2021-05-27", preferences: {"size":"L","material":"close notice enough recent natural around"} },
            { id: 198, full_name: "Maya Mendes", email: "maya.mendes@example.org", signup_date: "2022-08-26", preferences: {"size":"L","material":"about inside whole follow detail within matter"} },
            { id: 199, full_name: "Maya Sato", email: "maya.sato@example.org", signup_date: "2020-01-30", preferences: null },
            { id: 200, full_name: null, email: null, signup_date: "2021-06-06", preferences: {"size":"XL","material":"before careful follow"} },
        ],
    });
    await prisma.orders.createMany({
        data: [
            { id: 1, user_id: 99, order_date: new Date("2022-01-12T11:54:00Z"), total_amount: null, status: "Returned" },
            { id: 2, user_id: 160, order_date: new Date("2022-07-02T14:34:42Z"), total_amount: "71.22", status: "Shipped" },
            { id: 3, user_id: 117, order_date: new Date("2023-01-03T10:08:12Z"), total_amount: null, status: "Pending" },
            { id: 4, user_id: 108, order_date: new Date("2021-08-18T11:14:55Z"), total_amount: "1524.83", status: "Shipped" },
            { id: 5, user_id: 173, order_date: new Date("2022-01-22T11:32:02Z"), total_amount: "72.72", status: "Delivered" },
            { id: 6, user_id: 176, order_date: new Date("2022-08-18T14:08:20Z"), total_amount: "1857.91", status: "Delivered" },
            { id: 7, user_id: 188, order_date: new Date("2023-08-09T09:12:17Z"), total_amount: null, status: "Pending" },
            { id: 8, user_id: 93, order_date: new Date("2022-11-08T08:05:50Z"), total_amount: "964.59", status: "Delivered" },
            { id: 9, user_id: 55, order_date: new Date("2023-07-29T02:48:38Z"), total_amount: "150.87", status: "Shipped" },
            { id: 10, user_id: 67, order_date: new Date("2023-02-06T13:27:31Z"), total_amount: "240.72", status: "Delivered" },
            { id: 11, user_id: 134, order_date: new Date("2023-08-29T11:16:09Z"), total_amount: "176.73", status: "Shipped" },
            { id: 12, user_id: 39, order_date: new Date("2021-10-15T11:56:56Z"), total_amount: "24.70", status: "Delivered" },
            { id: 13, user_id: 100, order_date: new Date("2021-03-24T13:24:33Z"), total_amount: "2874.46", status: "Shipped" },
            { id: 14, user_id: 145, order_date: new Date("2022-11-07T13:53:17Z"), total_amount: null, status: "Pending" },
            { id: 15, user_id: 94, order_date: new Date("2021-01-17T10:31:12Z"), total_amount: null, status: "Pending" },
            { id: 16, user_id: 64, order_date: new Date("2021-01-26T09:08:44Z"), total_amount: "1226.23", status: "Delivered" },
            { id: 17, user_id: 60, order_date: new Date("2021-10-06T14:45:49Z"), total_amount: null, status: "Pending" },
            { id: 18, user_id: 148, order_date: new Date("2023-01-27T13:17:18Z"), total_amount: null, status: "Pending" },
            { id: 19, user_id: 131, order_date: new Date("2021-05-22T08:45:19Z"), total_amount: null, status: "Pending" },
            { id: 20, user_id: 132, order_date: new Date("2022-03-20T14:46:15Z"), total_amount: "35.41", status: "Shipped" },
            { id: 21, user_id: 32, order_date: new Date("2022-12-21T13:37:27Z"), total_amount: "87.12", status: "Delivered" },
            { id: 22, user_id: 129, order_date: new Date("2023-06-03T12:14:44Z"), total_amount: null, status: "Pending" },
            { id: 23, user_id: 122, order_date: new Date("2023-06-03T07:17:54Z"), total_amount: null, status: "Pending" },
            { id: 24, user_id: 10, order_date: new Date("2021-11-29T11:28:02Z"), total_amount: "1192.32", status: "Shipped" },
            { id: 25, user_id: 60, order_date: new Date("2023-01-23T16:59:03Z"), total_amount: null, status: "Pending" },
            { id: 26, user_id: 142, order_date: new Date("2021-07-04T15:28:57Z"), total_amount: "238.93", status: "Delivered" },
            { id: 27, user_id: 76, order_date: new Date("2021-01-18T14:51:54Z"), total_amount: "10.47", status: "Delivered" },
            { id: 28, user_id: 34, order_date: new Date("2021-11-05T12:21:25Z"), total_amount: "2803.06", status: "Shipped" },
            { id: 29, user_id: 96, order_date: new Date("2021-02-04T17:12:54Z"), total_amount: null, status: "Pending" },
            { id: 30, user_id: 83, order_date: new Date("2021-05-06T16:32:58Z"), total_amount: "2670.75", status: "Shipped" },
            { id: 31, user_id: 114, order_date: new Date("2022-12-28T12:55:41Z"), total_amount: "23.68", status: "Shipped" },
            { id: 32, user_id: 150, order_date: new Date("2021-11-08T16:01:42Z"), total_amount: "310.58", status: "Delivered" },
            { id: 33, user_id: 101, order_date: new Date("2022-11-04T14:05:48Z"), total_amount: "195.74", status: "Shipped" },
            { id: 34, user_id: 146, order_date: new Date("2021-01-04T09:58:39Z"), total_amount: null, status: "Pending" },
            { id: 35, user_id: 16, order_date: new Date("2022-06-03T11:19:48Z"), total_amount: "437.04", status: "Delivered" },
            { id: 36, user_id: 185, order_date: new Date("2021-01-07T06:05:43Z"), total_amount: "10.27", status: "Delivered" },
            { id: 37, user_id: 24, order_date: new Date("2022-05-16T19:44:04Z"), total_amount: null, status: "Pending" },
            { id: 38, user_id: 200, order_date: new Date("2021-09-20T13:23:56Z"), total_amount: null, status: "Pending" },
            { id: 39, user_id: 153, order_date: new Date("2022-11-01T17:51:14Z"), total_amount: "10.21", status: "Delivered" },
            { id: 40, user_id: 31, order_date: new Date("2021-03-23T09:07:54Z"), total_amount: null, status: "Returned" },
            { id: 41, user_id: 91, order_date: new Date("2022-04-12T12:08:13Z"), total_amount: "179.67", status: "Delivered" },
            { id: 42, user_id: 41, order_date: new Date("2021-02-17T21:31:17Z"), total_amount: "963.51", status: "Shipped" },
            { id: 43, user_id: 67, order_date: new Date("2021-04-04T16:18:04Z"), total_amount: null, status: "Pending" },
            { id: 44, user_id: 127, order_date: new Date("2021-04-29T12:41:35Z"), total_amount: "157.87", status: "Delivered" },
            { id: 45, user_id: 174, order_date: new Date("2021-03-16T17:58:35Z"), total_amount: null, status: "Pending" },
            { id: 46, user_id: 61, order_date: new Date("2022-07-27T13:18:28Z"), total_amount: null, status: "Returned" },
            { id: 47, user_id: 133, order_date: new Date("2021-05-24T13:25:14Z"), total_amount: "82.69", status: "Shipped" },
            { id: 48, user_id: 92, order_date: new Date("2021-03-14T09:46:00Z"), total_amount: "1966.39", status: "Shipped" },
            { id: 49, user_id: 107, order_date: new Date("2021-03-24T10:04:15Z"), total_amount: null, status: "Pending" },
            { id: 50, user_id: 98, order_date: new Date("2022-09-28T05:39:32Z"), total_amount: null, status: "Returned" },
            { id: 51, user_id: 54, order_date: new Date("2023-03-03T04:29:22Z"), total_amount: "1057.02", status: "Shipped" },
            { id: 52, user_id: 151, order_date: new Date("2022-06-28T11:39:22Z"), total_amount: "1726.78", status: "Shipped" },
            { id: 53, user_id: 186, order_date: new Date("2023-03-06T09:57:15Z"), total_amount: null, status: "Pending" },
            { id: 54, user_id: 195, order_date: new Date("2021-08-31T12:22:41Z"), total_amount: null, status: "Pending" },
            { id: 55, user_id: 1, order_date: new Date("2021-11-29T16:49:27Z"), total_amount: "1036.13", status: "Shipped" },
            { id: 56, user_id: 187, order_date: new Date("2022-09-15T13:13:07Z"), total_amount: "106.24", status: "Shipped" },
            { id: 57, user_id: 8, order_date: new Date("2022-03-30T14:06:35Z"), total_amount: "436.90", status: "Delivered" },
            { id: 58, user_id: 28, order_date: new Date("2023-02-15T09:44:18Z"), total_amount: "14.47", status: "Delivered" },
            { id: 59, user_id: 82, order_date: new Date("2023-08-19T12:24:50Z"), total_amount: "16.77", status: "Delivered" },
            { id: 60, user_id: 162, order_date: new Date("2023-02-16T12:49:08Z"), total_amount: null, status: "Pending" },
            { id: 61, user_id: 57, order_date: new Date("2022-09-22T09:58:59Z"), total_amount: null, status: "Returned" },
            { id: 62, user_id: 79, order_date: new Date("2021-08-01T10:53:32Z"), total_amount: "109.88", status: "Delivered" },
            { id: 63, user_id: 1, order_date: new Date("2022-10-07T13:28:27Z"), total_amount: "440.33", status: "Delivered" },
            { id: 64, user_id: 171, order_date: new Date("2023-03-31T17:00:36Z"), total_amount: "41.23", status: "Shipped" },
            { id: 65, user_id: 97, order_date: new Date("2021-02-16T10:09:54Z"), total_amount: null, status: "Pending" },
            { id: 66, user_id: 118, order_date: new Date("2022-12-30T09:05:50Z"), total_amount: null, status: "Pending" },
            { id: 67, user_id: 165, order_date: new Date("2021-08-21T14:29:54Z"), total_amount: "10.00", status: "Shipped" },
            { id: 68, user_id: 40, order_date: new Date("2021-07-05T15:55:16Z"), total_amount: "419.21", status: "Shipped" },
            { id: 69, user_id: 113, order_date: new Date("2023-02-16T11:01:24Z"), total_amount: null, status: "Returned" },
            { id: 70, user_id: 187, order_date: new Date("2022-12-23T13:25:32Z"), total_amount: "67.34", status: "Shipped" },
            { id: 71, user_id: 136, order_date: new Date("2023-05-31T18:32:11Z"), total_amount: null, status: "Pending" },
            { id: 72, user_id: 95, order_date: new Date("2023-02-16T05:22:47Z"), total_amount: "1234.60", status: "Delivered" },
            { id: 73, user_id: 88, order_date: new Date("2022-04-23T19:49:01Z"), total_amount: null, status: "Pending" },
            { id: 74, user_id: 111, order_date: new Date("2022-03-05T13:51:41Z"), total_amount: null, status: "Pending" },
            { id: 75, user_id: 137, order_date: new Date("2023-06-14T09:40:52Z"), total_amount: "23.94", status: "Delivered" },
            { id: 76, user_id: 21, order_date: new Date("2022-09-02T11:12:39Z"), total_amount: "18.46", status: "Delivered" },
            { id: 77, user_id: 168, order_date: new Date("2021-03-30T11:21:05Z"), total_amount: "10.56", status: "Shipped" },
            { id: 78, user_id: 158, order_date: new Date("2022-01-17T18:57:28Z"), total_amount: null, status: "Pending" },
            { id: 79, user_id: 18, order_date: new Date("2021-12-03T11:41:01Z"), total_amount: "165.06", status: "Shipped" },
            { id: 80, user_id: 13, order_date: new Date("2021-02-10T15:23:50Z"), total_amount: null, status: "Returned" },
            { id: 81, user_id: 121, order_date: new Date("2021-08-08T10:28:08Z"), total_amount: "706.77", status: "Shipped" },
            { id: 82, user_id: 56, order_date: new Date("2021-02-11T10:45:31Z"), total_amount: "10.01", status: "Shipped" },
            { id: 83, user_id: 69, order_date: new Date("2023-07-08T13:27:35Z"), total_amount: "204.32", status: "Shipped" },
            { id: 84, user_id: 147, order_date: new Date("2021-05-14T17:51:53Z"), total_amount: null, status: "Pending" },
            { id: 85, user_id: 61, order_date: new Date("2022-08-27T12:49:29Z"), total_amount: null, status: "Returned" },
            { id: 86, user_id: 124, order_date: new Date("2023-08-09T13:00:46Z"), total_amount: "1118.20", status: "Shipped" },
            { id: 87, user_id: 23, order_date: new Date("2022-11-12T11:39:00Z"), total_amount: null, status: "Returned" },
            { id: 88, user_id: 85, order_date: new Date("2022-08-16T09:08:26Z"), total_amount: "1634.44", status: "Delivered" },
            { id: 89, user_id: 143, order_date: new Date("2022-07-17T12:06:26Z"), total_amount: "10.03", status: "Shipped" },
            { id: 90, user_id: 82, order_date: new Date("2022-04-27T12:39:22Z"), total_amount: "2046.21", status: "Delivered" },
            { id: 91, user_id: 160, order_date: new Date("2022-08-12T14:01:06Z"), total_amount: "1101.92", status: "Shipped" },
            { id: 92, user_id: 59, order_date: new Date("2021-02-12T08:49:43Z"), total_amount: "2081.71", status: "Shipped" },
            { id: 93, user_id: 156, order_date: new Date("2022-09-16T18:40:42Z"), total_amount: null, status: "Returned" },
            { id: 94, user_id: 15, order_date: new Date("2022-03-04T13:55:43Z"), total_amount: null, status: "Pending" },
            { id: 95, user_id: 34, order_date: new Date("2022-01-12T17:09:45Z"), total_amount: "2746.28", status: "Shipped" },
            { id: 96, user_id: 109, order_date: new Date("2021-07-25T15:49:01Z"), total_amount: null, status: "Pending" },
            { id: 97, user_id: 183, order_date: new Date("2023-09-05T16:22:19Z"), total_amount: "171.39", status: "Shipped" },
            { id: 98, user_id: 66, order_date: new Date("2022-02-01T15:16:01Z"), total_amount: null, status: "Pending" },
            { id: 99, user_id: 77, order_date: new Date("2021-10-23T08:42:48Z"), total_amount: null, status: "Pending" },
            { id: 100, user_id: 136, order_date: new Date("2021-02-17T09:12:30Z"), total_amount: null, status: "Pending" },
            { id: 101, user_id: 51, order_date: new Date("2022-02-08T14:14:25Z"), total_amount: "153.76", status: "Shipped" },
            { id: 102, user_id: 94, order_date: new Date("2023-08-14T15:19:50Z"), total_amount: null, status: "Pending" },
            { id: 103, user_id: 133, order_date: new Date("2021-01-08T15:32:50Z"), total_amount: "194.69", status: "Shipped" },
            { id: 104, user_id: 146, order_date: new Date("2023-03-18T13:41:02Z"), total_amount: "23.85", status: "Shipped" },
            { id: 105, user_id: 60, order_date: new Date("2022-02-25T19:14:28Z"), total_amount: "10.16", status: "Delivered" },
            { id: 106, user_id: 90, order_date: new Date("2021-12-09T14:38:59Z"), total_amount: null, status: "Pending" },
            { id: 107, user_id: 161, order_date: new Date("2021-02-20T17:04:19Z"), total_amount: null, status: "Pending" },
            { id: 108, user_id: 111, order_date: new Date("2021-07-21T14:27:11Z"), total_amount: "81.41", status: "Delivered" },
            { id: 109, user_id: 136, order_date: new Date("2021-01-24T11:48:47Z"), total_amount: "2056.33", status: "Delivered" },
            { id: 110, user_id: 150, order_date: new Date("2021-11-29T09:34:33Z"), total_amount: "21.53", status: "Shipped" },
            { id: 111, user_id: 49, order_date: new Date("2021-04-18T16:54:54Z"), total_amount: null, status: "Pending" },
            { id: 112, user_id: 116, order_date: new Date("2021-03-26T11:35:19Z"), total_amount: null, status: "Pending" },
            { id: 113, user_id: 113, order_date: new Date("2023-03-25T08:50:07Z"), total_amount: "27.05", status: "Shipped" },
            { id: 114, user_id: 64, order_date: new Date("2022-12-20T13:49:29Z"), total_amount: null, status: "Pending" },
            { id: 115, user_id: 147, order_date: new Date("2021-04-21T12:40:50Z"), total_amount: null, status: "Returned" },
            { id: 116, user_id: 1, order_date: new Date("2022-09-23T11:13:26Z"), total_amount: "17.38", status: "Shipped" },
            { id: 117, user_id: 68, order_date: new Date("2022-12-04T14:04:07Z"), total_amount: null, status: "Pending" },
            { id: 118, user_id: 53, order_date: new Date("2022-04-09T10:04:36Z"), total_amount: null, status: "Pending" },
            { id: 119, user_id: 87, order_date: new Date("2023-09-24T14:12:21Z"), total_amount: null, status: "Returned" },
            { id: 120, user_id: 9, order_date: new Date("2021-07-24T07:08:43Z"), total_amount: null, status: "Pending" },
            { id: 121, user_id: 163, order_date: new Date("2021-12-01T18:14:46Z"), total_amount: "2772.80", status: "Shipped" },
            { id: 122, user_id: 108, order_date: new Date("2021-08-20T10:14:10Z"), total_amount: "1465.70", status: "Delivered" },
            { id: 123, user_id: 136, order_date: new Date("2022-10-16T07:06:32Z"), total_amount: "110.92", status: "Delivered" },
            { id: 124, user_id: 181, order_date: new Date("2021-05-13T13:20:35Z"), total_amount: "362.49", status: "Delivered" },
            { id: 125, user_id: 35, order_date: new Date("2021-08-27T08:17:40Z"), total_amount: "10.02", status: "Delivered" },
            { id: 126, user_id: 104, order_date: new Date("2023-01-10T16:33:04Z"), total_amount: "1930.89", status: "Delivered" },
            { id: 127, user_id: 33, order_date: new Date("2022-07-18T11:04:34Z"), total_amount: null, status: "Pending" },
            { id: 128, user_id: 45, order_date: new Date("2023-01-15T13:47:24Z"), total_amount: null, status: "Pending" },
            { id: 129, user_id: 147, order_date: new Date("2021-09-14T16:56:08Z"), total_amount: null, status: "Pending" },
            { id: 130, user_id: 146, order_date: new Date("2022-12-26T16:35:16Z"), total_amount: null, status: "Returned" },
            { id: 131, user_id: 34, order_date: new Date("2023-04-06T16:21:27Z"), total_amount: "1485.18", status: "Delivered" },
            { id: 132, user_id: 189, order_date: new Date("2022-09-04T13:37:56Z"), total_amount: null, status: "Pending" },
            { id: 133, user_id: 189, order_date: new Date("2021-12-18T13:18:44Z"), total_amount: "487.03", status: "Shipped" },
            { id: 134, user_id: 86, order_date: new Date("2022-07-16T08:52:23Z"), total_amount: null, status: "Pending" },
            { id: 135, user_id: 16, order_date: new Date("2022-10-24T14:26:30Z"), total_amount: "857.04", status: "Shipped" },
            { id: 136, user_id: 25, order_date: new Date("2021-11-21T07:08:17Z"), total_amount: null, status: "Pending" },
            { id: 137, user_id: 131, order_date: new Date("2023-03-09T17:35:43Z"), total_amount: "16.82", status: "Shipped" },
            { id: 138, user_id: 149, order_date: new Date("2023-09-28T07:54:35Z"), total_amount: "247.68", status: "Shipped" },
            { id: 139, user_id: 196, order_date: new Date("2021-02-12T14:27:25Z"), total_amount: null, status: "Pending" },
            { id: 140, user_id: 93, order_date: new Date("2022-10-24T10:32:35Z"), total_amount: "516.20", status: "Shipped" },
            { id: 141, user_id: 124, order_date: new Date("2023-06-15T16:26:32Z"), total_amount: null, status: "Pending" },
            { id: 142, user_id: 107, order_date: new Date("2023-03-19T19:17:02Z"), total_amount: "883.71", status: "Delivered" },
            { id: 143, user_id: 143, order_date: new Date("2021-04-18T14:55:51Z"), total_amount: "823.09", status: "Delivered" },
            { id: 144, user_id: 84, order_date: new Date("2022-02-12T14:03:46Z"), total_amount: null, status: "Pending" },
            { id: 145, user_id: 190, order_date: new Date("2021-07-05T08:26:49Z"), total_amount: "76.13", status: "Delivered" },
            { id: 146, user_id: 187, order_date: new Date("2023-09-12T23:16:13Z"), total_amount: null, status: "Returned" },
            { id: 147, user_id: 75, order_date: new Date("2023-08-09T07:34:12Z"), total_amount: null, status: "Returned" },
            { id: 148, user_id: 129, order_date: new Date("2021-06-26T10:21:26Z"), total_amount: null, status: "Pending" },
            { id: 149, user_id: 168, order_date: new Date("2022-12-26T16:25:35Z"), total_amount: null, status: "Pending" },
            { id: 150, user_id: 85, order_date: new Date("2021-01-26T17:46:19Z"), total_amount: null, status: "Pending" },
            { id: 151, user_id: 175, order_date: new Date("2023-04-30T09:33:43Z"), total_amount: null, status: "Returned" },
            { id: 152, user_id: 178, order_date: new Date("2021-12-20T11:10:53Z"), total_amount: "219.25", status: "Shipped" },
            { id: 153, user_id: 67, order_date: new Date("2023-03-07T09:14:00Z"), total_amount: "301.44", status: "Shipped" },
            { id: 154, user_id: 17, order_date: new Date("2021-05-02T14:33:57Z"), total_amount: "1941.83", status: "Delivered" },
            { id: 155, user_id: 125, order_date: new Date("2022-09-07T13:53:04Z"), total_amount: "344.17", status: "Delivered" },
            { id: 156, user_id: 21, order_date: new Date("2022-10-15T09:57:18Z"), total_amount: null, status: "Pending" },
            { id: 157, user_id: 56, order_date: new Date("2021-05-18T14:33:09Z"), total_amount: "188.20", status: "Shipped" },
            { id: 158, user_id: 137, order_date: new Date("2022-05-27T12:29:48Z"), total_amount: null, status: "Pending" },
            { id: 159, user_id: 105, order_date: new Date("2021-09-07T06:40:14Z"), total_amount: null, status: "Pending" },
            { id: 160, user_id: 37, order_date: new Date("2023-06-25T09:46:26Z"), total_amount: null, status: "Pending" },
            { id: 161, user_id: 83, order_date: new Date("2023-06-11T17:46:14Z"), total_amount: "328.44", status: "Shipped" },
            { id: 162, user_id: 175, order_date: new Date("2022-11-07T17:05:30Z"), total_amount: null, status: "Pending" },
            { id: 163, user_id: 12, order_date: new Date("2021-01-01T15:36:32Z"), total_amount: null, status: "Pending" },
            { id: 164, user_id: 18, order_date: new Date("2021-01-19T08:37:23Z"), total_amount: null, status: "Returned" },
            { id: 165, user_id: 62, order_date: new Date("2023-01-07T09:20:54Z"), total_amount: "34.11", status: "Delivered" },
            { id: 166, user_id: 185, order_date: new Date("2021-04-14T09:26:44Z"), total_amount: "10.01", status: "Delivered" },
            { id: 167, user_id: 199, order_date: new Date("2022-03-26T08:42:08Z"), total_amount: "2518.95", status: "Delivered" },
            { id: 168, user_id: 112, order_date: new Date("2021-08-08T10:50:28Z"), total_amount: null, status: "Pending" },
            { id: 169, user_id: 173, order_date: new Date("2023-09-01T10:36:44Z"), total_amount: "784.58", status: "Shipped" },
            { id: 170, user_id: 76, order_date: new Date("2023-04-10T10:48:48Z"), total_amount: null, status: "Pending" },
            { id: 171, user_id: 72, order_date: new Date("2022-05-26T14:33:48Z"), total_amount: null, status: "Returned" },
            { id: 172, user_id: 145, order_date: new Date("2021-04-29T09:30:25Z"), total_amount: "2631.93", status: "Shipped" },
            { id: 173, user_id: 183, order_date: new Date("2021-09-29T14:05:26Z"), total_amount: null, status: "Pending" },
            { id: 174, user_id: 79, order_date: new Date("2022-08-20T16:19:47Z"), total_amount: "1803.94", status: "Delivered" },
            { id: 175, user_id: 129, order_date: new Date("2021-02-14T11:51:12Z"), total_amount: "56.95", status: "Shipped" },
            { id: 176, user_id: 44, order_date: new Date("2022-05-11T13:13:39Z"), total_amount: null, status: "Pending" },
            { id: 177, user_id: 77, order_date: new Date("2023-03-07T14:30:31Z"), total_amount: "79.07", status: "Shipped" },
            { id: 178, user_id: 149, order_date: new Date("2021-08-21T13:59:19Z"), total_amount: null, status: "Pending" },
            { id: 179, user_id: 155, order_date: new Date("2021-06-13T12:35:05Z"), total_amount: "988.64", status: "Delivered" },
            { id: 180, user_id: 4, order_date: new Date("2021-09-04T13:13:10Z"), total_amount: null, status: "Returned" },
            { id: 181, user_id: 111, order_date: new Date("2021-04-05T12:29:16Z"), total_amount: null, status: "Pending" },
            { id: 182, user_id: 122, order_date: new Date("2022-07-07T15:38:46Z"), total_amount: null, status: "Pending" },
            { id: 183, user_id: 68, order_date: new Date("2023-09-12T16:26:48Z"), total_amount: "123.18", status: "Shipped" },
            { id: 184, user_id: 105, order_date: new Date("2021-04-26T13:33:28Z"), total_amount: null, status: "Pending" },
            { id: 185, user_id: 101, order_date: new Date("2021-08-16T08:40:06Z"), total_amount: null, status: "Pending" },
            { id: 186, user_id: 132, order_date: new Date("2022-08-21T13:07:59Z"), total_amount: "149.69", status: "Shipped" },
            { id: 187, user_id: 169, order_date: new Date("2021-06-15T17:02:20Z"), total_amount: "229.68", status: "Shipped" },
            { id: 188, user_id: 141, order_date: new Date("2023-06-26T01:44:15Z"), total_amount: null, status: "Pending" },
            { id: 189, user_id: 9, order_date: new Date("2022-12-30T17:15:24Z"), total_amount: null, status: "Pending" },
            { id: 190, user_id: 175, order_date: new Date("2023-07-11T18:40:40Z"), total_amount: null, status: "Pending" },
            { id: 191, user_id: 176, order_date: new Date("2023-08-24T17:03:35Z"), total_amount: null, status: "Pending" },
            { id: 192, user_id: 197, order_date: new Date("2023-09-29T10:01:13Z"), total_amount: "1476.73", status: "Shipped" },
            { id: 193, user_id: 122, order_date: new Date("2022-11-27T17:45:12Z"), total_amount: "911.19", status: "Delivered" },
            { id: 194, user_id: 130, order_date: new Date("2022-12-21T10:34:18Z"), total_amount: null, status: "Pending" },
            { id: 195, user_id: 101, order_date: new Date("2023-06-06T15:18:31Z"), total_amount: null, status: "Pending" },
            { id: 196, user_id: 44, order_date: new Date("2023-08-29T13:24:09Z"), total_amount: null, status: "Pending" },
            { id: 197, user_id: 65, order_date: new Date("2022-07-21T15:55:01Z"), total_amount: null, status: "Pending" },
            { id: 198, user_id: 148, order_date: new Date("2022-11-13T09:43:32Z"), total_amount: null, status: "Pending" },
            { id: 199, user_id: 194, order_date: new Date("2021-01-25T18:09:20Z"), total_amount: "524.97", status: "Delivered" },
            { id: 200, user_id: 117, order_date: new Date("2023-05-31T15:40:58Z"), total_amount: "70.46", status: "Shipped" },
            { id: 201, user_id: 156, order_date: new Date("2021-06-09T13:06:01Z"), total_amount: "539.42", status: "Shipped" },
            { id: 202, user_id: 199, order_date: new Date("2021-05-09T08:46:19Z"), total_amount: "1087.78", status: "Shipped" },
            { id: 203, user_id: 133, order_date: new Date("2021-07-05T15:52:02Z"), total_amount: "291.31", status: "Shipped" },
            { id: 204, user_id: 145, order_date: new Date("2021-05-04T14:57:00Z"), total_amount: "50.76", status: "Shipped" },
            { id: 205, user_id: 45, order_date: new Date("2022-02-17T14:19:30Z"), total_amount: null, status: "Returned" },
            { id: 206, user_id: 23, order_date: new Date("2022-08-17T01:47:26Z"), total_amount: "143.88", status: "Shipped" },
            { id: 207, user_id: 137, order_date: new Date("2022-05-10T16:14:54Z"), total_amount: null, status: "Pending" },
            { id: 208, user_id: 12, order_date: new Date("2021-12-11T14:59:55Z"), total_amount: null, status: "Pending" },
            { id: 209, user_id: 154, order_date: new Date("2022-10-06T10:34:08Z"), total_amount: null, status: "Pending" },
            { id: 210, user_id: 3, order_date: new Date("2021-09-11T10:17:35Z"), total_amount: null, status: "Pending" },
            { id: 211, user_id: 21, order_date: new Date("2022-04-12T23:13:21Z"), total_amount: null, status: "Pending" },
            { id: 212, user_id: 188, order_date: new Date("2023-05-10T14:37:21Z"), total_amount: null, status: "Pending" },
            { id: 213, user_id: 9, order_date: new Date("2021-07-04T09:19:46Z"), total_amount: null, status: "Pending" },
            { id: 214, user_id: 18, order_date: new Date("2021-07-12T12:52:11Z"), total_amount: "913.04", status: "Delivered" },
            { id: 215, user_id: 118, order_date: new Date("2023-04-09T11:34:33Z"), total_amount: null, status: "Pending" },
            { id: 216, user_id: 159, order_date: new Date("2023-09-28T13:16:55Z"), total_amount: "28.72", status: "Shipped" },
            { id: 217, user_id: 60, order_date: new Date("2021-06-27T14:05:27Z"), total_amount: null, status: "Pending" },
            { id: 218, user_id: 11, order_date: new Date("2021-04-11T12:34:12Z"), total_amount: "10.57", status: "Delivered" },
            { id: 219, user_id: 168, order_date: new Date("2022-12-14T15:59:40Z"), total_amount: "61.97", status: "Shipped" },
            { id: 220, user_id: 5, order_date: new Date("2022-05-28T14:30:33Z"), total_amount: null, status: "Returned" },
            { id: 221, user_id: 109, order_date: new Date("2022-11-22T16:35:57Z"), total_amount: null, status: "Returned" },
            { id: 222, user_id: 32, order_date: new Date("2022-01-30T22:15:00Z"), total_amount: "2314.20", status: "Shipped" },
            { id: 223, user_id: 107, order_date: new Date("2021-11-24T14:17:11Z"), total_amount: null, status: "Returned" },
            { id: 224, user_id: 177, order_date: new Date("2021-03-03T10:37:35Z"), total_amount: null, status: "Pending" },
            { id: 225, user_id: 9, order_date: new Date("2021-01-18T13:46:20Z"), total_amount: "202.68", status: "Shipped" },
            { id: 226, user_id: 61, order_date: new Date("2021-07-05T16:14:26Z"), total_amount: "350.34", status: "Shipped" },
            { id: 227, user_id: 158, order_date: new Date("2022-08-30T09:08:24Z"), total_amount: "660.65", status: "Shipped" },
            { id: 228, user_id: 144, order_date: new Date("2021-02-14T13:50:18Z"), total_amount: "2866.87", status: "Shipped" },
            { id: 229, user_id: 110, order_date: new Date("2022-04-11T12:16:27Z"), total_amount: null, status: "Pending" },
            { id: 230, user_id: 33, order_date: new Date("2021-08-28T14:08:49Z"), total_amount: null, status: "Pending" },
            { id: 231, user_id: 180, order_date: new Date("2022-11-18T12:29:27Z"), total_amount: "42.08", status: "Delivered" },
            { id: 232, user_id: 20, order_date: new Date("2021-06-25T17:15:43Z"), total_amount: "876.96", status: "Delivered" },
            { id: 233, user_id: 27, order_date: new Date("2021-07-23T16:47:14Z"), total_amount: null, status: "Pending" },
            { id: 234, user_id: 141, order_date: new Date("2022-07-02T14:49:34Z"), total_amount: "2003.39", status: "Delivered" },
            { id: 235, user_id: 158, order_date: new Date("2022-01-11T08:52:15Z"), total_amount: null, status: "Pending" },
            { id: 236, user_id: 139, order_date: new Date("2021-01-12T15:40:13Z"), total_amount: null, status: "Pending" },
            { id: 237, user_id: 18, order_date: new Date("2023-08-14T13:33:22Z"), total_amount: "170.64", status: "Shipped" },
            { id: 238, user_id: 65, order_date: new Date("2021-06-28T13:39:54Z"), total_amount: null, status: "Pending" },
            { id: 239, user_id: 97, order_date: new Date("2022-04-22T11:39:33Z"), total_amount: "2842.08", status: "Delivered" },
            { id: 240, user_id: 3, order_date: new Date("2021-03-24T14:09:52Z"), total_amount: "10.02", status: "Delivered" },
            { id: 241, user_id: 12, order_date: new Date("2021-07-09T09:20:28Z"), total_amount: null, status: "Pending" },
            { id: 242, user_id: 31, order_date: new Date("2022-09-18T11:51:53Z"), total_amount: "64.39", status: "Delivered" },
            { id: 243, user_id: 79, order_date: new Date("2021-08-30T13:05:20Z"), total_amount: null, status: "Pending" },
            { id: 244, user_id: 61, order_date: new Date("2022-07-08T13:33:29Z"), total_amount: "11.65", status: "Delivered" },
            { id: 245, user_id: 185, order_date: new Date("2023-01-26T11:24:41Z"), total_amount: null, status: "Pending" },
            { id: 246, user_id: 114, order_date: new Date("2021-04-07T16:11:24Z"), total_amount: "11.35", status: "Shipped" },
            { id: 247, user_id: 167, order_date: new Date("2023-01-06T13:46:21Z"), total_amount: "832.00", status: "Delivered" },
            { id: 248, user_id: 196, order_date: new Date("2021-03-02T16:40:16Z"), total_amount: null, status: "Pending" },
            { id: 249, user_id: 122, order_date: new Date("2023-08-25T08:33:17Z"), total_amount: "24.38", status: "Delivered" },
            { id: 250, user_id: 94, order_date: new Date("2022-03-06T10:30:01Z"), total_amount: null, status: "Pending" },
            { id: 251, user_id: 171, order_date: new Date("2021-05-12T13:58:50Z"), total_amount: "2202.50", status: "Shipped" },
            { id: 252, user_id: 100, order_date: new Date("2021-02-03T14:50:43Z"), total_amount: "49.86", status: "Delivered" },
            { id: 253, user_id: 51, order_date: new Date("2021-02-26T16:35:07Z"), total_amount: "213.43", status: "Delivered" },
            { id: 254, user_id: 109, order_date: new Date("2023-06-14T15:37:56Z"), total_amount: null, status: "Pending" },
            { id: 255, user_id: 50, order_date: new Date("2023-08-20T16:40:54Z"), total_amount: null, status: "Pending" },
            { id: 256, user_id: 133, order_date: new Date("2022-04-26T13:59:40Z"), total_amount: null, status: "Pending" },
            { id: 257, user_id: 63, order_date: new Date("2023-06-04T11:19:28Z"), total_amount: null, status: "Pending" },
            { id: 258, user_id: 95, order_date: new Date("2022-01-28T12:13:40Z"), total_amount: null, status: "Returned" },
            { id: 259, user_id: 18, order_date: new Date("2022-07-30T11:12:31Z"), total_amount: null, status: "Pending" },
            { id: 260, user_id: 173, order_date: new Date("2021-06-12T14:51:09Z"), total_amount: null, status: "Pending" },
            { id: 261, user_id: 13, order_date: new Date("2021-10-08T20:00:35Z"), total_amount: null, status: "Pending" },
            { id: 262, user_id: 59, order_date: new Date("2021-06-05T16:33:08Z"), total_amount: "581.50", status: "Delivered" },
            { id: 263, user_id: 128, order_date: new Date("2021-08-25T13:02:19Z"), total_amount: "479.32", status: "Shipped" },
            { id: 264, user_id: 12, order_date: new Date("2021-01-30T10:34:28Z"), total_amount: "775.80", status: "Shipped" },
            { id: 265, user_id: 150, order_date: new Date("2022-07-19T11:28:49Z"), total_amount: "1363.73", status: "Shipped" },
            { id: 266, user_id: 16, order_date: new Date("2021-01-18T13:57:45Z"), total_amount: "2620.87", status: "Shipped" },
            { id: 267, user_id: 43, order_date: new Date("2021-06-04T10:12:30Z"), total_amount: null, status: "Pending" },
            { id: 268, user_id: 99, order_date: new Date("2022-12-13T08:49:46Z"), total_amount: "790.52", status: "Shipped" },
            { id: 269, user_id: 185, order_date: new Date("2021-09-11T11:01:13Z"), total_amount: null, status: "Pending" },
            { id: 270, user_id: 176, order_date: new Date("2022-07-05T09:55:53Z"), total_amount: null, status: "Pending" },
            { id: 271, user_id: 181, order_date: new Date("2022-06-29T13:21:07Z"), total_amount: "1301.25", status: "Delivered" },
            { id: 272, user_id: 193, order_date: new Date("2021-11-28T11:31:39Z"), total_amount: null, status: "Pending" },
            { id: 273, user_id: 136, order_date: new Date("2023-01-25T10:18:59Z"), total_amount: null, status: "Pending" },
            { id: 274, user_id: 78, order_date: new Date("2023-07-13T13:41:55Z"), total_amount: null, status: "Pending" },
            { id: 275, user_id: 160, order_date: new Date("2023-03-30T17:00:44Z"), total_amount: "1776.41", status: "Shipped" },
            { id: 276, user_id: 139, order_date: new Date("2022-02-01T15:46:55Z"), total_amount: "10.01", status: "Delivered" },
            { id: 277, user_id: 93, order_date: new Date("2022-10-26T10:36:11Z"), total_amount: null, status: "Returned" },
            { id: 278, user_id: 122, order_date: new Date("2021-04-12T18:21:05Z"), total_amount: "19.37", status: "Delivered" },
            { id: 279, user_id: 49, order_date: new Date("2021-07-21T10:23:23Z"), total_amount: "399.12", status: "Shipped" },
            { id: 280, user_id: 154, order_date: new Date("2023-01-13T12:24:46Z"), total_amount: null, status: "Pending" },
            { id: 281, user_id: 157, order_date: new Date("2022-05-20T00:02:30Z"), total_amount: null, status: "Pending" },
            { id: 282, user_id: 157, order_date: new Date("2021-08-13T10:34:59Z"), total_amount: "1038.51", status: "Delivered" },
            { id: 283, user_id: 149, order_date: new Date("2023-04-07T10:40:58Z"), total_amount: "2094.00", status: "Delivered" },
            { id: 284, user_id: 39, order_date: new Date("2021-06-14T15:59:40Z"), total_amount: null, status: "Pending" },
            { id: 285, user_id: 160, order_date: new Date("2023-05-06T16:23:46Z"), total_amount: null, status: "Pending" },
            { id: 286, user_id: 132, order_date: new Date("2022-02-06T11:43:48Z"), total_amount: "30.39", status: "Delivered" },
            { id: 287, user_id: 9, order_date: new Date("2023-02-20T15:55:31Z"), total_amount: null, status: "Pending" },
            { id: 288, user_id: 81, order_date: new Date("2022-12-01T17:04:48Z"), total_amount: "2358.91", status: "Delivered" },
            { id: 289, user_id: 192, order_date: new Date("2021-01-20T18:43:10Z"), total_amount: "10.02", status: "Shipped" },
            { id: 290, user_id: 165, order_date: new Date("2021-01-26T10:29:35Z"), total_amount: null, status: "Pending" },
            { id: 291, user_id: 137, order_date: new Date("2022-12-11T13:16:24Z"), total_amount: "384.96", status: "Shipped" },
            { id: 292, user_id: 193, order_date: new Date("2021-11-28T11:11:30Z"), total_amount: null, status: "Pending" },
            { id: 293, user_id: 42, order_date: new Date("2021-06-14T17:38:13Z"), total_amount: null, status: "Pending" },
            { id: 294, user_id: 48, order_date: new Date("2021-06-11T13:36:09Z"), total_amount: null, status: "Pending" },
            { id: 295, user_id: 12, order_date: new Date("2023-09-17T14:32:19Z"), total_amount: null, status: "Returned" },
            { id: 296, user_id: 51, order_date: new Date("2023-06-23T13:41:34Z"), total_amount: null, status: "Pending" },
            { id: 297, user_id: 4, order_date: new Date("2023-04-09T08:12:47Z"), total_amount: null, status: "Pending" },
            { id: 298, user_id: 102, order_date: new Date("2023-01-12T14:42:40Z"), total_amount: "152.99", status: "Delivered" },
            { id: 299, user_id: 103, order_date: new Date("2023-03-31T11:26:49Z"), total_amount: "796.60", status: "Shipped" },
            { id: 300, user_id: 132, order_date: new Date("2023-03-11T14:15:23Z"), total_amount: "831.38", status: "Shipped" },
        ],
    });
    await prisma.order_items.createMany({
        data: [
            { id: 1, order_id: 237, product_id: 122, quantity: 1, price_per_item: "87.58" },
            { id: 2, order_id: 269, product_id: 72, quantity: 3, price_per_item: "14.64" },
            { id: 3, order_id: 300, product_id: 10, quantity: 1, price_per_item: "253.21" },
            { id: 4, order_id: 98, product_id: 44, quantity: 2, price_per_item: "18.00" },
            { id: 5, order_id: 186, product_id: 131, quantity: 3, price_per_item: "78.76" },
            { id: 6, order_id: 228, product_id: 34, quantity: 3, price_per_item: "50.38" },
            { id: 7, order_id: 129, product_id: 67, quantity: 3, price_per_item: "176.50" },
            { id: 8, order_id: 297, product_id: 131, quantity: 4, price_per_item: "54.69" },
            { id: 9, order_id: 185, product_id: 38, quantity: 5, price_per_item: "16.82" },
            { id: 10, order_id: 76, product_id: 126, quantity: 4, price_per_item: "19.57" },
            { id: 11, order_id: 249, product_id: 101, quantity: 3, price_per_item: "13.84" },
            { id: 12, order_id: 257, product_id: 102, quantity: 1, price_per_item: "228.43" },
            { id: 13, order_id: 288, product_id: 55, quantity: 1, price_per_item: "79.21" },
            { id: 14, order_id: 294, product_id: 8, quantity: 5, price_per_item: "33.23" },
            { id: 15, order_id: 235, product_id: 135, quantity: 5, price_per_item: "35.41" },
            { id: 16, order_id: 109, product_id: 24, quantity: 1, price_per_item: "145.77" },
            { id: 17, order_id: 259, product_id: 26, quantity: 1, price_per_item: "30.27" },
            { id: 18, order_id: 60, product_id: 5, quantity: 4, price_per_item: "10.99" },
            { id: 19, order_id: 153, product_id: 110, quantity: 3, price_per_item: "26.22" },
            { id: 20, order_id: 186, product_id: 131, quantity: 2, price_per_item: "111.26" },
            { id: 21, order_id: 181, product_id: 104, quantity: 3, price_per_item: "257.25" },
            { id: 22, order_id: 56, product_id: 124, quantity: 4, price_per_item: "165.81" },
            { id: 23, order_id: 198, product_id: 93, quantity: 3, price_per_item: "77.50" },
            { id: 24, order_id: 93, product_id: 3, quantity: 1, price_per_item: "24.11" },
            { id: 25, order_id: 220, product_id: 103, quantity: 2, price_per_item: "10.84" },
            { id: 26, order_id: 252, product_id: 7, quantity: 3, price_per_item: "281.31" },
            { id: 27, order_id: 117, product_id: 51, quantity: 5, price_per_item: "281.13" },
            { id: 28, order_id: 47, product_id: 137, quantity: 4, price_per_item: "294.23" },
            { id: 29, order_id: 198, product_id: 1, quantity: 1, price_per_item: "223.31" },
            { id: 30, order_id: 92, product_id: 136, quantity: 1, price_per_item: "14.50" },
            { id: 31, order_id: 254, product_id: 130, quantity: 3, price_per_item: "12.69" },
            { id: 32, order_id: 103, product_id: 121, quantity: 2, price_per_item: "58.36" },
            { id: 33, order_id: 19, product_id: 139, quantity: 3, price_per_item: "10.10" },
            { id: 34, order_id: 290, product_id: 41, quantity: 3, price_per_item: "56.72" },
            { id: 35, order_id: 222, product_id: 74, quantity: 1, price_per_item: "237.53" },
            { id: 36, order_id: 18, product_id: 122, quantity: 1, price_per_item: "11.74" },
            { id: 37, order_id: 93, product_id: 105, quantity: 1, price_per_item: "63.70" },
            { id: 38, order_id: 3, product_id: 133, quantity: 2, price_per_item: "82.23" },
            { id: 39, order_id: 34, product_id: 50, quantity: 3, price_per_item: "246.31" },
            { id: 40, order_id: 243, product_id: 76, quantity: 4, price_per_item: "66.43" },
            { id: 41, order_id: 221, product_id: 142, quantity: 1, price_per_item: "294.40" },
            { id: 42, order_id: 30, product_id: 147, quantity: 3, price_per_item: "39.96" },
            { id: 43, order_id: 37, product_id: 36, quantity: 2, price_per_item: "54.46" },
            { id: 44, order_id: 136, product_id: 140, quantity: 2, price_per_item: "51.12" },
            { id: 45, order_id: 69, product_id: 58, quantity: 3, price_per_item: "20.57" },
            { id: 46, order_id: 146, product_id: 48, quantity: 1, price_per_item: "119.01" },
            { id: 47, order_id: 101, product_id: 111, quantity: 1, price_per_item: "294.35" },
            { id: 48, order_id: 174, product_id: 126, quantity: 4, price_per_item: "110.16" },
            { id: 49, order_id: 241, product_id: 10, quantity: 1, price_per_item: "26.63" },
            { id: 50, order_id: 98, product_id: 133, quantity: 3, price_per_item: "284.09" },
            { id: 51, order_id: 295, product_id: 41, quantity: 3, price_per_item: "96.86" },
            { id: 52, order_id: 144, product_id: 138, quantity: 4, price_per_item: "146.78" },
            { id: 53, order_id: 134, product_id: 102, quantity: 2, price_per_item: "85.10" },
            { id: 54, order_id: 176, product_id: 117, quantity: 3, price_per_item: "41.28" },
            { id: 55, order_id: 80, product_id: 39, quantity: 1, price_per_item: "31.97" },
            { id: 56, order_id: 171, product_id: 30, quantity: 1, price_per_item: "11.98" },
            { id: 57, order_id: 180, product_id: 65, quantity: 1, price_per_item: "91.73" },
            { id: 58, order_id: 242, product_id: 96, quantity: 3, price_per_item: "10.72" },
            { id: 59, order_id: 118, product_id: 39, quantity: 1, price_per_item: "30.15" },
            { id: 60, order_id: 240, product_id: 113, quantity: 1, price_per_item: "14.48" },
            { id: 61, order_id: 186, product_id: 37, quantity: 1, price_per_item: "81.13" },
            { id: 62, order_id: 27, product_id: 120, quantity: 3, price_per_item: "281.06" },
            { id: 63, order_id: 152, product_id: 144, quantity: 2, price_per_item: "180.78" },
            { id: 64, order_id: 31, product_id: 149, quantity: 1, price_per_item: "12.58" },
            { id: 65, order_id: 138, product_id: 48, quantity: 4, price_per_item: "144.48" },
            { id: 66, order_id: 162, product_id: 140, quantity: 1, price_per_item: "11.43" },
            { id: 67, order_id: 112, product_id: 99, quantity: 2, price_per_item: "34.66" },
            { id: 68, order_id: 8, product_id: 104, quantity: 1, price_per_item: "153.38" },
            { id: 69, order_id: 169, product_id: 145, quantity: 1, price_per_item: "19.97" },
            { id: 70, order_id: 91, product_id: 139, quantity: 4, price_per_item: "46.02" },
            { id: 71, order_id: 224, product_id: 58, quantity: 3, price_per_item: "177.10" },
            { id: 72, order_id: 279, product_id: 55, quantity: 4, price_per_item: "10.24" },
            { id: 73, order_id: 26, product_id: 135, quantity: 3, price_per_item: "272.34" },
            { id: 74, order_id: 294, product_id: 136, quantity: 5, price_per_item: "82.43" },
            { id: 75, order_id: 79, product_id: 42, quantity: 2, price_per_item: "11.80" },
            { id: 76, order_id: 53, product_id: 81, quantity: 1, price_per_item: "36.39" },
            { id: 77, order_id: 121, product_id: 141, quantity: 3, price_per_item: "235.26" },
            { id: 78, order_id: 262, product_id: 137, quantity: 1, price_per_item: "273.24" },
            { id: 79, order_id: 288, product_id: 45, quantity: 4, price_per_item: "39.46" },
            { id: 80, order_id: 288, product_id: 148, quantity: 1, price_per_item: "83.16" },
            { id: 81, order_id: 43, product_id: 40, quantity: 2, price_per_item: "132.45" },
            { id: 82, order_id: 62, product_id: 5, quantity: 5, price_per_item: "73.00" },
            { id: 83, order_id: 9, product_id: 120, quantity: 1, price_per_item: "46.93" },
            { id: 84, order_id: 45, product_id: 75, quantity: 2, price_per_item: "149.79" },
            { id: 85, order_id: 142, product_id: 141, quantity: 1, price_per_item: "99.77" },
            { id: 86, order_id: 213, product_id: 6, quantity: 3, price_per_item: "257.17" },
            { id: 87, order_id: 152, product_id: 130, quantity: 5, price_per_item: "264.31" },
            { id: 88, order_id: 183, product_id: 61, quantity: 2, price_per_item: "212.67" },
            { id: 89, order_id: 48, product_id: 115, quantity: 5, price_per_item: "253.49" },
            { id: 90, order_id: 91, product_id: 106, quantity: 1, price_per_item: "110.33" },
            { id: 91, order_id: 21, product_id: 72, quantity: 3, price_per_item: "11.06" },
            { id: 92, order_id: 181, product_id: 59, quantity: 4, price_per_item: "16.61" },
            { id: 93, order_id: 213, product_id: 132, quantity: 1, price_per_item: "10.07" },
            { id: 94, order_id: 240, product_id: 16, quantity: 2, price_per_item: "100.64" },
            { id: 95, order_id: 88, product_id: 98, quantity: 5, price_per_item: "131.46" },
            { id: 96, order_id: 145, product_id: 14, quantity: 4, price_per_item: "42.28" },
            { id: 97, order_id: 19, product_id: 51, quantity: 4, price_per_item: "219.21" },
            { id: 98, order_id: 122, product_id: 17, quantity: 1, price_per_item: "11.24" },
            { id: 99, order_id: 60, product_id: 139, quantity: 1, price_per_item: "28.25" },
            { id: 100, order_id: 218, product_id: 21, quantity: 2, price_per_item: "44.72" },
            { id: 101, order_id: 181, product_id: 118, quantity: 1, price_per_item: "11.27" },
            { id: 102, order_id: 275, product_id: 53, quantity: 2, price_per_item: "134.67" },
            { id: 103, order_id: 161, product_id: 99, quantity: 1, price_per_item: "36.61" },
            { id: 104, order_id: 108, product_id: 2, quantity: 1, price_per_item: "50.10" },
            { id: 105, order_id: 173, product_id: 143, quantity: 3, price_per_item: "42.51" },
            { id: 106, order_id: 166, product_id: 34, quantity: 2, price_per_item: "120.42" },
            { id: 107, order_id: 160, product_id: 112, quantity: 2, price_per_item: "124.67" },
            { id: 108, order_id: 251, product_id: 102, quantity: 1, price_per_item: "198.33" },
            { id: 109, order_id: 132, product_id: 38, quantity: 2, price_per_item: "217.58" },
            { id: 110, order_id: 92, product_id: 63, quantity: 3, price_per_item: "219.04" },
            { id: 111, order_id: 172, product_id: 15, quantity: 4, price_per_item: "21.65" },
            { id: 112, order_id: 140, product_id: 64, quantity: 2, price_per_item: "31.31" },
            { id: 113, order_id: 126, product_id: 30, quantity: 4, price_per_item: "33.45" },
            { id: 114, order_id: 223, product_id: 69, quantity: 1, price_per_item: "85.15" },
            { id: 115, order_id: 145, product_id: 17, quantity: 3, price_per_item: "113.72" },
            { id: 116, order_id: 82, product_id: 30, quantity: 4, price_per_item: "33.69" },
            { id: 117, order_id: 174, product_id: 46, quantity: 1, price_per_item: "259.91" },
            { id: 118, order_id: 232, product_id: 73, quantity: 3, price_per_item: "141.18" },
            { id: 119, order_id: 154, product_id: 41, quantity: 2, price_per_item: "17.36" },
            { id: 120, order_id: 230, product_id: 99, quantity: 1, price_per_item: "43.69" },
            { id: 121, order_id: 138, product_id: 106, quantity: 1, price_per_item: "142.20" },
            { id: 122, order_id: 239, product_id: 32, quantity: 3, price_per_item: "21.42" },
            { id: 123, order_id: 165, product_id: 9, quantity: 2, price_per_item: "18.58" },
            { id: 124, order_id: 45, product_id: 86, quantity: 2, price_per_item: "142.46" },
            { id: 125, order_id: 106, product_id: 121, quantity: 1, price_per_item: "266.00" },
            { id: 126, order_id: 136, product_id: 33, quantity: 3, price_per_item: "41.74" },
            { id: 127, order_id: 11, product_id: 133, quantity: 2, price_per_item: "25.81" },
            { id: 128, order_id: 50, product_id: 31, quantity: 2, price_per_item: "80.99" },
            { id: 129, order_id: 139, product_id: 72, quantity: 4, price_per_item: "44.24" },
            { id: 130, order_id: 278, product_id: 147, quantity: 1, price_per_item: "281.22" },
            { id: 131, order_id: 279, product_id: 137, quantity: 1, price_per_item: "19.58" },
            { id: 132, order_id: 152, product_id: 12, quantity: 1, price_per_item: "289.05" },
            { id: 133, order_id: 127, product_id: 7, quantity: 2, price_per_item: "82.54" },
            { id: 134, order_id: 1, product_id: 13, quantity: 3, price_per_item: "33.98" },
            { id: 135, order_id: 120, product_id: 89, quantity: 4, price_per_item: "164.61" },
            { id: 136, order_id: 81, product_id: 133, quantity: 1, price_per_item: "57.23" },
            { id: 137, order_id: 184, product_id: 19, quantity: 5, price_per_item: "104.02" },
            { id: 138, order_id: 233, product_id: 49, quantity: 3, price_per_item: "40.62" },
            { id: 139, order_id: 100, product_id: 86, quantity: 2, price_per_item: "12.53" },
            { id: 140, order_id: 282, product_id: 16, quantity: 2, price_per_item: "179.25" },
            { id: 141, order_id: 294, product_id: 67, quantity: 2, price_per_item: "50.66" },
            { id: 142, order_id: 186, product_id: 74, quantity: 1, price_per_item: "48.31" },
            { id: 143, order_id: 296, product_id: 3, quantity: 3, price_per_item: "209.76" },
            { id: 144, order_id: 59, product_id: 28, quantity: 2, price_per_item: "12.29" },
            { id: 145, order_id: 293, product_id: 80, quantity: 2, price_per_item: "25.93" },
            { id: 146, order_id: 84, product_id: 145, quantity: 2, price_per_item: "44.51" },
            { id: 147, order_id: 299, product_id: 56, quantity: 3, price_per_item: "128.18" },
            { id: 148, order_id: 176, product_id: 69, quantity: 1, price_per_item: "10.12" },
            { id: 149, order_id: 293, product_id: 45, quantity: 4, price_per_item: "82.43" },
            { id: 150, order_id: 241, product_id: 110, quantity: 3, price_per_item: "26.76" },
            { id: 151, order_id: 240, product_id: 11, quantity: 4, price_per_item: "68.30" },
            { id: 152, order_id: 215, product_id: 138, quantity: 2, price_per_item: "285.96" },
            { id: 153, order_id: 143, product_id: 137, quantity: 4, price_per_item: "17.55" },
            { id: 154, order_id: 258, product_id: 80, quantity: 1, price_per_item: "26.51" },
            { id: 155, order_id: 79, product_id: 38, quantity: 1, price_per_item: "245.22" },
            { id: 156, order_id: 215, product_id: 145, quantity: 2, price_per_item: "147.97" },
            { id: 157, order_id: 197, product_id: 69, quantity: 5, price_per_item: "272.11" },
            { id: 158, order_id: 52, product_id: 121, quantity: 4, price_per_item: "235.18" },
            { id: 159, order_id: 189, product_id: 49, quantity: 2, price_per_item: "41.67" },
            { id: 160, order_id: 188, product_id: 54, quantity: 1, price_per_item: "244.53" },
            { id: 161, order_id: 264, product_id: 100, quantity: 2, price_per_item: "210.36" },
            { id: 162, order_id: 291, product_id: 36, quantity: 3, price_per_item: "27.93" },
            { id: 163, order_id: 32, product_id: 118, quantity: 2, price_per_item: "191.06" },
            { id: 164, order_id: 263, product_id: 44, quantity: 2, price_per_item: "284.95" },
            { id: 165, order_id: 17, product_id: 146, quantity: 1, price_per_item: "196.50" },
            { id: 166, order_id: 42, product_id: 116, quantity: 4, price_per_item: "33.31" },
            { id: 167, order_id: 99, product_id: 121, quantity: 1, price_per_item: "93.67" },
            { id: 168, order_id: 117, product_id: 73, quantity: 1, price_per_item: "143.07" },
            { id: 169, order_id: 258, product_id: 71, quantity: 5, price_per_item: "41.24" },
            { id: 170, order_id: 13, product_id: 111, quantity: 1, price_per_item: "90.34" },
            { id: 171, order_id: 131, product_id: 102, quantity: 2, price_per_item: "27.52" },
            { id: 172, order_id: 228, product_id: 96, quantity: 3, price_per_item: "233.87" },
            { id: 173, order_id: 107, product_id: 49, quantity: 3, price_per_item: "80.46" },
            { id: 174, order_id: 198, product_id: 62, quantity: 1, price_per_item: "42.15" },
            { id: 175, order_id: 210, product_id: 23, quantity: 1, price_per_item: "11.46" },
            { id: 176, order_id: 247, product_id: 10, quantity: 1, price_per_item: "60.26" },
            { id: 177, order_id: 222, product_id: 9, quantity: 2, price_per_item: "56.93" },
            { id: 178, order_id: 106, product_id: 67, quantity: 1, price_per_item: "93.13" },
            { id: 179, order_id: 32, product_id: 77, quantity: 1, price_per_item: "10.72" },
            { id: 180, order_id: 297, product_id: 37, quantity: 2, price_per_item: "83.74" },
            { id: 181, order_id: 137, product_id: 12, quantity: 3, price_per_item: "131.56" },
            { id: 182, order_id: 289, product_id: 90, quantity: 1, price_per_item: "33.41" },
            { id: 183, order_id: 174, product_id: 139, quantity: 3, price_per_item: "12.11" },
            { id: 184, order_id: 83, product_id: 71, quantity: 2, price_per_item: "223.25" },
            { id: 185, order_id: 215, product_id: 142, quantity: 3, price_per_item: "43.65" },
            { id: 186, order_id: 256, product_id: 68, quantity: 1, price_per_item: "34.47" },
            { id: 187, order_id: 65, product_id: 30, quantity: 2, price_per_item: "223.79" },
            { id: 188, order_id: 93, product_id: 147, quantity: 1, price_per_item: "164.90" },
            { id: 189, order_id: 211, product_id: 96, quantity: 1, price_per_item: "296.48" },
            { id: 190, order_id: 81, product_id: 22, quantity: 3, price_per_item: "108.53" },
            { id: 191, order_id: 255, product_id: 49, quantity: 2, price_per_item: "39.92" },
            { id: 192, order_id: 167, product_id: 33, quantity: 2, price_per_item: "275.13" },
            { id: 193, order_id: 116, product_id: 49, quantity: 4, price_per_item: "105.55" },
            { id: 194, order_id: 287, product_id: 114, quantity: 1, price_per_item: "12.59" },
            { id: 195, order_id: 262, product_id: 12, quantity: 2, price_per_item: "134.83" },
            { id: 196, order_id: 92, product_id: 144, quantity: 5, price_per_item: "146.34" },
            { id: 197, order_id: 84, product_id: 135, quantity: 4, price_per_item: "103.26" },
            { id: 198, order_id: 75, product_id: 30, quantity: 1, price_per_item: "241.11" },
            { id: 199, order_id: 15, product_id: 39, quantity: 3, price_per_item: "24.78" },
            { id: 200, order_id: 199, product_id: 75, quantity: 5, price_per_item: "68.57" },
            { id: 201, order_id: 213, product_id: 126, quantity: 2, price_per_item: "275.05" },
            { id: 202, order_id: 190, product_id: 142, quantity: 1, price_per_item: "22.45" },
            { id: 203, order_id: 60, product_id: 15, quantity: 1, price_per_item: "103.13" },
            { id: 204, order_id: 166, product_id: 55, quantity: 1, price_per_item: "12.12" },
            { id: 205, order_id: 204, product_id: 29, quantity: 4, price_per_item: "10.56" },
            { id: 206, order_id: 297, product_id: 52, quantity: 2, price_per_item: "141.25" },
            { id: 207, order_id: 83, product_id: 115, quantity: 4, price_per_item: "57.03" },
            { id: 208, order_id: 242, product_id: 84, quantity: 4, price_per_item: "137.57" },
            { id: 209, order_id: 69, product_id: 129, quantity: 3, price_per_item: "281.08" },
            { id: 210, order_id: 52, product_id: 24, quantity: 2, price_per_item: "60.09" },
            { id: 211, order_id: 276, product_id: 50, quantity: 1, price_per_item: "118.37" },
            { id: 212, order_id: 289, product_id: 21, quantity: 1, price_per_item: "130.12" },
            { id: 213, order_id: 60, product_id: 60, quantity: 4, price_per_item: "169.05" },
            { id: 214, order_id: 88, product_id: 132, quantity: 3, price_per_item: "273.51" },
            { id: 215, order_id: 193, product_id: 21, quantity: 3, price_per_item: "56.24" },
            { id: 216, order_id: 222, product_id: 36, quantity: 3, price_per_item: "43.58" },
            { id: 217, order_id: 166, product_id: 35, quantity: 4, price_per_item: "79.21" },
            { id: 218, order_id: 20, product_id: 30, quantity: 4, price_per_item: "64.26" },
            { id: 219, order_id: 196, product_id: 144, quantity: 4, price_per_item: "32.36" },
            { id: 220, order_id: 152, product_id: 116, quantity: 3, price_per_item: "12.92" },
            { id: 221, order_id: 263, product_id: 23, quantity: 1, price_per_item: "115.32" },
            { id: 222, order_id: 208, product_id: 122, quantity: 2, price_per_item: "38.26" },
            { id: 223, order_id: 151, product_id: 7, quantity: 1, price_per_item: "155.21" },
            { id: 224, order_id: 218, product_id: 61, quantity: 3, price_per_item: "12.81" },
            { id: 225, order_id: 91, product_id: 70, quantity: 3, price_per_item: "60.70" },
            { id: 226, order_id: 41, product_id: 145, quantity: 1, price_per_item: "64.96" },
            { id: 227, order_id: 133, product_id: 123, quantity: 1, price_per_item: "10.68" },
            { id: 228, order_id: 293, product_id: 18, quantity: 5, price_per_item: "17.19" },
            { id: 229, order_id: 218, product_id: 146, quantity: 1, price_per_item: "132.29" },
            { id: 230, order_id: 164, product_id: 150, quantity: 1, price_per_item: "164.87" },
            { id: 231, order_id: 46, product_id: 26, quantity: 1, price_per_item: "98.29" },
            { id: 232, order_id: 168, product_id: 107, quantity: 2, price_per_item: "206.04" },
            { id: 233, order_id: 112, product_id: 102, quantity: 2, price_per_item: "145.85" },
            { id: 234, order_id: 230, product_id: 91, quantity: 2, price_per_item: "16.50" },
            { id: 235, order_id: 243, product_id: 76, quantity: 3, price_per_item: "193.30" },
            { id: 236, order_id: 116, product_id: 104, quantity: 2, price_per_item: "80.51" },
            { id: 237, order_id: 225, product_id: 134, quantity: 4, price_per_item: "292.54" },
            { id: 238, order_id: 130, product_id: 109, quantity: 4, price_per_item: "108.94" },
            { id: 239, order_id: 111, product_id: 134, quantity: 3, price_per_item: "299.64" },
            { id: 240, order_id: 108, product_id: 26, quantity: 1, price_per_item: "10.93" },
            { id: 241, order_id: 39, product_id: 20, quantity: 5, price_per_item: "27.04" },
            { id: 242, order_id: 66, product_id: 44, quantity: 2, price_per_item: "243.04" },
            { id: 243, order_id: 10, product_id: 92, quantity: 2, price_per_item: "25.58" },
            { id: 244, order_id: 172, product_id: 59, quantity: 3, price_per_item: "140.88" },
            { id: 245, order_id: 162, product_id: 22, quantity: 1, price_per_item: "47.73" },
            { id: 246, order_id: 2, product_id: 106, quantity: 1, price_per_item: "123.65" },
            { id: 247, order_id: 4, product_id: 51, quantity: 1, price_per_item: "86.76" },
            { id: 248, order_id: 210, product_id: 62, quantity: 5, price_per_item: "276.82" },
            { id: 249, order_id: 200, product_id: 124, quantity: 2, price_per_item: "94.45" },
            { id: 250, order_id: 243, product_id: 74, quantity: 2, price_per_item: "134.99" },
            { id: 251, order_id: 27, product_id: 26, quantity: 2, price_per_item: "53.46" },
            { id: 252, order_id: 79, product_id: 142, quantity: 2, price_per_item: "254.67" },
            { id: 253, order_id: 296, product_id: 116, quantity: 2, price_per_item: "34.69" },
            { id: 254, order_id: 217, product_id: 70, quantity: 1, price_per_item: "216.11" },
            { id: 255, order_id: 227, product_id: 121, quantity: 1, price_per_item: "137.82" },
            { id: 256, order_id: 68, product_id: 117, quantity: 5, price_per_item: "84.10" },
            { id: 257, order_id: 246, product_id: 53, quantity: 5, price_per_item: "237.23" },
            { id: 258, order_id: 94, product_id: 53, quantity: 5, price_per_item: "93.61" },
            { id: 259, order_id: 216, product_id: 26, quantity: 2, price_per_item: "27.79" },
            { id: 260, order_id: 62, product_id: 12, quantity: 2, price_per_item: "151.92" },
            { id: 261, order_id: 288, product_id: 12, quantity: 2, price_per_item: "108.07" },
            { id: 262, order_id: 22, product_id: 106, quantity: 3, price_per_item: "174.90" },
            { id: 263, order_id: 71, product_id: 28, quantity: 1, price_per_item: "30.01" },
            { id: 264, order_id: 223, product_id: 106, quantity: 4, price_per_item: "11.35" },
            { id: 265, order_id: 103, product_id: 104, quantity: 2, price_per_item: "12.02" },
            { id: 266, order_id: 42, product_id: 3, quantity: 3, price_per_item: "125.28" },
            { id: 267, order_id: 4, product_id: 97, quantity: 1, price_per_item: "261.39" },
            { id: 268, order_id: 124, product_id: 96, quantity: 1, price_per_item: "15.07" },
            { id: 269, order_id: 30, product_id: 61, quantity: 1, price_per_item: "22.94" },
            { id: 270, order_id: 240, product_id: 119, quantity: 1, price_per_item: "134.28" },
            { id: 271, order_id: 176, product_id: 83, quantity: 1, price_per_item: "130.84" },
            { id: 272, order_id: 148, product_id: 40, quantity: 5, price_per_item: "118.21" },
            { id: 273, order_id: 87, product_id: 76, quantity: 2, price_per_item: "88.22" },
            { id: 274, order_id: 105, product_id: 17, quantity: 1, price_per_item: "32.92" },
            { id: 275, order_id: 263, product_id: 133, quantity: 1, price_per_item: "13.35" },
            { id: 276, order_id: 280, product_id: 97, quantity: 1, price_per_item: "66.20" },
            { id: 277, order_id: 8, product_id: 91, quantity: 2, price_per_item: "175.64" },
            { id: 278, order_id: 42, product_id: 27, quantity: 1, price_per_item: "131.04" },
            { id: 279, order_id: 142, product_id: 86, quantity: 4, price_per_item: "31.99" },
            { id: 280, order_id: 237, product_id: 31, quantity: 3, price_per_item: "124.54" },
            { id: 281, order_id: 1, product_id: 41, quantity: 3, price_per_item: "77.60" },
            { id: 282, order_id: 10, product_id: 80, quantity: 1, price_per_item: "283.12" },
            { id: 283, order_id: 203, product_id: 25, quantity: 3, price_per_item: "59.17" },
            { id: 284, order_id: 148, product_id: 78, quantity: 3, price_per_item: "275.12" },
            { id: 285, order_id: 43, product_id: 118, quantity: 2, price_per_item: "194.05" },
            { id: 286, order_id: 216, product_id: 101, quantity: 4, price_per_item: "146.36" },
            { id: 287, order_id: 57, product_id: 123, quantity: 1, price_per_item: "10.62" },
            { id: 288, order_id: 20, product_id: 26, quantity: 1, price_per_item: "47.86" },
            { id: 289, order_id: 59, product_id: 34, quantity: 2, price_per_item: "137.93" },
            { id: 290, order_id: 2, product_id: 59, quantity: 1, price_per_item: "199.85" },
            { id: 291, order_id: 245, product_id: 27, quantity: 1, price_per_item: "12.57" },
            { id: 292, order_id: 188, product_id: 90, quantity: 2, price_per_item: "209.74" },
            { id: 293, order_id: 24, product_id: 100, quantity: 1, price_per_item: "97.53" },
            { id: 294, order_id: 82, product_id: 44, quantity: 2, price_per_item: "110.73" },
            { id: 295, order_id: 61, product_id: 116, quantity: 5, price_per_item: "177.85" },
            { id: 296, order_id: 255, product_id: 33, quantity: 2, price_per_item: "17.93" },
            { id: 297, order_id: 125, product_id: 12, quantity: 4, price_per_item: "22.19" },
            { id: 298, order_id: 116, product_id: 1, quantity: 2, price_per_item: "144.42" },
            { id: 299, order_id: 279, product_id: 49, quantity: 1, price_per_item: "297.72" },
            { id: 300, order_id: 147, product_id: 19, quantity: 1, price_per_item: "209.06" },
            { id: 301, order_id: 234, product_id: 73, quantity: 2, price_per_item: "282.14" },
            { id: 302, order_id: 272, product_id: 50, quantity: 1, price_per_item: "10.07" },
            { id: 303, order_id: 245, product_id: 2, quantity: 1, price_per_item: "241.92" },
            { id: 304, order_id: 244, product_id: 40, quantity: 4, price_per_item: "103.63" },
            { id: 305, order_id: 205, product_id: 131, quantity: 3, price_per_item: "121.43" },
            { id: 306, order_id: 62, product_id: 149, quantity: 1, price_per_item: "101.30" },
            { id: 307, order_id: 44, product_id: 33, quantity: 2, price_per_item: "82.53" },
            { id: 308, order_id: 135, product_id: 120, quantity: 3, price_per_item: "20.40" },
            { id: 309, order_id: 86, product_id: 112, quantity: 2, price_per_item: "15.50" },
            { id: 310, order_id: 167, product_id: 124, quantity: 1, price_per_item: "29.59" },
            { id: 311, order_id: 262, product_id: 124, quantity: 1, price_per_item: "257.16" },
            { id: 312, order_id: 114, product_id: 54, quantity: 1, price_per_item: "38.56" },
            { id: 313, order_id: 181, product_id: 116, quantity: 3, price_per_item: "295.45" },
            { id: 314, order_id: 226, product_id: 111, quantity: 4, price_per_item: "127.42" },
            { id: 315, order_id: 197, product_id: 16, quantity: 1, price_per_item: "71.25" },
            { id: 316, order_id: 192, product_id: 93, quantity: 3, price_per_item: "120.38" },
            { id: 317, order_id: 155, product_id: 137, quantity: 1, price_per_item: "37.09" },
            { id: 318, order_id: 290, product_id: 144, quantity: 2, price_per_item: "11.38" },
            { id: 319, order_id: 139, product_id: 23, quantity: 2, price_per_item: "46.86" },
            { id: 320, order_id: 229, product_id: 138, quantity: 1, price_per_item: "19.36" },
            { id: 321, order_id: 83, product_id: 20, quantity: 3, price_per_item: "40.18" },
            { id: 322, order_id: 63, product_id: 149, quantity: 2, price_per_item: "26.18" },
            { id: 323, order_id: 102, product_id: 148, quantity: 2, price_per_item: "24.26" },
            { id: 324, order_id: 117, product_id: 85, quantity: 1, price_per_item: "138.50" },
            { id: 325, order_id: 293, product_id: 52, quantity: 4, price_per_item: "17.19" },
            { id: 326, order_id: 248, product_id: 68, quantity: 5, price_per_item: "15.11" },
            { id: 327, order_id: 170, product_id: 67, quantity: 2, price_per_item: "60.24" },
            { id: 328, order_id: 163, product_id: 57, quantity: 2, price_per_item: "73.86" },
            { id: 329, order_id: 98, product_id: 30, quantity: 2, price_per_item: "298.34" },
            { id: 330, order_id: 164, product_id: 133, quantity: 1, price_per_item: "26.14" },
            { id: 331, order_id: 171, product_id: 29, quantity: 4, price_per_item: "85.15" },
            { id: 332, order_id: 160, product_id: 45, quantity: 5, price_per_item: "212.85" },
            { id: 333, order_id: 191, product_id: 13, quantity: 2, price_per_item: "150.08" },
            { id: 334, order_id: 178, product_id: 122, quantity: 4, price_per_item: "35.62" },
            { id: 335, order_id: 77, product_id: 135, quantity: 1, price_per_item: "38.74" },
            { id: 336, order_id: 5, product_id: 42, quantity: 2, price_per_item: "283.80" },
            { id: 337, order_id: 135, product_id: 94, quantity: 2, price_per_item: "205.45" },
            { id: 338, order_id: 139, product_id: 108, quantity: 1, price_per_item: "230.09" },
            { id: 339, order_id: 162, product_id: 129, quantity: 1, price_per_item: "271.97" },
            { id: 340, order_id: 103, product_id: 60, quantity: 4, price_per_item: "29.74" },
            { id: 341, order_id: 43, product_id: 94, quantity: 3, price_per_item: "15.12" },
            { id: 342, order_id: 176, product_id: 102, quantity: 1, price_per_item: "183.15" },
            { id: 343, order_id: 208, product_id: 136, quantity: 5, price_per_item: "67.64" },
            { id: 344, order_id: 45, product_id: 52, quantity: 4, price_per_item: "18.23" },
            { id: 345, order_id: 144, product_id: 54, quantity: 1, price_per_item: "12.77" },
            { id: 346, order_id: 222, product_id: 80, quantity: 2, price_per_item: "10.02" },
            { id: 347, order_id: 270, product_id: 63, quantity: 3, price_per_item: "16.61" },
            { id: 348, order_id: 132, product_id: 110, quantity: 1, price_per_item: "37.87" },
            { id: 349, order_id: 62, product_id: 37, quantity: 1, price_per_item: "176.31" },
            { id: 350, order_id: 26, product_id: 131, quantity: 1, price_per_item: "135.80" },
            { id: 351, order_id: 76, product_id: 104, quantity: 2, price_per_item: "65.74" },
            { id: 352, order_id: 217, product_id: 132, quantity: 4, price_per_item: "78.57" },
            { id: 353, order_id: 175, product_id: 112, quantity: 1, price_per_item: "12.07" },
            { id: 354, order_id: 35, product_id: 6, quantity: 3, price_per_item: "99.99" },
            { id: 355, order_id: 60, product_id: 25, quantity: 5, price_per_item: "11.70" },
            { id: 356, order_id: 29, product_id: 120, quantity: 1, price_per_item: "299.58" },
            { id: 357, order_id: 22, product_id: 56, quantity: 3, price_per_item: "119.41" },
            { id: 358, order_id: 35, product_id: 97, quantity: 4, price_per_item: "220.97" },
            { id: 359, order_id: 163, product_id: 56, quantity: 1, price_per_item: "25.31" },
            { id: 360, order_id: 91, product_id: 100, quantity: 2, price_per_item: "12.63" },
            { id: 361, order_id: 215, product_id: 66, quantity: 2, price_per_item: "254.04" },
            { id: 362, order_id: 129, product_id: 129, quantity: 1, price_per_item: "71.33" },
            { id: 363, order_id: 252, product_id: 58, quantity: 2, price_per_item: "245.84" },
            { id: 364, order_id: 214, product_id: 60, quantity: 1, price_per_item: "83.13" },
            { id: 365, order_id: 95, product_id: 121, quantity: 1, price_per_item: "293.49" },
            { id: 366, order_id: 292, product_id: 23, quantity: 1, price_per_item: "14.33" },
            { id: 367, order_id: 252, product_id: 150, quantity: 3, price_per_item: "21.16" },
            { id: 368, order_id: 272, product_id: 10, quantity: 5, price_per_item: "99.90" },
            { id: 369, order_id: 183, product_id: 92, quantity: 5, price_per_item: "28.45" },
            { id: 370, order_id: 281, product_id: 118, quantity: 1, price_per_item: "43.13" },
            { id: 371, order_id: 158, product_id: 30, quantity: 2, price_per_item: "221.92" },
            { id: 372, order_id: 155, product_id: 141, quantity: 2, price_per_item: "16.37" },
            { id: 373, order_id: 99, product_id: 15, quantity: 2, price_per_item: "256.66" },
            { id: 374, order_id: 172, product_id: 41, quantity: 3, price_per_item: "19.83" },
            { id: 375, order_id: 240, product_id: 128, quantity: 5, price_per_item: "19.23" },
            { id: 376, order_id: 69, product_id: 48, quantity: 5, price_per_item: "79.02" },
            { id: 377, order_id: 174, product_id: 88, quantity: 3, price_per_item: "183.31" },
            { id: 378, order_id: 98, product_id: 62, quantity: 3, price_per_item: "38.88" },
            { id: 379, order_id: 90, product_id: 28, quantity: 1, price_per_item: "141.00" },
            { id: 380, order_id: 213, product_id: 89, quantity: 2, price_per_item: "68.40" },
            { id: 381, order_id: 156, product_id: 37, quantity: 3, price_per_item: "145.90" },
            { id: 382, order_id: 11, product_id: 40, quantity: 2, price_per_item: "81.13" },
            { id: 383, order_id: 100, product_id: 62, quantity: 2, price_per_item: "286.33" },
            { id: 384, order_id: 73, product_id: 11, quantity: 1, price_per_item: "142.32" },
            { id: 385, order_id: 3, product_id: 17, quantity: 2, price_per_item: "161.53" },
            { id: 386, order_id: 288, product_id: 148, quantity: 1, price_per_item: "37.91" },
            { id: 387, order_id: 225, product_id: 22, quantity: 5, price_per_item: "78.39" },
            { id: 388, order_id: 228, product_id: 108, quantity: 4, price_per_item: "291.75" },
            { id: 389, order_id: 267, product_id: 57, quantity: 5, price_per_item: "47.61" },
            { id: 390, order_id: 178, product_id: 53, quantity: 1, price_per_item: "136.19" },
            { id: 391, order_id: 150, product_id: 70, quantity: 2, price_per_item: "118.49" },
            { id: 392, order_id: 84, product_id: 130, quantity: 1, price_per_item: "63.55" },
            { id: 393, order_id: 211, product_id: 148, quantity: 2, price_per_item: "125.46" },
            { id: 394, order_id: 198, product_id: 103, quantity: 3, price_per_item: "207.59" },
            { id: 395, order_id: 64, product_id: 71, quantity: 3, price_per_item: "156.27" },
            { id: 396, order_id: 160, product_id: 122, quantity: 1, price_per_item: "16.69" },
            { id: 397, order_id: 74, product_id: 96, quantity: 2, price_per_item: "33.53" },
            { id: 398, order_id: 174, product_id: 61, quantity: 2, price_per_item: "226.35" },
            { id: 399, order_id: 178, product_id: 90, quantity: 1, price_per_item: "69.66" },
            { id: 400, order_id: 200, product_id: 110, quantity: 4, price_per_item: "263.82" },
            { id: 401, order_id: 155, product_id: 36, quantity: 1, price_per_item: "73.73" },
            { id: 402, order_id: 197, product_id: 74, quantity: 4, price_per_item: "47.84" },
            { id: 403, order_id: 32, product_id: 73, quantity: 2, price_per_item: "18.24" },
            { id: 404, order_id: 51, product_id: 50, quantity: 1, price_per_item: "80.20" },
            { id: 405, order_id: 90, product_id: 134, quantity: 2, price_per_item: "141.42" },
            { id: 406, order_id: 54, product_id: 11, quantity: 1, price_per_item: "10.82" },
            { id: 407, order_id: 141, product_id: 123, quantity: 1, price_per_item: "18.56" },
            { id: 408, order_id: 268, product_id: 84, quantity: 4, price_per_item: "158.45" },
            { id: 409, order_id: 162, product_id: 45, quantity: 1, price_per_item: "285.26" },
            { id: 410, order_id: 57, product_id: 75, quantity: 2, price_per_item: "83.57" },
            { id: 411, order_id: 12, product_id: 41, quantity: 1, price_per_item: "257.04" },
            { id: 412, order_id: 76, product_id: 12, quantity: 2, price_per_item: "58.21" },
            { id: 413, order_id: 23, product_id: 121, quantity: 4, price_per_item: "252.48" },
            { id: 414, order_id: 272, product_id: 11, quantity: 1, price_per_item: "18.27" },
            { id: 415, order_id: 177, product_id: 27, quantity: 4, price_per_item: "157.45" },
            { id: 416, order_id: 220, product_id: 76, quantity: 3, price_per_item: "53.43" },
            { id: 417, order_id: 76, product_id: 43, quantity: 2, price_per_item: "288.94" },
            { id: 418, order_id: 162, product_id: 84, quantity: 3, price_per_item: "21.97" },
            { id: 419, order_id: 1, product_id: 24, quantity: 1, price_per_item: "10.26" },
            { id: 420, order_id: 49, product_id: 12, quantity: 2, price_per_item: "15.41" },
            { id: 421, order_id: 177, product_id: 28, quantity: 1, price_per_item: "59.02" },
            { id: 422, order_id: 261, product_id: 149, quantity: 1, price_per_item: "252.38" },
            { id: 423, order_id: 12, product_id: 122, quantity: 2, price_per_item: "51.78" },
            { id: 424, order_id: 154, product_id: 13, quantity: 2, price_per_item: "296.21" },
            { id: 425, order_id: 41, product_id: 14, quantity: 1, price_per_item: "87.48" },
            { id: 426, order_id: 274, product_id: 30, quantity: 4, price_per_item: "128.75" },
            { id: 427, order_id: 139, product_id: 130, quantity: 2, price_per_item: "285.45" },
            { id: 428, order_id: 283, product_id: 106, quantity: 1, price_per_item: "13.03" },
            { id: 429, order_id: 20, product_id: 49, quantity: 3, price_per_item: "98.86" },
            { id: 430, order_id: 45, product_id: 126, quantity: 2, price_per_item: "56.25" },
            { id: 431, order_id: 185, product_id: 115, quantity: 2, price_per_item: "20.54" },
            { id: 432, order_id: 12, product_id: 143, quantity: 3, price_per_item: "10.73" },
            { id: 433, order_id: 236, product_id: 48, quantity: 4, price_per_item: "291.94" },
            { id: 434, order_id: 190, product_id: 39, quantity: 4, price_per_item: "178.13" },
            { id: 435, order_id: 4, product_id: 119, quantity: 1, price_per_item: "195.17" },
            { id: 436, order_id: 260, product_id: 123, quantity: 3, price_per_item: "86.17" },
            { id: 437, order_id: 187, product_id: 52, quantity: 1, price_per_item: "11.19" },
            { id: 438, order_id: 237, product_id: 29, quantity: 3, price_per_item: "91.19" },
            { id: 439, order_id: 206, product_id: 11, quantity: 1, price_per_item: "44.73" },
            { id: 440, order_id: 12, product_id: 83, quantity: 2, price_per_item: "11.37" },
            { id: 441, order_id: 31, product_id: 102, quantity: 3, price_per_item: "34.95" },
            { id: 442, order_id: 265, product_id: 62, quantity: 1, price_per_item: "88.33" },
            { id: 443, order_id: 289, product_id: 105, quantity: 1, price_per_item: "11.48" },
            { id: 444, order_id: 31, product_id: 138, quantity: 2, price_per_item: "20.62" },
            { id: 445, order_id: 232, product_id: 24, quantity: 3, price_per_item: "57.86" },
            { id: 446, order_id: 217, product_id: 112, quantity: 2, price_per_item: "20.91" },
            { id: 447, order_id: 157, product_id: 142, quantity: 1, price_per_item: "297.51" },
            { id: 448, order_id: 25, product_id: 70, quantity: 1, price_per_item: "290.82" },
            { id: 449, order_id: 113, product_id: 145, quantity: 2, price_per_item: "96.14" },
            { id: 450, order_id: 177, product_id: 131, quantity: 1, price_per_item: "171.93" },
            { id: 451, order_id: 232, product_id: 83, quantity: 3, price_per_item: "10.01" },
            { id: 452, order_id: 22, product_id: 31, quantity: 1, price_per_item: "136.89" },
            { id: 453, order_id: 232, product_id: 49, quantity: 2, price_per_item: "11.09" },
            { id: 454, order_id: 250, product_id: 103, quantity: 3, price_per_item: "17.12" },
            { id: 455, order_id: 99, product_id: 37, quantity: 2, price_per_item: "255.15" },
            { id: 456, order_id: 183, product_id: 56, quantity: 2, price_per_item: "49.10" },
            { id: 457, order_id: 70, product_id: 142, quantity: 4, price_per_item: "163.48" },
            { id: 458, order_id: 272, product_id: 132, quantity: 1, price_per_item: "124.09" },
            { id: 459, order_id: 219, product_id: 21, quantity: 4, price_per_item: "262.47" },
            { id: 460, order_id: 135, product_id: 129, quantity: 5, price_per_item: "55.22" },
            { id: 461, order_id: 298, product_id: 77, quantity: 3, price_per_item: "55.34" },
            { id: 462, order_id: 145, product_id: 54, quantity: 1, price_per_item: "43.22" },
            { id: 463, order_id: 136, product_id: 137, quantity: 1, price_per_item: "209.48" },
            { id: 464, order_id: 294, product_id: 108, quantity: 2, price_per_item: "26.75" },
            { id: 465, order_id: 97, product_id: 31, quantity: 2, price_per_item: "101.38" },
            { id: 466, order_id: 211, product_id: 12, quantity: 3, price_per_item: "234.13" },
            { id: 467, order_id: 279, product_id: 140, quantity: 4, price_per_item: "14.47" },
            { id: 468, order_id: 242, product_id: 131, quantity: 3, price_per_item: "132.45" },
            { id: 469, order_id: 73, product_id: 128, quantity: 5, price_per_item: "190.06" },
            { id: 470, order_id: 93, product_id: 138, quantity: 3, price_per_item: "202.24" },
            { id: 471, order_id: 238, product_id: 63, quantity: 1, price_per_item: "118.88" },
            { id: 472, order_id: 274, product_id: 55, quantity: 3, price_per_item: "157.34" },
            { id: 473, order_id: 217, product_id: 140, quantity: 1, price_per_item: "33.49" },
            { id: 474, order_id: 292, product_id: 125, quantity: 4, price_per_item: "12.35" },
            { id: 475, order_id: 230, product_id: 28, quantity: 2, price_per_item: "63.26" },
            { id: 476, order_id: 137, product_id: 18, quantity: 1, price_per_item: "29.85" },
            { id: 477, order_id: 298, product_id: 2, quantity: 4, price_per_item: "214.67" },
            { id: 478, order_id: 19, product_id: 35, quantity: 3, price_per_item: "36.00" },
            { id: 479, order_id: 179, product_id: 88, quantity: 1, price_per_item: "37.67" },
            { id: 480, order_id: 220, product_id: 34, quantity: 1, price_per_item: "16.33" },
            { id: 481, order_id: 286, product_id: 105, quantity: 5, price_per_item: "199.84" },
            { id: 482, order_id: 285, product_id: 119, quantity: 2, price_per_item: "178.32" },
            { id: 483, order_id: 243, product_id: 134, quantity: 2, price_per_item: "14.47" },
            { id: 484, order_id: 220, product_id: 59, quantity: 3, price_per_item: "41.35" },
            { id: 485, order_id: 245, product_id: 131, quantity: 4, price_per_item: "110.90" },
            { id: 486, order_id: 188, product_id: 19, quantity: 1, price_per_item: "24.47" },
            { id: 487, order_id: 229, product_id: 1, quantity: 4, price_per_item: "16.54" },
            { id: 488, order_id: 282, product_id: 63, quantity: 1, price_per_item: "163.46" },
            { id: 489, order_id: 145, product_id: 81, quantity: 2, price_per_item: "177.93" },
            { id: 490, order_id: 230, product_id: 128, quantity: 3, price_per_item: "15.18" },
            { id: 491, order_id: 203, product_id: 37, quantity: 3, price_per_item: "52.23" },
            { id: 492, order_id: 214, product_id: 86, quantity: 2, price_per_item: "295.06" },
            { id: 493, order_id: 260, product_id: 62, quantity: 1, price_per_item: "117.57" },
            { id: 494, order_id: 74, product_id: 36, quantity: 2, price_per_item: "128.17" },
            { id: 495, order_id: 7, product_id: 40, quantity: 4, price_per_item: "56.72" },
            { id: 496, order_id: 20, product_id: 23, quantity: 1, price_per_item: "21.62" },
            { id: 497, order_id: 271, product_id: 3, quantity: 2, price_per_item: "172.99" },
            { id: 498, order_id: 232, product_id: 29, quantity: 1, price_per_item: "292.93" },
            { id: 499, order_id: 48, product_id: 133, quantity: 3, price_per_item: "10.68" },
            { id: 500, order_id: 82, product_id: 33, quantity: 2, price_per_item: "211.03" },
        ],
    });
    await prisma.order_items.createMany({
        data: [
            { id: 501, order_id: 165, product_id: 118, quantity: 2, price_per_item: "260.43" },
            { id: 502, order_id: 226, product_id: 29, quantity: 5, price_per_item: "186.93" },
            { id: 503, order_id: 260, product_id: 48, quantity: 2, price_per_item: "34.62" },
            { id: 504, order_id: 147, product_id: 133, quantity: 4, price_per_item: "230.72" },
            { id: 505, order_id: 157, product_id: 28, quantity: 2, price_per_item: "55.69" },
            { id: 506, order_id: 96, product_id: 84, quantity: 2, price_per_item: "250.13" },
            { id: 507, order_id: 119, product_id: 4, quantity: 2, price_per_item: "11.55" },
            { id: 508, order_id: 183, product_id: 89, quantity: 1, price_per_item: "266.89" },
            { id: 509, order_id: 78, product_id: 134, quantity: 3, price_per_item: "38.53" },
            { id: 510, order_id: 155, product_id: 38, quantity: 1, price_per_item: "231.45" },
            { id: 511, order_id: 82, product_id: 146, quantity: 5, price_per_item: "140.53" },
            { id: 512, order_id: 212, product_id: 123, quantity: 2, price_per_item: "15.87" },
            { id: 513, order_id: 129, product_id: 50, quantity: 3, price_per_item: "12.48" },
            { id: 514, order_id: 276, product_id: 42, quantity: 3, price_per_item: "56.83" },
            { id: 515, order_id: 293, product_id: 22, quantity: 1, price_per_item: "141.78" },
            { id: 516, order_id: 223, product_id: 25, quantity: 3, price_per_item: "135.56" },
            { id: 517, order_id: 112, product_id: 45, quantity: 5, price_per_item: "98.31" },
            { id: 518, order_id: 163, product_id: 145, quantity: 1, price_per_item: "10.00" },
            { id: 519, order_id: 103, product_id: 119, quantity: 1, price_per_item: "193.15" },
            { id: 520, order_id: 178, product_id: 45, quantity: 1, price_per_item: "10.08" },
            { id: 521, order_id: 128, product_id: 79, quantity: 1, price_per_item: "16.48" },
            { id: 522, order_id: 32, product_id: 69, quantity: 4, price_per_item: "22.17" },
            { id: 523, order_id: 253, product_id: 119, quantity: 1, price_per_item: "37.95" },
            { id: 524, order_id: 41, product_id: 78, quantity: 2, price_per_item: "39.21" },
            { id: 525, order_id: 239, product_id: 142, quantity: 2, price_per_item: "173.45" },
            { id: 526, order_id: 33, product_id: 145, quantity: 3, price_per_item: "194.42" },
            { id: 527, order_id: 4, product_id: 110, quantity: 1, price_per_item: "288.96" },
            { id: 528, order_id: 72, product_id: 103, quantity: 2, price_per_item: "73.35" },
            { id: 529, order_id: 186, product_id: 78, quantity: 2, price_per_item: "102.87" },
            { id: 530, order_id: 185, product_id: 94, quantity: 3, price_per_item: "276.89" },
            { id: 531, order_id: 65, product_id: 23, quantity: 2, price_per_item: "96.06" },
            { id: 532, order_id: 208, product_id: 36, quantity: 5, price_per_item: "37.58" },
            { id: 533, order_id: 26, product_id: 99, quantity: 4, price_per_item: "31.47" },
            { id: 534, order_id: 129, product_id: 89, quantity: 2, price_per_item: "89.24" },
            { id: 535, order_id: 210, product_id: 96, quantity: 3, price_per_item: "34.91" },
            { id: 536, order_id: 100, product_id: 103, quantity: 4, price_per_item: "10.09" },
            { id: 537, order_id: 151, product_id: 94, quantity: 1, price_per_item: "129.25" },
            { id: 538, order_id: 182, product_id: 15, quantity: 5, price_per_item: "141.98" },
            { id: 539, order_id: 198, product_id: 28, quantity: 1, price_per_item: "126.83" },
            { id: 540, order_id: 23, product_id: 40, quantity: 1, price_per_item: "239.27" },
            { id: 541, order_id: 159, product_id: 57, quantity: 3, price_per_item: "40.44" },
            { id: 542, order_id: 24, product_id: 76, quantity: 2, price_per_item: "17.03" },
            { id: 543, order_id: 58, product_id: 122, quantity: 1, price_per_item: "115.80" },
            { id: 544, order_id: 52, product_id: 132, quantity: 2, price_per_item: "29.81" },
            { id: 545, order_id: 28, product_id: 100, quantity: 3, price_per_item: "46.99" },
            { id: 546, order_id: 7, product_id: 27, quantity: 3, price_per_item: "153.38" },
            { id: 547, order_id: 32, product_id: 13, quantity: 4, price_per_item: "100.83" },
            { id: 548, order_id: 260, product_id: 132, quantity: 5, price_per_item: "67.16" },
            { id: 549, order_id: 113, product_id: 59, quantity: 2, price_per_item: "28.23" },
            { id: 550, order_id: 290, product_id: 5, quantity: 1, price_per_item: "99.90" },
            { id: 551, order_id: 19, product_id: 55, quantity: 1, price_per_item: "138.89" },
            { id: 552, order_id: 26, product_id: 28, quantity: 4, price_per_item: "141.18" },
            { id: 553, order_id: 219, product_id: 89, quantity: 1, price_per_item: "210.32" },
            { id: 554, order_id: 236, product_id: 131, quantity: 1, price_per_item: "97.65" },
            { id: 555, order_id: 119, product_id: 6, quantity: 4, price_per_item: "77.97" },
            { id: 556, order_id: 111, product_id: 148, quantity: 3, price_per_item: "268.94" },
            { id: 557, order_id: 255, product_id: 99, quantity: 2, price_per_item: "101.75" },
            { id: 558, order_id: 155, product_id: 134, quantity: 4, price_per_item: "282.29" },
            { id: 559, order_id: 265, product_id: 127, quantity: 1, price_per_item: "201.79" },
            { id: 560, order_id: 1, product_id: 65, quantity: 4, price_per_item: "226.44" },
            { id: 561, order_id: 89, product_id: 86, quantity: 5, price_per_item: "72.26" },
            { id: 562, order_id: 224, product_id: 135, quantity: 3, price_per_item: "86.22" },
            { id: 563, order_id: 47, product_id: 83, quantity: 3, price_per_item: "49.68" },
            { id: 564, order_id: 171, product_id: 2, quantity: 4, price_per_item: "141.52" },
            { id: 565, order_id: 14, product_id: 77, quantity: 5, price_per_item: "108.02" },
            { id: 566, order_id: 74, product_id: 1, quantity: 3, price_per_item: "278.15" },
            { id: 567, order_id: 165, product_id: 120, quantity: 1, price_per_item: "17.26" },
            { id: 568, order_id: 242, product_id: 42, quantity: 2, price_per_item: "212.94" },
            { id: 569, order_id: 170, product_id: 143, quantity: 3, price_per_item: "103.07" },
            { id: 570, order_id: 104, product_id: 133, quantity: 2, price_per_item: "223.79" },
            { id: 571, order_id: 177, product_id: 28, quantity: 2, price_per_item: "193.41" },
            { id: 572, order_id: 195, product_id: 129, quantity: 2, price_per_item: "71.19" },
            { id: 573, order_id: 45, product_id: 147, quantity: 2, price_per_item: "17.38" },
            { id: 574, order_id: 262, product_id: 33, quantity: 1, price_per_item: "232.76" },
            { id: 575, order_id: 145, product_id: 55, quantity: 4, price_per_item: "108.99" },
            { id: 576, order_id: 123, product_id: 116, quantity: 1, price_per_item: "132.14" },
            { id: 577, order_id: 238, product_id: 46, quantity: 3, price_per_item: "146.26" },
            { id: 578, order_id: 168, product_id: 40, quantity: 2, price_per_item: "293.51" },
            { id: 579, order_id: 223, product_id: 43, quantity: 1, price_per_item: "45.03" },
            { id: 580, order_id: 72, product_id: 98, quantity: 3, price_per_item: "18.51" },
            { id: 581, order_id: 106, product_id: 71, quantity: 1, price_per_item: "26.19" },
            { id: 582, order_id: 129, product_id: 55, quantity: 2, price_per_item: "59.91" },
            { id: 583, order_id: 228, product_id: 75, quantity: 2, price_per_item: "23.37" },
            { id: 584, order_id: 278, product_id: 145, quantity: 2, price_per_item: "34.23" },
            { id: 585, order_id: 299, product_id: 34, quantity: 4, price_per_item: "84.76" },
            { id: 586, order_id: 151, product_id: 45, quantity: 3, price_per_item: "16.42" },
            { id: 587, order_id: 211, product_id: 59, quantity: 1, price_per_item: "178.95" },
            { id: 588, order_id: 194, product_id: 142, quantity: 5, price_per_item: "10.04" },
            { id: 589, order_id: 209, product_id: 31, quantity: 1, price_per_item: "59.70" },
            { id: 590, order_id: 12, product_id: 34, quantity: 1, price_per_item: "204.56" },
            { id: 591, order_id: 41, product_id: 24, quantity: 1, price_per_item: "196.37" },
            { id: 592, order_id: 154, product_id: 66, quantity: 3, price_per_item: "29.17" },
            { id: 593, order_id: 74, product_id: 27, quantity: 1, price_per_item: "54.43" },
            { id: 594, order_id: 117, product_id: 144, quantity: 4, price_per_item: "11.12" },
            { id: 595, order_id: 2, product_id: 35, quantity: 1, price_per_item: "77.60" },
            { id: 596, order_id: 67, product_id: 126, quantity: 4, price_per_item: "13.47" },
            { id: 597, order_id: 163, product_id: 148, quantity: 2, price_per_item: "88.41" },
            { id: 598, order_id: 157, product_id: 19, quantity: 1, price_per_item: "73.94" },
            { id: 599, order_id: 35, product_id: 122, quantity: 2, price_per_item: "67.11" },
            { id: 600, order_id: 156, product_id: 43, quantity: 1, price_per_item: "288.84" },
            { id: 601, order_id: 258, product_id: 136, quantity: 5, price_per_item: "156.45" },
            { id: 602, order_id: 225, product_id: 84, quantity: 1, price_per_item: "227.09" },
            { id: 603, order_id: 91, product_id: 75, quantity: 1, price_per_item: "47.80" },
            { id: 604, order_id: 207, product_id: 148, quantity: 4, price_per_item: "10.08" },
            { id: 605, order_id: 85, product_id: 10, quantity: 1, price_per_item: "76.33" },
            { id: 606, order_id: 223, product_id: 106, quantity: 4, price_per_item: "10.23" },
            { id: 607, order_id: 66, product_id: 55, quantity: 3, price_per_item: "244.19" },
            { id: 608, order_id: 35, product_id: 62, quantity: 1, price_per_item: "121.28" },
            { id: 609, order_id: 110, product_id: 84, quantity: 5, price_per_item: "15.74" },
            { id: 610, order_id: 56, product_id: 89, quantity: 2, price_per_item: "33.54" },
            { id: 611, order_id: 26, product_id: 98, quantity: 2, price_per_item: "32.64" },
            { id: 612, order_id: 16, product_id: 24, quantity: 2, price_per_item: "226.06" },
            { id: 613, order_id: 181, product_id: 119, quantity: 3, price_per_item: "142.50" },
            { id: 614, order_id: 22, product_id: 90, quantity: 1, price_per_item: "22.89" },
            { id: 615, order_id: 296, product_id: 105, quantity: 2, price_per_item: "239.29" },
            { id: 616, order_id: 203, product_id: 125, quantity: 1, price_per_item: "230.59" },
            { id: 617, order_id: 23, product_id: 70, quantity: 3, price_per_item: "79.31" },
            { id: 618, order_id: 239, product_id: 114, quantity: 1, price_per_item: "190.95" },
            { id: 619, order_id: 142, product_id: 134, quantity: 1, price_per_item: "134.26" },
            { id: 620, order_id: 36, product_id: 83, quantity: 2, price_per_item: "276.27" },
            { id: 621, order_id: 177, product_id: 146, quantity: 1, price_per_item: "14.98" },
            { id: 622, order_id: 230, product_id: 13, quantity: 4, price_per_item: "10.15" },
            { id: 623, order_id: 151, product_id: 135, quantity: 1, price_per_item: "17.51" },
            { id: 624, order_id: 252, product_id: 150, quantity: 1, price_per_item: "136.45" },
            { id: 625, order_id: 115, product_id: 72, quantity: 2, price_per_item: "10.03" },
            { id: 626, order_id: 239, product_id: 10, quantity: 5, price_per_item: "56.24" },
            { id: 627, order_id: 62, product_id: 25, quantity: 3, price_per_item: "93.13" },
            { id: 628, order_id: 55, product_id: 12, quantity: 2, price_per_item: "27.29" },
            { id: 629, order_id: 233, product_id: 84, quantity: 2, price_per_item: "11.03" },
            { id: 630, order_id: 279, product_id: 11, quantity: 1, price_per_item: "10.15" },
            { id: 631, order_id: 254, product_id: 67, quantity: 2, price_per_item: "32.76" },
            { id: 632, order_id: 248, product_id: 120, quantity: 2, price_per_item: "282.11" },
            { id: 633, order_id: 217, product_id: 144, quantity: 1, price_per_item: "27.16" },
            { id: 634, order_id: 149, product_id: 76, quantity: 3, price_per_item: "257.58" },
            { id: 635, order_id: 176, product_id: 44, quantity: 1, price_per_item: "34.05" },
            { id: 636, order_id: 299, product_id: 21, quantity: 2, price_per_item: "20.01" },
            { id: 637, order_id: 82, product_id: 33, quantity: 3, price_per_item: "166.01" },
            { id: 638, order_id: 201, product_id: 97, quantity: 3, price_per_item: "162.08" },
            { id: 639, order_id: 271, product_id: 106, quantity: 4, price_per_item: "13.76" },
            { id: 640, order_id: 211, product_id: 96, quantity: 4, price_per_item: "101.91" },
            { id: 641, order_id: 289, product_id: 84, quantity: 2, price_per_item: "16.61" },
            { id: 642, order_id: 40, product_id: 29, quantity: 5, price_per_item: "100.82" },
            { id: 643, order_id: 203, product_id: 126, quantity: 1, price_per_item: "229.36" },
            { id: 644, order_id: 210, product_id: 66, quantity: 4, price_per_item: "30.07" },
            { id: 645, order_id: 263, product_id: 44, quantity: 3, price_per_item: "49.91" },
            { id: 646, order_id: 93, product_id: 52, quantity: 1, price_per_item: "12.38" },
            { id: 647, order_id: 6, product_id: 67, quantity: 2, price_per_item: "77.64" },
            { id: 648, order_id: 290, product_id: 9, quantity: 3, price_per_item: "59.81" },
            { id: 649, order_id: 296, product_id: 99, quantity: 1, price_per_item: "291.53" },
            { id: 650, order_id: 284, product_id: 104, quantity: 1, price_per_item: "17.88" },
            { id: 651, order_id: 266, product_id: 103, quantity: 1, price_per_item: "15.12" },
            { id: 652, order_id: 100, product_id: 62, quantity: 1, price_per_item: "21.97" },
            { id: 653, order_id: 38, product_id: 102, quantity: 3, price_per_item: "250.82" },
            { id: 654, order_id: 202, product_id: 119, quantity: 2, price_per_item: "20.52" },
            { id: 655, order_id: 231, product_id: 37, quantity: 4, price_per_item: "43.83" },
            { id: 656, order_id: 277, product_id: 53, quantity: 2, price_per_item: "143.98" },
            { id: 657, order_id: 41, product_id: 37, quantity: 1, price_per_item: "41.33" },
            { id: 658, order_id: 203, product_id: 4, quantity: 1, price_per_item: "10.00" },
            { id: 659, order_id: 134, product_id: 147, quantity: 5, price_per_item: "238.73" },
            { id: 660, order_id: 297, product_id: 145, quantity: 5, price_per_item: "282.73" },
            { id: 661, order_id: 72, product_id: 15, quantity: 1, price_per_item: "296.35" },
            { id: 662, order_id: 185, product_id: 45, quantity: 1, price_per_item: "147.39" },
            { id: 663, order_id: 67, product_id: 70, quantity: 1, price_per_item: "152.29" },
            { id: 664, order_id: 273, product_id: 80, quantity: 2, price_per_item: "94.05" },
            { id: 665, order_id: 76, product_id: 56, quantity: 2, price_per_item: "22.75" },
            { id: 666, order_id: 67, product_id: 12, quantity: 1, price_per_item: "129.79" },
        ],
    });
    await prisma.returns.createMany({
        data: [
            { id: 1, order_item_id: 165, return_date: new Date("2021-06-18T16:16:18Z"), reason: "The supplier asked for a change and the refund was updated.", condition: "New" },
            { id: 2, order_item_id: 330, return_date: new Date("2021-03-19T19:21:05Z"), reason: "The account was refunded — repeat case, no further action.", condition: "New" },
            { id: 3, order_item_id: 279, return_date: new Date("2021-03-15T14:55:17Z"), reason: "A manual claim was cancelled the same day.", condition: "New" },
            { id: 4, order_item_id: 623, return_date: new Date("2023-04-02T20:13:21Z"), reason: "Flagged as standard. The team updated the item.", condition: "New" },
            { id: 5, order_item_id: 207, return_date: new Date("2022-02-12T16:53:46Z"), reason: "Flagged as partial. The customer reviewed the appointment.", condition: "New" },
            { id: 6, order_item_id: 132, return_date: new Date("2023-09-06T10:34:42Z"), reason: "The courier asked for a change and the shipment was confirmed.", condition: "Damaged" },
            { id: 7, order_item_id: 624, return_date: new Date("2023-01-09T19:30:31Z"), reason: "No response from the reviewer, so the delivery was replaced.", condition: "Damaged" },
            { id: 8, order_item_id: 484, return_date: new Date("2022-02-12T19:53:45Z"), reason: "No response from the team, so the booking was refunded.", condition: "New" },
            { id: 9, order_item_id: 583, return_date: new Date("2022-08-18T15:05:06Z"), reason: "Flagged as routine. The team reopened the ticket.", condition: "New" },
            { id: 10, order_item_id: 29, return_date: new Date("2022-04-25T12:28:28Z"), reason: "The claim was processed — routine case, no further action.", condition: "Used" },
            { id: 11, order_item_id: 332, return_date: new Date("2023-09-07T17:53:04Z"), reason: "The supplier asked for a change and the record was closed.", condition: "New" },
            { id: 12, order_item_id: 312, return_date: new Date("2021-03-27T15:08:22Z"), reason: "No response from support, so the request was rescheduled.", condition: "New" },
            { id: 13, order_item_id: 298, return_date: new Date("2023-01-18T19:12:57Z"), reason: "Flagged as minor. The reviewer escalated the ticket.", condition: "Used" },
            { id: 14, order_item_id: 316, return_date: new Date("2023-08-20T06:01:53Z"), reason: "The customer confirmed the details and the record was closed.", condition: "Damaged" },
            { id: 15, order_item_id: 127, return_date: new Date("2022-12-12T18:01:23Z"), reason: "A minor follow-up: the item was closed.", condition: "Damaged" },
            { id: 16, order_item_id: 284, return_date: new Date("2022-11-14T10:16:31Z"), reason: "The report was completed — manual case, no further action.", condition: "New" },
            { id: 17, order_item_id: 132, return_date: new Date("2023-03-31T20:48:01Z"), reason: "Flagged as late. Support approved the booking.", condition: "New" },
            { id: 18, order_item_id: 428, return_date: new Date("2022-10-10T19:46:26Z"), reason: "Flagged as repeat. The customer reviewed the transfer.", condition: "New" },
            { id: 19, order_item_id: 310, return_date: new Date("2022-07-19T03:05:22Z"), reason: null, condition: "New" },
            { id: 20, order_item_id: 195, return_date: new Date("2022-10-30T11:52:07Z"), reason: "No response from the courier, so the delivery was processed.", condition: "New" },
            { id: 21, order_item_id: 410, return_date: new Date("2023-03-17T12:04:41Z"), reason: "The account was updated following a repeat review.", condition: "Damaged" },
            { id: 22, order_item_id: 476, return_date: new Date("2021-06-11T18:19:32Z"), reason: "The customer asked for a change and the delivery was processed.", condition: "Used" },
            { id: 23, order_item_id: 608, return_date: new Date("2023-02-03T19:24:10Z"), reason: "The delivery was refunded following an incomplete review.", condition: "New" },
            { id: 24, order_item_id: 221, return_date: new Date("2021-06-23T18:55:08Z"), reason: "Support reported a repeat issue; the appointment was refunded.", condition: "New" },
            { id: 25, order_item_id: 221, return_date: new Date("2022-04-20T22:25:45Z"), reason: "The courier asked for a change and the record was reviewed.", condition: "New" },
            { id: 26, order_item_id: 137, return_date: new Date("2023-01-14T12:09:16Z"), reason: "The item was escalated following a duplicate review.", condition: "Used" },
            { id: 27, order_item_id: 364, return_date: new Date("2022-10-31T20:30:35Z"), reason: "No response from the reviewer, so the appointment was rescheduled.", condition: "New" },
            { id: 28, order_item_id: 274, return_date: new Date("2021-07-24T16:33:05Z"), reason: "Support confirmed the details and the claim was approved.", condition: "New" },
            { id: 29, order_item_id: 68, return_date: new Date("2021-03-12T09:40:46Z"), reason: "Support confirmed the details and the claim was processed.", condition: "New" },
            { id: 30, order_item_id: 262, return_date: new Date("2021-06-27T03:54:26Z"), reason: "A routine follow-up: the report was reopened.", condition: "New" },
            { id: 31, order_item_id: 536, return_date: new Date("2022-09-02T13:39:38Z"), reason: "A manual follow-up: the booking was resolved.", condition: "Used" },
            { id: 32, order_item_id: 43, return_date: new Date("2023-03-10T10:54:14Z"), reason: "The session was cancelled after a standard check.", condition: "New" },
            { id: 33, order_item_id: 334, return_date: new Date("2022-04-04T19:28:42Z"), reason: "No response from the supplier, so the booking was reopened.", condition: "Used" },
            { id: 34, order_item_id: 421, return_date: new Date("2021-01-05T13:09:32Z"), reason: null, condition: "Used" },
            { id: 35, order_item_id: 600, return_date: new Date("2021-12-28T09:13:46Z"), reason: "An incomplete follow-up: the account was confirmed.", condition: "Used" },
            { id: 36, order_item_id: 249, return_date: new Date("2022-11-22T15:43:38Z"), reason: "The refund was cancelled after an unusual check.", condition: "Used" },
            { id: 37, order_item_id: 75, return_date: new Date("2021-01-02T22:32:27Z"), reason: "The transfer was confirmed following a standard review.", condition: "Used" },
            { id: 38, order_item_id: 428, return_date: new Date("2021-04-28T10:24:13Z"), reason: "No response from the team, so the session was rejected.", condition: "Damaged" },
            { id: 39, order_item_id: 181, return_date: new Date("2023-08-18T23:44:40Z"), reason: "A repeat follow-up: the account was cancelled.", condition: "New" },
            { id: 40, order_item_id: 238, return_date: new Date("2022-12-13T00:21:05Z"), reason: "Flagged as minor. The courier escalated the request.", condition: "New" },
            { id: 41, order_item_id: 407, return_date: new Date("2021-07-27T13:04:06Z"), reason: "The account owner confirmed the details and the account was delayed.", condition: "New" },
            { id: 42, order_item_id: 174, return_date: new Date("2023-05-23T19:04:32Z"), reason: "The account owner reported a minor issue; the refund was reopened.", condition: "New" },
            { id: 43, order_item_id: 623, return_date: new Date("2023-08-14T11:55:49Z"), reason: "The ticket was escalated following a duplicate review.", condition: "Used" },
            { id: 44, order_item_id: 407, return_date: new Date("2022-02-23T04:08:30Z"), reason: "A standard order was rejected the same day.", condition: "New" },
            { id: 45, order_item_id: 163, return_date: new Date("2023-04-30T10:23:44Z"), reason: "An urgent item was replaced the same day.", condition: "Used" },
            { id: 46, order_item_id: 14, return_date: new Date("2021-04-18T10:10:45Z"), reason: "The session was escalated following a duplicate review.", condition: "New" },
            { id: 47, order_item_id: 46, return_date: new Date("2022-05-15T14:45:23Z"), reason: "The booking was reviewed following a routine review.", condition: "Used" },
            { id: 48, order_item_id: 16, return_date: new Date("2022-07-10T12:12:18Z"), reason: "The supplier asked for a change and the request was cancelled.", condition: "New" },
            { id: 49, order_item_id: 242, return_date: new Date("2021-01-17T13:41:15Z"), reason: "The claim was delayed after an incomplete check.", condition: "New" },
            { id: 50, order_item_id: 140, return_date: new Date("2022-09-01T21:45:06Z"), reason: "An operator confirmed the details and the claim was reviewed.", condition: "New" },
            { id: 51, order_item_id: 628, return_date: new Date("2022-05-22T15:48:14Z"), reason: "An unusual session was escalated the same day.", condition: "Used" },
            { id: 52, order_item_id: 407, return_date: new Date("2023-01-19T00:53:12Z"), reason: "The account owner asked for a change and the delivery was confirmed.", condition: "New" },
            { id: 53, order_item_id: 116, return_date: new Date("2022-04-27T08:59:36Z"), reason: "Flagged as partial. The courier processed the order.", condition: "New" },
            { id: 54, order_item_id: 347, return_date: new Date("2023-04-06T18:02:55Z"), reason: null, condition: "New" },
            { id: 55, order_item_id: 641, return_date: new Date("2021-01-12T19:18:55Z"), reason: "A late account was resolved the same day.", condition: "Used" },
            { id: 56, order_item_id: 22, return_date: new Date("2023-05-21T19:22:45Z"), reason: "Support reported a partial issue; the invoice was rejected.", condition: "New" },
            { id: 57, order_item_id: 266, return_date: new Date("2021-07-22T13:35:13Z"), reason: "The refund was closed — manual case, no further action.", condition: "Damaged" },
            { id: 58, order_item_id: 251, return_date: new Date("2023-01-09T01:27:54Z"), reason: "Support asked for a change and the booking was reopened.", condition: "Damaged" },
            { id: 59, order_item_id: 278, return_date: new Date("2021-12-30T10:59:50Z"), reason: "Flagged as standard. The team updated the order.", condition: "New" },
            { id: 60, order_item_id: 106, return_date: new Date("2023-06-02T08:20:20Z"), reason: "Flagged as manual. The courier confirmed the account.", condition: "New" },
            { id: 61, order_item_id: 548, return_date: new Date("2022-03-10T16:07:41Z"), reason: "The payment was completed after an automatic check.", condition: "Damaged" },
            { id: 62, order_item_id: 5, return_date: new Date("2023-07-23T13:15:51Z"), reason: "The delivery was approved — repeat case, no further action.", condition: "Used" },
            { id: 63, order_item_id: 602, return_date: new Date("2022-12-12T18:28:20Z"), reason: "The customer asked for a change and the ticket was escalated.", condition: "Used" },
            { id: 64, order_item_id: 576, return_date: new Date("2022-01-22T20:46:37Z"), reason: "A routine item was replaced the same day.", condition: "New" },
            { id: 65, order_item_id: 36, return_date: new Date("2022-11-15T11:42:57Z"), reason: "No response from the reviewer, so the request was cancelled.", condition: "New" },
            { id: 66, order_item_id: 458, return_date: new Date("2021-05-22T06:35:29Z"), reason: "A manual follow-up: the ticket was processed.", condition: "Damaged" },
            { id: 67, order_item_id: 248, return_date: new Date("2021-07-28T12:17:32Z"), reason: "The record was rescheduled following a late review.", condition: "New" },
            { id: 68, order_item_id: 181, return_date: new Date("2022-02-13T18:25:37Z"), reason: "The claim was rejected after a routine check.", condition: "New" },
            { id: 69, order_item_id: 280, return_date: new Date("2023-05-11T17:58:30Z"), reason: "Support confirmed the details and the document was confirmed.", condition: "Used" },
            { id: 70, order_item_id: 377, return_date: new Date("2023-01-27T00:01:14Z"), reason: "No response from the customer, so the document was delayed.", condition: "New" },
            { id: 71, order_item_id: 432, return_date: new Date("2021-10-01T21:29:07Z"), reason: "The customer asked for a change and the order was replaced.", condition: "New" },
            { id: 72, order_item_id: 125, return_date: new Date("2023-02-13T20:28:43Z"), reason: "The payment was completed following a repeat review.", condition: "New" },
            { id: 73, order_item_id: 340, return_date: new Date("2023-06-12T19:28:33Z"), reason: "Flagged as urgent. The supplier closed the shipment.", condition: "New" },
            { id: 74, order_item_id: 192, return_date: new Date("2023-06-21T09:31:42Z"), reason: "The shipment was reviewed after a manual check.", condition: "New" },
            { id: 75, order_item_id: 235, return_date: new Date("2022-01-01T12:10:42Z"), reason: "The reviewer confirmed the details and the appointment was refunded.", condition: "Used" },
            { id: 76, order_item_id: 461, return_date: new Date("2023-05-22T15:02:15Z"), reason: "The claim was replaced after a duplicate check.", condition: "New" },
            { id: 77, order_item_id: 602, return_date: new Date("2022-11-11T21:07:23Z"), reason: "Flagged as routine. An operator confirmed the payment.", condition: "New" },
            { id: 78, order_item_id: 503, return_date: new Date("2021-03-18T15:59:07Z"), reason: "A standard item was rescheduled the same day.", condition: "New" },
            { id: 79, order_item_id: 12, return_date: new Date("2022-02-24T09:17:08Z"), reason: "A duplicate follow-up: the report was rescheduled.", condition: "Damaged" },
            { id: 80, order_item_id: 650, return_date: new Date("2023-06-24T13:57:31Z"), reason: "Flagged as duplicate. The reviewer refunded the document.", condition: "New" },
            { id: 81, order_item_id: 567, return_date: new Date("2023-06-20T06:40:40Z"), reason: "A routine follow-up: the invoice was escalated.", condition: "New" },
            { id: 82, order_item_id: 389, return_date: new Date("2022-12-08T16:39:07Z"), reason: "Flagged as standard. The courier escalated the invoice.", condition: "New" },
            { id: 83, order_item_id: 179, return_date: new Date("2021-04-25T23:36:47Z"), reason: "The booking was completed — partial case, no further action.", condition: "New" },
            { id: 84, order_item_id: 651, return_date: new Date("2021-02-25T19:40:28Z"), reason: "The team asked for a change and the claim was cancelled.", condition: "New" },
            { id: 85, order_item_id: 498, return_date: new Date("2023-01-13T19:04:19Z"), reason: "A late follow-up: the refund was escalated.", condition: "New" },
            { id: 86, order_item_id: 484, return_date: new Date("2022-08-04T13:42:36Z"), reason: "The item was rescheduled after an urgent check.", condition: "Damaged" },
            { id: 87, order_item_id: 284, return_date: new Date("2023-08-10T18:41:13Z"), reason: "The account owner confirmed the details and the session was replaced.", condition: "New" },
            { id: 88, order_item_id: 172, return_date: new Date("2021-09-29T18:27:28Z"), reason: "The account owner reported a late issue; the booking was delayed.", condition: "Used" },
            { id: 89, order_item_id: 602, return_date: new Date("2022-11-20T13:03:06Z"), reason: "No response from the courier, so the item was closed.", condition: "New" },
            { id: 90, order_item_id: 430, return_date: new Date("2021-11-06T18:57:39Z"), reason: "Support confirmed the details and the ticket was replaced.", condition: "New" },
            { id: 91, order_item_id: 583, return_date: new Date("2022-03-31T11:41:33Z"), reason: "The request was refunded following a standard review.", condition: "New" },
            { id: 92, order_item_id: 148, return_date: new Date("2022-11-26T20:39:13Z"), reason: "A late transfer was rejected the same day.", condition: "New" },
            { id: 93, order_item_id: 650, return_date: new Date("2023-08-14T23:10:02Z"), reason: "Flagged as minor. The customer closed the delivery.", condition: "New" },
            { id: 94, order_item_id: 81, return_date: new Date("2023-06-17T13:15:43Z"), reason: "The reviewer asked for a change and the account was closed.", condition: "New" },
            { id: 95, order_item_id: 156, return_date: new Date("2023-05-22T20:34:31Z"), reason: "The account owner reported a duplicate issue; the order was cancelled.", condition: "Used" },
            { id: 96, order_item_id: 195, return_date: new Date("2023-02-23T09:08:41Z"), reason: "The courier reported a late issue; the invoice was closed.", condition: "New" },
            { id: 97, order_item_id: 388, return_date: new Date("2021-11-08T12:31:12Z"), reason: "The booking was rescheduled after a standard check.", condition: "New" },
            { id: 98, order_item_id: 579, return_date: new Date("2022-03-01T17:23:13Z"), reason: "The supplier confirmed the details and the invoice was resolved.", condition: "New" },
            { id: 99, order_item_id: 299, return_date: new Date("2021-03-19T09:17:39Z"), reason: "The account owner asked for a change and the payment was resolved.", condition: "Used" },
            { id: 100, order_item_id: 416, return_date: new Date("2022-11-13T20:18:30Z"), reason: "A minor follow-up: the booking was updated.", condition: "New" },
            { id: 101, order_item_id: 501, return_date: new Date("2022-06-02T08:32:39Z"), reason: null, condition: "New" },
            { id: 102, order_item_id: 424, return_date: new Date("2021-06-16T03:43:33Z"), reason: "The transfer was rescheduled — minor case, no further action.", condition: "New" },
            { id: 103, order_item_id: 190, return_date: new Date("2022-03-09T08:08:10Z"), reason: "No response from support, so the report was delayed.", condition: "New" },
            { id: 104, order_item_id: 562, return_date: new Date("2023-01-03T19:33:58Z"), reason: "An automatic request was refunded the same day.", condition: "Damaged" },
            { id: 105, order_item_id: 388, return_date: new Date("2023-03-31T22:51:13Z"), reason: "Flagged as automatic. The reviewer completed the claim.", condition: "Used" },
            { id: 106, order_item_id: 406, return_date: new Date("2022-09-01T13:01:44Z"), reason: "An operator asked for a change and the appointment was replaced.", condition: "Used" },
            { id: 107, order_item_id: 414, return_date: new Date("2021-07-13T23:30:40Z"), reason: null, condition: "Damaged" },
            { id: 108, order_item_id: 138, return_date: new Date("2023-03-26T15:04:07Z"), reason: "Support reported a minor issue; the appointment was replaced.", condition: "New" },
            { id: 109, order_item_id: 339, return_date: new Date("2021-11-17T21:08:56Z"), reason: "An operator asked for a change and the shipment was closed.", condition: "Used" },
            { id: 110, order_item_id: 282, return_date: new Date("2023-05-22T11:32:20Z"), reason: "The request was reopened after a standard check.", condition: "Used" },
            { id: 111, order_item_id: 46, return_date: new Date("2021-12-15T11:47:09Z"), reason: "No response from the reviewer, so the session was closed.", condition: "New" },
            { id: 112, order_item_id: 505, return_date: new Date("2023-01-14T06:26:42Z"), reason: "The document was approved after an automatic check.", condition: "Used" },
            { id: 113, order_item_id: 198, return_date: new Date("2021-07-29T18:26:41Z"), reason: null, condition: "Used" },
            { id: 114, order_item_id: 197, return_date: new Date("2022-03-29T19:42:23Z"), reason: "The refund was closed following a routine review.", condition: "Damaged" },
            { id: 115, order_item_id: 652, return_date: new Date("2021-12-16T05:29:38Z"), reason: "The account owner reported an automatic issue; the delivery was rescheduled.", condition: "New" },
            { id: 116, order_item_id: 311, return_date: new Date("2022-04-09T17:01:02Z"), reason: "An incomplete record was confirmed the same day.", condition: "New" },
            { id: 117, order_item_id: 417, return_date: new Date("2022-04-24T02:09:12Z"), reason: "An operator confirmed the details and the item was resolved.", condition: "Used" },
            { id: 118, order_item_id: 22, return_date: new Date("2022-02-12T18:08:22Z"), reason: "The item was completed after an urgent check.", condition: "New" },
            { id: 119, order_item_id: 638, return_date: new Date("2021-04-28T16:29:31Z"), reason: "No response from an operator, so the item was approved.", condition: "New" },
            { id: 120, order_item_id: 528, return_date: new Date("2023-05-08T16:47:07Z"), reason: "No response from an operator, so the booking was processed.", condition: "New" },
            { id: 121, order_item_id: 376, return_date: new Date("2021-04-04T19:14:08Z"), reason: "An operator asked for a change and the shipment was replaced.", condition: "New" },
            { id: 122, order_item_id: 585, return_date: new Date("2023-05-20T10:19:34Z"), reason: "The item was delayed following a duplicate review.", condition: "Used" },
            { id: 123, order_item_id: 535, return_date: new Date("2023-01-11T17:08:34Z"), reason: "No response from the courier, so the booking was confirmed.", condition: "New" },
            { id: 124, order_item_id: 284, return_date: new Date("2023-05-18T18:43:59Z"), reason: "Support reported a routine issue; the claim was refunded.", condition: "Damaged" },
            { id: 125, order_item_id: 562, return_date: new Date("2023-09-24T09:09:55Z"), reason: "Flagged as manual. An operator confirmed the item.", condition: "New" },
            { id: 126, order_item_id: 416, return_date: new Date("2021-06-26T14:58:58Z"), reason: "Support asked for a change and the payment was replaced.", condition: "New" },
            { id: 127, order_item_id: 303, return_date: new Date("2023-04-27T21:52:28Z"), reason: "No response from the team, so the refund was delayed.", condition: "Used" },
            { id: 128, order_item_id: 642, return_date: new Date("2022-06-24T19:31:01Z"), reason: "Support reported a late issue; the report was resolved.", condition: "New" },
            { id: 129, order_item_id: 507, return_date: new Date("2023-09-30T13:24:47Z"), reason: "A duplicate payment was delayed the same day.", condition: "Used" },
            { id: 130, order_item_id: 311, return_date: new Date("2023-06-10T18:46:42Z"), reason: "The booking was rescheduled — repeat case, no further action.", condition: "New" },
            { id: 131, order_item_id: 149, return_date: new Date("2023-09-06T15:35:11Z"), reason: "An urgent follow-up: the invoice was rescheduled.", condition: "Damaged" },
            { id: 132, order_item_id: 19, return_date: new Date("2023-07-11T16:35:29Z"), reason: "The reviewer reported an unusual issue; the delivery was completed.", condition: "New" },
            { id: 133, order_item_id: 75, return_date: new Date("2021-07-31T23:42:01Z"), reason: "Flagged as duplicate. The reviewer reviewed the request.", condition: "New" },
            { id: 134, order_item_id: 118, return_date: new Date("2022-12-09T21:14:06Z"), reason: "Flagged as automatic. An operator resolved the report.", condition: "New" },
            { id: 135, order_item_id: 361, return_date: new Date("2021-02-13T19:03:19Z"), reason: "The invoice was refunded after a late check.", condition: "Used" },
            { id: 136, order_item_id: 277, return_date: new Date("2021-07-06T18:45:41Z"), reason: "A repeat booking was delayed the same day.", condition: "Damaged" },
            { id: 137, order_item_id: 661, return_date: new Date("2022-05-16T18:58:58Z"), reason: "A standard booking was processed the same day.", condition: "Damaged" },
            { id: 138, order_item_id: 152, return_date: new Date("2023-03-16T11:20:22Z"), reason: "The supplier confirmed the details and the booking was confirmed.", condition: "New" },
            { id: 139, order_item_id: 469, return_date: new Date("2021-04-11T16:52:26Z"), reason: "An incomplete document was cancelled the same day.", condition: "Used" },
            { id: 140, order_item_id: 563, return_date: new Date("2021-12-15T12:15:29Z"), reason: "No response from the account owner, so the document was reopened.", condition: "New" },
            { id: 141, order_item_id: 85, return_date: new Date("2023-07-10T18:30:13Z"), reason: "A late follow-up: the session was refunded.", condition: "New" },
            { id: 142, order_item_id: 94, return_date: new Date("2021-02-08T19:18:20Z"), reason: "An automatic follow-up: the transfer was refunded.", condition: "New" },
            { id: 143, order_item_id: 318, return_date: new Date("2021-11-02T09:56:45Z"), reason: "A manual follow-up: the document was closed.", condition: "New" },
            { id: 144, order_item_id: 520, return_date: new Date("2023-07-16T16:26:21Z"), reason: "The account was approved — repeat case, no further action.", condition: "New" },
            { id: 145, order_item_id: 127, return_date: new Date("2023-06-05T22:24:37Z"), reason: "The booking was delayed after an unusual check.", condition: "Used" },
            { id: 146, order_item_id: 153, return_date: new Date("2023-09-09T07:51:27Z"), reason: "The claim was replaced — duplicate case, no further action.", condition: "New" },
            { id: 147, order_item_id: 341, return_date: new Date("2022-02-13T23:27:02Z"), reason: "No response from the account owner, so the record was refunded.", condition: "New" },
            { id: 148, order_item_id: 136, return_date: new Date("2021-11-23T14:49:29Z"), reason: "The document was reopened following an urgent review.", condition: "Used" },
            { id: 149, order_item_id: 248, return_date: new Date("2022-06-20T13:46:10Z"), reason: "A duplicate record was approved the same day.", condition: "Used" },
            { id: 150, order_item_id: 140, return_date: new Date("2021-01-19T21:27:00Z"), reason: "The request was approved — minor case, no further action.", condition: "New" },
            { id: 151, order_item_id: 249, return_date: new Date("2023-04-25T18:56:07Z"), reason: "Support confirmed the details and the appointment was processed.", condition: "Used" },
            { id: 152, order_item_id: 13, return_date: new Date("2021-06-19T21:41:50Z"), reason: "The team asked for a change and the record was closed.", condition: "Used" },
            { id: 153, order_item_id: 317, return_date: new Date("2021-11-05T21:14:02Z"), reason: "The transfer was cancelled following a partial review.", condition: "New" },
            { id: 154, order_item_id: 404, return_date: new Date("2022-09-01T14:40:35Z"), reason: "A manual follow-up: the shipment was closed.", condition: "New" },
            { id: 155, order_item_id: 424, return_date: new Date("2021-03-06T13:35:14Z"), reason: "The account owner reported an incomplete issue; the report was rejected.", condition: "New" },
            { id: 156, order_item_id: 374, return_date: new Date("2022-07-11T10:15:51Z"), reason: "The customer confirmed the details and the shipment was resolved.", condition: "New" },
            { id: 157, order_item_id: 651, return_date: new Date("2023-03-17T08:45:20Z"), reason: null, condition: "Used" },
            { id: 158, order_item_id: 571, return_date: new Date("2022-06-02T14:30:54Z"), reason: "Support asked for a change and the payment was reopened.", condition: "New" },
            { id: 159, order_item_id: 330, return_date: new Date("2021-10-18T15:26:06Z"), reason: "The supplier confirmed the details and the refund was closed.", condition: "Used" },
            { id: 160, order_item_id: 16, return_date: new Date("2021-04-11T13:10:54Z"), reason: "No response from the account owner, so the appointment was closed.", condition: "New" },
            { id: 161, order_item_id: 299, return_date: new Date("2021-03-23T10:29:05Z"), reason: null, condition: "New" },
            { id: 162, order_item_id: 341, return_date: new Date("2023-06-06T17:24:31Z"), reason: "The reviewer confirmed the details and the delivery was updated.", condition: "New" },
            { id: 163, order_item_id: 472, return_date: new Date("2021-10-13T13:45:45Z"), reason: "Flagged as repeat. The team cancelled the refund.", condition: "New" },
            { id: 164, order_item_id: 126, return_date: new Date("2022-06-23T11:17:06Z"), reason: "The reviewer confirmed the details and the refund was rejected.", condition: "New" },
            { id: 165, order_item_id: 38, return_date: new Date("2022-01-22T12:37:29Z"), reason: "Flagged as late. The customer reopened the document.", condition: "Damaged" },
            { id: 166, order_item_id: 507, return_date: new Date("2023-06-06T01:56:11Z"), reason: "The payment was rejected — partial case, no further action.", condition: "Damaged" },
            { id: 167, order_item_id: 232, return_date: new Date("2021-05-18T21:34:47Z"), reason: "The delivery was approved following a routine review.", condition: "New" },
            { id: 168, order_item_id: 270, return_date: new Date("2021-06-10T12:25:25Z"), reason: "The account owner confirmed the details and the order was approved.", condition: "Used" },
            { id: 169, order_item_id: 419, return_date: new Date("2022-09-06T14:12:42Z"), reason: "No response from the supplier, so the claim was cancelled.", condition: "Used" },
            { id: 170, order_item_id: 305, return_date: new Date("2021-02-21T13:33:06Z"), reason: "The team reported a manual issue; the account was approved.", condition: "New" },
            { id: 171, order_item_id: 363, return_date: new Date("2021-08-21T16:57:02Z"), reason: "A duplicate invoice was escalated the same day.", condition: "New" },
            { id: 172, order_item_id: 106, return_date: new Date("2022-12-31T19:31:57Z"), reason: "No response from the reviewer, so the order was updated.", condition: "Damaged" },
            { id: 173, order_item_id: 482, return_date: new Date("2023-05-25T19:29:04Z"), reason: "The item was delayed after an automatic check.", condition: "Damaged" },
            { id: 174, order_item_id: 495, return_date: new Date("2021-03-05T15:56:34Z"), reason: null, condition: "Used" },
            { id: 175, order_item_id: 380, return_date: new Date("2022-03-03T19:29:25Z"), reason: "The team asked for a change and the appointment was processed.", condition: "New" },
            { id: 176, order_item_id: 472, return_date: new Date("2021-11-20T10:03:59Z"), reason: "The booking was reviewed following a repeat review.", condition: "New" },
            { id: 177, order_item_id: 97, return_date: new Date("2023-01-03T09:01:13Z"), reason: "An operator confirmed the details and the session was cancelled.", condition: "New" },
            { id: 178, order_item_id: 132, return_date: new Date("2021-01-10T10:49:49Z"), reason: "Flagged as unusual. The customer cancelled the booking.", condition: "Used" },
            { id: 179, order_item_id: 414, return_date: new Date("2023-02-19T20:42:06Z"), reason: "The customer asked for a change and the session was cancelled.", condition: "New" },
            { id: 180, order_item_id: 324, return_date: new Date("2023-07-25T13:38:59Z"), reason: "The courier reported a standard issue; the document was processed.", condition: "New" },
            { id: 181, order_item_id: 138, return_date: new Date("2022-05-27T18:12:27Z"), reason: "A partial follow-up: the record was closed.", condition: "New" },
            { id: 182, order_item_id: 33, return_date: new Date("2022-02-09T22:05:34Z"), reason: "No response from the courier, so the appointment was completed.", condition: "New" },
            { id: 183, order_item_id: 299, return_date: new Date("2021-01-04T19:58:05Z"), reason: "The account owner reported a partial issue; the claim was rejected.", condition: "New" },
            { id: 184, order_item_id: 398, return_date: new Date("2021-10-05T11:01:15Z"), reason: "The account owner confirmed the details and the request was rescheduled.", condition: "New" },
            { id: 185, order_item_id: 364, return_date: new Date("2022-09-14T20:18:17Z"), reason: "The reviewer confirmed the details and the transfer was refunded.", condition: "New" },
            { id: 186, order_item_id: 635, return_date: new Date("2021-06-12T21:09:17Z"), reason: "A duplicate follow-up: the delivery was processed.", condition: "New" },
            { id: 187, order_item_id: 363, return_date: new Date("2023-08-06T17:06:59Z"), reason: "The supplier reported a duplicate issue; the record was escalated.", condition: "New" },
            { id: 188, order_item_id: 563, return_date: new Date("2022-04-03T20:03:38Z"), reason: "The supplier confirmed the details and the shipment was reopened.", condition: "Damaged" },
            { id: 189, order_item_id: 33, return_date: new Date("2021-07-02T21:00:54Z"), reason: "The session was escalated — incomplete case, no further action.", condition: "New" },
            { id: 190, order_item_id: 327, return_date: new Date("2021-01-31T20:08:41Z"), reason: "The account owner asked for a change and the item was reviewed.", condition: "New" },
            { id: 191, order_item_id: 361, return_date: new Date("2023-09-01T17:54:26Z"), reason: "The account was closed — urgent case, no further action.", condition: "New" },
            { id: 192, order_item_id: 310, return_date: new Date("2021-05-27T12:28:46Z"), reason: "No response from the account owner, so the invoice was processed.", condition: "New" },
            { id: 193, order_item_id: 554, return_date: new Date("2021-06-12T07:10:34Z"), reason: "The team reported a late issue; the session was refunded.", condition: "New" },
            { id: 194, order_item_id: 629, return_date: new Date("2022-11-24T09:26:07Z"), reason: "Flagged as automatic. The reviewer updated the ticket.", condition: "Damaged" },
            { id: 195, order_item_id: 469, return_date: new Date("2022-06-20T20:25:49Z"), reason: null, condition: "New" },
            { id: 196, order_item_id: 387, return_date: new Date("2021-04-09T16:57:23Z"), reason: "No response from the courier, so the delivery was approved.", condition: "Damaged" },
            { id: 197, order_item_id: 196, return_date: new Date("2022-02-28T16:00:35Z"), reason: "The account owner confirmed the details and the claim was confirmed.", condition: "New" },
            { id: 198, order_item_id: 465, return_date: new Date("2023-09-04T04:10:51Z"), reason: "The transfer was reviewed after a minor check.", condition: "Damaged" },
            { id: 199, order_item_id: 635, return_date: new Date("2022-09-09T19:42:44Z"), reason: "The courier reported a manual issue; the transfer was refunded.", condition: "New" },
            { id: 200, order_item_id: 352, return_date: new Date("2021-07-04T13:43:08Z"), reason: "The team reported an automatic issue; the session was escalated.", condition: "Damaged" },
            { id: 201, order_item_id: 282, return_date: new Date("2022-04-04T17:26:15Z"), reason: "A repeat follow-up: the transfer was cancelled.", condition: "New" },
            { id: 202, order_item_id: 513, return_date: new Date("2022-04-14T17:17:42Z"), reason: "A manual order was confirmed the same day.", condition: "New" },
            { id: 203, order_item_id: 89, return_date: new Date("2021-01-16T10:33:23Z"), reason: "The item was processed — manual case, no further action.", condition: "Used" },
            { id: 204, order_item_id: 123, return_date: new Date("2021-11-24T12:07:05Z"), reason: "The reviewer asked for a change and the request was replaced.", condition: "New" },
            { id: 205, order_item_id: 89, return_date: new Date("2023-03-14T16:25:51Z"), reason: "A repeat session was processed the same day.", condition: "New" },
            { id: 206, order_item_id: 298, return_date: new Date("2023-05-12T17:41:02Z"), reason: "The supplier reported a standard issue; the ticket was closed.", condition: "New" },
            { id: 207, order_item_id: 111, return_date: new Date("2022-10-16T15:02:01Z"), reason: "An urgent follow-up: the delivery was refunded.", condition: "New" },
            { id: 208, order_item_id: 388, return_date: new Date("2021-07-10T16:16:37Z"), reason: "Support confirmed the details and the order was reopened.", condition: "Used" },
            { id: 209, order_item_id: 151, return_date: new Date("2021-02-09T12:06:34Z"), reason: "An unusual follow-up: the claim was reviewed.", condition: "New" },
            { id: 210, order_item_id: 174, return_date: new Date("2022-05-06T11:30:49Z"), reason: "An operator confirmed the details and the record was replaced.", condition: "New" },
            { id: 211, order_item_id: 358, return_date: new Date("2022-10-21T17:04:30Z"), reason: "Support confirmed the details and the item was replaced.", condition: "New" },
            { id: 212, order_item_id: 589, return_date: new Date("2023-04-22T17:20:36Z"), reason: "No response from the reviewer, so the report was rejected.", condition: "New" },
            { id: 213, order_item_id: 554, return_date: new Date("2022-02-13T21:47:12Z"), reason: "A routine booking was processed the same day.", condition: "Damaged" },
            { id: 214, order_item_id: 419, return_date: new Date("2022-06-18T09:03:32Z"), reason: "Support confirmed the details and the payment was completed.", condition: "Used" },
            { id: 215, order_item_id: 487, return_date: new Date("2023-08-29T00:11:45Z"), reason: "The request was replaced following a partial review.", condition: "New" },
            { id: 216, order_item_id: 663, return_date: new Date("2023-06-07T15:16:24Z"), reason: "The ticket was confirmed after a minor check.", condition: "New" },
            { id: 217, order_item_id: 192, return_date: new Date("2022-01-06T08:16:43Z"), reason: "Flagged as late. The supplier rescheduled the document.", condition: "New" },
            { id: 218, order_item_id: 335, return_date: new Date("2022-04-30T01:40:49Z"), reason: "The transfer was updated after a routine check.", condition: "New" },
            { id: 219, order_item_id: 596, return_date: new Date("2023-06-21T18:51:57Z"), reason: "The request was completed following an urgent review.", condition: "Used" },
            { id: 220, order_item_id: 81, return_date: new Date("2023-01-20T14:35:06Z"), reason: "An incomplete follow-up: the transfer was completed.", condition: "New" },
            { id: 221, order_item_id: 325, return_date: new Date("2022-03-26T12:41:16Z"), reason: "No response from the supplier, so the claim was approved.", condition: "New" },
            { id: 222, order_item_id: 12, return_date: new Date("2021-05-16T09:31:40Z"), reason: "An automatic follow-up: the document was delayed.", condition: "New" },
            { id: 223, order_item_id: 190, return_date: new Date("2021-10-06T15:38:30Z"), reason: "Flagged as automatic. The team approved the payment.", condition: "New" },
            { id: 224, order_item_id: 295, return_date: new Date("2023-01-15T11:14:30Z"), reason: null, condition: "New" },
            { id: 225, order_item_id: 428, return_date: new Date("2023-09-16T11:57:22Z"), reason: "The customer reported an unusual issue; the payment was processed.", condition: "New" },
            { id: 226, order_item_id: 38, return_date: new Date("2023-03-26T23:34:07Z"), reason: "The courier confirmed the details and the order was cancelled.", condition: "New" },
            { id: 227, order_item_id: 70, return_date: new Date("2023-07-22T00:31:20Z"), reason: "The invoice was rejected after an urgent check.", condition: "New" },
            { id: 228, order_item_id: 197, return_date: new Date("2021-03-18T23:53:59Z"), reason: "No response from support, so the invoice was approved.", condition: "Damaged" },
            { id: 229, order_item_id: 521, return_date: new Date("2021-10-10T15:21:26Z"), reason: "The courier confirmed the details and the transfer was reopened.", condition: "New" },
            { id: 230, order_item_id: 423, return_date: new Date("2023-01-29T10:38:38Z"), reason: "An unusual ticket was resolved the same day.", condition: "New" },
            { id: 231, order_item_id: 352, return_date: new Date("2022-04-02T22:22:30Z"), reason: "The ticket was delayed — minor case, no further action.", condition: "New" },
            { id: 232, order_item_id: 610, return_date: new Date("2021-05-16T20:03:05Z"), reason: "The session was refunded after a partial check.", condition: "Used" },
            { id: 233, order_item_id: 207, return_date: new Date("2023-08-28T11:36:51Z"), reason: "The courier confirmed the details and the request was rejected.", condition: "New" },
            { id: 234, order_item_id: 320, return_date: new Date("2022-02-21T08:57:04Z"), reason: "An automatic follow-up: the shipment was processed.", condition: "New" },
            { id: 235, order_item_id: 232, return_date: new Date("2021-04-22T17:14:36Z"), reason: "An operator reported a routine issue; the refund was replaced.", condition: "Damaged" },
            { id: 236, order_item_id: 95, return_date: new Date("2021-12-05T08:49:43Z"), reason: "The supplier reported a duplicate issue; the claim was delayed.", condition: "New" },
            { id: 237, order_item_id: 585, return_date: new Date("2023-03-07T14:38:36Z"), reason: "An incomplete refund was updated the same day.", condition: "New" },
            { id: 238, order_item_id: 318, return_date: new Date("2022-10-11T17:21:20Z"), reason: null, condition: "New" },
            { id: 239, order_item_id: 576, return_date: new Date("2022-11-04T09:59:20Z"), reason: "An unusual follow-up: the invoice was reviewed.", condition: "Used" },
            { id: 240, order_item_id: 36, return_date: new Date("2023-01-08T15:25:21Z"), reason: "The invoice was replaced — late case, no further action.", condition: "New" },
            { id: 241, order_item_id: 632, return_date: new Date("2022-09-06T21:39:27Z"), reason: "The payment was reopened — partial case, no further action.", condition: "New" },
            { id: 242, order_item_id: 593, return_date: new Date("2022-03-30T12:30:51Z"), reason: "The session was replaced following an automatic review.", condition: "New" },
            { id: 243, order_item_id: 295, return_date: new Date("2021-05-31T21:41:21Z"), reason: "The supplier asked for a change and the request was confirmed.", condition: "New" },
            { id: 244, order_item_id: 16, return_date: new Date("2021-06-23T13:31:54Z"), reason: "The courier reported a late issue; the item was approved.", condition: "New" },
            { id: 245, order_item_id: 359, return_date: new Date("2022-11-12T10:21:31Z"), reason: null, condition: "New" },
            { id: 246, order_item_id: 553, return_date: new Date("2022-01-30T17:52:19Z"), reason: "Support asked for a change and the report was completed.", condition: "New" },
            { id: 247, order_item_id: 424, return_date: new Date("2021-02-15T00:24:10Z"), reason: null, condition: "New" },
            { id: 248, order_item_id: 547, return_date: new Date("2023-08-17T11:38:52Z"), reason: "Support asked for a change and the record was refunded.", condition: "New" },
            { id: 249, order_item_id: 550, return_date: new Date("2023-09-28T19:34:05Z"), reason: "A duplicate follow-up: the appointment was confirmed.", condition: "New" },
            { id: 250, order_item_id: 415, return_date: new Date("2021-09-21T17:09:10Z"), reason: "The refund was escalated — automatic case, no further action.", condition: "New" },
            { id: 251, order_item_id: 374, return_date: new Date("2023-02-19T08:52:56Z"), reason: "The payment was closed after a minor check.", condition: "New" },
            { id: 252, order_item_id: 300, return_date: new Date("2023-04-27T19:02:26Z"), reason: "A repeat follow-up: the appointment was updated.", condition: "New" },
            { id: 253, order_item_id: 462, return_date: new Date("2021-11-06T20:47:09Z"), reason: "The item was updated following a late review.", condition: "New" },
            { id: 254, order_item_id: 511, return_date: new Date("2021-06-27T10:32:20Z"), reason: "Flagged as repeat. The supplier completed the record.", condition: "Used" },
            { id: 255, order_item_id: 554, return_date: new Date("2023-07-01T21:40:41Z"), reason: "The payment was updated — routine case, no further action.", condition: "New" },
            { id: 256, order_item_id: 451, return_date: new Date("2022-10-06T11:42:19Z"), reason: "Flagged as incomplete. An operator reviewed the account.", condition: "Used" },
            { id: 257, order_item_id: 630, return_date: new Date("2022-04-05T15:59:48Z"), reason: "The team confirmed the details and the request was escalated.", condition: "Used" },
            { id: 258, order_item_id: 339, return_date: new Date("2023-07-24T21:11:06Z"), reason: "The item was replaced after an automatic check.", condition: "Used" },
            { id: 259, order_item_id: 432, return_date: new Date("2022-08-02T20:53:37Z"), reason: "The report was processed after a routine check.", condition: "New" },
            { id: 260, order_item_id: 472, return_date: new Date("2021-12-01T14:52:51Z"), reason: null, condition: "New" },
            { id: 261, order_item_id: 288, return_date: new Date("2021-02-09T21:15:11Z"), reason: "The account was escalated after a duplicate check.", condition: "Used" },
            { id: 262, order_item_id: 517, return_date: new Date("2022-09-03T14:33:58Z"), reason: "Flagged as minor. The courier rescheduled the account.", condition: "Used" },
            { id: 263, order_item_id: 111, return_date: new Date("2023-07-31T18:04:53Z"), reason: "An automatic report was replaced the same day.", condition: "New" },
            { id: 264, order_item_id: 13, return_date: new Date("2022-06-24T13:34:06Z"), reason: "The report was reopened after a minor check.", condition: "Used" },
            { id: 265, order_item_id: 75, return_date: new Date("2022-06-11T16:16:40Z"), reason: "The session was replaced — duplicate case, no further action.", condition: "New" },
            { id: 266, order_item_id: 282, return_date: new Date("2023-04-24T08:26:06Z"), reason: "The session was resolved following an automatic review.", condition: "New" },
            { id: 267, order_item_id: 588, return_date: new Date("2021-04-28T20:21:43Z"), reason: null, condition: "Used" },
            { id: 268, order_item_id: 303, return_date: new Date("2021-08-23T14:48:16Z"), reason: null, condition: "New" },
            { id: 269, order_item_id: 203, return_date: new Date("2022-02-05T18:23:45Z"), reason: "The payment was escalated following a duplicate review.", condition: "New" },
            { id: 270, order_item_id: 487, return_date: new Date("2023-09-19T08:02:34Z"), reason: "No response from support, so the request was cancelled.", condition: "New" },
            { id: 271, order_item_id: 93, return_date: new Date("2022-08-17T13:11:12Z"), reason: "An automatic follow-up: the booking was reopened.", condition: "Damaged" },
            { id: 272, order_item_id: 439, return_date: new Date("2021-10-17T11:43:07Z"), reason: "No response from an operator, so the claim was rejected.", condition: "New" },
            { id: 273, order_item_id: 462, return_date: new Date("2023-03-18T00:55:07Z"), reason: null, condition: "New" },
            { id: 274, order_item_id: 234, return_date: new Date("2023-05-04T13:05:42Z"), reason: "An operator reported an automatic issue; the claim was resolved.", condition: "New" },
            { id: 275, order_item_id: 421, return_date: new Date("2022-02-09T17:19:59Z"), reason: "A routine follow-up: the account was reviewed.", condition: "New" },
            { id: 276, order_item_id: 449, return_date: new Date("2022-09-06T19:22:27Z"), reason: "The account owner confirmed the details and the record was closed.", condition: "Used" },
            { id: 277, order_item_id: 661, return_date: new Date("2021-04-10T10:33:04Z"), reason: "An incomplete follow-up: the appointment was updated.", condition: "Damaged" },
            { id: 278, order_item_id: 150, return_date: new Date("2023-09-26T14:05:55Z"), reason: "No response from the team, so the report was reviewed.", condition: "New" },
            { id: 279, order_item_id: 241, return_date: new Date("2022-03-16T20:37:16Z"), reason: "The customer reported a late issue; the delivery was delayed.", condition: "New" },
            { id: 280, order_item_id: 97, return_date: new Date("2023-01-13T07:19:05Z"), reason: "Flagged as automatic. The courier replaced the item.", condition: "New" },
            { id: 281, order_item_id: 364, return_date: new Date("2021-07-05T21:23:18Z"), reason: "The reviewer asked for a change and the record was approved.", condition: "Damaged" },
            { id: 282, order_item_id: 29, return_date: new Date("2021-06-30T10:24:52Z"), reason: "A minor invoice was completed the same day.", condition: "Damaged" },
            { id: 283, order_item_id: 351, return_date: new Date("2023-04-19T16:49:36Z"), reason: "The account was approved — late case, no further action.", condition: "New" },
            { id: 284, order_item_id: 521, return_date: new Date("2022-07-21T05:07:54Z"), reason: "The appointment was rejected after a manual check.", condition: "Used" },
            { id: 285, order_item_id: 277, return_date: new Date("2021-10-09T16:23:44Z"), reason: "The payment was replaced following a manual review.", condition: "New" },
            { id: 286, order_item_id: 68, return_date: new Date("2022-11-05T19:06:38Z"), reason: "The customer asked for a change and the record was reopened.", condition: "Used" },
            { id: 287, order_item_id: 557, return_date: new Date("2021-11-15T17:05:27Z"), reason: "Support reported a standard issue; the ticket was refunded.", condition: "Damaged" },
            { id: 288, order_item_id: 437, return_date: new Date("2022-01-31T22:05:59Z"), reason: "Support confirmed the details and the transfer was delayed.", condition: "New" },
            { id: 289, order_item_id: 642, return_date: new Date("2021-03-20T03:15:20Z"), reason: "A late session was reviewed the same day.", condition: "New" },
            { id: 290, order_item_id: 590, return_date: new Date("2021-05-26T16:59:31Z"), reason: "No response from the team, so the refund was reopened.", condition: "New" },
            { id: 291, order_item_id: 320, return_date: new Date("2021-10-13T22:18:47Z"), reason: "The reviewer confirmed the details and the payment was reviewed.", condition: "New" },
            { id: 292, order_item_id: 598, return_date: new Date("2022-04-27T13:52:44Z"), reason: "The order was delayed following an automatic review.", condition: "New" },
            { id: 293, order_item_id: 277, return_date: new Date("2021-01-04T20:47:15Z"), reason: "The supplier confirmed the details and the account was rejected.", condition: "New" },
            { id: 294, order_item_id: 52, return_date: new Date("2023-07-30T11:26:07Z"), reason: null, condition: "Used" },
            { id: 295, order_item_id: 521, return_date: new Date("2021-04-12T18:48:36Z"), reason: "Support reported a routine issue; the session was reopened.", condition: "New" },
            { id: 296, order_item_id: 546, return_date: new Date("2023-05-11T11:59:31Z"), reason: "The item was reviewed — late case, no further action.", condition: "New" },
            { id: 297, order_item_id: 478, return_date: new Date("2021-08-01T21:38:26Z"), reason: "Flagged as repeat. The customer rejected the session.", condition: "New" },
            { id: 298, order_item_id: 513, return_date: new Date("2021-05-20T10:49:32Z"), reason: "No response from the account owner, so the request was escalated.", condition: "New" },
            { id: 299, order_item_id: 547, return_date: new Date("2023-01-22T17:28:40Z"), reason: "The refund was reopened after an urgent check.", condition: "New" },
            { id: 300, order_item_id: 300, return_date: new Date("2022-01-25T10:45:53Z"), reason: "An automatic delivery was refunded the same day.", condition: "New" },
            { id: 301, order_item_id: 598, return_date: new Date("2022-03-19T13:47:44Z"), reason: "No response from the team, so the delivery was approved.", condition: "New" },
            { id: 302, order_item_id: 439, return_date: new Date("2022-06-20T20:44:43Z"), reason: "A partial invoice was replaced the same day.", condition: "New" },
            { id: 303, order_item_id: 291, return_date: new Date("2021-12-14T15:13:34Z"), reason: "Flagged as urgent. The supplier reopened the appointment.", condition: "New" },
            { id: 304, order_item_id: 266, return_date: new Date("2023-01-20T03:39:21Z"), reason: "No response from the supplier, so the claim was cancelled.", condition: "New" },
            { id: 305, order_item_id: 510, return_date: new Date("2022-06-07T18:50:41Z"), reason: "The customer confirmed the details and the record was cancelled.", condition: "New" },
            { id: 306, order_item_id: 328, return_date: new Date("2023-04-08T05:27:51Z"), reason: "The request was completed after an unusual check.", condition: "Used" },
            { id: 307, order_item_id: 596, return_date: new Date("2022-08-24T11:38:43Z"), reason: "The account owner confirmed the details and the request was reviewed.", condition: "Used" },
            { id: 308, order_item_id: 237, return_date: new Date("2023-05-14T18:51:33Z"), reason: "The account owner confirmed the details and the payment was delayed.", condition: "New" },
            { id: 309, order_item_id: 567, return_date: new Date("2022-11-02T16:33:36Z"), reason: "Flagged as manual. The courier rejected the session.", condition: "New" },
            { id: 310, order_item_id: 571, return_date: new Date("2021-02-07T18:03:45Z"), reason: "The customer asked for a change and the refund was cancelled.", condition: "New" },
            { id: 311, order_item_id: 187, return_date: new Date("2022-12-28T07:16:55Z"), reason: "A late shipment was resolved the same day.", condition: "New" },
            { id: 312, order_item_id: 148, return_date: new Date("2021-04-12T18:56:23Z"), reason: "Support reported a standard issue; the payment was approved.", condition: "New" },
            { id: 313, order_item_id: 546, return_date: new Date("2022-04-20T22:16:29Z"), reason: "An urgent follow-up: the refund was confirmed.", condition: "New" },
            { id: 314, order_item_id: 553, return_date: new Date("2021-07-08T12:37:11Z"), reason: null, condition: "New" },
            { id: 315, order_item_id: 156, return_date: new Date("2022-11-22T12:04:35Z"), reason: "The refund was completed — standard case, no further action.", condition: "New" },
            { id: 316, order_item_id: 638, return_date: new Date("2021-12-16T22:01:28Z"), reason: "Flagged as late. An operator reopened the delivery.", condition: "Used" },
            { id: 317, order_item_id: 531, return_date: new Date("2021-06-22T10:47:00Z"), reason: "The delivery was updated — routine case, no further action.", condition: "New" },
            { id: 318, order_item_id: 136, return_date: new Date("2021-12-06T21:24:25Z"), reason: "The request was updated — duplicate case, no further action.", condition: "Used" },
            { id: 319, order_item_id: 83, return_date: new Date("2023-04-26T14:03:17Z"), reason: "Flagged as manual. The reviewer rescheduled the shipment.", condition: "New" },
            { id: 320, order_item_id: 398, return_date: new Date("2021-02-01T17:15:32Z"), reason: "The payment was completed following a late review.", condition: "Used" },
            { id: 321, order_item_id: 116, return_date: new Date("2021-12-06T12:02:29Z"), reason: "The supplier reported a routine issue; the transfer was completed.", condition: "Used" },
            { id: 322, order_item_id: 174, return_date: new Date("2022-01-24T15:08:15Z"), reason: "The invoice was cancelled after an automatic check.", condition: "New" },
            { id: 323, order_item_id: 512, return_date: new Date("2022-11-26T21:52:18Z"), reason: "A late follow-up: the account was refunded.", condition: "New" },
            { id: 324, order_item_id: 192, return_date: new Date("2023-04-21T14:45:32Z"), reason: "The record was delayed following a late review.", condition: "New" },
            { id: 325, order_item_id: 570, return_date: new Date("2022-11-09T10:03:39Z"), reason: "Flagged as repeat. The team resolved the booking.", condition: "New" },
            { id: 326, order_item_id: 138, return_date: new Date("2022-07-19T18:18:26Z"), reason: "A manual delivery was replaced the same day.", condition: "New" },
            { id: 327, order_item_id: 20, return_date: new Date("2022-08-13T10:14:21Z"), reason: "Flagged as duplicate. Support confirmed the account.", condition: "New" },
            { id: 328, order_item_id: 507, return_date: new Date("2021-08-24T02:53:01Z"), reason: "Flagged as incomplete. The supplier rescheduled the refund.", condition: "New" },
            { id: 329, order_item_id: 14, return_date: new Date("2022-08-01T11:23:31Z"), reason: null, condition: "Damaged" },
            { id: 330, order_item_id: 291, return_date: new Date("2022-09-07T19:38:57Z"), reason: null, condition: "Damaged" },
            { id: 331, order_item_id: 14, return_date: new Date("2023-06-21T18:14:55Z"), reason: "The team reported a routine issue; the booking was cancelled.", condition: "New" },
            { id: 332, order_item_id: 106, return_date: new Date("2021-01-30T21:00:44Z"), reason: "No response from the account owner, so the account was delayed.", condition: "New" },
            { id: 333, order_item_id: 458, return_date: new Date("2021-04-17T00:37:28Z"), reason: "The account owner asked for a change and the transfer was cancelled.", condition: "New" },
            { id: 334, order_item_id: 535, return_date: new Date("2022-02-02T09:28:19Z"), reason: null, condition: "New" },
            { id: 335, order_item_id: 288, return_date: new Date("2021-09-17T13:40:19Z"), reason: "The reviewer confirmed the details and the shipment was reopened.", condition: "New" },
            { id: 336, order_item_id: 641, return_date: new Date("2021-01-09T19:53:56Z"), reason: null, condition: "New" },
            { id: 337, order_item_id: 143, return_date: new Date("2022-12-17T12:21:54Z"), reason: "The request was updated following an automatic review.", condition: "Damaged" },
            { id: 338, order_item_id: 520, return_date: new Date("2023-07-03T13:59:44Z"), reason: "No response from the reviewer, so the record was delayed.", condition: "New" },
            { id: 339, order_item_id: 95, return_date: new Date("2021-01-11T16:17:55Z"), reason: "The reviewer reported a late issue; the transfer was rescheduled.", condition: "New" },
            { id: 340, order_item_id: 165, return_date: new Date("2023-09-15T17:55:11Z"), reason: "The refund was refunded after a late check.", condition: "New" },
            { id: 341, order_item_id: 237, return_date: new Date("2021-11-21T10:04:31Z"), reason: "An incomplete invoice was rejected the same day.", condition: "New" },
            { id: 342, order_item_id: 122, return_date: new Date("2022-07-27T10:47:01Z"), reason: "The claim was refunded — unusual case, no further action.", condition: "New" },
            { id: 343, order_item_id: 529, return_date: new Date("2021-04-12T18:42:04Z"), reason: "The account owner reported a minor issue; the delivery was cancelled.", condition: "New" },
            { id: 344, order_item_id: 377, return_date: new Date("2021-01-13T01:35:23Z"), reason: "An urgent shipment was reopened the same day.", condition: "New" },
            { id: 345, order_item_id: 374, return_date: new Date("2023-05-29T11:02:45Z"), reason: "The account was escalated — urgent case, no further action.", condition: "New" },
            { id: 346, order_item_id: 203, return_date: new Date("2022-08-11T14:59:31Z"), reason: "The reviewer reported a partial issue; the invoice was refunded.", condition: "New" },
            { id: 347, order_item_id: 126, return_date: new Date("2021-01-27T11:16:23Z"), reason: "Flagged as standard. The account owner approved the appointment.", condition: "Damaged" },
            { id: 348, order_item_id: 546, return_date: new Date("2021-03-29T20:53:00Z"), reason: "A late invoice was processed the same day.", condition: "New" },
            { id: 349, order_item_id: 449, return_date: new Date("2022-03-21T22:25:45Z"), reason: "An operator asked for a change and the document was rescheduled.", condition: "New" },
            { id: 350, order_item_id: 639, return_date: new Date("2021-11-01T14:01:45Z"), reason: "No response from the supplier, so the transfer was escalated.", condition: "Used" },
            { id: 351, order_item_id: 500, return_date: new Date("2021-06-18T13:02:03Z"), reason: "No response from the courier, so the order was delayed.", condition: "New" },
            { id: 352, order_item_id: 432, return_date: new Date("2021-04-01T19:43:29Z"), reason: "The transfer was reopened after a partial check.", condition: "New" },
            { id: 353, order_item_id: 540, return_date: new Date("2022-09-23T18:25:47Z"), reason: "A duplicate document was closed the same day.", condition: "New" },
            { id: 354, order_item_id: 118, return_date: new Date("2022-01-25T09:39:06Z"), reason: "The ticket was refunded — manual case, no further action.", condition: "New" },
            { id: 355, order_item_id: 189, return_date: new Date("2021-01-01T20:39:38Z"), reason: "The ticket was confirmed after an automatic check.", condition: "Used" },
            { id: 356, order_item_id: 1, return_date: new Date("2022-02-12T09:12:36Z"), reason: "No response from the supplier, so the order was processed.", condition: "Damaged" },
            { id: 357, order_item_id: 566, return_date: new Date("2022-09-26T16:10:29Z"), reason: null, condition: "New" },
            { id: 358, order_item_id: 461, return_date: new Date("2021-05-17T21:37:24Z"), reason: "The record was replaced after an urgent check.", condition: "Used" },
            { id: 359, order_item_id: 217, return_date: new Date("2023-01-17T00:04:57Z"), reason: "The record was approved — routine case, no further action.", condition: "New" },
            { id: 360, order_item_id: 571, return_date: new Date("2021-08-26T07:22:47Z"), reason: null, condition: "New" },
            { id: 361, order_item_id: 451, return_date: new Date("2022-04-01T07:01:51Z"), reason: "A repeat request was delayed the same day.", condition: "New" },
            { id: 362, order_item_id: 539, return_date: new Date("2021-01-22T11:14:32Z"), reason: "The shipment was resolved — standard case, no further action.", condition: "Used" },
            { id: 363, order_item_id: 187, return_date: new Date("2023-09-21T17:59:00Z"), reason: "A duplicate invoice was reviewed the same day.", condition: "Damaged" },
            { id: 364, order_item_id: 540, return_date: new Date("2022-09-11T14:56:01Z"), reason: "A partial ticket was reviewed the same day.", condition: "Used" },
            { id: 365, order_item_id: 241, return_date: new Date("2021-06-12T18:14:43Z"), reason: "Support confirmed the details and the invoice was replaced.", condition: "New" },
            { id: 366, order_item_id: 600, return_date: new Date("2022-12-26T09:27:02Z"), reason: "No response from an operator, so the item was closed.", condition: "New" },
            { id: 367, order_item_id: 598, return_date: new Date("2021-08-03T15:59:13Z"), reason: null, condition: "New" },
            { id: 368, order_item_id: 249, return_date: new Date("2022-11-01T12:54:58Z"), reason: "A routine follow-up: the account was confirmed.", condition: "New" },
            { id: 369, order_item_id: 652, return_date: new Date("2022-09-15T16:12:31Z"), reason: "A routine follow-up: the request was confirmed.", condition: "New" },
            { id: 370, order_item_id: 92, return_date: new Date("2023-03-23T12:32:21Z"), reason: "The document was updated following an automatic review.", condition: "New" },
            { id: 371, order_item_id: 137, return_date: new Date("2022-08-30T09:11:13Z"), reason: "The customer confirmed the details and the appointment was processed.", condition: "New" },
            { id: 372, order_item_id: 638, return_date: new Date("2022-09-02T10:04:55Z"), reason: "The transfer was processed — standard case, no further action.", condition: "New" },
            { id: 373, order_item_id: 42, return_date: new Date("2023-01-29T16:28:59Z"), reason: "The reviewer reported an incomplete issue; the claim was replaced.", condition: "New" },
            { id: 374, order_item_id: 482, return_date: new Date("2022-07-26T01:49:15Z"), reason: null, condition: "New" },
            { id: 375, order_item_id: 528, return_date: new Date("2023-05-03T19:35:37Z"), reason: "The customer confirmed the details and the item was completed.", condition: "New" },
            { id: 376, order_item_id: 465, return_date: new Date("2021-09-23T19:21:28Z"), reason: "No response from the supplier, so the document was replaced.", condition: "New" },
            { id: 377, order_item_id: 419, return_date: new Date("2021-06-10T03:28:31Z"), reason: "The booking was completed — minor case, no further action.", condition: "New" },
            { id: 378, order_item_id: 475, return_date: new Date("2022-09-14T08:31:10Z"), reason: "No response from the customer, so the shipment was delayed.", condition: "New" },
            { id: 379, order_item_id: 148, return_date: new Date("2023-01-28T18:03:02Z"), reason: "A minor follow-up: the ticket was confirmed.", condition: "New" },
            { id: 380, order_item_id: 20, return_date: new Date("2023-05-19T15:06:15Z"), reason: "The request was delayed following an unusual review.", condition: "New" },
            { id: 381, order_item_id: 661, return_date: new Date("2022-03-08T11:48:31Z"), reason: null, condition: "Used" },
            { id: 382, order_item_id: 536, return_date: new Date("2021-07-31T08:44:35Z"), reason: "The order was reviewed — duplicate case, no further action.", condition: "New" },
            { id: 383, order_item_id: 151, return_date: new Date("2022-08-01T08:19:06Z"), reason: "The claim was processed after a minor check.", condition: "New" },
            { id: 384, order_item_id: 629, return_date: new Date("2023-01-07T16:24:06Z"), reason: "A routine shipment was processed the same day.", condition: "Used" },
            { id: 385, order_item_id: 612, return_date: new Date("2023-01-23T17:14:05Z"), reason: "Support reported a manual issue; the session was reopened.", condition: "New" },
            { id: 386, order_item_id: 216, return_date: new Date("2022-12-18T21:37:50Z"), reason: "Flagged as unusual. The courier refunded the item.", condition: "New" },
            { id: 387, order_item_id: 361, return_date: new Date("2021-08-02T00:35:35Z"), reason: "No response from the customer, so the refund was delayed.", condition: "New" },
            { id: 388, order_item_id: 341, return_date: new Date("2023-07-20T17:30:41Z"), reason: "A duplicate appointment was approved the same day.", condition: "New" },
            { id: 389, order_item_id: 107, return_date: new Date("2023-01-08T10:19:57Z"), reason: "An unusual follow-up: the document was approved.", condition: "New" },
            { id: 390, order_item_id: 109, return_date: new Date("2021-08-05T18:34:49Z"), reason: "The shipment was processed — unusual case, no further action.", condition: "New" },
            { id: 391, order_item_id: 286, return_date: new Date("2021-09-11T19:31:06Z"), reason: "No response from the courier, so the order was reopened.", condition: "New" },
            { id: 392, order_item_id: 498, return_date: new Date("2023-09-25T08:58:55Z"), reason: "An unusual shipment was resolved the same day.", condition: "Used" },
            { id: 393, order_item_id: 620, return_date: new Date("2022-01-19T08:57:13Z"), reason: "The report was closed — urgent case, no further action.", condition: "Damaged" },
            { id: 394, order_item_id: 375, return_date: new Date("2023-06-19T13:53:34Z"), reason: "The supplier reported an automatic issue; the refund was replaced.", condition: "New" },
            { id: 395, order_item_id: 642, return_date: new Date("2022-01-02T21:04:36Z"), reason: "The team asked for a change and the invoice was processed.", condition: "New" },
            { id: 396, order_item_id: 573, return_date: new Date("2021-12-08T12:59:52Z"), reason: "The invoice was escalated after an unusual check.", condition: "Damaged" },
            { id: 397, order_item_id: 581, return_date: new Date("2021-04-20T20:18:02Z"), reason: "The appointment was cancelled — routine case, no further action.", condition: "Damaged" },
            { id: 398, order_item_id: 122, return_date: new Date("2021-12-19T18:47:34Z"), reason: "The refund was reopened — standard case, no further action.", condition: "Used" },
            { id: 399, order_item_id: 46, return_date: new Date("2022-06-16T13:48:10Z"), reason: "Flagged as urgent. The team confirmed the payment.", condition: "Used" },
            { id: 400, order_item_id: 238, return_date: new Date("2023-03-29T19:44:35Z"), reason: null, condition: "New" },
            { id: 401, order_item_id: 629, return_date: new Date("2023-01-08T11:24:52Z"), reason: "No response from the supplier, so the report was reviewed.", condition: "New" },
            { id: 402, order_item_id: 363, return_date: new Date("2022-09-25T22:53:52Z"), reason: "The courier confirmed the details and the transfer was escalated.", condition: "New" },
            { id: 403, order_item_id: 430, return_date: new Date("2022-09-24T23:52:13Z"), reason: null, condition: "New" },
            { id: 404, order_item_id: 651, return_date: new Date("2023-02-24T06:27:55Z"), reason: "The team confirmed the details and the delivery was replaced.", condition: "New" },
            { id: 405, order_item_id: 510, return_date: new Date("2021-07-08T07:51:11Z"), reason: "Support asked for a change and the item was delayed.", condition: "Damaged" },
            { id: 406, order_item_id: 605, return_date: new Date("2021-01-19T19:09:21Z"), reason: "Flagged as late. The team updated the shipment.", condition: "New" },
            { id: 407, order_item_id: 13, return_date: new Date("2021-07-12T10:56:38Z"), reason: "The customer asked for a change and the invoice was processed.", condition: "New" },
            { id: 408, order_item_id: 550, return_date: new Date("2021-05-30T14:29:13Z"), reason: "The reviewer reported a manual issue; the delivery was reviewed.", condition: "New" },
            { id: 409, order_item_id: 239, return_date: new Date("2022-06-11T20:31:30Z"), reason: "A duplicate follow-up: the appointment was reviewed.", condition: "Used" },
            { id: 410, order_item_id: 463, return_date: new Date("2023-02-11T11:08:28Z"), reason: "The report was rejected after a standard check.", condition: "New" },
            { id: 411, order_item_id: 40, return_date: new Date("2023-03-18T00:02:19Z"), reason: "The customer confirmed the details and the document was approved.", condition: "New" },
            { id: 412, order_item_id: 596, return_date: new Date("2023-04-08T14:56:26Z"), reason: "Support reported a standard issue; the order was rejected.", condition: "Used" },
            { id: 413, order_item_id: 557, return_date: new Date("2023-05-14T13:12:28Z"), reason: "Flagged as duplicate. The supplier refunded the refund.", condition: "Used" },
            { id: 414, order_item_id: 206, return_date: new Date("2023-09-12T09:14:14Z"), reason: "The session was escalated after an automatic check.", condition: "Damaged" },
            { id: 415, order_item_id: 503, return_date: new Date("2023-04-13T20:47:36Z"), reason: "An operator confirmed the details and the request was closed.", condition: "New" },
            { id: 416, order_item_id: 643, return_date: new Date("2021-06-07T19:20:04Z"), reason: "The account owner asked for a change and the record was cancelled.", condition: "New" },
            { id: 417, order_item_id: 562, return_date: new Date("2021-07-24T19:22:45Z"), reason: "The item was reviewed following an incomplete review.", condition: "New" },
            { id: 418, order_item_id: 487, return_date: new Date("2022-10-05T17:55:47Z"), reason: "The courier reported a minor issue; the account was updated.", condition: "New" },
            { id: 419, order_item_id: 563, return_date: new Date("2022-09-28T14:54:17Z"), reason: "Support reported a repeat issue; the shipment was rescheduled.", condition: "New" },
            { id: 420, order_item_id: 358, return_date: new Date("2022-05-02T11:03:24Z"), reason: null, condition: "New" },
            { id: 421, order_item_id: 119, return_date: new Date("2021-02-20T18:47:44Z"), reason: "A routine report was rescheduled the same day.", condition: "Used" },
            { id: 422, order_item_id: 110, return_date: new Date("2022-01-10T19:09:00Z"), reason: "The appointment was completed following a minor review.", condition: "Damaged" },
            { id: 423, order_item_id: 400, return_date: new Date("2022-05-14T18:47:18Z"), reason: null, condition: "New" },
            { id: 424, order_item_id: 588, return_date: new Date("2021-10-06T10:50:29Z"), reason: "The account owner asked for a change and the payment was delayed.", condition: "New" },
            { id: 425, order_item_id: 442, return_date: new Date("2021-08-06T19:25:09Z"), reason: "No response from an operator, so the invoice was updated.", condition: "New" },
            { id: 426, order_item_id: 351, return_date: new Date("2023-01-31T12:37:53Z"), reason: "The session was reviewed after an urgent check.", condition: "Used" },
            { id: 427, order_item_id: 530, return_date: new Date("2021-04-01T19:49:26Z"), reason: "The booking was refunded — minor case, no further action.", condition: "New" },
            { id: 428, order_item_id: 539, return_date: new Date("2023-01-05T15:48:41Z"), reason: "An incomplete item was delayed the same day.", condition: "New" },
            { id: 429, order_item_id: 548, return_date: new Date("2021-10-08T21:16:23Z"), reason: "The refund was updated after an automatic check.", condition: "Damaged" },
            { id: 430, order_item_id: 585, return_date: new Date("2022-08-24T09:57:43Z"), reason: "The ticket was rescheduled following a duplicate review.", condition: "New" },
            { id: 431, order_item_id: 343, return_date: new Date("2023-08-26T20:12:08Z"), reason: null, condition: "New" },
            { id: 432, order_item_id: 40, return_date: new Date("2021-01-30T21:15:28Z"), reason: "Support reported an urgent issue; the record was replaced.", condition: "Used" },
            { id: 433, order_item_id: 259, return_date: new Date("2021-06-28T13:19:59Z"), reason: "No response from the reviewer, so the report was closed.", condition: "New" },
            { id: 434, order_item_id: 109, return_date: new Date("2021-01-29T17:10:15Z"), reason: "A minor follow-up: the delivery was approved.", condition: "New" },
            { id: 435, order_item_id: 158, return_date: new Date("2022-07-05T22:14:01Z"), reason: "The supplier asked for a change and the claim was processed.", condition: "New" },
            { id: 436, order_item_id: 95, return_date: new Date("2023-05-04T15:09:48Z"), reason: null, condition: "New" },
            { id: 437, order_item_id: 81, return_date: new Date("2022-04-02T12:50:33Z"), reason: "An automatic follow-up: the invoice was escalated.", condition: "New" },
            { id: 438, order_item_id: 2, return_date: new Date("2021-07-27T17:44:26Z"), reason: "A manual booking was reviewed the same day.", condition: "New" },
            { id: 439, order_item_id: 663, return_date: new Date("2023-01-07T19:22:05Z"), reason: "The account owner asked for a change and the document was confirmed.", condition: "New" },
            { id: 440, order_item_id: 118, return_date: new Date("2022-01-17T14:35:12Z"), reason: "The account was cancelled following a partial review.", condition: "Used" },
            { id: 441, order_item_id: 306, return_date: new Date("2022-08-23T14:53:28Z"), reason: "The refund was closed — repeat case, no further action.", condition: "New" },
            { id: 442, order_item_id: 324, return_date: new Date("2021-06-29T13:02:49Z"), reason: "The booking was reviewed following a late review.", condition: "New" },
            { id: 443, order_item_id: 70, return_date: new Date("2022-03-10T19:54:57Z"), reason: "The appointment was refunded — urgent case, no further action.", condition: "Used" },
            { id: 444, order_item_id: 29, return_date: new Date("2021-04-24T11:26:22Z"), reason: null, condition: "Used" },
            { id: 445, order_item_id: 573, return_date: new Date("2023-04-30T20:19:28Z"), reason: "The supplier asked for a change and the document was replaced.", condition: "Used" },
            { id: 446, order_item_id: 620, return_date: new Date("2023-03-19T09:47:23Z"), reason: "The request was reopened after a routine check.", condition: "New" },
            { id: 447, order_item_id: 203, return_date: new Date("2022-02-03T22:10:51Z"), reason: "The courier confirmed the details and the invoice was updated.", condition: "New" },
            { id: 448, order_item_id: 511, return_date: new Date("2023-02-16T08:16:11Z"), reason: "No response from the account owner, so the document was cancelled.", condition: "New" },
            { id: 449, order_item_id: 298, return_date: new Date("2021-02-05T11:51:35Z"), reason: "The claim was closed following a standard review.", condition: "New" },
            { id: 450, order_item_id: 624, return_date: new Date("2022-01-13T18:49:51Z"), reason: "Flagged as minor. An operator reviewed the session.", condition: "New" },
            { id: 451, order_item_id: 195, return_date: new Date("2022-05-22T12:50:02Z"), reason: "The customer confirmed the details and the request was refunded.", condition: "New" },
            { id: 452, order_item_id: 172, return_date: new Date("2021-06-26T18:43:52Z"), reason: "A manual follow-up: the report was completed.", condition: "Used" },
            { id: 453, order_item_id: 398, return_date: new Date("2021-04-03T15:48:01Z"), reason: "The document was closed after a duplicate check.", condition: "New" },
            { id: 454, order_item_id: 451, return_date: new Date("2021-05-27T14:15:57Z"), reason: "A manual follow-up: the order was cancelled.", condition: "Used" },
            { id: 455, order_item_id: 143, return_date: new Date("2022-03-06T21:47:11Z"), reason: "The reviewer asked for a change and the report was reviewed.", condition: "Damaged" },
            { id: 456, order_item_id: 377, return_date: new Date("2023-03-18T11:04:19Z"), reason: "The team asked for a change and the transfer was reopened.", condition: "Damaged" },
            { id: 457, order_item_id: 232, return_date: new Date("2021-07-02T16:04:51Z"), reason: "The transfer was cancelled following a standard review.", condition: "New" },
            { id: 458, order_item_id: 223, return_date: new Date("2022-10-06T18:21:31Z"), reason: "The document was rejected following an automatic review.", condition: "New" },
            { id: 459, order_item_id: 358, return_date: new Date("2022-06-13T12:33:44Z"), reason: "A duplicate shipment was closed the same day.", condition: "Damaged" },
            { id: 460, order_item_id: 128, return_date: new Date("2021-09-10T08:26:00Z"), reason: "No response from the reviewer, so the delivery was delayed.", condition: "New" },
            { id: 461, order_item_id: 241, return_date: new Date("2022-01-27T07:53:01Z"), reason: "A partial transfer was updated the same day.", condition: "New" },
            { id: 462, order_item_id: 449, return_date: new Date("2021-09-06T11:23:39Z"), reason: "A late follow-up: the claim was updated.", condition: "New" },
            { id: 463, order_item_id: 352, return_date: new Date("2022-10-16T08:42:37Z"), reason: "The customer reported an urgent issue; the refund was completed.", condition: "Used" },
            { id: 464, order_item_id: 359, return_date: new Date("2023-06-09T12:31:34Z"), reason: "An operator reported an unusual issue; the refund was approved.", condition: "New" },
            { id: 465, order_item_id: 469, return_date: new Date("2021-12-20T11:29:24Z"), reason: "Flagged as repeat. The team reopened the booking.", condition: "New" },
            { id: 466, order_item_id: 125, return_date: new Date("2021-06-13T11:05:33Z"), reason: "Flagged as standard. The team resolved the claim.", condition: "New" },
            { id: 467, order_item_id: 332, return_date: new Date("2022-02-28T13:42:12Z"), reason: "No response from an operator, so the item was cancelled.", condition: "New" },
            { id: 468, order_item_id: 376, return_date: new Date("2023-07-09T19:05:06Z"), reason: "The customer reported an unusual issue; the shipment was rescheduled.", condition: "New" },
        ],
    });
    await prisma.shipping.createMany({
        data: [
            { id: 1, order_id: 235, shipping_date: new Date("2023-06-01T07:13:54Z"), delivery_date: new Date("2023-06-07T16:54:42Z"), shipping_method: "Standard" },
            { id: 2, order_id: 32, shipping_date: new Date("2022-12-19T14:30:02Z"), delivery_date: new Date("2022-12-23T06:32:46Z"), shipping_method: "Standard" },
            { id: 3, order_id: 245, shipping_date: new Date("2023-07-29T16:18:00Z"), delivery_date: new Date("2023-08-05T14:14:34Z"), shipping_method: "Standard" },
            { id: 4, order_id: 296, shipping_date: new Date("2021-12-13T14:26:55Z"), delivery_date: new Date("2021-12-15T11:16:26Z"), shipping_method: "Standard" },
            { id: 5, order_id: 141, shipping_date: new Date("2022-01-30T10:13:43Z"), delivery_date: new Date("2022-02-04T23:59:01Z"), shipping_method: "Standard" },
            { id: 6, order_id: 184, shipping_date: new Date("2023-06-15T04:15:21Z"), delivery_date: new Date("2023-06-23T20:53:44Z"), shipping_method: "Express" },
            { id: 7, order_id: 49, shipping_date: new Date("2022-06-02T17:26:34Z"), delivery_date: new Date("2022-06-10T09:26:06Z"), shipping_method: "Standard" },
            { id: 8, order_id: 162, shipping_date: new Date("2021-02-26T19:11:41Z"), delivery_date: new Date("2021-03-02T21:18:10Z"), shipping_method: "Express" },
            { id: 9, order_id: 63, shipping_date: new Date("2021-10-09T12:57:14Z"), delivery_date: new Date("2021-10-19T00:19:13Z"), shipping_method: "Standard" },
            { id: 10, order_id: 108, shipping_date: new Date("2021-06-23T12:43:54Z"), delivery_date: new Date("2021-06-29T13:43:26Z"), shipping_method: "Overnight" },
            { id: 11, order_id: 93, shipping_date: new Date("2023-04-12T14:09:14Z"), delivery_date: new Date("2023-04-13T08:00:15Z"), shipping_method: "Standard" },
            { id: 12, order_id: 203, shipping_date: new Date("2022-02-23T08:01:36Z"), delivery_date: new Date("2022-03-01T05:48:23Z"), shipping_method: "Standard" },
            { id: 13, order_id: 190, shipping_date: new Date("2023-05-20T15:11:48Z"), delivery_date: new Date("2023-05-27T18:43:20Z"), shipping_method: "Standard" },
            { id: 14, order_id: 132, shipping_date: new Date("2021-01-02T14:41:48Z"), delivery_date: new Date("2021-01-04T03:01:49Z"), shipping_method: "Standard" },
            { id: 15, order_id: 278, shipping_date: new Date("2021-04-25T08:05:49Z"), delivery_date: new Date("2021-04-30T10:11:25Z"), shipping_method: "Standard" },
            { id: 16, order_id: 202, shipping_date: new Date("2021-03-14T16:09:01Z"), delivery_date: new Date("2021-03-24T03:57:13Z"), shipping_method: "Standard" },
            { id: 17, order_id: 212, shipping_date: new Date("2021-01-21T13:26:56Z"), delivery_date: new Date("2021-01-27T21:09:19Z"), shipping_method: "Standard" },
            { id: 18, order_id: 123, shipping_date: new Date("2022-05-09T13:04:58Z"), delivery_date: new Date("2022-05-14T05:21:15Z"), shipping_method: "Standard" },
            { id: 19, order_id: 292, shipping_date: new Date("2023-01-02T11:11:21Z"), delivery_date: new Date("2023-01-04T01:48:40Z"), shipping_method: "Standard" },
            { id: 20, order_id: 143, shipping_date: new Date("2023-07-24T14:34:19Z"), delivery_date: new Date("2023-08-01T03:48:06Z"), shipping_method: "Overnight" },
            { id: 21, order_id: 251, shipping_date: new Date("2021-04-16T10:12:26Z"), delivery_date: new Date("2021-04-17T21:15:32Z"), shipping_method: "Standard" },
            { id: 22, order_id: 145, shipping_date: new Date("2022-07-14T08:04:28Z"), delivery_date: new Date("2022-07-17T23:49:54Z"), shipping_method: "Express" },
            { id: 23, order_id: 105, shipping_date: new Date("2021-07-16T08:30:12Z"), delivery_date: new Date("2021-07-25T23:41:03Z"), shipping_method: "Express" },
            { id: 24, order_id: 10, shipping_date: new Date("2022-04-26T14:01:19Z"), delivery_date: new Date("2022-05-02T07:47:57Z"), shipping_method: "Standard" },
            { id: 25, order_id: 126, shipping_date: new Date("2023-07-13T11:51:34Z"), delivery_date: new Date("2023-07-19T18:45:28Z"), shipping_method: "Express" },
            { id: 26, order_id: 115, shipping_date: new Date("2021-08-21T16:24:22Z"), delivery_date: new Date("2021-08-24T19:12:29Z"), shipping_method: "Standard" },
            { id: 27, order_id: 131, shipping_date: new Date("2021-10-04T12:19:55Z"), delivery_date: new Date("2021-10-09T21:04:47Z"), shipping_method: "Standard" },
            { id: 28, order_id: 21, shipping_date: new Date("2021-11-30T09:40:54Z"), delivery_date: new Date("2021-11-30T19:53:03Z"), shipping_method: "Standard" },
            { id: 29, order_id: 47, shipping_date: new Date("2023-07-13T09:05:45Z"), delivery_date: new Date("2023-07-21T20:13:40Z"), shipping_method: "Standard" },
            { id: 30, order_id: 231, shipping_date: new Date("2022-02-27T16:57:37Z"), delivery_date: new Date("2022-03-02T19:59:45Z"), shipping_method: "Standard" },
            { id: 31, order_id: 254, shipping_date: new Date("2022-09-29T18:05:23Z"), delivery_date: new Date("2022-10-09T11:36:21Z"), shipping_method: "Standard" },
            { id: 32, order_id: 242, shipping_date: new Date("2022-04-18T08:51:31Z"), delivery_date: new Date("2022-04-20T04:08:53Z"), shipping_method: "Express" },
            { id: 33, order_id: 173, shipping_date: new Date("2021-07-28T14:19:04Z"), delivery_date: new Date("2021-07-29T13:51:00Z"), shipping_method: "Standard" },
            { id: 34, order_id: 84, shipping_date: new Date("2021-05-25T14:16:52Z"), delivery_date: new Date("2021-05-26T11:34:47Z"), shipping_method: "Standard" },
            { id: 35, order_id: 251, shipping_date: new Date("2023-02-08T10:43:05Z"), delivery_date: new Date("2023-02-11T15:46:11Z"), shipping_method: "Overnight" },
            { id: 36, order_id: 144, shipping_date: new Date("2022-04-07T09:37:30Z"), delivery_date: new Date("2022-04-14T04:14:08Z"), shipping_method: "Express" },
            { id: 37, order_id: 85, shipping_date: new Date("2022-10-01T14:29:20Z"), delivery_date: new Date("2022-10-09T05:05:18Z"), shipping_method: "Standard" },
            { id: 38, order_id: 25, shipping_date: new Date("2023-05-08T15:37:25Z"), delivery_date: new Date("2023-05-16T01:02:42Z"), shipping_method: "Standard" },
            { id: 39, order_id: 40, shipping_date: new Date("2023-01-17T10:31:59Z"), delivery_date: new Date("2023-01-21T16:00:51Z"), shipping_method: "Standard" },
            { id: 40, order_id: 151, shipping_date: new Date("2023-01-18T14:42:54Z"), delivery_date: new Date("2023-01-27T20:01:11Z"), shipping_method: "Overnight" },
            { id: 41, order_id: 186, shipping_date: new Date("2021-05-23T11:08:25Z"), delivery_date: new Date("2021-06-01T12:43:05Z"), shipping_method: "Standard" },
            { id: 42, order_id: 192, shipping_date: new Date("2021-03-12T11:36:55Z"), delivery_date: new Date("2021-03-12T15:59:48Z"), shipping_method: "Standard" },
            { id: 43, order_id: 199, shipping_date: new Date("2021-07-17T12:57:24Z"), delivery_date: new Date("2021-07-25T11:05:15Z"), shipping_method: "Standard" },
            { id: 44, order_id: 170, shipping_date: new Date("2021-11-12T09:29:31Z"), delivery_date: new Date("2021-11-12T12:25:45Z"), shipping_method: "Standard" },
            { id: 45, order_id: 19, shipping_date: new Date("2022-12-19T09:54:30Z"), delivery_date: new Date("2022-12-28T10:18:03Z"), shipping_method: "Standard" },
            { id: 46, order_id: 162, shipping_date: new Date("2021-07-25T11:59:11Z"), delivery_date: new Date("2021-08-02T15:46:21Z"), shipping_method: "Standard" },
            { id: 47, order_id: 246, shipping_date: new Date("2021-09-29T11:39:52Z"), delivery_date: new Date("2021-10-08T22:29:55Z"), shipping_method: "Standard" },
            { id: 48, order_id: 260, shipping_date: new Date("2023-07-17T11:40:03Z"), delivery_date: new Date("2023-07-26T08:14:04Z"), shipping_method: "Standard" },
            { id: 49, order_id: 171, shipping_date: new Date("2021-04-03T16:14:33Z"), delivery_date: new Date("2021-04-03T22:31:49Z"), shipping_method: "Standard" },
            { id: 50, order_id: 39, shipping_date: new Date("2021-05-09T11:48:04Z"), delivery_date: new Date("2021-05-18T01:51:32Z"), shipping_method: "Standard" },
            { id: 51, order_id: 45, shipping_date: new Date("2021-11-22T19:30:25Z"), delivery_date: new Date("2021-11-22T22:22:45Z"), shipping_method: "Standard" },
            { id: 52, order_id: 175, shipping_date: new Date("2023-02-25T16:19:23Z"), delivery_date: new Date("2023-02-27T02:56:57Z"), shipping_method: "Standard" },
            { id: 53, order_id: 248, shipping_date: new Date("2021-07-22T11:39:21Z"), delivery_date: new Date("2021-07-23T10:33:21Z"), shipping_method: "Express" },
            { id: 54, order_id: 229, shipping_date: new Date("2023-09-16T17:40:32Z"), delivery_date: new Date("2023-09-20T00:22:17Z"), shipping_method: "Standard" },
            { id: 55, order_id: 155, shipping_date: new Date("2022-08-08T10:51:09Z"), delivery_date: new Date("2022-08-10T17:45:40Z"), shipping_method: "Express" },
            { id: 56, order_id: 239, shipping_date: new Date("2021-06-02T09:28:29Z"), delivery_date: new Date("2021-06-05T12:02:03Z"), shipping_method: "Standard" },
            { id: 57, order_id: 56, shipping_date: new Date("2022-08-15T15:46:26Z"), delivery_date: new Date("2022-08-25T01:23:27Z"), shipping_method: "Standard" },
            { id: 58, order_id: 175, shipping_date: new Date("2023-06-29T13:50:29Z"), delivery_date: new Date("2023-06-30T15:34:09Z"), shipping_method: "Standard" },
            { id: 59, order_id: 194, shipping_date: new Date("2021-11-23T09:13:13Z"), delivery_date: new Date("2021-11-29T00:34:00Z"), shipping_method: "Express" },
            { id: 60, order_id: 70, shipping_date: new Date("2022-07-10T02:25:00Z"), delivery_date: new Date("2022-07-13T13:31:17Z"), shipping_method: "Standard" },
            { id: 61, order_id: 228, shipping_date: new Date("2021-05-16T10:00:20Z"), delivery_date: new Date("2021-05-22T10:39:54Z"), shipping_method: "Express" },
            { id: 62, order_id: 267, shipping_date: new Date("2022-03-06T16:50:17Z"), delivery_date: new Date("2022-03-06T19:26:18Z"), shipping_method: "Standard" },
            { id: 63, order_id: 263, shipping_date: new Date("2022-09-13T14:24:01Z"), delivery_date: new Date("2022-09-22T07:39:16Z"), shipping_method: "Standard" },
            { id: 64, order_id: 55, shipping_date: new Date("2021-09-21T11:34:05Z"), delivery_date: new Date("2021-09-23T00:04:41Z"), shipping_method: "Standard" },
            { id: 65, order_id: 142, shipping_date: new Date("2021-12-02T14:49:42Z"), delivery_date: new Date("2021-12-04T16:33:35Z"), shipping_method: "Standard" },
            { id: 66, order_id: 223, shipping_date: new Date("2023-06-21T07:26:17Z"), delivery_date: new Date("2023-06-23T00:57:02Z"), shipping_method: "Standard" },
            { id: 67, order_id: 260, shipping_date: new Date("2023-08-10T12:35:35Z"), delivery_date: new Date("2023-08-13T02:11:07Z"), shipping_method: "Standard" },
            { id: 68, order_id: 7, shipping_date: new Date("2021-06-06T10:08:49Z"), delivery_date: new Date("2021-06-14T05:42:45Z"), shipping_method: "Express" },
            { id: 69, order_id: 166, shipping_date: new Date("2022-05-31T16:17:55Z"), delivery_date: new Date("2022-06-09T08:46:43Z"), shipping_method: "Standard" },
            { id: 70, order_id: 222, shipping_date: new Date("2023-08-14T14:16:37Z"), delivery_date: new Date("2023-08-21T03:31:28Z"), shipping_method: "Express" },
            { id: 71, order_id: 102, shipping_date: new Date("2021-08-03T16:43:31Z"), delivery_date: new Date("2021-08-11T03:19:59Z"), shipping_method: "Standard" },
            { id: 72, order_id: 59, shipping_date: new Date("2022-06-22T15:02:14Z"), delivery_date: new Date("2022-06-27T09:18:10Z"), shipping_method: "Express" },
            { id: 73, order_id: 45, shipping_date: new Date("2021-03-19T15:36:57Z"), delivery_date: new Date("2021-03-20T06:47:39Z"), shipping_method: "Standard" },
            { id: 74, order_id: 18, shipping_date: new Date("2023-03-06T10:15:13Z"), delivery_date: new Date("2023-03-12T05:48:51Z"), shipping_method: "Standard" },
            { id: 75, order_id: 273, shipping_date: new Date("2022-01-26T09:33:29Z"), delivery_date: new Date("2022-01-26T20:50:25Z"), shipping_method: "Standard" },
            { id: 76, order_id: 57, shipping_date: new Date("2021-03-11T14:41:06Z"), delivery_date: new Date("2021-03-14T18:02:20Z"), shipping_method: "Express" },
            { id: 77, order_id: 223, shipping_date: new Date("2022-03-02T17:11:51Z"), delivery_date: new Date("2022-03-04T14:56:14Z"), shipping_method: "Standard" },
            { id: 78, order_id: 59, shipping_date: new Date("2021-11-14T16:26:49Z"), delivery_date: new Date("2021-11-19T22:23:31Z"), shipping_method: "Standard" },
            { id: 79, order_id: 176, shipping_date: new Date("2021-12-09T17:22:51Z"), delivery_date: new Date("2021-12-12T12:08:27Z"), shipping_method: "Standard" },
            { id: 80, order_id: 183, shipping_date: new Date("2023-07-13T15:16:43Z"), delivery_date: new Date("2023-07-19T11:59:01Z"), shipping_method: "Overnight" },
            { id: 81, order_id: 48, shipping_date: new Date("2022-11-19T11:38:58Z"), delivery_date: new Date("2022-11-24T23:28:14Z"), shipping_method: "Standard" },
            { id: 82, order_id: 183, shipping_date: new Date("2023-07-14T08:50:22Z"), delivery_date: new Date("2023-07-17T13:31:30Z"), shipping_method: "Overnight" },
            { id: 83, order_id: 31, shipping_date: new Date("2023-05-25T16:29:54Z"), delivery_date: new Date("2023-06-02T23:10:18Z"), shipping_method: "Express" },
            { id: 84, order_id: 36, shipping_date: new Date("2022-12-26T15:15:12Z"), delivery_date: new Date("2022-12-28T14:08:28Z"), shipping_method: "Standard" },
            { id: 85, order_id: 5, shipping_date: new Date("2021-04-02T11:03:42Z"), delivery_date: new Date("2021-04-12T05:22:20Z"), shipping_method: "Standard" },
            { id: 86, order_id: 207, shipping_date: new Date("2023-09-04T10:54:28Z"), delivery_date: new Date("2023-09-09T01:09:23Z"), shipping_method: "Standard" },
            { id: 87, order_id: 91, shipping_date: new Date("2021-09-14T08:26:01Z"), delivery_date: new Date("2021-09-19T00:44:54Z"), shipping_method: "Standard" },
            { id: 88, order_id: 167, shipping_date: new Date("2023-02-14T17:02:53Z"), delivery_date: new Date("2023-02-23T16:10:15Z"), shipping_method: "Standard" },
            { id: 89, order_id: 146, shipping_date: new Date("2023-04-02T15:43:34Z"), delivery_date: new Date("2023-04-11T21:53:03Z"), shipping_method: "Standard" },
            { id: 90, order_id: 170, shipping_date: new Date("2022-08-17T07:28:33Z"), delivery_date: new Date("2022-08-20T00:02:59Z"), shipping_method: "Standard" },
            { id: 91, order_id: 198, shipping_date: new Date("2023-08-28T12:45:41Z"), delivery_date: new Date("2023-09-05T06:04:53Z"), shipping_method: "Standard" },
            { id: 92, order_id: 183, shipping_date: new Date("2022-08-04T15:39:36Z"), delivery_date: new Date("2022-08-07T08:24:59Z"), shipping_method: "Standard" },
            { id: 93, order_id: 145, shipping_date: new Date("2021-05-07T03:13:12Z"), delivery_date: new Date("2021-05-15T04:51:23Z"), shipping_method: "Express" },
            { id: 94, order_id: 283, shipping_date: new Date("2022-04-08T14:49:31Z"), delivery_date: new Date("2022-04-12T02:16:10Z"), shipping_method: "Standard" },
            { id: 95, order_id: 227, shipping_date: new Date("2022-10-28T11:28:54Z"), delivery_date: new Date("2022-11-05T14:05:15Z"), shipping_method: "Standard" },
            { id: 96, order_id: 24, shipping_date: new Date("2022-12-03T16:00:13Z"), delivery_date: new Date("2022-12-07T04:16:03Z"), shipping_method: "Express" },
            { id: 97, order_id: 255, shipping_date: new Date("2021-05-06T09:35:13Z"), delivery_date: new Date("2021-05-13T07:58:27Z"), shipping_method: "Standard" },
            { id: 98, order_id: 84, shipping_date: new Date("2021-09-29T11:52:09Z"), delivery_date: new Date("2021-10-01T05:09:35Z"), shipping_method: "Standard" },
            { id: 99, order_id: 298, shipping_date: new Date("2021-11-22T17:54:38Z"), delivery_date: new Date("2021-11-23T21:04:57Z"), shipping_method: "Express" },
            { id: 100, order_id: 128, shipping_date: new Date("2023-04-02T10:43:23Z"), delivery_date: new Date("2023-04-09T23:13:09Z"), shipping_method: "Express" },
            { id: 101, order_id: 216, shipping_date: new Date("2021-03-30T17:31:43Z"), delivery_date: new Date("2021-04-06T06:41:31Z"), shipping_method: "Standard" },
            { id: 102, order_id: 181, shipping_date: new Date("2023-03-10T10:15:56Z"), delivery_date: new Date("2023-03-19T22:29:02Z"), shipping_method: "Standard" },
            { id: 103, order_id: 245, shipping_date: new Date("2021-02-18T11:26:18Z"), delivery_date: new Date("2021-02-28T05:18:23Z"), shipping_method: "Standard" },
            { id: 104, order_id: 171, shipping_date: new Date("2023-08-12T09:23:42Z"), delivery_date: new Date("2023-08-12T12:41:17Z"), shipping_method: "Standard" },
            { id: 105, order_id: 297, shipping_date: new Date("2022-05-09T09:35:11Z"), delivery_date: new Date("2022-05-17T02:58:11Z"), shipping_method: "Express" },
            { id: 106, order_id: 276, shipping_date: new Date("2022-10-18T08:04:36Z"), delivery_date: new Date("2022-10-18T11:07:38Z"), shipping_method: "Standard" },
            { id: 107, order_id: 22, shipping_date: new Date("2022-08-13T15:27:54Z"), delivery_date: new Date("2022-08-22T10:19:37Z"), shipping_method: "Standard" },
            { id: 108, order_id: 196, shipping_date: new Date("2021-01-11T15:24:59Z"), delivery_date: new Date("2021-01-18T04:24:24Z"), shipping_method: "Express" },
            { id: 109, order_id: 162, shipping_date: new Date("2021-03-03T14:02:17Z"), delivery_date: new Date("2021-03-04T11:03:37Z"), shipping_method: "Standard" },
            { id: 110, order_id: 288, shipping_date: new Date("2021-10-05T12:54:48Z"), delivery_date: new Date("2021-10-08T19:08:32Z"), shipping_method: "Express" },
            { id: 111, order_id: 160, shipping_date: new Date("2021-01-16T12:49:19Z"), delivery_date: new Date("2021-01-24T14:19:21Z"), shipping_method: "Standard" },
            { id: 112, order_id: 198, shipping_date: new Date("2022-03-22T11:57:23Z"), delivery_date: new Date("2022-03-28T22:14:01Z"), shipping_method: "Overnight" },
            { id: 113, order_id: 129, shipping_date: new Date("2022-12-03T10:36:37Z"), delivery_date: new Date("2022-12-05T14:10:37Z"), shipping_method: "Express" },
            { id: 114, order_id: 107, shipping_date: new Date("2023-01-21T14:09:45Z"), delivery_date: new Date("2023-01-22T22:04:14Z"), shipping_method: "Express" },
            { id: 115, order_id: 80, shipping_date: new Date("2021-02-21T09:33:04Z"), delivery_date: new Date("2021-02-25T10:19:20Z"), shipping_method: "Standard" },
            { id: 116, order_id: 3, shipping_date: new Date("2022-11-03T13:00:35Z"), delivery_date: new Date("2022-11-06T05:45:20Z"), shipping_method: "Overnight" },
            { id: 117, order_id: 84, shipping_date: new Date("2022-02-02T10:40:15Z"), delivery_date: new Date("2022-02-04T02:30:12Z"), shipping_method: "Standard" },
            { id: 118, order_id: 235, shipping_date: new Date("2021-06-04T10:35:17Z"), delivery_date: new Date("2021-06-12T20:29:25Z"), shipping_method: "Express" },
            { id: 119, order_id: 257, shipping_date: new Date("2022-04-23T14:34:51Z"), delivery_date: new Date("2022-04-29T04:12:10Z"), shipping_method: "Express" },
            { id: 120, order_id: 77, shipping_date: new Date("2022-12-23T22:34:56Z"), delivery_date: new Date("2022-12-24T01:29:25Z"), shipping_method: "Overnight" },
            { id: 121, order_id: 86, shipping_date: new Date("2023-02-06T12:34:13Z"), delivery_date: new Date("2023-02-10T16:44:37Z"), shipping_method: "Express" },
            { id: 122, order_id: 128, shipping_date: new Date("2023-08-27T15:20:00Z"), delivery_date: new Date("2023-08-31T17:58:53Z"), shipping_method: "Overnight" },
            { id: 123, order_id: 188, shipping_date: new Date("2022-04-25T13:39:54Z"), delivery_date: new Date("2022-04-25T16:41:10Z"), shipping_method: "Standard" },
            { id: 124, order_id: 80, shipping_date: new Date("2022-01-15T15:01:17Z"), delivery_date: new Date("2022-01-24T12:52:00Z"), shipping_method: "Standard" },
            { id: 125, order_id: 123, shipping_date: new Date("2022-04-15T17:36:27Z"), delivery_date: new Date("2022-04-25T14:10:12Z"), shipping_method: "Express" },
            { id: 126, order_id: 238, shipping_date: new Date("2021-09-30T20:24:26Z"), delivery_date: new Date("2021-10-03T01:03:11Z"), shipping_method: "Standard" },
            { id: 127, order_id: 229, shipping_date: new Date("2021-11-11T09:24:41Z"), delivery_date: new Date("2021-11-15T22:02:48Z"), shipping_method: "Standard" },
            { id: 128, order_id: 65, shipping_date: new Date("2022-01-03T14:15:52Z"), delivery_date: new Date("2022-01-06T23:14:51Z"), shipping_method: "Standard" },
            { id: 129, order_id: 217, shipping_date: new Date("2022-08-03T16:02:32Z"), delivery_date: new Date("2022-08-11T00:36:48Z"), shipping_method: "Standard" },
            { id: 130, order_id: 239, shipping_date: new Date("2022-02-12T15:57:43Z"), delivery_date: new Date("2022-02-21T06:18:31Z"), shipping_method: "Express" },
            { id: 131, order_id: 121, shipping_date: new Date("2021-12-07T09:37:34Z"), delivery_date: new Date("2021-12-13T14:44:35Z"), shipping_method: "Standard" },
            { id: 132, order_id: 86, shipping_date: new Date("2023-09-13T10:11:13Z"), delivery_date: new Date("2023-09-21T03:11:40Z"), shipping_method: "Express" },
            { id: 133, order_id: 113, shipping_date: new Date("2023-01-20T09:18:38Z"), delivery_date: new Date("2023-01-27T06:25:49Z"), shipping_method: "Standard" },
            { id: 134, order_id: 46, shipping_date: new Date("2023-02-25T12:43:15Z"), delivery_date: new Date("2023-03-05T14:00:39Z"), shipping_method: "Standard" },
            { id: 135, order_id: 167, shipping_date: new Date("2022-11-04T04:22:32Z"), delivery_date: new Date("2022-11-12T10:07:24Z"), shipping_method: "Standard" },
            { id: 136, order_id: 117, shipping_date: new Date("2022-07-17T18:39:22Z"), delivery_date: new Date("2022-07-18T01:46:38Z"), shipping_method: "Standard" },
            { id: 137, order_id: 90, shipping_date: new Date("2023-02-10T10:41:24Z"), delivery_date: new Date("2023-02-16T04:59:35Z"), shipping_method: "Express" },
            { id: 138, order_id: 240, shipping_date: new Date("2022-06-08T07:17:55Z"), delivery_date: new Date("2022-06-12T08:00:20Z"), shipping_method: "Standard" },
            { id: 139, order_id: 99, shipping_date: new Date("2023-01-15T11:37:03Z"), delivery_date: new Date("2023-01-16T22:32:18Z"), shipping_method: "Overnight" },
            { id: 140, order_id: 281, shipping_date: new Date("2022-08-08T15:07:33Z"), delivery_date: new Date("2022-08-12T16:41:47Z"), shipping_method: "Standard" },
            { id: 141, order_id: 191, shipping_date: new Date("2023-04-04T15:18:57Z"), delivery_date: new Date("2023-04-12T10:37:51Z"), shipping_method: "Standard" },
            { id: 142, order_id: 99, shipping_date: new Date("2021-02-15T16:49:53Z"), delivery_date: new Date("2021-02-25T12:50:45Z"), shipping_method: "Standard" },
            { id: 143, order_id: 267, shipping_date: new Date("2022-02-19T17:55:52Z"), delivery_date: new Date("2022-02-22T09:17:40Z"), shipping_method: "Standard" },
            { id: 144, order_id: 157, shipping_date: new Date("2022-05-08T09:31:54Z"), delivery_date: new Date("2022-05-08T22:52:10Z"), shipping_method: "Overnight" },
            { id: 145, order_id: 11, shipping_date: new Date("2022-11-14T16:33:09Z"), delivery_date: new Date("2022-11-23T18:09:58Z"), shipping_method: "Standard" },
            { id: 146, order_id: 147, shipping_date: new Date("2022-05-16T12:57:35Z"), delivery_date: new Date("2022-05-18T04:11:26Z"), shipping_method: "Standard" },
            { id: 147, order_id: 183, shipping_date: new Date("2021-07-21T11:50:21Z"), delivery_date: new Date("2021-07-31T09:43:26Z"), shipping_method: "Standard" },
            { id: 148, order_id: 294, shipping_date: new Date("2021-01-29T16:55:36Z"), delivery_date: new Date("2021-01-31T23:35:47Z"), shipping_method: "Standard" },
            { id: 149, order_id: 300, shipping_date: new Date("2022-05-07T16:04:18Z"), delivery_date: new Date("2022-05-17T13:13:38Z"), shipping_method: "Standard" },
            { id: 150, order_id: 196, shipping_date: new Date("2021-01-24T10:47:37Z"), delivery_date: new Date("2021-01-27T01:19:48Z"), shipping_method: "Standard" },
            { id: 151, order_id: 152, shipping_date: new Date("2022-11-22T19:27:10Z"), delivery_date: new Date("2022-11-30T09:54:08Z"), shipping_method: "Standard" },
            { id: 152, order_id: 285, shipping_date: new Date("2022-02-26T18:52:00Z"), delivery_date: new Date("2022-03-08T08:31:23Z"), shipping_method: "Standard" },
            { id: 153, order_id: 6, shipping_date: new Date("2022-11-19T13:21:32Z"), delivery_date: new Date("2022-11-28T10:13:35Z"), shipping_method: "Express" },
            { id: 154, order_id: 158, shipping_date: new Date("2021-05-08T15:43:16Z"), delivery_date: new Date("2021-05-12T21:00:28Z"), shipping_method: "Standard" },
            { id: 155, order_id: 187, shipping_date: new Date("2022-09-08T12:32:08Z"), delivery_date: new Date("2022-09-16T17:21:20Z"), shipping_method: "Standard" },
            { id: 156, order_id: 200, shipping_date: new Date("2023-04-17T10:10:59Z"), delivery_date: new Date("2023-04-18T17:43:32Z"), shipping_method: "Express" },
            { id: 157, order_id: 274, shipping_date: new Date("2023-03-09T14:45:08Z"), delivery_date: new Date("2023-03-13T00:04:40Z"), shipping_method: "Standard" },
            { id: 158, order_id: 214, shipping_date: new Date("2023-05-04T09:50:21Z"), delivery_date: new Date("2023-05-11T22:45:51Z"), shipping_method: "Express" },
            { id: 159, order_id: 252, shipping_date: new Date("2023-05-06T19:14:55Z"), delivery_date: new Date("2023-05-14T20:16:10Z"), shipping_method: "Standard" },
            { id: 160, order_id: 151, shipping_date: new Date("2022-11-11T12:54:08Z"), delivery_date: new Date("2022-11-20T13:05:23Z"), shipping_method: "Express" },
            { id: 161, order_id: 155, shipping_date: new Date("2022-06-05T18:52:29Z"), delivery_date: new Date("2022-06-13T22:03:22Z"), shipping_method: "Express" },
            { id: 162, order_id: 204, shipping_date: new Date("2022-08-29T10:24:20Z"), delivery_date: new Date("2022-09-05T12:11:01Z"), shipping_method: "Standard" },
            { id: 163, order_id: 100, shipping_date: new Date("2022-08-14T15:12:59Z"), delivery_date: new Date("2022-08-19T02:02:20Z"), shipping_method: "Standard" },
            { id: 164, order_id: 118, shipping_date: new Date("2023-09-20T12:59:23Z"), delivery_date: new Date("2023-09-26T19:55:58Z"), shipping_method: "Standard" },
            { id: 165, order_id: 80, shipping_date: new Date("2022-08-06T09:02:56Z"), delivery_date: new Date("2022-08-08T19:47:08Z"), shipping_method: "Express" },
            { id: 166, order_id: 154, shipping_date: new Date("2022-03-08T15:50:29Z"), delivery_date: new Date("2022-03-09T12:43:29Z"), shipping_method: "Express" },
            { id: 167, order_id: 30, shipping_date: new Date("2022-09-25T09:21:12Z"), delivery_date: new Date("2022-10-04T12:05:24Z"), shipping_method: "Standard" },
            { id: 168, order_id: 229, shipping_date: new Date("2021-06-30T09:42:47Z"), delivery_date: new Date("2021-07-04T00:55:49Z"), shipping_method: "Standard" },
            { id: 169, order_id: 85, shipping_date: new Date("2022-03-25T08:26:34Z"), delivery_date: new Date("2022-03-30T06:20:45Z"), shipping_method: "Standard" },
            { id: 170, order_id: 141, shipping_date: new Date("2021-02-12T13:50:21Z"), delivery_date: new Date("2021-02-19T04:32:02Z"), shipping_method: "Standard" },
            { id: 171, order_id: 22, shipping_date: new Date("2023-03-05T10:36:10Z"), delivery_date: new Date("2023-03-08T12:59:11Z"), shipping_method: "Standard" },
            { id: 172, order_id: 284, shipping_date: new Date("2022-04-10T10:05:19Z"), delivery_date: new Date("2022-04-17T06:01:10Z"), shipping_method: "Standard" },
            { id: 173, order_id: 96, shipping_date: new Date("2023-02-18T14:16:58Z"), delivery_date: new Date("2023-02-21T20:31:03Z"), shipping_method: "Standard" },
            { id: 174, order_id: 119, shipping_date: new Date("2021-04-05T20:20:13Z"), delivery_date: new Date("2021-04-10T15:59:14Z"), shipping_method: "Standard" },
            { id: 175, order_id: 190, shipping_date: new Date("2022-06-24T10:33:57Z"), delivery_date: new Date("2022-06-30T12:18:15Z"), shipping_method: "Express" },
            { id: 176, order_id: 182, shipping_date: new Date("2021-12-04T16:53:57Z"), delivery_date: new Date("2021-12-11T04:47:51Z"), shipping_method: "Express" },
            { id: 177, order_id: 114, shipping_date: new Date("2021-01-18T13:18:15Z"), delivery_date: new Date("2021-01-26T08:52:36Z"), shipping_method: "Standard" },
            { id: 178, order_id: 261, shipping_date: new Date("2022-05-22T10:28:22Z"), delivery_date: new Date("2022-05-30T06:03:38Z"), shipping_method: "Standard" },
            { id: 179, order_id: 67, shipping_date: new Date("2023-08-23T15:16:27Z"), delivery_date: new Date("2023-08-26T19:20:19Z"), shipping_method: "Express" },
            { id: 180, order_id: 19, shipping_date: new Date("2021-11-02T13:56:51Z"), delivery_date: new Date("2021-11-03T03:15:18Z"), shipping_method: "Standard" },
            { id: 181, order_id: 71, shipping_date: new Date("2021-06-24T10:12:29Z"), delivery_date: new Date("2021-07-01T07:11:14Z"), shipping_method: "Standard" },
            { id: 182, order_id: 14, shipping_date: new Date("2022-03-21T10:52:43Z"), delivery_date: new Date("2022-03-24T17:08:02Z"), shipping_method: "Standard" },
            { id: 183, order_id: 220, shipping_date: new Date("2023-05-28T10:23:36Z"), delivery_date: new Date("2023-06-03T06:11:03Z"), shipping_method: "Overnight" },
            { id: 184, order_id: 176, shipping_date: new Date("2021-10-20T14:10:20Z"), delivery_date: new Date("2021-10-28T00:57:25Z"), shipping_method: "Standard" },
            { id: 185, order_id: 50, shipping_date: new Date("2021-01-17T14:39:26Z"), delivery_date: new Date("2021-01-22T17:50:30Z"), shipping_method: "Standard" },
            { id: 186, order_id: 226, shipping_date: new Date("2021-12-11T11:42:47Z"), delivery_date: new Date("2021-12-13T12:51:48Z"), shipping_method: "Express" },
            { id: 187, order_id: 215, shipping_date: new Date("2021-05-13T16:35:50Z"), delivery_date: new Date("2021-05-20T22:16:09Z"), shipping_method: "Express" },
            { id: 188, order_id: 210, shipping_date: new Date("2023-03-29T18:41:59Z"), delivery_date: new Date("2023-04-06T09:20:36Z"), shipping_method: "Standard" },
            { id: 189, order_id: 68, shipping_date: new Date("2021-09-04T06:57:54Z"), delivery_date: new Date("2021-09-04T17:40:40Z"), shipping_method: "Standard" },
            { id: 190, order_id: 74, shipping_date: new Date("2023-01-05T18:07:11Z"), delivery_date: new Date("2023-01-07T16:24:39Z"), shipping_method: "Standard" },
            { id: 191, order_id: 253, shipping_date: new Date("2021-02-22T05:27:24Z"), delivery_date: new Date("2021-02-25T02:05:28Z"), shipping_method: "Standard" },
            { id: 192, order_id: 279, shipping_date: new Date("2023-05-02T17:59:26Z"), delivery_date: new Date("2023-05-10T07:10:03Z"), shipping_method: "Overnight" },
            { id: 193, order_id: 285, shipping_date: new Date("2021-11-21T11:05:49Z"), delivery_date: new Date("2021-11-21T22:35:29Z"), shipping_method: "Standard" },
            { id: 194, order_id: 279, shipping_date: new Date("2023-01-30T09:50:14Z"), delivery_date: new Date("2023-02-05T19:00:58Z"), shipping_method: "Standard" },
            { id: 195, order_id: 67, shipping_date: new Date("2023-01-03T14:26:53Z"), delivery_date: new Date("2023-01-11T17:43:09Z"), shipping_method: "Standard" },
            { id: 196, order_id: 251, shipping_date: new Date("2021-12-06T10:39:11Z"), delivery_date: new Date("2021-12-12T18:12:48Z"), shipping_method: "Standard" },
            { id: 197, order_id: 134, shipping_date: new Date("2021-05-06T15:46:26Z"), delivery_date: new Date("2021-05-10T19:26:25Z"), shipping_method: "Overnight" },
            { id: 198, order_id: 270, shipping_date: new Date("2023-03-10T16:24:47Z"), delivery_date: new Date("2023-03-11T14:44:49Z"), shipping_method: "Overnight" },
            { id: 199, order_id: 292, shipping_date: new Date("2022-06-20T11:20:35Z"), delivery_date: new Date("2022-06-20T21:29:05Z"), shipping_method: "Standard" },
            { id: 200, order_id: 228, shipping_date: new Date("2021-06-16T13:52:05Z"), delivery_date: new Date("2021-06-25T13:22:08Z"), shipping_method: "Standard" },
            { id: 201, order_id: 191, shipping_date: new Date("2022-12-09T15:16:17Z"), delivery_date: new Date("2022-12-17T16:14:16Z"), shipping_method: "Standard" },
            { id: 202, order_id: 231, shipping_date: new Date("2021-02-18T12:09:45Z"), delivery_date: new Date("2021-02-26T23:45:09Z"), shipping_method: "Standard" },
            { id: 203, order_id: 8, shipping_date: new Date("2023-08-29T16:30:39Z"), delivery_date: new Date("2023-08-31T02:25:38Z"), shipping_method: "Express" },
            { id: 204, order_id: 288, shipping_date: new Date("2021-02-22T16:24:06Z"), delivery_date: new Date("2021-02-26T00:03:30Z"), shipping_method: "Standard" },
            { id: 205, order_id: 217, shipping_date: new Date("2021-02-19T09:30:58Z"), delivery_date: new Date("2021-02-23T11:46:29Z"), shipping_method: "Overnight" },
            { id: 206, order_id: 136, shipping_date: new Date("2021-05-24T09:12:11Z"), delivery_date: new Date("2021-05-28T12:09:53Z"), shipping_method: "Standard" },
            { id: 207, order_id: 108, shipping_date: new Date("2021-12-10T13:14:16Z"), delivery_date: new Date("2021-12-13T08:44:01Z"), shipping_method: "Express" },
            { id: 208, order_id: 131, shipping_date: new Date("2022-09-18T15:43:07Z"), delivery_date: new Date("2022-09-19T12:40:00Z"), shipping_method: "Standard" },
            { id: 209, order_id: 227, shipping_date: new Date("2023-04-05T11:39:14Z"), delivery_date: new Date("2023-04-12T12:26:43Z"), shipping_method: "Standard" },
            { id: 210, order_id: 30, shipping_date: new Date("2021-05-12T10:32:58Z"), delivery_date: new Date("2021-05-14T17:46:57Z"), shipping_method: "Overnight" },
            { id: 211, order_id: 66, shipping_date: new Date("2022-11-13T16:57:43Z"), delivery_date: new Date("2022-11-15T14:01:17Z"), shipping_method: "Overnight" },
            { id: 212, order_id: 228, shipping_date: new Date("2023-09-03T18:35:10Z"), delivery_date: new Date("2023-09-08T13:28:21Z"), shipping_method: "Standard" },
            { id: 213, order_id: 252, shipping_date: new Date("2023-08-04T19:36:39Z"), delivery_date: new Date("2023-08-13T03:47:33Z"), shipping_method: "Express" },
            { id: 214, order_id: 156, shipping_date: new Date("2021-07-02T16:11:03Z"), delivery_date: new Date("2021-07-03T00:12:11Z"), shipping_method: "Overnight" },
            { id: 215, order_id: 258, shipping_date: new Date("2021-01-19T13:26:32Z"), delivery_date: new Date("2021-01-26T04:41:53Z"), shipping_method: "Standard" },
            { id: 216, order_id: 229, shipping_date: new Date("2023-05-22T10:05:37Z"), delivery_date: new Date("2023-05-30T16:02:58Z"), shipping_method: "Standard" },
            { id: 217, order_id: 262, shipping_date: new Date("2021-03-06T14:08:32Z"), delivery_date: new Date("2021-03-14T07:21:47Z"), shipping_method: "Express" },
            { id: 218, order_id: 114, shipping_date: new Date("2021-01-23T11:48:19Z"), delivery_date: new Date("2021-01-27T15:19:50Z"), shipping_method: "Express" },
            { id: 219, order_id: 139, shipping_date: new Date("2022-06-29T15:35:38Z"), delivery_date: new Date("2022-07-05T01:39:14Z"), shipping_method: "Standard" },
            { id: 220, order_id: 212, shipping_date: new Date("2021-11-23T16:37:35Z"), delivery_date: new Date("2021-11-26T04:32:39Z"), shipping_method: "Standard" },
            { id: 221, order_id: 141, shipping_date: new Date("2021-06-06T16:35:32Z"), delivery_date: new Date("2021-06-08T16:41:16Z"), shipping_method: "Standard" },
            { id: 222, order_id: 23, shipping_date: new Date("2021-10-28T16:44:41Z"), delivery_date: new Date("2021-11-07T02:09:12Z"), shipping_method: "Standard" },
            { id: 223, order_id: 123, shipping_date: new Date("2022-01-19T13:31:49Z"), delivery_date: new Date("2022-01-23T07:13:11Z"), shipping_method: "Standard" },
            { id: 224, order_id: 12, shipping_date: new Date("2021-01-17T07:53:11Z"), delivery_date: new Date("2021-01-24T21:41:03Z"), shipping_method: "Overnight" },
            { id: 225, order_id: 225, shipping_date: new Date("2023-06-26T00:14:44Z"), delivery_date: new Date("2023-06-30T23:28:18Z"), shipping_method: "Standard" },
            { id: 226, order_id: 168, shipping_date: new Date("2022-06-22T15:10:00Z"), delivery_date: new Date("2022-06-23T16:32:29Z"), shipping_method: "Standard" },
            { id: 227, order_id: 215, shipping_date: new Date("2022-12-26T14:26:05Z"), delivery_date: new Date("2022-12-27T10:43:16Z"), shipping_method: "Standard" },
            { id: 228, order_id: 256, shipping_date: new Date("2021-08-19T13:08:59Z"), delivery_date: new Date("2021-08-23T02:01:10Z"), shipping_method: "Standard" },
            { id: 229, order_id: 162, shipping_date: new Date("2023-09-15T17:40:53Z"), delivery_date: new Date("2023-09-25T09:21:40Z"), shipping_method: "Standard" },
            { id: 230, order_id: 212, shipping_date: new Date("2023-05-16T08:55:47Z"), delivery_date: new Date("2023-05-21T04:53:42Z"), shipping_method: "Standard" },
            { id: 231, order_id: 292, shipping_date: new Date("2022-03-14T10:54:36Z"), delivery_date: new Date("2022-03-16T09:13:15Z"), shipping_method: "Standard" },
            { id: 232, order_id: 119, shipping_date: new Date("2023-05-21T13:13:52Z"), delivery_date: new Date("2023-05-25T01:00:08Z"), shipping_method: "Standard" },
            { id: 233, order_id: 193, shipping_date: new Date("2021-02-09T07:30:46Z"), delivery_date: new Date("2021-02-10T13:41:47Z"), shipping_method: "Standard" },
            { id: 234, order_id: 266, shipping_date: new Date("2022-11-08T11:02:37Z"), delivery_date: new Date("2022-11-15T09:21:50Z"), shipping_method: "Standard" },
            { id: 235, order_id: 9, shipping_date: new Date("2023-06-10T17:46:29Z"), delivery_date: new Date("2023-06-17T15:46:40Z"), shipping_method: "Overnight" },
            { id: 236, order_id: 124, shipping_date: new Date("2021-08-25T09:51:10Z"), delivery_date: new Date("2021-09-03T00:19:07Z"), shipping_method: "Express" },
            { id: 237, order_id: 156, shipping_date: new Date("2023-07-15T12:46:32Z"), delivery_date: new Date("2023-07-19T21:56:11Z"), shipping_method: "Standard" },
            { id: 238, order_id: 139, shipping_date: new Date("2021-09-12T11:47:24Z"), delivery_date: new Date("2021-09-14T03:13:22Z"), shipping_method: "Express" },
            { id: 239, order_id: 55, shipping_date: new Date("2021-06-07T19:04:03Z"), delivery_date: new Date("2021-06-09T17:34:50Z"), shipping_method: "Overnight" },
            { id: 240, order_id: 23, shipping_date: new Date("2021-09-19T10:43:56Z"), delivery_date: new Date("2021-09-20T10:54:23Z"), shipping_method: "Standard" },
            { id: 241, order_id: 28, shipping_date: new Date("2022-09-21T00:53:06Z"), delivery_date: new Date("2022-09-26T17:23:33Z"), shipping_method: "Standard" },
            { id: 242, order_id: 77, shipping_date: new Date("2021-05-22T15:01:59Z"), delivery_date: new Date("2021-06-01T05:13:54Z"), shipping_method: "Standard" },
            { id: 243, order_id: 129, shipping_date: new Date("2022-11-12T12:41:01Z"), delivery_date: new Date("2022-11-15T20:29:11Z"), shipping_method: "Standard" },
            { id: 244, order_id: 258, shipping_date: new Date("2021-06-18T15:53:38Z"), delivery_date: new Date("2021-06-24T03:01:27Z"), shipping_method: "Standard" },
            { id: 245, order_id: 91, shipping_date: new Date("2021-02-08T15:28:39Z"), delivery_date: new Date("2021-02-09T05:01:17Z"), shipping_method: "Standard" },
            { id: 246, order_id: 183, shipping_date: new Date("2023-05-11T10:35:01Z"), delivery_date: new Date("2023-05-12T20:04:24Z"), shipping_method: "Standard" },
            { id: 247, order_id: 136, shipping_date: new Date("2021-03-13T14:31:21Z"), delivery_date: new Date("2021-03-18T17:38:14Z"), shipping_method: "Standard" },
            { id: 248, order_id: 15, shipping_date: new Date("2021-10-10T09:15:12Z"), delivery_date: new Date("2021-10-15T09:00:45Z"), shipping_method: "Standard" },
            { id: 249, order_id: 52, shipping_date: new Date("2021-09-25T14:30:23Z"), delivery_date: new Date("2021-09-26T15:04:36Z"), shipping_method: "Express" },
            { id: 250, order_id: 230, shipping_date: new Date("2021-12-03T16:51:22Z"), delivery_date: new Date("2021-12-12T19:09:23Z"), shipping_method: "Standard" },
            { id: 251, order_id: 192, shipping_date: new Date("2021-04-08T13:07:01Z"), delivery_date: new Date("2021-04-17T18:04:15Z"), shipping_method: "Express" },
            { id: 252, order_id: 82, shipping_date: new Date("2022-06-10T11:47:51Z"), delivery_date: new Date("2022-06-10T12:34:39Z"), shipping_method: "Standard" },
            { id: 253, order_id: 9, shipping_date: new Date("2022-10-01T13:25:09Z"), delivery_date: new Date("2022-10-09T10:57:28Z"), shipping_method: "Standard" },
            { id: 254, order_id: 121, shipping_date: new Date("2022-05-03T14:10:35Z"), delivery_date: new Date("2022-05-04T09:40:39Z"), shipping_method: "Overnight" },
            { id: 255, order_id: 57, shipping_date: new Date("2022-06-08T13:08:57Z"), delivery_date: new Date("2022-06-18T04:45:34Z"), shipping_method: "Standard" },
            { id: 256, order_id: 129, shipping_date: new Date("2021-01-08T12:49:08Z"), delivery_date: new Date("2021-01-08T14:35:31Z"), shipping_method: "Standard" },
            { id: 257, order_id: 20, shipping_date: new Date("2022-09-15T10:05:16Z"), delivery_date: new Date("2022-09-17T02:45:10Z"), shipping_method: "Standard" },
            { id: 258, order_id: 255, shipping_date: new Date("2021-11-14T15:50:58Z"), delivery_date: new Date("2021-11-24T04:01:50Z"), shipping_method: "Express" },
            { id: 259, order_id: 65, shipping_date: new Date("2023-07-07T12:08:14Z"), delivery_date: new Date("2023-07-10T13:56:26Z"), shipping_method: "Standard" },
            { id: 260, order_id: 53, shipping_date: new Date("2022-07-21T15:46:42Z"), delivery_date: new Date("2022-07-25T02:53:46Z"), shipping_method: "Standard" },
            { id: 261, order_id: 166, shipping_date: new Date("2023-01-05T11:27:08Z"), delivery_date: new Date("2023-01-14T08:53:18Z"), shipping_method: "Standard" },
            { id: 262, order_id: 99, shipping_date: new Date("2021-04-20T11:10:06Z"), delivery_date: new Date("2021-04-22T09:47:36Z"), shipping_method: "Express" },
            { id: 263, order_id: 105, shipping_date: new Date("2022-12-07T12:43:30Z"), delivery_date: new Date("2022-12-14T09:25:18Z"), shipping_method: "Express" },
            { id: 264, order_id: 145, shipping_date: new Date("2022-01-19T08:00:01Z"), delivery_date: new Date("2022-01-24T17:09:46Z"), shipping_method: "Express" },
            { id: 265, order_id: 32, shipping_date: new Date("2022-06-27T09:45:26Z"), delivery_date: new Date("2022-07-05T06:58:03Z"), shipping_method: "Overnight" },
            { id: 266, order_id: 62, shipping_date: new Date("2021-11-16T15:46:06Z"), delivery_date: new Date("2021-11-24T18:24:15Z"), shipping_method: "Standard" },
            { id: 267, order_id: 131, shipping_date: new Date("2022-10-20T14:48:47Z"), delivery_date: new Date("2022-10-24T17:25:10Z"), shipping_method: "Standard" },
            { id: 268, order_id: 60, shipping_date: new Date("2022-01-31T13:07:09Z"), delivery_date: new Date("2022-02-04T11:10:44Z"), shipping_method: "Standard" },
            { id: 269, order_id: 158, shipping_date: new Date("2022-02-16T15:04:40Z"), delivery_date: new Date("2022-02-19T17:40:40Z"), shipping_method: "Standard" },
            { id: 270, order_id: 121, shipping_date: new Date("2022-03-16T15:35:28Z"), delivery_date: new Date("2022-03-19T15:27:02Z"), shipping_method: "Standard" },
            { id: 271, order_id: 237, shipping_date: new Date("2023-02-10T09:59:41Z"), delivery_date: new Date("2023-02-12T14:18:53Z"), shipping_method: "Standard" },
            { id: 272, order_id: 74, shipping_date: new Date("2023-08-27T17:52:32Z"), delivery_date: new Date("2023-08-31T05:15:23Z"), shipping_method: "Standard" },
            { id: 273, order_id: 83, shipping_date: new Date("2023-05-02T09:34:47Z"), delivery_date: new Date("2023-05-08T14:28:27Z"), shipping_method: "Standard" },
            { id: 274, order_id: 272, shipping_date: new Date("2023-07-03T13:20:52Z"), delivery_date: new Date("2023-07-06T22:43:53Z"), shipping_method: "Standard" },
            { id: 275, order_id: 72, shipping_date: new Date("2021-09-28T11:55:36Z"), delivery_date: new Date("2021-09-29T07:44:36Z"), shipping_method: "Standard" },
            { id: 276, order_id: 160, shipping_date: new Date("2022-08-06T17:19:38Z"), delivery_date: new Date("2022-08-11T23:53:04Z"), shipping_method: "Standard" },
            { id: 277, order_id: 73, shipping_date: new Date("2022-04-23T08:28:03Z"), delivery_date: new Date("2022-04-25T21:00:59Z"), shipping_method: "Standard" },
            { id: 278, order_id: 277, shipping_date: new Date("2022-12-22T15:37:44Z"), delivery_date: new Date("2022-12-30T00:25:12Z"), shipping_method: "Express" },
            { id: 279, order_id: 193, shipping_date: new Date("2021-07-24T10:20:30Z"), delivery_date: new Date("2021-08-02T18:29:47Z"), shipping_method: "Standard" },
            { id: 280, order_id: 259, shipping_date: new Date("2022-06-13T09:09:23Z"), delivery_date: new Date("2022-06-19T09:41:56Z"), shipping_method: "Express" },
            { id: 281, order_id: 74, shipping_date: new Date("2023-01-20T15:32:36Z"), delivery_date: new Date("2023-01-23T04:59:51Z"), shipping_method: "Standard" },
            { id: 282, order_id: 287, shipping_date: new Date("2023-07-16T11:23:41Z"), delivery_date: new Date("2023-07-25T00:28:20Z"), shipping_method: "Standard" },
            { id: 283, order_id: 173, shipping_date: new Date("2022-04-26T13:29:07Z"), delivery_date: new Date("2022-04-28T10:48:36Z"), shipping_method: "Standard" },
            { id: 284, order_id: 92, shipping_date: new Date("2023-02-05T10:53:58Z"), delivery_date: new Date("2023-02-09T07:14:54Z"), shipping_method: "Standard" },
            { id: 285, order_id: 58, shipping_date: new Date("2023-07-20T10:11:27Z"), delivery_date: new Date("2023-07-27T07:13:04Z"), shipping_method: "Standard" },
            { id: 286, order_id: 88, shipping_date: new Date("2021-03-20T16:29:34Z"), delivery_date: new Date("2021-03-21T01:08:32Z"), shipping_method: "Standard" },
            { id: 287, order_id: 88, shipping_date: new Date("2023-01-24T11:24:33Z"), delivery_date: new Date("2023-02-02T18:04:56Z"), shipping_method: "Standard" },
            { id: 288, order_id: 195, shipping_date: new Date("2023-07-31T16:06:43Z"), delivery_date: new Date("2023-08-09T06:06:11Z"), shipping_method: "Express" },
            { id: 289, order_id: 234, shipping_date: new Date("2023-03-12T14:11:48Z"), delivery_date: new Date("2023-03-19T22:12:41Z"), shipping_method: "Standard" },
            { id: 290, order_id: 100, shipping_date: new Date("2022-09-03T17:13:15Z"), delivery_date: new Date("2022-09-10T01:06:20Z"), shipping_method: "Standard" },
            { id: 291, order_id: 8, shipping_date: new Date("2021-01-20T11:08:14Z"), delivery_date: new Date("2021-01-29T15:53:30Z"), shipping_method: "Standard" },
            { id: 292, order_id: 175, shipping_date: new Date("2023-05-06T16:28:17Z"), delivery_date: new Date("2023-05-10T06:41:50Z"), shipping_method: "Express" },
            { id: 293, order_id: 26, shipping_date: new Date("2022-07-22T13:30:49Z"), delivery_date: new Date("2022-07-23T05:49:23Z"), shipping_method: "Express" },
            { id: 294, order_id: 241, shipping_date: new Date("2022-09-07T10:55:41Z"), delivery_date: new Date("2022-09-17T10:40:23Z"), shipping_method: "Standard" },
            { id: 295, order_id: 180, shipping_date: new Date("2023-05-04T07:02:14Z"), delivery_date: new Date("2023-05-09T06:46:44Z"), shipping_method: "Express" },
            { id: 296, order_id: 90, shipping_date: new Date("2021-03-14T09:33:55Z"), delivery_date: new Date("2021-03-19T10:28:33Z"), shipping_method: "Standard" },
            { id: 297, order_id: 250, shipping_date: new Date("2021-06-16T14:03:18Z"), delivery_date: new Date("2021-06-26T09:30:47Z"), shipping_method: "Standard" },
            { id: 298, order_id: 150, shipping_date: new Date("2023-04-28T14:49:02Z"), delivery_date: new Date("2023-05-07T02:41:09Z"), shipping_method: "Standard" },
            { id: 299, order_id: 23, shipping_date: new Date("2022-09-15T13:28:02Z"), delivery_date: new Date("2022-09-17T21:53:31Z"), shipping_method: "Standard" },
            { id: 300, order_id: 164, shipping_date: new Date("2023-09-02T18:33:20Z"), delivery_date: new Date("2023-09-03T08:14:14Z"), shipping_method: "Standard" },
        ],
    });
}

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