// Travel Journal Connections (customizable-travel-journals-app) 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.packing_items), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.packing_items.createMany({
        data: [
            { id: 1, item_name: "charger map suitcase", is_frequent: false, category: "clothing", weight_grams: "3576.25" },
            { id: 2, item_name: "umbrella", is_frequent: false, category: "toiletries", weight_grams: "3097.57" },
            { id: 3, item_name: "laptop camera swimwear", is_frequent: false, category: "toiletries", weight_grams: "3067.43" },
            { id: 4, item_name: "umbrella passport", is_frequent: true, category: "toiletries", weight_grams: "3304.59" },
            { id: 5, item_name: "map firstaid", is_frequent: false, category: "electronics", weight_grams: "2677.30" },
            { id: 6, item_name: "snacks", is_frequent: true, category: "electronics", weight_grams: "2749.55" },
            { id: 7, item_name: "sunglasses", is_frequent: false, category: "electronics", weight_grams: "2267.66" },
            { id: 8, item_name: "suitcase swimwear", is_frequent: false, category: "clothing", weight_grams: "1495.33" },
            { id: 9, item_name: "firstaid", is_frequent: true, category: "toiletries", weight_grams: "2481.29" },
            { id: 10, item_name: "firstaid sunglasses waterbottle", is_frequent: false, category: "clothing", weight_grams: "1430.08" },
            { id: 11, item_name: "jacket hat", is_frequent: false, category: "electronics", weight_grams: "2111.43" },
            { id: 12, item_name: "snacks", is_frequent: true, category: "electronics", weight_grams: "2647.77" },
            { id: 13, item_name: "headphones clothes", is_frequent: true, category: "clothing", weight_grams: "3273.68" },
            { id: 14, item_name: "suitcase", is_frequent: true, category: "clothing", weight_grams: "2278.11" },
            { id: 15, item_name: "headphones travelpillow", is_frequent: true, category: "electronics", weight_grams: "2137.47" },
            { id: 16, item_name: "umbrella snacks jacket", is_frequent: true, category: "toiletries", weight_grams: "3644.96" },
            { id: 17, item_name: "umbrella travelpillow passport", is_frequent: false, category: "toiletries", weight_grams: "1599.70" },
            { id: 18, item_name: "swimwear travelpillow book", is_frequent: false, category: "electronics", weight_grams: "3625.79" },
            { id: 19, item_name: "umbrella", is_frequent: true, category: "toiletries", weight_grams: "3704.03" },
            { id: 20, item_name: "map umbrella", is_frequent: true, category: "electronics", weight_grams: "2022.63" },
            { id: 21, item_name: "waterbottle passport sunglasses", is_frequent: true, category: "toiletries", weight_grams: "1885.03" },
            { id: 22, item_name: "swimwear", is_frequent: true, category: "toiletries", weight_grams: "2907.17" },
            { id: 23, item_name: "laptop umbrella book", is_frequent: true, category: "electronics", weight_grams: "3112.91" },
            { id: 24, item_name: "map hat swimwear", is_frequent: false, category: "clothing", weight_grams: "2529.89" },
            { id: 25, item_name: "laptop travelpillow", is_frequent: true, category: "clothing", weight_grams: "2491.67" },
            { id: 26, item_name: "passport hat shoes", is_frequent: false, category: "toiletries", weight_grams: "2518.64" },
            { id: 27, item_name: "travelpillow", is_frequent: false, category: "clothing", weight_grams: "3380.14" },
            { id: 28, item_name: "laptop", is_frequent: false, category: "clothing", weight_grams: "865.26" },
            { id: 29, item_name: "map umbrella", is_frequent: true, category: "clothing", weight_grams: "2392.89" },
            { id: 30, item_name: "shoes sunglasses charger", is_frequent: true, category: "clothing", weight_grams: "2186.37" },
            { id: 31, item_name: "hat toiletries travelpillow", is_frequent: true, category: "toiletries", weight_grams: "2632.40" },
            { id: 32, item_name: "laptop", is_frequent: false, category: "toiletries", weight_grams: "3996.40" },
            { id: 33, item_name: "laptop travelpillow umbrella", is_frequent: false, category: "toiletries", weight_grams: "1991.32" },
            { id: 34, item_name: "hat firstaid snacks", is_frequent: false, category: "toiletries", weight_grams: "2961.29" },
            { id: 35, item_name: "headphones waterbottle", is_frequent: false, category: "electronics", weight_grams: "3869.18" },
            { id: 36, item_name: "umbrella map headphones", is_frequent: true, category: "clothing", weight_grams: "3158.03" },
            { id: 37, item_name: "sunglasses", is_frequent: true, category: "clothing", weight_grams: "3323.69" },
            { id: 38, item_name: "swimwear", is_frequent: true, category: "clothing", weight_grams: "3972.42" },
            { id: 39, item_name: "swimwear book", is_frequent: true, category: "clothing", weight_grams: "2747.82" },
            { id: 40, item_name: "camera jacket", is_frequent: true, category: "clothing", weight_grams: "3050.16" },
            { id: 41, item_name: "toiletries headphones", is_frequent: true, category: "clothing", weight_grams: "3432.91" },
            { id: 42, item_name: "sunglasses suitcase", is_frequent: true, category: "clothing", weight_grams: "2915.91" },
            { id: 43, item_name: "firstaid", is_frequent: true, category: "toiletries", weight_grams: "1643.00" },
            { id: 44, item_name: "waterbottle jacket", is_frequent: true, category: "clothing", weight_grams: "1312.07" },
            { id: 45, item_name: "clothes sunglasses umbrella", is_frequent: false, category: "toiletries", weight_grams: "2363.48" },
            { id: 46, item_name: "jacket sunglasses laptop", is_frequent: false, category: "clothing", weight_grams: "2680.23" },
            { id: 47, item_name: "travelpillow toiletries", is_frequent: true, category: "clothing", weight_grams: "3272.16" },
            { id: 48, item_name: "laptop toiletries", is_frequent: false, category: "toiletries", weight_grams: "1276.60" },
            { id: 49, item_name: "firstaid swimwear", is_frequent: true, category: "clothing", weight_grams: "2793.55" },
            { id: 50, item_name: "shoes umbrella passport", is_frequent: false, category: "clothing", weight_grams: "1433.42" },
            { id: 51, item_name: "toiletries", is_frequent: true, category: "clothing", weight_grams: "2098.98" },
            { id: 52, item_name: "umbrella passport toiletries", is_frequent: false, category: "electronics", weight_grams: "2410.67" },
            { id: 53, item_name: "passport", is_frequent: true, category: "electronics", weight_grams: "2695.87" },
            { id: 54, item_name: "charger waterbottle", is_frequent: true, category: "electronics", weight_grams: "2470.13" },
            { id: 55, item_name: "book", is_frequent: true, category: "clothing", weight_grams: "2608.12" },
            { id: 56, item_name: "laptop snacks", is_frequent: true, category: "toiletries", weight_grams: "2677.38" },
            { id: 57, item_name: "travelpillow", is_frequent: true, category: "clothing", weight_grams: "3261.35" },
            { id: 58, item_name: "swimwear camera book", is_frequent: true, category: "electronics", weight_grams: "3284.07" },
            { id: 59, item_name: "suitcase charger", is_frequent: true, category: "clothing", weight_grams: "2697.80" },
            { id: 60, item_name: "jacket camera", is_frequent: false, category: "electronics", weight_grams: "3269.56" },
            { id: 61, item_name: "clothes umbrella", is_frequent: true, category: "clothing", weight_grams: "2086.81" },
            { id: 62, item_name: "sunglasses book", is_frequent: true, category: "clothing", weight_grams: "1751.05" },
            { id: 63, item_name: "swimwear book shoes", is_frequent: true, category: "clothing", weight_grams: "3018.24" },
            { id: 64, item_name: "waterbottle clothes headphones", is_frequent: true, category: "toiletries", weight_grams: "1855.00" },
            { id: 65, item_name: "swimwear toiletries", is_frequent: true, category: "electronics", weight_grams: "2039.50" },
            { id: 66, item_name: "book firstaid waterbottle", is_frequent: true, category: "toiletries", weight_grams: "1392.88" },
            { id: 67, item_name: "passport", is_frequent: true, category: "clothing", weight_grams: "2365.55" },
            { id: 68, item_name: "jacket sunglasses", is_frequent: true, category: "clothing", weight_grams: "2415.90" },
            { id: 69, item_name: "sunglasses umbrella firstaid", is_frequent: false, category: "electronics", weight_grams: "2300.94" },
            { id: 70, item_name: "camera toiletries", is_frequent: true, category: "toiletries", weight_grams: "2686.49" },
            { id: 71, item_name: "umbrella hat jacket", is_frequent: true, category: "clothing", weight_grams: "2487.71" },
            { id: 72, item_name: "waterbottle firstaid swimwear", is_frequent: false, category: "clothing", weight_grams: "3031.93" },
            { id: 73, item_name: "map", is_frequent: false, category: "clothing", weight_grams: "2975.44" },
            { id: 74, item_name: "toiletries suitcase shoes", is_frequent: true, category: "electronics", weight_grams: "4028.51" },
            { id: 75, item_name: "snacks shoes", is_frequent: true, category: "toiletries", weight_grams: "2384.24" },
            { id: 76, item_name: "swimwear sunglasses", is_frequent: false, category: "electronics", weight_grams: "2690.29" },
            { id: 77, item_name: "clothes camera hat", is_frequent: false, category: "toiletries", weight_grams: "1717.49" },
            { id: 78, item_name: "camera snacks", is_frequent: true, category: "clothing", weight_grams: "2607.54" },
            { id: 79, item_name: "shoes laptop", is_frequent: true, category: "toiletries", weight_grams: "2032.87" },
            { id: 80, item_name: "suitcase toiletries swimwear", is_frequent: true, category: "toiletries", weight_grams: "1987.84" },
            { id: 81, item_name: "toiletries", is_frequent: false, category: "electronics", weight_grams: "1983.44" },
            { id: 82, item_name: "passport", is_frequent: false, category: "electronics", weight_grams: "2482.63" },
            { id: 83, item_name: "waterbottle map headphones", is_frequent: true, category: "electronics", weight_grams: "3417.25" },
            { id: 84, item_name: "laptop travelpillow map", is_frequent: true, category: "electronics", weight_grams: "1725.47" },
            { id: 85, item_name: "waterbottle", is_frequent: true, category: "clothing", weight_grams: "2860.62" },
            { id: 86, item_name: "charger toiletries", is_frequent: true, category: "toiletries", weight_grams: "2471.22" },
            { id: 87, item_name: "umbrella", is_frequent: false, category: "electronics", weight_grams: "3398.33" },
            { id: 88, item_name: "firstaid umbrella swimwear", is_frequent: true, category: "clothing", weight_grams: "2349.98" },
            { id: 89, item_name: "sunglasses charger firstaid", is_frequent: true, category: "toiletries", weight_grams: "2492.20" },
            { id: 90, item_name: "toiletries jacket sunglasses", is_frequent: false, category: "toiletries", weight_grams: "1931.50" },
            { id: 91, item_name: "headphones camera", is_frequent: false, category: "clothing", weight_grams: "2861.33" },
            { id: 92, item_name: "clothes", is_frequent: true, category: "clothing", weight_grams: "2406.77" },
            { id: 93, item_name: "camera", is_frequent: true, category: "clothing", weight_grams: "2196.32" },
            { id: 94, item_name: "travelpillow camera", is_frequent: true, category: "electronics", weight_grams: "3211.10" },
            { id: 95, item_name: "laptop", is_frequent: true, category: "electronics", weight_grams: "3242.02" },
            { id: 96, item_name: "firstaid", is_frequent: false, category: "electronics", weight_grams: "2787.18" },
            { id: 97, item_name: "swimwear sunglasses laptop", is_frequent: true, category: "toiletries", weight_grams: "3576.75" },
            { id: 98, item_name: "snacks map book", is_frequent: true, category: "clothing", weight_grams: "2469.91" },
            { id: 99, item_name: "umbrella swimwear", is_frequent: true, category: "toiletries", weight_grams: "2238.81" },
            { id: 100, item_name: "hat laptop", is_frequent: true, category: "toiletries", weight_grams: "1804.30" },
            { id: 101, item_name: "suitcase toiletries", is_frequent: true, category: "clothing", weight_grams: "3373.45" },
            { id: 102, item_name: "laptop suitcase passport", is_frequent: true, category: "clothing", weight_grams: "3313.48" },
            { id: 103, item_name: "sunglasses camera", is_frequent: false, category: "clothing", weight_grams: "3454.32" },
            { id: 104, item_name: "camera waterbottle", is_frequent: true, category: "electronics", weight_grams: "2094.59" },
            { id: 105, item_name: "shoes headphones laptop", is_frequent: false, category: "toiletries", weight_grams: "2391.82" },
            { id: 106, item_name: "charger", is_frequent: true, category: "clothing", weight_grams: "1533.05" },
            { id: 107, item_name: "headphones swimwear", is_frequent: true, category: "clothing", weight_grams: "2248.67" },
            { id: 108, item_name: "travelpillow snacks", is_frequent: false, category: "toiletries", weight_grams: "1702.23" },
            { id: 109, item_name: "camera sunglasses passport", is_frequent: true, category: "electronics", weight_grams: "2691.78" },
            { id: 110, item_name: "toiletries laptop", is_frequent: false, category: "clothing", weight_grams: "2238.09" },
            { id: 111, item_name: "jacket clothes toiletries", is_frequent: true, category: "clothing", weight_grams: "2778.86" },
            { id: 112, item_name: "map camera", is_frequent: true, category: "clothing", weight_grams: "3036.74" },
            { id: 113, item_name: "swimwear shoes", is_frequent: false, category: "toiletries", weight_grams: "1515.45" },
            { id: 114, item_name: "suitcase headphones waterbottle", is_frequent: true, category: "clothing", weight_grams: "2688.51" },
            { id: 115, item_name: "waterbottle book", is_frequent: false, category: "clothing", weight_grams: "2671.65" },
            { id: 116, item_name: "toiletries umbrella travelpillow", is_frequent: true, category: "clothing", weight_grams: "2538.68" },
            { id: 117, item_name: "suitcase jacket", is_frequent: true, category: "toiletries", weight_grams: "3069.83" },
            { id: 118, item_name: "swimwear sunglasses", is_frequent: true, category: "clothing", weight_grams: "1908.37" },
            { id: 119, item_name: "jacket laptop passport", is_frequent: true, category: "clothing", weight_grams: "1621.62" },
            { id: 120, item_name: "suitcase swimwear", is_frequent: false, category: "electronics", weight_grams: "2645.61" },
            { id: 121, item_name: "headphones", is_frequent: true, category: "clothing", weight_grams: "4111.05" },
            { id: 122, item_name: "firstaid hat umbrella", is_frequent: false, category: "clothing", weight_grams: "1288.72" },
            { id: 123, item_name: "map", is_frequent: true, category: "toiletries", weight_grams: "2472.45" },
            { id: 124, item_name: "book suitcase", is_frequent: true, category: "clothing", weight_grams: "1945.21" },
            { id: 125, item_name: "toiletries umbrella", is_frequent: true, category: "clothing", weight_grams: "2911.11" },
            { id: 126, item_name: "waterbottle", is_frequent: false, category: "clothing", weight_grams: "3090.28" },
            { id: 127, item_name: "laptop map suitcase", is_frequent: true, category: "clothing", weight_grams: "2812.92" },
            { id: 128, item_name: "snacks toiletries", is_frequent: true, category: "electronics", weight_grams: "1181.42" },
            { id: 129, item_name: "jacket passport clothes", is_frequent: true, category: "clothing", weight_grams: "4081.76" },
            { id: 130, item_name: "swimwear", is_frequent: true, category: "clothing", weight_grams: "3399.86" },
            { id: 131, item_name: "book charger camera", is_frequent: true, category: "clothing", weight_grams: "1695.14" },
            { id: 132, item_name: "jacket", is_frequent: true, category: "clothing", weight_grams: "1333.58" },
            { id: 133, item_name: "travelpillow", is_frequent: true, category: "clothing", weight_grams: "2338.94" },
            { id: 134, item_name: "passport", is_frequent: true, category: "clothing", weight_grams: "2228.52" },
            { id: 135, item_name: "travelpillow", is_frequent: true, category: "clothing", weight_grams: "3182.29" },
            { id: 136, item_name: "shoes", is_frequent: true, category: "electronics", weight_grams: "2489.22" },
            { id: 137, item_name: "umbrella snacks", is_frequent: false, category: "clothing", weight_grams: "1504.58" },
            { id: 138, item_name: "camera clothes", is_frequent: true, category: "toiletries", weight_grams: "1566.38" },
            { id: 139, item_name: "hat book shoes", is_frequent: true, category: "electronics", weight_grams: "1546.95" },
            { id: 140, item_name: "sunglasses swimwear map", is_frequent: true, category: "clothing", weight_grams: "1923.58" },
            { id: 141, item_name: "jacket book travelpillow", is_frequent: true, category: "electronics", weight_grams: "3041.43" },
            { id: 142, item_name: "camera clothes", is_frequent: false, category: "clothing", weight_grams: "2996.52" },
            { id: 143, item_name: "charger", is_frequent: true, category: "toiletries", weight_grams: "2950.58" },
            { id: 144, item_name: "book", is_frequent: true, category: "clothing", weight_grams: "2314.84" },
            { id: 145, item_name: "waterbottle map", is_frequent: true, category: "toiletries", weight_grams: "2657.32" },
            { id: 146, item_name: "swimwear laptop firstaid", is_frequent: true, category: "toiletries", weight_grams: "2444.36" },
            { id: 147, item_name: "jacket", is_frequent: false, category: "clothing", weight_grams: "3341.13" },
            { id: 148, item_name: "headphones laptop snacks", is_frequent: true, category: "electronics", weight_grams: "2523.95" },
            { id: 149, item_name: "charger waterbottle", is_frequent: false, category: "clothing", weight_grams: "2844.39" },
            { id: 150, item_name: "travelpillow", is_frequent: true, category: "electronics", weight_grams: "2489.97" },
        ],
    });
    await prisma.sticker_designs.createMany({
        data: [
            { id: 1, design_name: "landmark", rarity: "common", design_type: "photographic", created_by: "Mohamed Ruiz" },
            { id: 2, design_name: "adventure modern", rarity: "rare", design_type: "illustrative", created_by: "Amir Clark" },
            { id: 3, design_name: "culture quote", rarity: "common", design_type: "text-based", created_by: "Hannah Jensen" },
            { id: 4, design_name: "modern", rarity: "uncommon", design_type: "illustrative", created_by: "Rafael Torres" },
            { id: 5, design_name: "travel food vintage", rarity: "common", design_type: "illustrative", created_by: "Noah Sato" },
            { id: 6, design_name: "funny flag", rarity: "common", design_type: "illustrative", created_by: "Ravi Oliveira" },
            { id: 7, design_name: "pattern", rarity: "common", design_type: "photographic", created_by: "Priya Bennett" },
            { id: 8, design_name: "animal landmark", rarity: "common", design_type: "text-based", created_by: "Leo Wagner" },
            { id: 9, design_name: "landmark", rarity: "common", design_type: "illustrative", created_by: "Fatima Wright" },
            { id: 10, design_name: "funny", rarity: "uncommon", design_type: "text-based", created_by: null },
            { id: 11, design_name: "landmark adventure", rarity: "rare", design_type: "text-based", created_by: "Sam Singh" },
            { id: 12, design_name: "symbol adventure", rarity: "common", design_type: "text-based", created_by: "Lucas Nakamura" },
            { id: 13, design_name: "nature sunset", rarity: "common", design_type: "photographic", created_by: null },
            { id: 14, design_name: "animal funny sunset", rarity: "common", design_type: "photographic", created_by: "Elif Bauer" },
            { id: 15, design_name: "pattern sunset", rarity: "rare", design_type: "text-based", created_by: null },
            { id: 16, design_name: "funny", rarity: "uncommon", design_type: "photographic", created_by: "Grace Ali" },
            { id: 17, design_name: "funny mountain", rarity: "common", design_type: "text-based", created_by: null },
            { id: 18, design_name: "nature adventure", rarity: "common", design_type: "photographic", created_by: "Elena Ibrahim" },
            { id: 19, design_name: "food sunset", rarity: "common", design_type: "text-based", created_by: "Nour Garcia" },
            { id: 20, design_name: "art", rarity: "rare", design_type: "text-based", created_by: "Hana Hoffmann" },
            { id: 21, design_name: "funny flag vintage", rarity: "common", design_type: "photographic", created_by: "Mia Taylor" },
            { id: 22, design_name: "quote modern map", rarity: "common", design_type: "photographic", created_by: "Julia Baker" },
            { id: 23, design_name: "nature cityscape", rarity: "common", design_type: "text-based", created_by: "Grace Andersen" },
            { id: 24, design_name: "culture", rarity: "common", design_type: "photographic", created_by: "Tomas Vargas" },
            { id: 25, design_name: "nature", rarity: "common", design_type: "illustrative", created_by: "Mia Davis" },
            { id: 26, design_name: "art mountain animal", rarity: "common", design_type: "illustrative", created_by: "Pedro Young" },
            { id: 27, design_name: "animal", rarity: "common", design_type: "illustrative", created_by: "Liam Bennett" },
            { id: 28, design_name: "modern pattern", rarity: "common", design_type: "photographic", created_by: "Yusuf Fischer" },
            { id: 29, design_name: "animal flag", rarity: "uncommon", design_type: "text-based", created_by: "Nour Bennett" },
            { id: 30, design_name: "culture animal art", rarity: "common", design_type: "text-based", created_by: "Lina Kim" },
            { id: 31, design_name: "quote", rarity: "common", design_type: "photographic", created_by: "Kai Demir" },
            { id: 32, design_name: "quote flag vintage", rarity: "rare", design_type: "text-based", created_by: null },
            { id: 33, design_name: "cityscape", rarity: "common", design_type: "illustrative", created_by: "Selin Wang" },
            { id: 34, design_name: "art adventure pattern", rarity: "common", design_type: "text-based", created_by: "Fatima Kowalski" },
            { id: 35, design_name: "quote funny symbol", rarity: "common", design_type: "text-based", created_by: "Ivan Andersen" },
            { id: 36, design_name: "art flag", rarity: "common", design_type: "illustrative", created_by: "Ivan Johnson" },
            { id: 37, design_name: "landmark cityscape", rarity: "uncommon", design_type: "illustrative", created_by: "Laura Costa" },
            { id: 38, design_name: "vintage travel animal", rarity: "common", design_type: "illustrative", created_by: "Uma Kumar" },
            { id: 39, design_name: "symbol adventure funny", rarity: "common", design_type: "text-based", created_by: null },
            { id: 40, design_name: "funny modern", rarity: "common", design_type: "illustrative", created_by: "Karim Dubois" },
            { id: 41, design_name: "landmark animal cityscape", rarity: "uncommon", design_type: "text-based", created_by: "Andre Park" },
            { id: 42, design_name: "mountain animal", rarity: "common", design_type: "illustrative", created_by: "Chloe Tanaka" },
            { id: 43, design_name: "adventure culture cityscape", rarity: "rare", design_type: "illustrative", created_by: null },
            { id: 44, design_name: "map landmark", rarity: "common", design_type: "illustrative", created_by: "Theo Zhang" },
            { id: 45, design_name: "animal", rarity: "common", design_type: "text-based", created_by: "Nina Smith" },
            { id: 46, design_name: "beach quote landmark", rarity: "common", design_type: "text-based", created_by: "Marco Castro" },
            { id: 47, design_name: "flag sunset", rarity: "uncommon", design_type: "photographic", created_by: "Nour Zhang" },
            { id: 48, design_name: "culture art symbol", rarity: "common", design_type: "illustrative", created_by: "Carlos Clark" },
            { id: 49, design_name: "modern cityscape pattern", rarity: "common", design_type: "text-based", created_by: "Ravi Kumar" },
            { id: 50, design_name: "travel modern art", rarity: "common", design_type: "text-based", created_by: null },
            { id: 51, design_name: "symbol mountain", rarity: "uncommon", design_type: "illustrative", created_by: "Mohamed Garcia" },
            { id: 52, design_name: "vintage food", rarity: "uncommon", design_type: "illustrative", created_by: null },
            { id: 53, design_name: "vintage beach pattern", rarity: "common", design_type: "illustrative", created_by: "Omar Hansen" },
            { id: 54, design_name: "flag", rarity: "common", design_type: "text-based", created_by: "Lena Evans" },
            { id: 55, design_name: "pattern funny", rarity: "uncommon", design_type: "photographic", created_by: "Maria Taylor" },
            { id: 56, design_name: "art nature symbol", rarity: "common", design_type: "text-based", created_by: "Pedro Ahmed" },
            { id: 57, design_name: "sunset travel", rarity: "common", design_type: "text-based", created_by: "Carla Young" },
            { id: 58, design_name: "landmark beach", rarity: "common", design_type: "illustrative", created_by: null },
            { id: 59, design_name: "food beach", rarity: "common", design_type: "text-based", created_by: "Yara Khan" },
            { id: 60, design_name: "funny symbol", rarity: "uncommon", design_type: "text-based", created_by: "Rosa Weber" },
            { id: 61, design_name: "cityscape beach", rarity: "common", design_type: "illustrative", created_by: "Tomas Kowalski" },
            { id: 62, design_name: "cityscape food travel", rarity: "rare", design_type: "illustrative", created_by: "Sam Brown" },
            { id: 63, design_name: "vintage map", rarity: "common", design_type: "text-based", created_by: "Elena Silva" },
            { id: 64, design_name: "cityscape", rarity: "common", design_type: "illustrative", created_by: "Laura Bauer" },
            { id: 65, design_name: "adventure mountain", rarity: "common", design_type: "text-based", created_by: "Kai Ahmed" },
            { id: 66, design_name: "nature quote art", rarity: "common", design_type: "text-based", created_by: "Paula Kumar" },
            { id: 67, design_name: "animal food", rarity: "common", design_type: "photographic", created_by: "Julia Baker" },
            { id: 68, design_name: "beach travel", rarity: "rare", design_type: "illustrative", created_by: null },
            { id: 69, design_name: "animal", rarity: "common", design_type: "illustrative", created_by: "Kai Mendes" },
            { id: 70, design_name: "art cityscape pattern", rarity: "rare", design_type: "text-based", created_by: "Fatima Garcia" },
            { id: 71, design_name: "beach cityscape funny", rarity: "common", design_type: "text-based", created_by: "Hannah Hughes" },
            { id: 72, design_name: "map sunset", rarity: "common", design_type: "illustrative", created_by: "Sofia Larsen" },
            { id: 73, design_name: "vintage map", rarity: "common", design_type: "text-based", created_by: "Hana Pereira" },
            { id: 74, design_name: "quote sunset", rarity: "rare", design_type: "illustrative", created_by: "Felix Smith" },
            { id: 75, design_name: "quote", rarity: "common", design_type: "text-based", created_by: "Uma Demir" },
            { id: 76, design_name: "pattern sunset animal", rarity: "common", design_type: "text-based", created_by: "Victor Clark" },
            { id: 77, design_name: "vintage flag quote", rarity: "rare", design_type: "illustrative", created_by: "Oscar Bauer" },
            { id: 78, design_name: "animal", rarity: "common", design_type: "photographic", created_by: "Ivan Demir" },
            { id: 79, design_name: "art mountain", rarity: "common", design_type: "text-based", created_by: "Ravi Pereira" },
            { id: 80, design_name: "quote flag landmark", rarity: "common", design_type: "text-based", created_by: "James Rossi" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Diego Castro", email: "diego.castro@example.net", joined_at: new Date("2021-04-05T11:34:55Z") },
            { id: 2, full_name: "Zara Kim", email: "zara.kim@example.org", joined_at: new Date("2022-09-14T16:14:47Z") },
            { id: 3, full_name: "Ethan Wang", email: "ethan.wang@example.com", joined_at: new Date("2020-05-06T14:55:16Z") },
            { id: 4, full_name: "Ines Hoffmann", email: "ines.hoffmann@example.net", joined_at: new Date("2022-10-19T07:08:06Z") },
            { id: 5, full_name: "Theo Singh", email: "theo.singh@example.com", joined_at: new Date("2022-01-18T20:33:03Z") },
            { id: 6, full_name: "Elena Bauer", email: "elena.bauer@example.net", joined_at: new Date("2021-08-19T07:26:12Z") },
            { id: 7, full_name: "Liam Flores", email: "liam.flores@example.net", joined_at: new Date("2021-08-22T14:12:31Z") },
            { id: 8, full_name: "Oscar Wang", email: "oscar.wang@example.org", joined_at: new Date("2023-03-05T20:18:00Z") },
            { id: 9, full_name: "Nina Bennett", email: "nina.bennett@example.net", joined_at: new Date("2022-08-25T09:30:39Z") },
            { id: 10, full_name: "Karim Flores", email: "karim.flores@example.net", joined_at: new Date("2021-11-23T17:01:53Z") },
            { id: 11, full_name: "Alice Meyer", email: "alice.meyer@example.net", joined_at: new Date("2022-10-09T08:14:29Z") },
            { id: 12, full_name: "Uma Nguyen", email: "uma.nguyen@example.net", joined_at: new Date("2020-06-08T19:15:22Z") },
            { id: 13, full_name: "Mia Mendes", email: "mia.mendes@example.net", joined_at: new Date("2020-05-28T19:43:45Z") },
            { id: 14, full_name: "Sara Walker", email: "sara.walker@example.net", joined_at: new Date("2021-01-10T23:44:11Z") },
            { id: 15, full_name: "Hannah Lopez", email: "hannah.lopez@example.com", joined_at: new Date("2022-06-03T21:20:35Z") },
            { id: 16, full_name: "Nina Ruiz", email: "nina.ruiz@example.org", joined_at: new Date("2022-01-17T19:15:52Z") },
            { id: 17, full_name: "Fatima Kowalski", email: "fatima.kowalski@example.net", joined_at: new Date("2022-04-11T17:15:59Z") },
            { id: 18, full_name: "David Meyer", email: "david.meyer@example.org", joined_at: new Date("2023-09-29T11:13:54Z") },
            { id: 19, full_name: "Carlos Oliveira", email: "carlos.oliveira@example.org", joined_at: new Date("2022-10-23T15:22:12Z") },
            { id: 20, full_name: "Pedro Hughes", email: "pedro.hughes@example.net", joined_at: new Date("2020-02-01T13:06:20Z") },
            { id: 21, full_name: "Lina Evans", email: "lina.evans@example.net", joined_at: new Date("2020-10-12T19:53:49Z") },
            { id: 22, full_name: "Victor Brown", email: "victor.brown@example.org", joined_at: new Date("2020-08-12T21:51:24Z") },
            { id: 23, full_name: "Jade Brown", email: "jade.brown@example.net", joined_at: new Date("2022-01-06T01:47:10Z") },
            { id: 24, full_name: "Anna Moreau", email: "anna.moreau@example.org", joined_at: new Date("2020-10-04T09:56:54Z") },
            { id: 25, full_name: "Noah Brown", email: "noah.brown@example.net", joined_at: new Date("2022-12-28T13:23:56Z") },
            { id: 26, full_name: "Mateo Clark", email: "mateo.clark@example.com", joined_at: new Date("2020-09-03T18:53:31Z") },
            { id: 27, full_name: "Mei Johnson", email: "mei.johnson@example.org", joined_at: new Date("2020-08-22T00:45:01Z") },
            { id: 28, full_name: "Julia Demir", email: "julia.demir@example.org", joined_at: new Date("2023-12-20T00:58:35Z") },
            { id: 29, full_name: "Diego Johnson", email: "diego.johnson@example.net", joined_at: new Date("2021-11-11T13:51:38Z") },
            { id: 30, full_name: "Laura Oliveira", email: "laura.oliveira@example.org", joined_at: new Date("2022-01-24T08:18:06Z") },
            { id: 31, full_name: "Zara Singh", email: "zara.singh@example.org", joined_at: new Date("2022-02-03T15:09:17Z") },
            { id: 32, full_name: "Julia Chen", email: "julia.chen@example.org", joined_at: new Date("2020-03-29T22:13:54Z") },
            { id: 33, full_name: "Diego Fischer", email: "diego.fischer@example.com", joined_at: new Date("2022-02-09T10:04:49Z") },
            { id: 34, full_name: "David Lopez", email: "david.lopez@example.net", joined_at: new Date("2021-05-16T18:59:50Z") },
            { id: 35, full_name: "Sofia Garcia", email: "sofia.garcia@example.net", joined_at: new Date("2022-07-16T02:06:14Z") },
            { id: 36, full_name: "Chloe Schmidt", email: "chloe.schmidt@example.net", joined_at: new Date("2023-11-10T16:32:05Z") },
            { id: 37, full_name: "Daniel Flores", email: "daniel.flores@example.org", joined_at: new Date("2022-05-18T20:08:20Z") },
            { id: 38, full_name: "Sofia Patel", email: "sofia.patel@example.com", joined_at: new Date("2023-09-14T07:17:35Z") },
            { id: 39, full_name: "Alice Martin", email: "alice.martin@example.com", joined_at: new Date("2021-12-07T19:14:20Z") },
            { id: 40, full_name: "Grace Demir", email: "grace.demir@example.net", joined_at: new Date("2020-12-19T14:31:51Z") },
            { id: 41, full_name: "Mia Young", email: "mia.young@example.com", joined_at: new Date("2022-05-13T06:12:51Z") },
            { id: 42, full_name: "Hana Lee", email: "hana.lee@example.com", joined_at: new Date("2023-04-23T22:38:27Z") },
            { id: 43, full_name: "Theo Andersen", email: "theo.andersen@example.com", joined_at: new Date("2021-03-20T21:44:01Z") },
            { id: 44, full_name: "Elena Miller", email: "elena.miller@example.com", joined_at: new Date("2023-01-02T15:32:11Z") },
            { id: 45, full_name: "Ibrahim Diaz", email: "ibrahim.diaz@example.org", joined_at: new Date("2022-02-26T12:38:46Z") },
            { id: 46, full_name: "Ivan Dubois", email: "ivan.dubois@example.org", joined_at: new Date("2020-01-16T12:56:59Z") },
            { id: 47, full_name: "Elena Zhang", email: "elena.zhang@example.org", joined_at: new Date("2023-09-03T22:50:22Z") },
            { id: 48, full_name: "Noah Schneider", email: "noah.schneider@example.org", joined_at: new Date("2022-11-26T10:11:36Z") },
            { id: 49, full_name: "Elif Cruz", email: "elif.cruz@example.org", joined_at: new Date("2021-07-04T12:03:09Z") },
            { id: 50, full_name: "Chloe Gupta", email: "chloe.gupta@example.net", joined_at: new Date("2022-01-12T14:32:55Z") },
            { id: 51, full_name: "Jack Bennett", email: "jack.bennett@example.net", joined_at: new Date("2020-11-13T07:39:25Z") },
            { id: 52, full_name: "Zara Davis", email: "zara.davis@example.net", joined_at: new Date("2023-08-25T15:55:42Z") },
            { id: 53, full_name: "Ibrahim Sato", email: "ibrahim.sato@example.org", joined_at: new Date("2021-11-24T15:56:47Z") },
            { id: 54, full_name: "Yara Bauer", email: "yara.bauer@example.org", joined_at: new Date("2023-06-09T15:42:49Z") },
            { id: 55, full_name: "Mateo Meyer", email: "mateo.meyer@example.org", joined_at: new Date("2021-03-03T14:07:06Z") },
            { id: 56, full_name: "Diego Kaya", email: "diego.kaya@example.com", joined_at: new Date("2023-04-08T14:27:45Z") },
            { id: 57, full_name: "Ines Weber", email: "ines.weber@example.org", joined_at: new Date("2020-11-09T21:30:12Z") },
            { id: 58, full_name: "Ravi Tanaka", email: "ravi.tanaka@example.org", joined_at: new Date("2023-12-10T13:38:31Z") },
            { id: 59, full_name: "Yusuf Jansen", email: "yusuf.jansen@example.net", joined_at: new Date("2022-01-15T08:06:12Z") },
            { id: 60, full_name: "Isaac Hassan", email: "isaac.hassan@example.net", joined_at: new Date("2021-02-14T10:34:25Z") },
            { id: 61, full_name: "James Carter", email: "james.carter@example.org", joined_at: new Date("2020-05-02T14:05:41Z") },
            { id: 62, full_name: "Nadia Meyer", email: "nadia.meyer@example.org", joined_at: new Date("2023-05-05T15:25:17Z") },
            { id: 63, full_name: "Liam Vargas", email: "liam.vargas@example.net", joined_at: new Date("2022-08-10T08:09:06Z") },
            { id: 64, full_name: "Oscar Sousa", email: "oscar.sousa@example.net", joined_at: new Date("2021-02-28T10:37:34Z") },
            { id: 65, full_name: "Liam Sousa", email: "liam.sousa@example.com", joined_at: new Date("2021-06-10T22:36:35Z") },
            { id: 66, full_name: "Fatima Jansen", email: "fatima.jansen@example.net", joined_at: new Date("2021-06-15T20:13:36Z") },
            { id: 67, full_name: "Andre Castro", email: "andre.castro@example.net", joined_at: new Date("2020-03-26T19:40:38Z") },
            { id: 68, full_name: "Ivan Patel", email: "ivan.patel@example.com", joined_at: new Date("2021-09-19T21:13:36Z") },
            { id: 69, full_name: "Ruby Zhang", email: "ruby.zhang@example.net", joined_at: new Date("2021-09-15T20:13:56Z") },
            { id: 70, full_name: "James Pereira", email: "james.pereira@example.org", joined_at: new Date("2023-09-28T03:59:05Z") },
            { id: 71, full_name: "Daniel Kowalski", email: "daniel.kowalski@example.com", joined_at: new Date("2022-04-25T20:04:25Z") },
            { id: 72, full_name: "Jonas Young", email: "jonas.young@example.net", joined_at: new Date("2022-11-24T14:07:54Z") },
            { id: 73, full_name: "Ivan Garcia", email: "ivan.garcia@example.org", joined_at: new Date("2022-10-04T13:01:03Z") },
            { id: 74, full_name: "Jade Gupta", email: "jade.gupta@example.com", joined_at: new Date("2020-05-29T13:48:12Z") },
            { id: 75, full_name: "Laura Martin", email: "laura.martin@example.org", joined_at: new Date("2020-07-09T07:20:43Z") },
            { id: 76, full_name: "Maja Reyes", email: "maja.reyes@example.net", joined_at: new Date("2023-03-05T11:15:28Z") },
            { id: 77, full_name: "Kai Zhang", email: "kai.zhang@example.com", joined_at: new Date("2020-07-12T22:34:55Z") },
            { id: 78, full_name: "Chen Bauer", email: "chen.bauer@example.com", joined_at: new Date("2023-10-28T15:04:19Z") },
            { id: 79, full_name: "Maya Andersen", email: "maya.andersen@example.org", joined_at: new Date("2021-01-03T15:31:38Z") },
            { id: 80, full_name: "Elif Gupta", email: "elif.gupta@example.com", joined_at: new Date("2020-05-07T13:04:16Z") },
            { id: 81, full_name: "Emma Pereira", email: "emma.pereira@example.net", joined_at: new Date("2021-03-12T17:37:38Z") },
            { id: 82, full_name: "Ana Shah", email: "ana.shah@example.com", joined_at: new Date("2020-06-17T19:40:07Z") },
            { id: 83, full_name: "Elif Yilmaz", email: "elif.yilmaz@example.net", joined_at: new Date("2022-05-27T13:25:36Z") },
            { id: 84, full_name: "Ibrahim Larsen", email: "ibrahim.larsen@example.net", joined_at: new Date("2022-08-28T17:40:44Z") },
            { id: 85, full_name: "Jack Weber", email: "jack.weber@example.com", joined_at: new Date("2021-06-12T14:50:33Z") },
            { id: 86, full_name: "Sam Chen", email: "sam.chen@example.com", joined_at: new Date("2021-06-02T17:12:55Z") },
            { id: 87, full_name: "Mei Smith", email: "mei.smith@example.org", joined_at: new Date("2023-01-24T19:06:35Z") },
            { id: 88, full_name: "Diego Park", email: "diego.park@example.org", joined_at: new Date("2021-10-11T14:26:01Z") },
            { id: 89, full_name: "Anna Sousa", email: "anna.sousa@example.net", joined_at: new Date("2022-06-20T11:22:36Z") },
            { id: 90, full_name: "Theo Bennett", email: "theo.bennett@example.com", joined_at: new Date("2022-02-15T21:45:50Z") },
            { id: 91, full_name: "Isaac Pereira", email: "isaac.pereira@example.org", joined_at: new Date("2022-10-24T12:08:58Z") },
            { id: 92, full_name: "Nina Davis", email: "nina.davis@example.net", joined_at: new Date("2020-07-27T15:31:50Z") },
            { id: 93, full_name: "Olivia Reyes", email: "olivia.reyes@example.com", joined_at: new Date("2021-01-27T03:07:17Z") },
            { id: 94, full_name: "Hannah Sousa", email: "hannah.sousa@example.com", joined_at: new Date("2023-09-18T13:13:37Z") },
            { id: 95, full_name: "Pedro Johnson", email: "pedro.johnson@example.net", joined_at: new Date("2023-01-14T00:24:30Z") },
            { id: 96, full_name: "Olivia Shah", email: "olivia.shah@example.com", joined_at: new Date("2023-02-21T21:04:22Z") },
            { id: 97, full_name: "Lena Wilson", email: "lena.wilson@example.com", joined_at: new Date("2020-11-25T13:58:52Z") },
            { id: 98, full_name: "Hannah Martin", email: "hannah.martin@example.org", joined_at: new Date("2020-09-18T13:26:04Z") },
            { id: 99, full_name: "Ruby Silva", email: "ruby.silva@example.com", joined_at: new Date("2022-03-26T17:25:40Z") },
            { id: 100, full_name: "Karim Ali", email: "karim.ali@example.net", joined_at: new Date("2022-08-12T10:02:48Z") },
        ],
    });
    await prisma.travel_entries.createMany({
        data: [
            { id: 1, user_id: 79, destination: "dublin losangeles cairo", entry_text: "The account owner reported a standard issue; the booking was replaced. No response from the reviewer, so the report was processed. The account was resolved — partial case, no further action.", created_at: new Date("2023-10-27T17:24:45Z") },
            { id: 2, user_id: 40, destination: "lisbon", entry_text: "An operator confirmed the details and the ticket was approved. The shipment was updated — automatic case, no further action. The account owner reported a minor issue; the session was updated. The delivery was rescheduled — urgent case, no further action.", created_at: new Date("2021-02-19T19:27:22Z") },
            { id: 3, user_id: 75, destination: "newyork rome", entry_text: "The reviewer asked for a change and the claim was reviewed. The document was reviewed — incomplete case, no further action.", created_at: new Date("2021-10-09T19:24:01Z") },
            { id: 4, user_id: 77, destination: "madrid", entry_text: "No response from the reviewer, so the record was completed. No response from the account owner, so the session was updated. Support asked for a change and the request was reviewed.", created_at: new Date("2020-06-17T14:13:02Z") },
            { id: 5, user_id: 72, destination: "cairo rome", entry_text: "No response from the account owner, so the account was updated. The item was completed — partial case, no further action.", created_at: new Date("2021-07-27T10:36:16Z") },
            { id: 6, user_id: 79, destination: "tokyo london", entry_text: "The supplier asked for a change and the payment was updated. An operator reported a routine issue; the record was processed.", created_at: new Date("2023-09-14T19:39:12Z") },
            { id: 7, user_id: 78, destination: "london stockholm", entry_text: "The team reported an automatic issue; the session was processed. The reviewer reported an incomplete issue; the invoice was completed. The customer asked for a change and the booking was updated.", created_at: new Date("2022-09-26T14:09:02Z") },
            { id: 8, user_id: 45, destination: "london", entry_text: "An operator asked for a change and the refund was reopened. The supplier asked for a change and the order was resolved. The report was refunded — incomplete case, no further action.", created_at: new Date("2022-08-18T14:15:46Z") },
            { id: 9, user_id: 20, destination: "paris newyork mumbai", entry_text: "The team reported an automatic issue; the invoice was approved. The supplier reported a minor issue; the invoice was closed. The supplier confirmed the details and the payment was confirmed. The report was closed — manual case, no further action.", created_at: new Date("2021-12-01T09:29:32Z") },
            { id: 10, user_id: 94, destination: "mumbai sydney", entry_text: "Support asked for a change and the claim was processed. The booking was reviewed — manual case, no further action. The item was reviewed — late case, no further action. No response from the courier, so the report was updated.", created_at: new Date("2023-07-10T20:02:30Z") },
            { id: 11, user_id: 8, destination: "rome", entry_text: "The report was approved — manual case, no further action. No response from the courier, so the request was updated. No response from the reviewer, so the booking was closed.", created_at: new Date("2021-10-26T14:49:58Z") },
            { id: 12, user_id: 36, destination: "seoul bangkok", entry_text: "An operator asked for a change and the payment was reopened. The document was rejected — unusual case, no further action. An operator confirmed the details and the request was closed.", created_at: new Date("2022-06-16T09:18:26Z") },
            { id: 13, user_id: 16, destination: "paris berlin", entry_text: "No response from an operator, so the delivery was closed. The reviewer reported a routine issue; the payment was replaced. The supplier confirmed the details and the shipment was rescheduled. The courier confirmed the details and the record was escalated.", created_at: new Date("2023-12-08T18:55:29Z") },
            { id: 14, user_id: 23, destination: "mumbai amsterdam", entry_text: "The account owner confirmed the details and the payment was cancelled. The account owner confirmed the details and the document was approved.", created_at: new Date("2021-03-20T14:09:02Z") },
            { id: 15, user_id: 84, destination: "losangeles newyork dublin", entry_text: "The account owner asked for a change and the account was approved. The transfer was refunded — repeat case, no further action.", created_at: new Date("2022-02-15T16:58:08Z") },
            { id: 16, user_id: 99, destination: "amsterdam lisbon stockholm", entry_text: "The order was reopened — repeat case, no further action. The record was reviewed — incomplete case, no further action. The account owner asked for a change and the document was closed.", created_at: new Date("2023-12-05T12:30:00Z") },
            { id: 17, user_id: 68, destination: "rome mumbai amsterdam", entry_text: "The account owner reported an incomplete issue; the claim was processed. The team asked for a change and the transfer was reopened.", created_at: new Date("2023-04-17T13:14:02Z") },
            { id: 18, user_id: 50, destination: "newyork amsterdam", entry_text: "The customer confirmed the details and the session was delayed. The document was processed — unusual case, no further action.", created_at: new Date("2022-03-06T11:05:03Z") },
            { id: 19, user_id: 23, destination: "cairo seoul dublin", entry_text: "The team confirmed the details and the account was reviewed. No response from the courier, so the transfer was replaced.", created_at: new Date("2020-03-03T16:17:35Z") },
            { id: 20, user_id: 46, destination: "dubai sydney", entry_text: "The account owner asked for a change and the account was confirmed. The customer reported a duplicate issue; the document was reopened. No response from the reviewer, so the invoice was delayed. The customer confirmed the details and the refund was completed.", created_at: new Date("2020-11-18T08:35:39Z") },
            { id: 21, user_id: 53, destination: "paris bangkok dubai", entry_text: "The reviewer asked for a change and the payment was refunded. No response from the supplier, so the appointment was closed.", created_at: new Date("2020-08-16T18:49:53Z") },
            { id: 22, user_id: 19, destination: "madrid singapore rome", entry_text: "The reviewer asked for a change and the booking was cancelled. An operator asked for a change and the claim was closed.", created_at: new Date("2022-02-25T12:02:48Z") },
            { id: 23, user_id: 55, destination: "bangkok paris", entry_text: "The account owner asked for a change and the claim was updated. No response from the account owner, so the account was refunded.", created_at: new Date("2021-11-02T02:28:43Z") },
            { id: 24, user_id: 40, destination: "stockholm singapore", entry_text: "The account owner asked for a change and the request was closed. The supplier confirmed the details and the invoice was cancelled. The account owner asked for a change and the delivery was reviewed.", created_at: new Date("2021-01-02T19:48:26Z") },
            { id: 25, user_id: 2, destination: "berlin seoul madrid", entry_text: "Support asked for a change and the session was escalated. The reviewer reported a minor issue; the document was processed. The team confirmed the details and the order was closed.", created_at: new Date("2022-03-08T16:21:33Z") },
            { id: 26, user_id: 83, destination: "paris cairo barcelona", entry_text: "The booking was approved — unusual case, no further action. No response from the account owner, so the session was delayed. The account owner confirmed the details and the item was resolved.", created_at: new Date("2021-03-28T09:17:55Z") },
            { id: 27, user_id: 17, destination: "tokyo mumbai", entry_text: "No response from the account owner, so the shipment was replaced. An operator asked for a change and the booking was delayed. Support asked for a change and the order was resolved. An operator confirmed the details and the payment was reviewed.", created_at: new Date("2021-11-02T16:45:48Z") },
            { id: 28, user_id: 56, destination: "dubai amsterdam lisbon", entry_text: "No response from the account owner, so the delivery was resolved. No response from the supplier, so the shipment was rejected. No response from the supplier, so the appointment was replaced.", created_at: new Date("2020-12-10T13:40:29Z") },
            { id: 29, user_id: 68, destination: "losangeles tokyo seoul", entry_text: "The session was refunded — urgent case, no further action. No response from the account owner, so the order was cancelled.", created_at: new Date("2020-03-30T10:50:54Z") },
            { id: 30, user_id: 63, destination: "berlin", entry_text: "No response from the supplier, so the report was reviewed. The record was reopened — partial case, no further action. The courier asked for a change and the delivery was rescheduled. No response from the account owner, so the report was updated.", created_at: new Date("2023-02-04T03:05:53Z") },
            { id: 31, user_id: 92, destination: "cairo", entry_text: "The session was cancelled — incomplete case, no further action. The team confirmed the details and the order was rejected. The record was reviewed — unusual case, no further action. The courier asked for a change and the transfer was processed.", created_at: new Date("2020-06-29T00:37:34Z") },
            { id: 32, user_id: 94, destination: "lisbon tokyo london", entry_text: "The account owner confirmed the details and the refund was completed. The courier confirmed the details and the invoice was reviewed. An operator asked for a change and the request was reviewed.", created_at: new Date("2023-10-13T19:02:49Z") },
            { id: 33, user_id: 8, destination: "dublin mumbai", entry_text: "The team reported a repeat issue; the invoice was refunded. The courier asked for a change and the claim was rescheduled.", created_at: new Date("2020-09-03T12:20:53Z") },
            { id: 34, user_id: 66, destination: "mumbai dubai berlin", entry_text: "The customer asked for a change and the item was delayed. The courier confirmed the details and the invoice was rejected. The courier reported a late issue; the account was completed.", created_at: new Date("2022-12-30T13:15:12Z") },
            { id: 35, user_id: 60, destination: "dubai tokyo", entry_text: "The team reported a late issue; the invoice was escalated. The account owner reported an automatic issue; the refund was escalated.", created_at: new Date("2023-10-04T10:35:25Z") },
            { id: 36, user_id: 11, destination: "mumbai rome seoul", entry_text: "No response from the supplier, so the document was cancelled. An operator confirmed the details and the item was rejected. No response from the team, so the invoice was reviewed.", created_at: new Date("2022-11-16T16:03:05Z") },
            { id: 37, user_id: 1, destination: "barcelona dubai losangeles", entry_text: "The ticket was delayed — repeat case, no further action. The claim was closed — standard case, no further action. An operator confirmed the details and the request was resolved.", created_at: new Date("2021-09-11T20:23:12Z") },
            { id: 38, user_id: 91, destination: "cairo", entry_text: "The invoice was reviewed — duplicate case, no further action. Support asked for a change and the invoice was resolved.", created_at: new Date("2020-09-27T14:50:53Z") },
            { id: 39, user_id: 26, destination: "mumbai tokyo losangeles", entry_text: "The order was replaced — duplicate case, no further action. No response from the supplier, so the record was delayed.", created_at: new Date("2021-07-05T20:30:58Z") },
            { id: 40, user_id: 58, destination: "newyork losangeles", entry_text: "The reviewer reported an unusual issue; the invoice was updated. The courier confirmed the details and the ticket was resolved. Support asked for a change and the appointment was resolved. No response from the reviewer, so the session was reviewed.", created_at: new Date("2023-05-10T10:42:42Z") },
            { id: 41, user_id: 28, destination: "amsterdam bangkok sydney", entry_text: "The supplier asked for a change and the item was closed. The courier asked for a change and the appointment was cancelled.", created_at: new Date("2022-12-03T21:34:20Z") },
            { id: 42, user_id: 19, destination: "london lisbon", entry_text: "The team confirmed the details and the transfer was confirmed. The item was updated — standard case, no further action.", created_at: new Date("2023-10-30T20:44:41Z") },
            { id: 43, user_id: 25, destination: "madrid", entry_text: "The customer reported an automatic issue; the delivery was rejected. The supplier asked for a change and the shipment was cancelled.", created_at: new Date("2022-05-16T20:40:39Z") },
            { id: 44, user_id: 87, destination: "tokyo london dublin", entry_text: "The session was confirmed — standard case, no further action. The courier asked for a change and the account was rejected.", created_at: new Date("2021-05-29T17:40:08Z") },
            { id: 45, user_id: 45, destination: "paris", entry_text: "The appointment was cancelled — incomplete case, no further action. The reviewer reported a routine issue; the order was updated. The item was delayed — repeat case, no further action.", created_at: new Date("2021-01-15T20:21:59Z") },
            { id: 46, user_id: 83, destination: "cairo dubai tokyo", entry_text: "The courier asked for a change and the payment was closed. The account owner confirmed the details and the request was closed.", created_at: new Date("2020-11-17T07:43:06Z") },
            { id: 47, user_id: 35, destination: "rome singapore sydney", entry_text: "The order was completed — automatic case, no further action. The team asked for a change and the ticket was processed. An operator asked for a change and the claim was escalated.", created_at: new Date("2023-08-21T09:15:34Z") },
            { id: 48, user_id: 24, destination: "madrid lisbon bangkok", entry_text: "The appointment was reopened — unusual case, no further action. The courier asked for a change and the claim was resolved. The refund was cancelled — minor case, no further action.", created_at: new Date("2020-12-28T12:59:56Z") },
            { id: 49, user_id: 91, destination: "singapore berlin", entry_text: "No response from the customer, so the account was updated. The courier asked for a change and the refund was delayed. No response from the team, so the account was closed. The reviewer confirmed the details and the order was resolved.", created_at: new Date("2023-07-17T09:12:08Z") },
            { id: 50, user_id: 21, destination: "madrid newyork seoul", entry_text: "No response from the account owner, so the shipment was updated. The reviewer reported an automatic issue; the transfer was closed.", created_at: new Date("2020-07-25T14:59:36Z") },
            { id: 51, user_id: 46, destination: "seoul berlin", entry_text: "The customer reported an unusual issue; the claim was completed. The account owner asked for a change and the session was escalated. No response from the supplier, so the item was resolved. The supplier reported a routine issue; the ticket was reviewed.", created_at: new Date("2022-12-19T16:52:25Z") },
            { id: 52, user_id: 56, destination: "dubai sydney", entry_text: "The customer reported a late issue; the order was updated. The courier confirmed the details and the ticket was approved. The customer confirmed the details and the appointment was replaced.", created_at: new Date("2021-07-23T19:17:32Z") },
            { id: 53, user_id: 60, destination: "berlin", entry_text: "The record was approved — repeat case, no further action. The courier confirmed the details and the payment was approved. The account owner reported a late issue; the session was rescheduled. The item was rejected — late case, no further action.", created_at: new Date("2023-12-19T10:41:19Z") },
            { id: 54, user_id: 74, destination: "bangkok barcelona", entry_text: "The team asked for a change and the account was updated. The supplier asked for a change and the session was refunded. The team confirmed the details and the booking was rejected. The shipment was confirmed — urgent case, no further action.", created_at: new Date("2022-06-21T11:49:39Z") },
            { id: 55, user_id: 1, destination: "newyork", entry_text: "The team reported a late issue; the payment was rejected. The team reported a late issue; the delivery was delayed. The delivery was replaced — incomplete case, no further action. The courier confirmed the details and the session was resolved.", created_at: new Date("2021-09-27T15:56:52Z") },
            { id: 56, user_id: 69, destination: "berlin paris lisbon", entry_text: "The claim was cancelled — urgent case, no further action. The courier asked for a change and the transfer was reviewed. The courier asked for a change and the item was updated.", created_at: new Date("2022-06-12T11:13:22Z") },
            { id: 57, user_id: 47, destination: "seoul", entry_text: "The reviewer reported an incomplete issue; the order was approved. The supplier asked for a change and the record was replaced. The delivery was rejected — standard case, no further action.", created_at: new Date("2021-03-08T09:14:11Z") },
            { id: 58, user_id: 33, destination: "mumbai", entry_text: "The account owner asked for a change and the invoice was closed. No response from the team, so the delivery was closed.", created_at: new Date("2023-02-15T08:55:31Z") },
            { id: 59, user_id: 79, destination: "paris london rome", entry_text: "The customer asked for a change and the ticket was cancelled. The session was closed — minor case, no further action.", created_at: new Date("2023-03-28T11:08:07Z") },
            { id: 60, user_id: 42, destination: "dublin", entry_text: "The reviewer reported a minor issue; the delivery was confirmed. No response from the team, so the claim was confirmed. The shipment was completed — manual case, no further action. The payment was rejected — duplicate case, no further action.", created_at: new Date("2022-12-16T08:04:24Z") },
            { id: 61, user_id: 57, destination: "barcelona cairo madrid", entry_text: "No response from the team, so the refund was completed. No response from the courier, so the payment was reopened. The team reported a duplicate issue; the booking was confirmed. The reviewer asked for a change and the record was rejected.", created_at: new Date("2022-01-03T09:19:20Z") },
            { id: 62, user_id: 96, destination: "madrid singapore lisbon", entry_text: "The document was completed — urgent case, no further action. The team asked for a change and the account was refunded. The team reported a standard issue; the request was updated. The shipment was updated — unusual case, no further action.", created_at: new Date("2023-05-20T19:40:55Z") },
            { id: 63, user_id: 44, destination: "madrid", entry_text: "The ticket was completed — repeat case, no further action. The supplier reported a routine issue; the record was confirmed. No response from the team, so the delivery was rescheduled.", created_at: new Date("2023-06-02T13:36:58Z") },
            { id: 64, user_id: 53, destination: "singapore seoul newyork", entry_text: "The team confirmed the details and the item was reopened. No response from the customer, so the account was delayed. No response from the supplier, so the booking was escalated.", created_at: new Date("2022-04-06T05:32:25Z") },
            { id: 65, user_id: 42, destination: "dublin singapore stockholm", entry_text: "The courier reported a partial issue; the order was refunded. No response from the reviewer, so the document was escalated. The record was resolved — repeat case, no further action. The reviewer asked for a change and the session was updated.", created_at: new Date("2022-12-19T15:49:50Z") },
            { id: 66, user_id: 76, destination: "madrid", entry_text: "The courier reported a standard issue; the refund was processed. The reviewer confirmed the details and the appointment was updated. Support asked for a change and the report was resolved.", created_at: new Date("2023-12-02T18:21:19Z") },
            { id: 67, user_id: 32, destination: "london", entry_text: "The customer asked for a change and the ticket was escalated. No response from an operator, so the order was closed. The customer reported a minor issue; the account was rescheduled. The customer asked for a change and the shipment was cancelled.", created_at: new Date("2022-11-29T15:47:41Z") },
            { id: 68, user_id: 84, destination: "barcelona", entry_text: "The account owner asked for a change and the session was approved. No response from the team, so the invoice was delayed.", created_at: new Date("2022-01-28T14:36:30Z") },
            { id: 69, user_id: 17, destination: "dublin amsterdam", entry_text: "The record was approved — standard case, no further action. The supplier confirmed the details and the claim was reviewed. An operator reported an automatic issue; the shipment was processed. The appointment was cancelled — manual case, no further action.", created_at: new Date("2021-01-20T10:55:09Z") },
            { id: 70, user_id: 99, destination: "lisbon stockholm", entry_text: "The reviewer asked for a change and the appointment was rescheduled. An operator asked for a change and the request was resolved. No response from the reviewer, so the session was approved.", created_at: new Date("2022-08-29T19:26:48Z") },
            { id: 71, user_id: 37, destination: "paris", entry_text: "The reviewer asked for a change and the booking was replaced. The report was rescheduled — minor case, no further action.", created_at: new Date("2023-12-11T19:03:24Z") },
            { id: 72, user_id: 49, destination: "london", entry_text: "No response from the account owner, so the claim was approved. The reviewer reported a duplicate issue; the document was cancelled. No response from the courier, so the shipment was closed. The account owner asked for a change and the order was rescheduled.", created_at: new Date("2023-11-16T18:38:55Z") },
            { id: 73, user_id: 9, destination: "amsterdam cairo", entry_text: "The courier confirmed the details and the account was approved. The customer reported a duplicate issue; the account was rejected. The reviewer asked for a change and the booking was replaced.", created_at: new Date("2020-08-26T18:12:43Z") },
            { id: 74, user_id: 51, destination: "losangeles amsterdam", entry_text: "The transfer was refunded — minor case, no further action. No response from the customer, so the report was escalated. The customer asked for a change and the payment was rescheduled. The customer confirmed the details and the delivery was rescheduled.", created_at: new Date("2022-06-15T23:11:04Z") },
            { id: 75, user_id: 3, destination: "barcelona paris lisbon", entry_text: "The session was resolved — minor case, no further action. The team confirmed the details and the refund was rescheduled. The courier confirmed the details and the item was reopened. The supplier asked for a change and the transfer was closed.", created_at: new Date("2020-08-05T01:48:45Z") },
            { id: 76, user_id: 55, destination: "stockholm newyork seoul", entry_text: "No response from an operator, so the booking was reviewed. The reviewer reported a minor issue; the account was updated.", created_at: new Date("2020-03-12T17:18:12Z") },
            { id: 77, user_id: 6, destination: "bangkok madrid cairo", entry_text: "The courier confirmed the details and the session was completed. The transfer was reopened — urgent case, no further action. The courier asked for a change and the ticket was reopened.", created_at: new Date("2022-03-10T08:40:38Z") },
            { id: 78, user_id: 94, destination: "mumbai", entry_text: "The supplier reported an incomplete issue; the document was escalated. The courier asked for a change and the report was replaced. No response from the team, so the refund was rejected.", created_at: new Date("2020-02-26T10:47:41Z") },
            { id: 79, user_id: 64, destination: "tokyo stockholm dublin", entry_text: "No response from the supplier, so the appointment was processed. The supplier asked for a change and the appointment was updated. The session was confirmed — repeat case, no further action.", created_at: new Date("2023-04-27T11:15:49Z") },
            { id: 80, user_id: 27, destination: "berlin tokyo", entry_text: "The booking was refunded — unusual case, no further action. No response from the customer, so the refund was rescheduled.", created_at: new Date("2022-04-25T16:22:14Z") },
            { id: 81, user_id: 12, destination: "paris", entry_text: "No response from the courier, so the order was rejected. The courier asked for a change and the claim was cancelled. No response from the team, so the item was delayed.", created_at: new Date("2020-11-30T17:42:55Z") },
            { id: 82, user_id: 23, destination: "berlin losangeles", entry_text: "An operator reported a minor issue; the delivery was completed. The item was reopened — late case, no further action.", created_at: new Date("2023-07-22T10:27:22Z") },
            { id: 83, user_id: 56, destination: "dublin dubai", entry_text: "The courier confirmed the details and the request was rescheduled. The supplier reported an urgent issue; the order was escalated. No response from the team, so the session was resolved. The courier asked for a change and the transfer was escalated.", created_at: new Date("2021-03-04T22:53:59Z") },
            { id: 84, user_id: 50, destination: "berlin stockholm mumbai", entry_text: "The order was confirmed — late case, no further action. Support asked for a change and the payment was rejected. An operator asked for a change and the item was delayed. The courier asked for a change and the delivery was rejected.", created_at: new Date("2022-04-01T19:20:28Z") },
            { id: 85, user_id: 73, destination: "london", entry_text: "The session was closed — repeat case, no further action. The supplier confirmed the details and the account was confirmed. No response from the courier, so the account was replaced.", created_at: new Date("2023-02-10T17:09:29Z") },
            { id: 86, user_id: 86, destination: "stockholm", entry_text: "The request was resolved — manual case, no further action. No response from an operator, so the delivery was approved. The reviewer reported a duplicate issue; the invoice was reopened. The customer confirmed the details and the appointment was updated.", created_at: new Date("2023-02-27T12:47:05Z") },
            { id: 87, user_id: 51, destination: "stockholm cairo", entry_text: "The team confirmed the details and the booking was rejected. The reviewer confirmed the details and the document was updated. The ticket was replaced — repeat case, no further action.", created_at: new Date("2022-04-20T12:28:05Z") },
            { id: 88, user_id: 31, destination: "stockholm amsterdam", entry_text: "The account owner asked for a change and the report was reopened. The invoice was refunded — late case, no further action. No response from an operator, so the booking was resolved.", created_at: new Date("2023-09-22T21:56:29Z") },
            { id: 89, user_id: 73, destination: "dublin dubai london", entry_text: "Support asked for a change and the refund was delayed. The customer asked for a change and the shipment was reviewed. No response from the supplier, so the request was replaced.", created_at: new Date("2022-03-13T20:09:04Z") },
            { id: 90, user_id: 55, destination: "rome amsterdam", entry_text: "The customer asked for a change and the refund was rescheduled. The customer confirmed the details and the delivery was resolved.", created_at: new Date("2022-07-16T11:56:46Z") },
            { id: 91, user_id: 92, destination: "barcelona", entry_text: "The reviewer reported a routine issue; the session was delayed. The customer reported an unusual issue; the refund was rejected. The team asked for a change and the session was resolved. No response from the courier, so the claim was completed.", created_at: new Date("2022-10-16T20:43:07Z") },
            { id: 92, user_id: 76, destination: "lisbon cairo", entry_text: "The courier confirmed the details and the ticket was closed. The invoice was updated — urgent case, no further action. The account owner confirmed the details and the record was confirmed. The courier reported a manual issue; the delivery was refunded.", created_at: new Date("2022-11-12T15:51:24Z") },
            { id: 93, user_id: 69, destination: "bangkok losangeles", entry_text: "The booking was completed — late case, no further action. The team confirmed the details and the claim was completed.", created_at: new Date("2021-09-23T00:29:03Z") },
            { id: 94, user_id: 65, destination: "cairo madrid", entry_text: "No response from the team, so the booking was completed. The request was rejected — routine case, no further action. An operator asked for a change and the appointment was processed. The reviewer reported an urgent issue; the record was rejected.", created_at: new Date("2022-10-16T19:21:24Z") },
            { id: 95, user_id: 67, destination: "tokyo", entry_text: "The account owner reported a duplicate issue; the report was rescheduled. The account owner confirmed the details and the order was updated. The request was delayed — incomplete case, no further action. The customer reported a manual issue; the transfer was completed.", created_at: new Date("2022-04-04T18:46:44Z") },
            { id: 96, user_id: 92, destination: "seoul tokyo mumbai", entry_text: "The supplier reported a repeat issue; the report was rescheduled. The reviewer reported a minor issue; the delivery was closed.", created_at: new Date("2023-01-20T18:19:58Z") },
            { id: 97, user_id: 35, destination: "bangkok", entry_text: "The payment was refunded — minor case, no further action. The reviewer reported an urgent issue; the order was delayed.", created_at: new Date("2020-07-07T20:54:45Z") },
            { id: 98, user_id: 22, destination: "newyork cairo dubai", entry_text: "An operator confirmed the details and the transfer was approved. The refund was cancelled — routine case, no further action. The account owner asked for a change and the invoice was approved.", created_at: new Date("2021-01-04T21:36:55Z") },
            { id: 99, user_id: 48, destination: "tokyo", entry_text: "The courier asked for a change and the transfer was refunded. An operator reported an urgent issue; the transfer was resolved. The booking was confirmed — manual case, no further action. The delivery was updated — automatic case, no further action.", created_at: new Date("2022-09-26T16:46:38Z") },
            { id: 100, user_id: 36, destination: "paris losangeles", entry_text: "An operator confirmed the details and the order was processed. The supplier confirmed the details and the delivery was updated.", created_at: new Date("2022-10-15T23:24:36Z") },
            { id: 101, user_id: 84, destination: "paris", entry_text: "The account owner reported a repeat issue; the claim was confirmed. The delivery was updated — routine case, no further action. No response from the customer, so the payment was cancelled. No response from the customer, so the booking was delayed.", created_at: new Date("2020-04-07T19:25:08Z") },
            { id: 102, user_id: 100, destination: "london", entry_text: "The request was rejected — late case, no further action. No response from the team, so the payment was completed. The account owner confirmed the details and the invoice was completed. No response from the reviewer, so the record was updated.", created_at: new Date("2022-01-03T18:01:20Z") },
            { id: 103, user_id: 44, destination: "london bangkok losangeles", entry_text: "The ticket was reviewed — partial case, no further action. An operator confirmed the details and the record was cancelled.", created_at: new Date("2023-04-19T19:11:52Z") },
            { id: 104, user_id: 85, destination: "madrid", entry_text: "The payment was reviewed — manual case, no further action. The customer reported a manual issue; the ticket was refunded. The courier reported a repeat issue; the request was approved.", created_at: new Date("2023-10-16T15:39:01Z") },
            { id: 105, user_id: 95, destination: "newyork london losangeles", entry_text: "No response from the account owner, so the item was approved. The customer asked for a change and the booking was refunded. The record was closed — unusual case, no further action. No response from the account owner, so the session was delayed.", created_at: new Date("2020-11-14T12:21:22Z") },
            { id: 106, user_id: 10, destination: "losangeles cairo dubai", entry_text: "The customer confirmed the details and the ticket was cancelled. The customer reported a partial issue; the appointment was reviewed.", created_at: new Date("2022-12-26T11:13:38Z") },
            { id: 107, user_id: 32, destination: "amsterdam cairo seoul", entry_text: "The courier asked for a change and the record was confirmed. The customer reported a manual issue; the shipment was rescheduled. The team asked for a change and the item was escalated. The shipment was reopened — unusual case, no further action.", created_at: new Date("2020-05-25T11:47:22Z") },
            { id: 108, user_id: 90, destination: "tokyo berlin", entry_text: "The courier asked for a change and the booking was delayed. Support asked for a change and the delivery was resolved. No response from an operator, so the claim was refunded.", created_at: new Date("2021-01-03T09:41:30Z") },
            { id: 109, user_id: 15, destination: "london", entry_text: "The account owner asked for a change and the ticket was delayed. The claim was rescheduled — routine case, no further action.", created_at: new Date("2023-09-06T18:00:00Z") },
            { id: 110, user_id: 25, destination: "paris cairo barcelona", entry_text: "The supplier reported a repeat issue; the shipment was approved. The shipment was rescheduled — duplicate case, no further action.", created_at: new Date("2022-08-30T08:01:08Z") },
            { id: 111, user_id: 77, destination: "losangeles tokyo", entry_text: "The courier reported a manual issue; the shipment was refunded. The claim was processed — unusual case, no further action. The courier reported a duplicate issue; the delivery was confirmed.", created_at: new Date("2021-04-27T13:20:43Z") },
            { id: 112, user_id: 49, destination: "barcelona london lisbon", entry_text: "The account owner reported a standard issue; the invoice was delayed. The document was updated — automatic case, no further action.", created_at: new Date("2022-05-20T14:30:55Z") },
            { id: 113, user_id: 5, destination: "cairo dubai berlin", entry_text: "The customer asked for a change and the item was reopened. The session was closed — standard case, no further action. An operator asked for a change and the request was confirmed.", created_at: new Date("2023-03-26T07:59:58Z") },
            { id: 114, user_id: 71, destination: "bangkok rome", entry_text: "The courier asked for a change and the document was rescheduled. The customer reported a partial issue; the transfer was reopened. The courier confirmed the details and the order was completed.", created_at: new Date("2020-04-12T10:59:21Z") },
            { id: 115, user_id: 59, destination: "dubai seoul tokyo", entry_text: "The courier confirmed the details and the transfer was approved. The customer asked for a change and the claim was updated. The courier confirmed the details and the document was refunded.", created_at: new Date("2021-02-04T14:56:09Z") },
            { id: 116, user_id: 5, destination: "london", entry_text: "The supplier reported a routine issue; the order was delayed. The report was rejected — incomplete case, no further action.", created_at: new Date("2022-10-17T00:20:52Z") },
            { id: 117, user_id: 95, destination: "dubai lisbon", entry_text: "The customer reported an urgent issue; the report was resolved. The courier reported a repeat issue; the booking was resolved. The customer confirmed the details and the order was updated. The team asked for a change and the transfer was closed.", created_at: new Date("2023-07-18T16:25:31Z") },
            { id: 118, user_id: 76, destination: "london madrid barcelona", entry_text: "The customer asked for a change and the appointment was completed. The invoice was updated — repeat case, no further action.", created_at: new Date("2022-02-02T07:53:03Z") },
            { id: 119, user_id: 49, destination: "stockholm madrid cairo", entry_text: "No response from the courier, so the appointment was delayed. The team asked for a change and the document was reopened. An operator confirmed the details and the appointment was confirmed. The reviewer confirmed the details and the account was approved.", created_at: new Date("2022-11-05T22:30:15Z") },
            { id: 120, user_id: 5, destination: "tokyo seoul", entry_text: "The payment was completed — manual case, no further action. No response from the reviewer, so the document was confirmed.", created_at: new Date("2022-03-01T14:30:23Z") },
            { id: 121, user_id: 4, destination: "bangkok", entry_text: "An operator reported an automatic issue; the claim was reopened. The customer confirmed the details and the appointment was refunded. No response from the courier, so the delivery was reopened.", created_at: new Date("2023-07-04T11:39:02Z") },
            { id: 122, user_id: 80, destination: "mumbai tokyo losangeles", entry_text: "The customer asked for a change and the request was replaced. The reviewer confirmed the details and the record was rescheduled. No response from the team, so the claim was reviewed. The invoice was reopened — late case, no further action.", created_at: new Date("2023-07-24T08:45:34Z") },
            { id: 123, user_id: 66, destination: "singapore", entry_text: "Support asked for a change and the refund was resolved. The courier asked for a change and the shipment was processed. An operator reported a late issue; the invoice was approved.", created_at: new Date("2023-06-15T00:55:29Z") },
            { id: 124, user_id: 75, destination: "newyork", entry_text: "The team reported an incomplete issue; the refund was rescheduled. The ticket was rejected — repeat case, no further action. No response from the reviewer, so the record was closed. The account owner asked for a change and the document was reviewed.", created_at: new Date("2023-11-22T18:41:30Z") },
            { id: 125, user_id: 91, destination: "stockholm singapore dublin", entry_text: "The reviewer reported a duplicate issue; the refund was updated. The supplier confirmed the details and the invoice was reopened.", created_at: new Date("2023-06-10T13:37:42Z") },
            { id: 126, user_id: 32, destination: "newyork paris singapore", entry_text: "The item was escalated — urgent case, no further action. The courier confirmed the details and the refund was confirmed. The courier reported a partial issue; the account was cancelled.", created_at: new Date("2020-03-22T16:41:23Z") },
            { id: 127, user_id: 76, destination: "barcelona london tokyo", entry_text: "The shipment was closed — duplicate case, no further action. The account was refunded — late case, no further action.", created_at: new Date("2021-10-27T17:08:56Z") },
            { id: 128, user_id: 49, destination: "london paris berlin", entry_text: "No response from the customer, so the document was closed. The ticket was rejected — manual case, no further action. The reviewer asked for a change and the order was processed. The courier asked for a change and the payment was refunded.", created_at: new Date("2022-04-13T15:41:22Z") },
            { id: 129, user_id: 55, destination: "mumbai lisbon", entry_text: "Support asked for a change and the document was processed. The courier confirmed the details and the refund was reviewed.", created_at: new Date("2021-09-29T20:41:59Z") },
            { id: 130, user_id: 19, destination: "tokyo sydney losangeles", entry_text: "The courier confirmed the details and the record was reviewed. The customer reported a minor issue; the record was completed. The courier reported an automatic issue; the delivery was confirmed.", created_at: new Date("2021-12-06T21:38:36Z") },
            { id: 131, user_id: 76, destination: "tokyo paris dubai", entry_text: "No response from the supplier, so the payment was approved. The customer asked for a change and the appointment was delayed.", created_at: new Date("2022-08-13T10:58:47Z") },
            { id: 132, user_id: 15, destination: "paris barcelona", entry_text: "No response from the courier, so the transfer was replaced. An operator confirmed the details and the booking was resolved.", created_at: new Date("2020-09-11T12:34:18Z") },
            { id: 133, user_id: 81, destination: "berlin rome", entry_text: "No response from the courier, so the invoice was replaced. The customer reported a late issue; the transfer was cancelled. No response from the supplier, so the request was rejected.", created_at: new Date("2020-09-23T22:57:02Z") },
            { id: 134, user_id: 9, destination: "barcelona", entry_text: "The account owner asked for a change and the claim was completed. The supplier reported a manual issue; the refund was resolved. No response from an operator, so the booking was closed. The customer confirmed the details and the shipment was rescheduled.", created_at: new Date("2023-01-09T21:32:36Z") },
            { id: 135, user_id: 90, destination: "barcelona", entry_text: "No response from an operator, so the request was closed. An operator confirmed the details and the invoice was refunded. An operator reported an automatic issue; the account was updated. The account owner reported an unusual issue; the account was closed.", created_at: new Date("2020-12-26T18:08:40Z") },
            { id: 136, user_id: 83, destination: "seoul dublin bangkok", entry_text: "The session was refunded — minor case, no further action. The claim was resolved — partial case, no further action. Support asked for a change and the transfer was rejected. The refund was approved — automatic case, no further action.", created_at: new Date("2021-10-18T12:19:44Z") },
            { id: 137, user_id: 49, destination: "mumbai berlin", entry_text: "The claim was escalated — repeat case, no further action. The account owner reported a repeat issue; the request was closed.", created_at: new Date("2021-05-07T15:10:13Z") },
            { id: 138, user_id: 24, destination: "losangeles berlin", entry_text: "The courier confirmed the details and the transfer was processed. The customer asked for a change and the delivery was reopened.", created_at: new Date("2020-01-23T18:59:05Z") },
            { id: 139, user_id: 36, destination: "cairo london", entry_text: "The supplier asked for a change and the record was reviewed. The team asked for a change and the ticket was updated. No response from the supplier, so the record was reopened.", created_at: new Date("2021-12-18T13:21:16Z") },
            { id: 140, user_id: 97, destination: "madrid", entry_text: "An operator asked for a change and the payment was approved. Support asked for a change and the appointment was resolved. An operator asked for a change and the session was updated.", created_at: new Date("2023-09-30T19:28:56Z") },
            { id: 141, user_id: 16, destination: "dublin sydney", entry_text: "Support asked for a change and the account was confirmed. The booking was processed — repeat case, no further action. No response from the customer, so the delivery was escalated.", created_at: new Date("2022-11-30T22:29:31Z") },
            { id: 142, user_id: 66, destination: "singapore", entry_text: "The courier confirmed the details and the document was reopened. The team confirmed the details and the order was completed.", created_at: new Date("2020-06-16T17:58:37Z") },
            { id: 143, user_id: 18, destination: "singapore", entry_text: "The payment was reopened — manual case, no further action. An operator confirmed the details and the booking was updated. The team asked for a change and the order was rejected.", created_at: new Date("2023-12-13T21:07:02Z") },
            { id: 144, user_id: 91, destination: "rome lisbon", entry_text: "The account owner confirmed the details and the transfer was delayed. No response from an operator, so the payment was approved. The reviewer confirmed the details and the invoice was rejected.", created_at: new Date("2022-01-15T17:28:40Z") },
            { id: 145, user_id: 28, destination: "lisbon amsterdam", entry_text: "An operator asked for a change and the delivery was updated. The team asked for a change and the shipment was cancelled.", created_at: new Date("2022-06-28T19:49:18Z") },
            { id: 146, user_id: 46, destination: "madrid", entry_text: "The account owner asked for a change and the shipment was completed. The account owner confirmed the details and the booking was closed. No response from the team, so the transfer was confirmed. The supplier asked for a change and the item was updated.", created_at: new Date("2023-06-08T00:29:44Z") },
            { id: 147, user_id: 24, destination: "berlin madrid lisbon", entry_text: "No response from an operator, so the ticket was reviewed. No response from the customer, so the refund was replaced. The shipment was refunded — urgent case, no further action.", created_at: new Date("2022-06-10T20:06:51Z") },
            { id: 148, user_id: 27, destination: "seoul dubai berlin", entry_text: "The payment was completed — unusual case, no further action. No response from the customer, so the ticket was resolved. The customer reported a minor issue; the ticket was resolved. An operator reported an incomplete issue; the appointment was confirmed.", created_at: new Date("2023-10-27T18:35:46Z") },
            { id: 149, user_id: 8, destination: "rome", entry_text: "The account owner confirmed the details and the booking was processed. No response from the customer, so the refund was resolved. The team reported a late issue; the refund was escalated. The reviewer confirmed the details and the shipment was processed.", created_at: new Date("2021-09-01T20:59:55Z") },
            { id: 150, user_id: 99, destination: "berlin singapore lisbon", entry_text: "The order was cancelled — minor case, no further action. The delivery was reviewed — standard case, no further action.", created_at: new Date("2022-10-04T23:17:54Z") },
            { id: 151, user_id: 35, destination: "rome", entry_text: "The invoice was refunded — unusual case, no further action. No response from the reviewer, so the record was approved.", created_at: new Date("2022-01-12T10:02:46Z") },
            { id: 152, user_id: 61, destination: "losangeles", entry_text: "The refund was replaced — standard case, no further action. The supplier confirmed the details and the booking was delayed.", created_at: new Date("2020-10-17T13:46:58Z") },
            { id: 153, user_id: 35, destination: "seoul", entry_text: "No response from the supplier, so the payment was approved. The courier reported an urgent issue; the request was rescheduled.", created_at: new Date("2022-08-28T18:28:40Z") },
            { id: 154, user_id: 79, destination: "cairo berlin sydney", entry_text: "No response from the reviewer, so the booking was rescheduled. No response from the reviewer, so the payment was replaced. No response from the reviewer, so the request was resolved. The transfer was closed — manual case, no further action.", created_at: new Date("2020-04-29T14:46:14Z") },
            { id: 155, user_id: 27, destination: "madrid", entry_text: "The item was completed — standard case, no further action. The team asked for a change and the transfer was resolved.", created_at: new Date("2023-12-07T17:20:26Z") },
            { id: 156, user_id: 71, destination: "sydney", entry_text: "No response from an operator, so the payment was confirmed. The supplier asked for a change and the report was replaced. The customer asked for a change and the session was rejected. Support asked for a change and the request was cancelled.", created_at: new Date("2020-07-13T15:02:45Z") },
            { id: 157, user_id: 2, destination: "seoul paris", entry_text: "An operator reported a minor issue; the record was rescheduled. Support asked for a change and the ticket was delayed. An operator asked for a change and the item was processed.", created_at: new Date("2020-06-26T13:49:06Z") },
            { id: 158, user_id: 49, destination: "seoul", entry_text: "The courier asked for a change and the report was resolved. The supplier reported a duplicate issue; the delivery was resolved.", created_at: new Date("2020-07-29T19:55:25Z") },
            { id: 159, user_id: 25, destination: "newyork", entry_text: "The supplier confirmed the details and the record was resolved. The booking was rescheduled — urgent case, no further action. The customer reported a manual issue; the order was completed.", created_at: new Date("2023-11-21T09:54:04Z") },
            { id: 160, user_id: 45, destination: "dublin rome stockholm", entry_text: "The supplier confirmed the details and the refund was approved. The courier reported a standard issue; the booking was processed.", created_at: new Date("2022-09-03T17:10:59Z") },
            { id: 161, user_id: 58, destination: "seoul", entry_text: "The courier confirmed the details and the session was reviewed. The account owner reported an urgent issue; the refund was closed. The team asked for a change and the shipment was replaced.", created_at: new Date("2021-03-16T20:30:45Z") },
            { id: 162, user_id: 5, destination: "seoul barcelona", entry_text: "The customer asked for a change and the appointment was escalated. The request was delayed — urgent case, no further action. An operator asked for a change and the request was closed. No response from the reviewer, so the refund was cancelled.", created_at: new Date("2021-10-15T12:32:49Z") },
            { id: 163, user_id: 80, destination: "paris barcelona madrid", entry_text: "The claim was updated — repeat case, no further action. The account owner reported a late issue; the payment was updated. The customer confirmed the details and the request was replaced. The report was replaced — unusual case, no further action.", created_at: new Date("2022-12-02T18:06:25Z") },
            { id: 164, user_id: 33, destination: "newyork stockholm berlin", entry_text: "The appointment was completed — repeat case, no further action. No response from the supplier, so the account was resolved. The supplier confirmed the details and the document was processed.", created_at: new Date("2021-01-21T17:57:25Z") },
            { id: 165, user_id: 52, destination: "berlin singapore bangkok", entry_text: "The supplier confirmed the details and the document was updated. Support asked for a change and the document was replaced. The supplier confirmed the details and the ticket was approved. The reviewer confirmed the details and the report was closed.", created_at: new Date("2023-02-10T12:06:23Z") },
            { id: 166, user_id: 25, destination: "tokyo losangeles", entry_text: "The payment was resolved — minor case, no further action. The team reported an urgent issue; the payment was cancelled. The supplier asked for a change and the session was closed.", created_at: new Date("2022-08-24T06:10:53Z") },
            { id: 167, user_id: 59, destination: "madrid tokyo", entry_text: "The item was rescheduled — duplicate case, no further action. The booking was replaced — minor case, no further action. The customer asked for a change and the session was rejected.", created_at: new Date("2022-03-18T13:07:44Z") },
            { id: 168, user_id: 60, destination: "berlin singapore", entry_text: "The team asked for a change and the ticket was escalated. The booking was processed — urgent case, no further action.", created_at: new Date("2021-02-25T08:52:39Z") },
            { id: 169, user_id: 60, destination: "dubai amsterdam", entry_text: "The supplier reported an incomplete issue; the report was rescheduled. Support asked for a change and the payment was rejected. The supplier asked for a change and the appointment was processed. The customer reported a routine issue; the delivery was rejected.", created_at: new Date("2023-03-28T13:02:39Z") },
            { id: 170, user_id: 60, destination: "rome singapore", entry_text: "The account owner asked for a change and the transfer was updated. An operator confirmed the details and the order was approved.", created_at: new Date("2022-05-05T11:27:40Z") },
            { id: 171, user_id: 73, destination: "mumbai newyork", entry_text: "No response from an operator, so the item was closed. No response from the customer, so the ticket was cancelled. The supplier confirmed the details and the delivery was closed. The account owner confirmed the details and the transfer was rejected.", created_at: new Date("2021-03-14T17:51:11Z") },
            { id: 172, user_id: 5, destination: "cairo dubai", entry_text: "No response from the customer, so the shipment was replaced. The team reported a minor issue; the delivery was resolved.", created_at: new Date("2021-06-01T08:04:36Z") },
            { id: 173, user_id: 52, destination: "rome", entry_text: "The invoice was reopened — automatic case, no further action. An operator confirmed the details and the item was delayed. The supplier reported an unusual issue; the invoice was reviewed.", created_at: new Date("2023-03-19T18:48:54Z") },
            { id: 174, user_id: 66, destination: "london", entry_text: "No response from an operator, so the shipment was cancelled. An operator asked for a change and the delivery was delayed. The team confirmed the details and the document was confirmed.", created_at: new Date("2022-05-29T10:14:42Z") },
            { id: 175, user_id: 14, destination: "singapore losangeles", entry_text: "Support asked for a change and the booking was confirmed. The transfer was escalated — urgent case, no further action. No response from the team, so the claim was rejected. The report was closed — minor case, no further action.", created_at: new Date("2020-11-24T07:10:09Z") },
            { id: 176, user_id: 6, destination: "lisbon paris", entry_text: "No response from the account owner, so the account was refunded. The courier confirmed the details and the order was confirmed. No response from the customer, so the document was closed.", created_at: new Date("2021-01-22T17:56:25Z") },
            { id: 177, user_id: 4, destination: "sydney newyork seoul", entry_text: "The account owner reported an unusual issue; the account was delayed. The team reported an unusual issue; the shipment was updated. The customer reported a minor issue; the invoice was cancelled.", created_at: new Date("2021-09-20T16:32:28Z") },
            { id: 178, user_id: 19, destination: "london singapore", entry_text: "The supplier confirmed the details and the booking was updated. The account owner confirmed the details and the account was replaced.", created_at: new Date("2021-09-16T18:19:25Z") },
            { id: 179, user_id: 72, destination: "madrid rome lisbon", entry_text: "The customer reported a duplicate issue; the appointment was closed. Support asked for a change and the report was rescheduled.", created_at: new Date("2023-07-25T16:26:50Z") },
            { id: 180, user_id: 50, destination: "stockholm paris cairo", entry_text: "The supplier asked for a change and the claim was delayed. The reviewer confirmed the details and the ticket was rejected. An operator asked for a change and the item was refunded.", created_at: new Date("2021-10-08T18:14:09Z") },
            { id: 181, user_id: 67, destination: "sydney seoul", entry_text: "No response from the account owner, so the shipment was rejected. An operator asked for a change and the item was cancelled. No response from the account owner, so the booking was rescheduled.", created_at: new Date("2023-05-26T18:10:05Z") },
            { id: 182, user_id: 70, destination: "rome madrid tokyo", entry_text: "An operator confirmed the details and the order was processed. The supplier confirmed the details and the refund was reviewed. No response from the courier, so the document was updated. The shipment was closed — duplicate case, no further action.", created_at: new Date("2023-11-20T16:14:02Z") },
            { id: 183, user_id: 18, destination: "tokyo dubai", entry_text: "Support asked for a change and the account was completed. No response from an operator, so the report was cancelled. The refund was reopened — urgent case, no further action.", created_at: new Date("2021-12-21T14:08:32Z") },
            { id: 184, user_id: 80, destination: "seoul", entry_text: "The supplier confirmed the details and the claim was cancelled. The shipment was delayed — late case, no further action.", created_at: new Date("2023-06-08T19:21:10Z") },
            { id: 185, user_id: 46, destination: "sydney dubai", entry_text: "An operator reported a repeat issue; the claim was processed. An operator reported a standard issue; the item was closed.", created_at: new Date("2023-01-18T05:02:21Z") },
            { id: 186, user_id: 66, destination: "lisbon barcelona", entry_text: "No response from the customer, so the record was processed. The document was replaced — repeat case, no further action. The supplier reported a duplicate issue; the session was reviewed.", created_at: new Date("2023-05-06T21:52:41Z") },
            { id: 187, user_id: 4, destination: "amsterdam", entry_text: "The account was updated — incomplete case, no further action. The supplier asked for a change and the item was closed. The ticket was confirmed — incomplete case, no further action.", created_at: new Date("2022-08-27T12:46:31Z") },
            { id: 188, user_id: 15, destination: "dublin cairo london", entry_text: "The supplier asked for a change and the transfer was cancelled. No response from the customer, so the invoice was resolved. The customer asked for a change and the payment was rejected.", created_at: new Date("2023-11-10T06:29:46Z") },
            { id: 189, user_id: 41, destination: "rome cairo", entry_text: "No response from the supplier, so the shipment was completed. The reviewer confirmed the details and the report was confirmed. The supplier asked for a change and the report was updated.", created_at: new Date("2020-08-13T23:21:05Z") },
            { id: 190, user_id: 30, destination: "tokyo losangeles", entry_text: "The reviewer confirmed the details and the order was escalated. The account was closed — repeat case, no further action. The claim was processed — routine case, no further action. An operator asked for a change and the item was processed.", created_at: new Date("2023-11-14T04:36:27Z") },
            { id: 191, user_id: 31, destination: "bangkok", entry_text: "An operator asked for a change and the payment was rescheduled. The reviewer asked for a change and the transfer was confirmed.", created_at: new Date("2023-08-09T10:13:22Z") },
            { id: 192, user_id: 100, destination: "berlin amsterdam", entry_text: "The supplier asked for a change and the record was updated. No response from the team, so the invoice was updated.", created_at: new Date("2022-11-23T21:54:58Z") },
            { id: 193, user_id: 90, destination: "dublin rome barcelona", entry_text: "The courier reported a minor issue; the report was processed. No response from the supplier, so the document was confirmed.", created_at: new Date("2023-09-20T22:18:02Z") },
            { id: 194, user_id: 6, destination: "cairo newyork stockholm", entry_text: "The shipment was refunded — minor case, no further action. No response from the customer, so the item was reopened. An operator reported a partial issue; the record was resolved. The courier reported a routine issue; the invoice was updated.", created_at: new Date("2022-07-25T17:04:45Z") },
            { id: 195, user_id: 13, destination: "seoul sydney cairo", entry_text: "The customer confirmed the details and the account was resolved. The supplier asked for a change and the account was rescheduled.", created_at: new Date("2022-02-05T16:59:08Z") },
            { id: 196, user_id: 19, destination: "dublin singapore", entry_text: "The customer confirmed the details and the request was rejected. The customer confirmed the details and the payment was cancelled. The transfer was approved — minor case, no further action.", created_at: new Date("2023-02-03T22:51:36Z") },
            { id: 197, user_id: 12, destination: "losangeles bangkok", entry_text: "The reviewer asked for a change and the session was approved. The document was reopened — duplicate case, no further action. The report was escalated — late case, no further action.", created_at: new Date("2022-02-06T14:25:03Z") },
            { id: 198, user_id: 79, destination: "losangeles barcelona sydney", entry_text: "The item was rejected — duplicate case, no further action. No response from the courier, so the shipment was reviewed. The refund was reopened — urgent case, no further action. The ticket was resolved — automatic case, no further action.", created_at: new Date("2020-08-26T17:19:34Z") },
            { id: 199, user_id: 21, destination: "bangkok lisbon", entry_text: "No response from the courier, so the invoice was completed. The reviewer confirmed the details and the request was confirmed. The delivery was confirmed — automatic case, no further action.", created_at: new Date("2023-10-27T06:25:48Z") },
            { id: 200, user_id: 37, destination: "cairo mumbai", entry_text: "No response from the supplier, so the record was processed. The ticket was replaced — duplicate case, no further action. The courier reported a manual issue; the booking was reviewed.", created_at: new Date("2022-02-21T08:32:02Z") },
            { id: 201, user_id: 47, destination: "losangeles paris rome", entry_text: "The courier asked for a change and the claim was closed. The appointment was completed — minor case, no further action. The shipment was escalated — minor case, no further action. The team confirmed the details and the order was reviewed.", created_at: new Date("2022-07-03T15:44:33Z") },
            { id: 202, user_id: 5, destination: "seoul", entry_text: "The account owner asked for a change and the delivery was completed. The reviewer reported an urgent issue; the ticket was processed. The session was escalated — duplicate case, no further action. The transfer was closed — unusual case, no further action.", created_at: new Date("2020-06-13T21:15:42Z") },
            { id: 203, user_id: 65, destination: "barcelona", entry_text: "The courier confirmed the details and the claim was reopened. No response from the courier, so the record was closed. The supplier asked for a change and the payment was confirmed. The reviewer confirmed the details and the item was escalated.", created_at: new Date("2023-04-07T13:46:19Z") },
            { id: 204, user_id: 92, destination: "tokyo", entry_text: "The payment was closed — routine case, no further action. No response from the supplier, so the order was reopened.", created_at: new Date("2021-07-15T08:35:34Z") },
            { id: 205, user_id: 21, destination: "amsterdam", entry_text: "The document was processed — automatic case, no further action. No response from the customer, so the account was replaced. The delivery was delayed — late case, no further action.", created_at: new Date("2023-04-05T13:55:43Z") },
            { id: 206, user_id: 2, destination: "losangeles paris amsterdam", entry_text: "The appointment was resolved — unusual case, no further action. The account owner asked for a change and the record was rescheduled.", created_at: new Date("2021-08-01T19:37:07Z") },
            { id: 207, user_id: 99, destination: "tokyo", entry_text: "Support asked for a change and the claim was confirmed. The reviewer reported an urgent issue; the ticket was resolved. The supplier asked for a change and the request was updated.", created_at: new Date("2021-06-10T15:18:02Z") },
            { id: 208, user_id: 41, destination: "amsterdam losangeles", entry_text: "The reviewer confirmed the details and the item was reviewed. No response from the reviewer, so the delivery was replaced. The account owner confirmed the details and the document was approved. The account owner reported an unusual issue; the appointment was updated.", created_at: new Date("2020-11-22T08:57:03Z") },
            { id: 209, user_id: 57, destination: "singapore", entry_text: "The supplier confirmed the details and the invoice was reviewed. The customer confirmed the details and the claim was updated.", created_at: new Date("2021-10-06T22:22:04Z") },
            { id: 210, user_id: 23, destination: "barcelona tokyo", entry_text: "The invoice was rejected — standard case, no further action. The team reported an urgent issue; the refund was delayed. The account owner confirmed the details and the delivery was rejected.", created_at: new Date("2020-12-27T17:25:56Z") },
            { id: 211, user_id: 85, destination: "sydney stockholm", entry_text: "The account owner confirmed the details and the claim was escalated. The supplier reported an urgent issue; the transfer was cancelled. The reviewer reported an incomplete issue; the item was updated.", created_at: new Date("2020-11-26T20:09:55Z") },
            { id: 212, user_id: 76, destination: "newyork sydney paris", entry_text: "The account owner confirmed the details and the ticket was updated. The customer confirmed the details and the report was delayed.", created_at: new Date("2020-01-25T17:41:18Z") },
            { id: 213, user_id: 30, destination: "barcelona lisbon", entry_text: "The team asked for a change and the session was resolved. The invoice was approved — routine case, no further action.", created_at: new Date("2021-10-19T11:41:36Z") },
            { id: 214, user_id: 33, destination: "dubai", entry_text: "The customer asked for a change and the refund was updated. The session was updated — partial case, no further action. An operator asked for a change and the booking was reopened.", created_at: new Date("2021-08-05T17:03:35Z") },
            { id: 215, user_id: 96, destination: "seoul cairo", entry_text: "The account owner confirmed the details and the appointment was reopened. The reviewer confirmed the details and the transfer was approved.", created_at: new Date("2021-04-10T23:56:40Z") },
            { id: 216, user_id: 51, destination: "barcelona", entry_text: "An operator confirmed the details and the ticket was reopened. The transfer was reopened — manual case, no further action. The account owner asked for a change and the transfer was resolved. The team confirmed the details and the item was updated.", created_at: new Date("2020-11-18T18:21:35Z") },
            { id: 217, user_id: 15, destination: "cairo amsterdam", entry_text: "The report was delayed — automatic case, no further action. An operator asked for a change and the invoice was rejected. The account owner confirmed the details and the payment was rejected.", created_at: new Date("2023-02-10T07:08:00Z") },
            { id: 218, user_id: 55, destination: "amsterdam sydney paris", entry_text: "The session was reviewed — unusual case, no further action. The customer asked for a change and the shipment was processed.", created_at: new Date("2021-04-15T12:34:46Z") },
            { id: 219, user_id: 36, destination: "madrid berlin seoul", entry_text: "No response from the supplier, so the report was closed. An operator confirmed the details and the claim was cancelled. An operator reported an unusual issue; the appointment was reviewed.", created_at: new Date("2020-03-21T14:27:35Z") },
            { id: 220, user_id: 45, destination: "cairo dublin lisbon", entry_text: "The team asked for a change and the appointment was resolved. The supplier confirmed the details and the transfer was confirmed.", created_at: new Date("2021-03-26T12:03:21Z") },
            { id: 221, user_id: 51, destination: "paris", entry_text: "No response from the reviewer, so the session was closed. No response from an operator, so the shipment was delayed. An operator asked for a change and the account was confirmed.", created_at: new Date("2022-10-08T21:57:52Z") },
            { id: 222, user_id: 67, destination: "singapore madrid", entry_text: "No response from an operator, so the delivery was reviewed. The session was completed — standard case, no further action. No response from the supplier, so the document was cancelled. The item was closed — manual case, no further action.", created_at: new Date("2023-09-13T18:49:41Z") },
            { id: 223, user_id: 69, destination: "paris", entry_text: "The reviewer reported an urgent issue; the request was closed. The reviewer asked for a change and the request was resolved. The team confirmed the details and the shipment was replaced. No response from the reviewer, so the report was processed.", created_at: new Date("2022-01-04T11:50:44Z") },
            { id: 224, user_id: 63, destination: "amsterdam stockholm", entry_text: "An operator asked for a change and the refund was closed. No response from the account owner, so the booking was closed. The team asked for a change and the payment was closed. Support asked for a change and the account was delayed.", created_at: new Date("2023-11-29T18:31:53Z") },
            { id: 225, user_id: 76, destination: "newyork rome", entry_text: "Support asked for a change and the refund was reviewed. No response from the customer, so the payment was rescheduled.", created_at: new Date("2020-08-30T20:27:02Z") },
            { id: 226, user_id: 44, destination: "dubai", entry_text: "The customer reported an incomplete issue; the delivery was replaced. No response from the team, so the request was delayed. The supplier asked for a change and the record was refunded.", created_at: new Date("2023-08-25T10:07:19Z") },
            { id: 227, user_id: 90, destination: "losangeles paris", entry_text: "The supplier confirmed the details and the item was closed. No response from the team, so the delivery was escalated.", created_at: new Date("2022-11-11T08:44:28Z") },
            { id: 228, user_id: 50, destination: "lisbon madrid rome", entry_text: "The order was processed — repeat case, no further action. The supplier asked for a change and the shipment was closed. The customer reported an unusual issue; the claim was rescheduled.", created_at: new Date("2022-11-02T21:02:31Z") },
            { id: 229, user_id: 82, destination: "barcelona losangeles mumbai", entry_text: "The account owner reported an urgent issue; the delivery was escalated. No response from the team, so the appointment was replaced.", created_at: new Date("2023-07-10T16:35:30Z") },
            { id: 230, user_id: 21, destination: "berlin", entry_text: "The customer asked for a change and the order was approved. No response from the account owner, so the session was reopened. Support asked for a change and the delivery was reopened. The supplier reported a routine issue; the appointment was processed.", created_at: new Date("2023-04-11T12:56:38Z") },
            { id: 231, user_id: 71, destination: "berlin", entry_text: "The team confirmed the details and the claim was rejected. The team asked for a change and the invoice was refunded.", created_at: new Date("2021-11-19T18:00:59Z") },
            { id: 232, user_id: 74, destination: "barcelona seoul", entry_text: "The customer confirmed the details and the report was rejected. The payment was reopened — partial case, no further action. The session was delayed — manual case, no further action.", created_at: new Date("2023-04-03T19:00:49Z") },
            { id: 233, user_id: 43, destination: "london cairo seoul", entry_text: "No response from an operator, so the delivery was rescheduled. The session was refunded — routine case, no further action.", created_at: new Date("2022-08-19T19:25:59Z") },
            { id: 234, user_id: 7, destination: "dublin barcelona", entry_text: "No response from the courier, so the account was refunded. The reviewer reported a partial issue; the appointment was delayed. An operator asked for a change and the payment was escalated.", created_at: new Date("2021-07-24T20:12:21Z") },
            { id: 235, user_id: 27, destination: "london", entry_text: "The reviewer reported a partial issue; the refund was resolved. Support asked for a change and the request was updated.", created_at: new Date("2023-07-22T18:13:34Z") },
            { id: 236, user_id: 90, destination: "mumbai seoul singapore", entry_text: "The account owner asked for a change and the appointment was delayed. The supplier reported a standard issue; the item was reviewed. The order was reviewed — manual case, no further action. No response from the team, so the record was delayed.", created_at: new Date("2023-12-06T20:43:21Z") },
            { id: 237, user_id: 6, destination: "singapore barcelona", entry_text: "The transfer was processed — duplicate case, no further action. An operator asked for a change and the shipment was confirmed.", created_at: new Date("2022-08-07T20:44:53Z") },
            { id: 238, user_id: 14, destination: "tokyo", entry_text: "No response from the reviewer, so the appointment was confirmed. An operator confirmed the details and the request was cancelled.", created_at: new Date("2023-10-10T18:27:06Z") },
            { id: 239, user_id: 11, destination: "lisbon", entry_text: "The order was delayed — partial case, no further action. The team asked for a change and the session was closed.", created_at: new Date("2022-11-25T11:13:31Z") },
            { id: 240, user_id: 90, destination: "cairo", entry_text: "Support asked for a change and the document was refunded. No response from the supplier, so the account was delayed. The supplier reported a standard issue; the delivery was escalated.", created_at: new Date("2020-01-23T16:20:56Z") },
            { id: 241, user_id: 37, destination: "rome lisbon dublin", entry_text: "The document was delayed — unusual case, no further action. The supplier reported a duplicate issue; the order was delayed. The refund was refunded — partial case, no further action. The refund was rescheduled — incomplete case, no further action.", created_at: new Date("2022-09-23T15:47:04Z") },
            { id: 242, user_id: 62, destination: "berlin tokyo rome", entry_text: "Support asked for a change and the claim was confirmed. The account owner confirmed the details and the order was delayed. The team confirmed the details and the item was resolved.", created_at: new Date("2023-05-04T11:04:48Z") },
            { id: 243, user_id: 69, destination: "amsterdam", entry_text: "The reviewer reported a repeat issue; the booking was closed. The reviewer confirmed the details and the invoice was reopened.", created_at: new Date("2022-06-07T12:44:23Z") },
            { id: 244, user_id: 30, destination: "berlin", entry_text: "The account owner reported a partial issue; the item was reviewed. The account owner confirmed the details and the document was cancelled. The order was escalated — duplicate case, no further action.", created_at: new Date("2023-12-15T14:19:08Z") },
            { id: 245, user_id: 41, destination: "rome", entry_text: "Support asked for a change and the claim was escalated. The supplier asked for a change and the account was refunded. An operator asked for a change and the session was delayed.", created_at: new Date("2022-10-04T16:53:49Z") },
            { id: 246, user_id: 8, destination: "singapore", entry_text: "An operator reported a repeat issue; the request was reviewed. The courier asked for a change and the request was approved. The request was rescheduled — automatic case, no further action. An operator asked for a change and the refund was escalated.", created_at: new Date("2023-07-04T19:28:34Z") },
            { id: 247, user_id: 27, destination: "newyork tokyo", entry_text: "The courier confirmed the details and the record was closed. The invoice was closed — routine case, no further action.", created_at: new Date("2021-04-28T14:54:52Z") },
            { id: 248, user_id: 35, destination: "paris", entry_text: "The account owner reported a minor issue; the delivery was completed. No response from the courier, so the request was replaced. The item was reviewed — manual case, no further action. The supplier reported a minor issue; the booking was updated.", created_at: new Date("2021-04-19T21:29:14Z") },
            { id: 249, user_id: 41, destination: "paris", entry_text: "The account owner asked for a change and the record was approved. The account owner reported a duplicate issue; the report was completed. The team reported a late issue; the payment was confirmed. An operator reported a late issue; the shipment was approved.", created_at: new Date("2023-05-13T22:24:56Z") },
            { id: 250, user_id: 15, destination: "amsterdam stockholm", entry_text: "The record was delayed — routine case, no further action. No response from the team, so the appointment was completed. The customer reported a partial issue; the request was approved.", created_at: new Date("2023-04-16T16:48:19Z") },
            { id: 251, user_id: 27, destination: "barcelona", entry_text: "The team reported an unusual issue; the record was rejected. No response from the team, so the claim was processed.", created_at: new Date("2020-12-15T17:03:45Z") },
            { id: 252, user_id: 85, destination: "berlin lisbon", entry_text: "The courier reported a minor issue; the shipment was delayed. The account owner asked for a change and the appointment was completed. The supplier confirmed the details and the transfer was processed. No response from an operator, so the order was delayed.", created_at: new Date("2020-11-04T18:54:26Z") },
            { id: 253, user_id: 29, destination: "newyork madrid", entry_text: "No response from the reviewer, so the document was replaced. The delivery was confirmed — partial case, no further action. The shipment was replaced — repeat case, no further action.", created_at: new Date("2022-04-09T13:33:28Z") },
            { id: 254, user_id: 91, destination: "newyork bangkok", entry_text: "The reviewer asked for a change and the item was refunded. The customer confirmed the details and the payment was replaced. Support asked for a change and the invoice was completed. The courier asked for a change and the report was replaced.", created_at: new Date("2021-11-20T18:38:09Z") },
            { id: 255, user_id: 54, destination: "amsterdam stockholm lisbon", entry_text: "An operator asked for a change and the booking was updated. The transfer was delayed — duplicate case, no further action. No response from the supplier, so the booking was completed.", created_at: new Date("2020-12-26T13:45:56Z") },
            { id: 256, user_id: 18, destination: "tokyo paris", entry_text: "The supplier asked for a change and the refund was updated. The booking was cancelled — standard case, no further action. The supplier reported a manual issue; the account was processed.", created_at: new Date("2020-10-15T11:20:42Z") },
            { id: 257, user_id: 40, destination: "lisbon", entry_text: "An operator asked for a change and the order was delayed. The customer reported an incomplete issue; the request was rescheduled.", created_at: new Date("2022-12-17T21:08:06Z") },
            { id: 258, user_id: 82, destination: "dubai cairo", entry_text: "The account owner confirmed the details and the appointment was confirmed. An operator reported a late issue; the payment was confirmed. No response from the team, so the booking was escalated.", created_at: new Date("2023-11-22T00:35:05Z") },
            { id: 259, user_id: 53, destination: "dubai cairo berlin", entry_text: "The team reported a minor issue; the payment was rejected. The team asked for a change and the invoice was refunded.", created_at: new Date("2023-12-10T20:47:01Z") },
            { id: 260, user_id: 98, destination: "sydney losangeles amsterdam", entry_text: "No response from the account owner, so the booking was closed. Support asked for a change and the booking was cancelled.", created_at: new Date("2023-12-10T09:58:39Z") },
            { id: 261, user_id: 33, destination: "london", entry_text: "No response from an operator, so the order was reopened. The account owner reported a late issue; the appointment was closed.", created_at: new Date("2021-07-09T07:05:21Z") },
            { id: 262, user_id: 30, destination: "rome", entry_text: "No response from the courier, so the record was reviewed. No response from the supplier, so the order was closed.", created_at: new Date("2020-08-13T14:07:59Z") },
            { id: 263, user_id: 29, destination: "bangkok", entry_text: "The reviewer confirmed the details and the session was updated. The courier reported a minor issue; the report was escalated. The courier reported a duplicate issue; the payment was resolved.", created_at: new Date("2021-08-30T16:10:30Z") },
            { id: 264, user_id: 1, destination: "dubai madrid", entry_text: "The team asked for a change and the shipment was processed. The customer confirmed the details and the ticket was refunded.", created_at: new Date("2022-09-25T13:24:10Z") },
            { id: 265, user_id: 46, destination: "dubai seoul tokyo", entry_text: "The team confirmed the details and the claim was delayed. The courier confirmed the details and the delivery was rescheduled. The record was cancelled — automatic case, no further action. No response from the account owner, so the session was approved.", created_at: new Date("2021-05-01T19:05:35Z") },
            { id: 266, user_id: 70, destination: "berlin", entry_text: "The courier asked for a change and the transfer was reviewed. The appointment was escalated — urgent case, no further action. The ticket was updated — urgent case, no further action. No response from the team, so the delivery was processed.", created_at: new Date("2021-09-18T11:13:41Z") },
            { id: 267, user_id: 96, destination: "rome amsterdam bangkok", entry_text: "Support asked for a change and the item was refunded. The customer asked for a change and the refund was cancelled. The team reported an urgent issue; the record was closed.", created_at: new Date("2023-12-27T21:59:06Z") },
            { id: 268, user_id: 40, destination: "newyork", entry_text: "An operator asked for a change and the request was updated. The account owner asked for a change and the delivery was reviewed.", created_at: new Date("2022-07-18T21:21:26Z") },
            { id: 269, user_id: 37, destination: "amsterdam berlin", entry_text: "The invoice was reviewed — routine case, no further action. The account owner asked for a change and the shipment was refunded. The team asked for a change and the payment was replaced. The account owner asked for a change and the payment was confirmed.", created_at: new Date("2023-09-28T20:08:41Z") },
            { id: 270, user_id: 61, destination: "mumbai newyork tokyo", entry_text: "The courier asked for a change and the report was cancelled. The customer reported a standard issue; the order was escalated. The reviewer asked for a change and the payment was updated.", created_at: new Date("2023-02-17T18:18:11Z") },
            { id: 271, user_id: 32, destination: "mumbai", entry_text: "An operator reported a manual issue; the claim was escalated. The account was completed — manual case, no further action.", created_at: new Date("2022-07-20T19:12:08Z") },
            { id: 272, user_id: 55, destination: "dubai lisbon", entry_text: "The supplier confirmed the details and the item was delayed. The document was cancelled — automatic case, no further action. The claim was resolved — standard case, no further action.", created_at: new Date("2021-05-09T11:18:21Z") },
            { id: 273, user_id: 34, destination: "madrid amsterdam", entry_text: "The item was closed — late case, no further action. An operator confirmed the details and the report was updated. The courier asked for a change and the report was updated. The courier reported a duplicate issue; the ticket was confirmed.", created_at: new Date("2021-08-29T03:25:23Z") },
            { id: 274, user_id: 24, destination: "lisbon singapore", entry_text: "No response from the account owner, so the claim was updated. No response from the reviewer, so the ticket was resolved. The courier asked for a change and the refund was delayed. An operator reported a routine issue; the claim was approved.", created_at: new Date("2022-03-31T17:39:51Z") },
            { id: 275, user_id: 21, destination: "dublin", entry_text: "The supplier reported an automatic issue; the delivery was resolved. An operator reported a routine issue; the order was escalated. An operator asked for a change and the report was approved.", created_at: new Date("2020-08-05T04:49:07Z") },
            { id: 276, user_id: 78, destination: "losangeles rome", entry_text: "The courier reported a standard issue; the refund was refunded. The claim was reopened — incomplete case, no further action.", created_at: new Date("2022-12-24T14:31:07Z") },
            { id: 277, user_id: 44, destination: "stockholm amsterdam", entry_text: "The team confirmed the details and the claim was resolved. The customer reported a repeat issue; the request was escalated.", created_at: new Date("2022-03-13T16:26:49Z") },
            { id: 278, user_id: 57, destination: "berlin seoul", entry_text: "The reviewer asked for a change and the invoice was confirmed. The payment was approved — minor case, no further action.", created_at: new Date("2022-01-24T12:28:28Z") },
            { id: 279, user_id: 19, destination: "bangkok dublin", entry_text: "The courier asked for a change and the appointment was refunded. The supplier reported a repeat issue; the document was completed. The reviewer confirmed the details and the order was approved.", created_at: new Date("2023-09-08T18:24:36Z") },
            { id: 280, user_id: 40, destination: "barcelona berlin bangkok", entry_text: "The customer confirmed the details and the ticket was rescheduled. No response from the customer, so the payment was reopened. No response from the courier, so the refund was escalated.", created_at: new Date("2023-09-07T20:56:17Z") },
            { id: 281, user_id: 18, destination: "stockholm", entry_text: "The courier reported a duplicate issue; the ticket was closed. The courier reported a routine issue; the request was reopened. The account owner asked for a change and the document was rejected. The appointment was confirmed — late case, no further action.", created_at: new Date("2021-03-01T17:45:21Z") },
            { id: 282, user_id: 100, destination: "newyork lisbon", entry_text: "The invoice was refunded — late case, no further action. No response from the reviewer, so the session was updated. The reviewer confirmed the details and the shipment was processed.", created_at: new Date("2020-12-06T08:09:58Z") },
            { id: 283, user_id: 56, destination: "rome singapore bangkok", entry_text: "No response from the team, so the refund was replaced. The record was replaced — incomplete case, no further action. The customer reported a manual issue; the refund was rescheduled. The delivery was processed — urgent case, no further action.", created_at: new Date("2020-08-23T20:52:36Z") },
            { id: 284, user_id: 73, destination: "paris", entry_text: "The reviewer asked for a change and the record was completed. The refund was replaced — automatic case, no further action. The customer asked for a change and the claim was approved.", created_at: new Date("2022-04-20T18:12:20Z") },
            { id: 285, user_id: 97, destination: "lisbon", entry_text: "No response from the account owner, so the account was completed. The courier reported a duplicate issue; the item was resolved. The customer asked for a change and the delivery was rejected.", created_at: new Date("2022-09-12T12:20:23Z") },
            { id: 286, user_id: 76, destination: "bangkok", entry_text: "The team confirmed the details and the refund was approved. The request was delayed — duplicate case, no further action. The claim was rescheduled — minor case, no further action.", created_at: new Date("2021-11-07T19:40:38Z") },
            { id: 287, user_id: 99, destination: "rome", entry_text: "No response from the supplier, so the delivery was delayed. The team confirmed the details and the item was replaced. The supplier asked for a change and the account was approved.", created_at: new Date("2020-12-05T18:14:35Z") },
            { id: 288, user_id: 34, destination: "tokyo", entry_text: "The reviewer confirmed the details and the appointment was confirmed. The reviewer asked for a change and the order was resolved. No response from the supplier, so the item was replaced.", created_at: new Date("2021-02-11T18:22:40Z") },
            { id: 289, user_id: 85, destination: "amsterdam tokyo", entry_text: "The courier reported a minor issue; the request was approved. An operator reported a duplicate issue; the item was delayed. An operator confirmed the details and the transfer was reviewed.", created_at: new Date("2020-03-13T17:10:43Z") },
            { id: 290, user_id: 95, destination: "tokyo dubai", entry_text: "The team confirmed the details and the request was reopened. The session was escalated — duplicate case, no further action. The customer reported a manual issue; the shipment was processed. The customer reported a routine issue; the record was confirmed.", created_at: new Date("2020-08-07T11:36:10Z") },
            { id: 291, user_id: 16, destination: "newyork stockholm", entry_text: "No response from an operator, so the claim was approved. The team confirmed the details and the invoice was confirmed.", created_at: new Date("2022-01-16T15:17:07Z") },
            { id: 292, user_id: 95, destination: "singapore amsterdam", entry_text: "No response from the customer, so the session was closed. The customer confirmed the details and the order was closed. The reviewer confirmed the details and the appointment was reviewed. The payment was confirmed — partial case, no further action.", created_at: new Date("2022-06-09T08:20:22Z") },
            { id: 293, user_id: 27, destination: "cairo berlin", entry_text: "The reviewer reported a partial issue; the invoice was confirmed. The reviewer confirmed the details and the ticket was closed.", created_at: new Date("2023-09-06T15:55:38Z") },
            { id: 294, user_id: 16, destination: "newyork losangeles rome", entry_text: "An operator reported a partial issue; the appointment was confirmed. An operator reported a minor issue; the session was delayed. The account owner confirmed the details and the request was closed. The customer confirmed the details and the booking was refunded.", created_at: new Date("2021-12-08T11:08:11Z") },
            { id: 295, user_id: 94, destination: "singapore cairo paris", entry_text: "The team asked for a change and the ticket was reviewed. The team reported a manual issue; the transfer was completed. The customer confirmed the details and the booking was rescheduled.", created_at: new Date("2021-01-12T12:47:39Z") },
            { id: 296, user_id: 27, destination: "cairo", entry_text: "The team reported a late issue; the invoice was escalated. The account was confirmed — repeat case, no further action. The supplier reported a repeat issue; the claim was delayed.", created_at: new Date("2022-10-11T20:38:04Z") },
            { id: 297, user_id: 40, destination: "losangeles", entry_text: "No response from the reviewer, so the document was reopened. The courier confirmed the details and the account was refunded. The courier reported a standard issue; the appointment was closed. The record was completed — standard case, no further action.", created_at: new Date("2021-07-25T20:10:32Z") },
            { id: 298, user_id: 57, destination: "tokyo stockholm berlin", entry_text: "The reviewer confirmed the details and the refund was rescheduled. The account owner reported a partial issue; the delivery was refunded. The reviewer confirmed the details and the booking was escalated.", created_at: new Date("2022-12-27T10:58:52Z") },
            { id: 299, user_id: 22, destination: "madrid", entry_text: "The supplier confirmed the details and the ticket was reviewed. The courier reported a late issue; the report was replaced.", created_at: new Date("2022-08-07T07:16:55Z") },
            { id: 300, user_id: 15, destination: "lisbon stockholm rome", entry_text: "The account owner reported a partial issue; the invoice was reopened. The courier reported a partial issue; the order was approved. No response from the courier, so the invoice was reviewed.", created_at: new Date("2020-09-27T08:41:07Z") },
        ],
    });
    await prisma.entry_packing_items.createMany({
        data: [
            { id: 1, entry_id: 6, item_id: 63, quantity: 11, added_at: new Date("2023-06-03T20:42:49Z"), is_checked: true },
            { id: 2, entry_id: 6, item_id: 36, quantity: 11, added_at: new Date("2022-04-06T06:44:46Z"), is_checked: true },
            { id: 3, entry_id: 252, item_id: 60, quantity: 14, added_at: new Date("2021-05-03T16:36:53Z"), is_checked: true },
            { id: 4, entry_id: 167, item_id: 13, quantity: 5, added_at: new Date("2020-10-06T12:18:23Z"), is_checked: false },
            { id: 5, entry_id: 206, item_id: 112, quantity: 14, added_at: new Date("2021-01-13T01:56:35Z"), is_checked: true },
            { id: 6, entry_id: 156, item_id: 17, quantity: 8, added_at: new Date("2021-07-17T04:39:25Z"), is_checked: true },
            { id: 7, entry_id: 155, item_id: 112, quantity: 9, added_at: new Date("2023-02-19T20:41:14Z"), is_checked: false },
            { id: 8, entry_id: 162, item_id: 131, quantity: 10, added_at: new Date("2022-04-12T12:19:02Z"), is_checked: true },
            { id: 9, entry_id: 83, item_id: 106, quantity: 5, added_at: new Date("2022-03-01T10:03:01Z"), is_checked: true },
            { id: 10, entry_id: 44, item_id: 27, quantity: 12, added_at: new Date("2021-03-14T21:37:40Z"), is_checked: true },
            { id: 11, entry_id: 39, item_id: 24, quantity: 5, added_at: new Date("2021-04-06T07:25:27Z"), is_checked: true },
            { id: 12, entry_id: 139, item_id: 19, quantity: 11, added_at: new Date("2023-01-30T06:49:00Z"), is_checked: true },
            { id: 13, entry_id: 93, item_id: 139, quantity: 11, added_at: new Date("2021-10-11T10:10:34Z"), is_checked: true },
            { id: 14, entry_id: 114, item_id: 101, quantity: 8, added_at: new Date("2020-11-22T00:28:31Z"), is_checked: true },
            { id: 15, entry_id: 191, item_id: 117, quantity: 11, added_at: new Date("2020-09-20T05:58:36Z"), is_checked: true },
            { id: 16, entry_id: 131, item_id: 17, quantity: 11, added_at: new Date("2020-07-09T01:32:21Z"), is_checked: true },
            { id: 17, entry_id: 207, item_id: 79, quantity: 15, added_at: new Date("2021-02-21T08:52:14Z"), is_checked: true },
            { id: 18, entry_id: 132, item_id: 103, quantity: 12, added_at: new Date("2023-11-18T19:20:00Z"), is_checked: false },
            { id: 19, entry_id: 167, item_id: 115, quantity: 14, added_at: new Date("2023-10-14T09:27:32Z"), is_checked: true },
            { id: 20, entry_id: 53, item_id: 104, quantity: 11, added_at: new Date("2022-08-21T14:15:36Z"), is_checked: false },
            { id: 21, entry_id: 292, item_id: 140, quantity: 11, added_at: new Date("2022-06-28T16:59:51Z"), is_checked: true },
            { id: 22, entry_id: 123, item_id: 95, quantity: 8, added_at: new Date("2021-03-21T06:20:56Z"), is_checked: true },
            { id: 23, entry_id: 214, item_id: 10, quantity: 9, added_at: new Date("2021-04-23T07:41:56Z"), is_checked: true },
            { id: 24, entry_id: 28, item_id: 104, quantity: 5, added_at: new Date("2020-07-02T06:09:49Z"), is_checked: true },
            { id: 25, entry_id: 12, item_id: 137, quantity: 9, added_at: new Date("2023-06-11T19:21:34Z"), is_checked: true },
            { id: 26, entry_id: 106, item_id: 37, quantity: 13, added_at: new Date("2020-10-29T20:52:25Z"), is_checked: false },
            { id: 27, entry_id: 195, item_id: 145, quantity: 6, added_at: new Date("2022-08-21T06:44:39Z"), is_checked: true },
            { id: 28, entry_id: 48, item_id: 62, quantity: 14, added_at: new Date("2021-03-24T23:02:00Z"), is_checked: true },
            { id: 29, entry_id: 260, item_id: 1, quantity: 8, added_at: new Date("2023-12-04T20:42:32Z"), is_checked: true },
            { id: 30, entry_id: 115, item_id: 143, quantity: 10, added_at: new Date("2020-03-01T07:07:15Z"), is_checked: true },
            { id: 31, entry_id: 86, item_id: 77, quantity: 11, added_at: new Date("2023-06-20T11:50:52Z"), is_checked: true },
            { id: 32, entry_id: 114, item_id: 50, quantity: 12, added_at: new Date("2021-09-07T07:55:25Z"), is_checked: false },
            { id: 33, entry_id: 37, item_id: 122, quantity: 11, added_at: new Date("2022-11-17T00:43:40Z"), is_checked: true },
            { id: 34, entry_id: 189, item_id: 146, quantity: 16, added_at: new Date("2023-08-12T01:12:07Z"), is_checked: false },
            { id: 35, entry_id: 71, item_id: 8, quantity: 13, added_at: new Date("2022-06-30T23:53:22Z"), is_checked: true },
            { id: 36, entry_id: 221, item_id: 20, quantity: 12, added_at: new Date("2022-10-14T22:21:52Z"), is_checked: true },
            { id: 37, entry_id: 56, item_id: 93, quantity: 8, added_at: new Date("2022-11-25T12:52:57Z"), is_checked: false },
            { id: 38, entry_id: 231, item_id: 115, quantity: 13, added_at: new Date("2020-01-23T03:06:42Z"), is_checked: true },
            { id: 39, entry_id: 208, item_id: 117, quantity: 10, added_at: new Date("2022-08-12T20:49:11Z"), is_checked: false },
            { id: 40, entry_id: 174, item_id: 35, quantity: 12, added_at: new Date("2021-08-12T23:01:12Z"), is_checked: false },
            { id: 41, entry_id: 116, item_id: 4, quantity: 11, added_at: new Date("2020-12-12T03:01:38Z"), is_checked: false },
            { id: 42, entry_id: 31, item_id: 123, quantity: 10, added_at: new Date("2022-04-29T20:06:17Z"), is_checked: true },
            { id: 43, entry_id: 154, item_id: 15, quantity: 8, added_at: new Date("2020-11-06T19:51:35Z"), is_checked: true },
            { id: 44, entry_id: 273, item_id: 84, quantity: 12, added_at: new Date("2020-06-15T03:29:36Z"), is_checked: true },
            { id: 45, entry_id: 70, item_id: 94, quantity: 10, added_at: new Date("2022-11-21T14:53:04Z"), is_checked: false },
            { id: 46, entry_id: 112, item_id: 87, quantity: 6, added_at: new Date("2023-08-09T03:43:22Z"), is_checked: true },
            { id: 47, entry_id: 72, item_id: 13, quantity: 7, added_at: new Date("2020-02-02T23:21:04Z"), is_checked: true },
            { id: 48, entry_id: 95, item_id: 134, quantity: 10, added_at: new Date("2020-05-25T14:04:54Z"), is_checked: true },
            { id: 49, entry_id: 50, item_id: 80, quantity: 7, added_at: new Date("2023-04-06T08:56:01Z"), is_checked: false },
            { id: 50, entry_id: 115, item_id: 4, quantity: 9, added_at: new Date("2020-06-23T07:09:46Z"), is_checked: true },
            { id: 51, entry_id: 18, item_id: 122, quantity: 12, added_at: new Date("2022-09-14T21:29:20Z"), is_checked: true },
            { id: 52, entry_id: 153, item_id: 1, quantity: 11, added_at: new Date("2021-11-01T07:20:44Z"), is_checked: true },
            { id: 53, entry_id: 156, item_id: 60, quantity: 10, added_at: new Date("2023-02-05T19:53:56Z"), is_checked: true },
            { id: 54, entry_id: 125, item_id: 60, quantity: 7, added_at: new Date("2021-11-03T15:26:13Z"), is_checked: false },
            { id: 55, entry_id: 123, item_id: 94, quantity: 12, added_at: new Date("2020-02-01T05:49:09Z"), is_checked: true },
            { id: 56, entry_id: 39, item_id: 67, quantity: 9, added_at: new Date("2021-12-27T17:25:28Z"), is_checked: true },
            { id: 57, entry_id: 268, item_id: 77, quantity: 5, added_at: new Date("2021-02-20T17:30:56Z"), is_checked: true },
            { id: 58, entry_id: 15, item_id: 136, quantity: 12, added_at: new Date("2021-12-08T17:58:09Z"), is_checked: true },
            { id: 59, entry_id: 226, item_id: 55, quantity: 5, added_at: new Date("2021-05-06T22:45:21Z"), is_checked: true },
            { id: 60, entry_id: 233, item_id: 58, quantity: 7, added_at: new Date("2021-06-04T12:31:43Z"), is_checked: false },
            { id: 61, entry_id: 185, item_id: 142, quantity: 11, added_at: new Date("2021-01-19T17:53:04Z"), is_checked: true },
            { id: 62, entry_id: 283, item_id: 63, quantity: 9, added_at: new Date("2023-01-01T09:20:55Z"), is_checked: true },
            { id: 63, entry_id: 36, item_id: 34, quantity: 8, added_at: new Date("2022-06-29T09:26:56Z"), is_checked: true },
            { id: 64, entry_id: 290, item_id: 26, quantity: 11, added_at: new Date("2023-11-09T15:42:02Z"), is_checked: true },
            { id: 65, entry_id: 49, item_id: 92, quantity: 9, added_at: new Date("2023-07-15T18:07:45Z"), is_checked: true },
            { id: 66, entry_id: 39, item_id: 65, quantity: 11, added_at: new Date("2023-09-01T20:43:34Z"), is_checked: false },
            { id: 67, entry_id: 177, item_id: 6, quantity: 8, added_at: new Date("2020-08-01T20:57:36Z"), is_checked: true },
            { id: 68, entry_id: 270, item_id: 29, quantity: 8, added_at: new Date("2022-09-27T10:38:31Z"), is_checked: true },
            { id: 69, entry_id: 191, item_id: 72, quantity: 7, added_at: new Date("2023-06-16T12:47:20Z"), is_checked: true },
            { id: 70, entry_id: 166, item_id: 138, quantity: 16, added_at: new Date("2023-02-05T16:10:29Z"), is_checked: true },
            { id: 71, entry_id: 101, item_id: 3, quantity: 12, added_at: new Date("2023-03-17T04:04:02Z"), is_checked: true },
            { id: 72, entry_id: 141, item_id: 81, quantity: 10, added_at: new Date("2023-05-13T20:00:57Z"), is_checked: true },
            { id: 73, entry_id: 126, item_id: 95, quantity: 10, added_at: new Date("2023-08-12T23:08:22Z"), is_checked: true },
            { id: 74, entry_id: 277, item_id: 71, quantity: 4, added_at: new Date("2020-04-22T03:54:01Z"), is_checked: true },
            { id: 75, entry_id: 100, item_id: 98, quantity: 11, added_at: new Date("2022-07-05T14:13:25Z"), is_checked: true },
            { id: 76, entry_id: 76, item_id: 82, quantity: 10, added_at: new Date("2020-05-31T13:10:00Z"), is_checked: false },
            { id: 77, entry_id: 166, item_id: 58, quantity: 7, added_at: new Date("2022-12-04T04:46:02Z"), is_checked: true },
            { id: 78, entry_id: 34, item_id: 77, quantity: 6, added_at: new Date("2020-03-06T11:11:23Z"), is_checked: false },
            { id: 79, entry_id: 106, item_id: 26, quantity: 6, added_at: new Date("2022-04-21T13:08:40Z"), is_checked: true },
            { id: 80, entry_id: 227, item_id: 22, quantity: 11, added_at: new Date("2022-01-16T03:28:52Z"), is_checked: true },
            { id: 81, entry_id: 18, item_id: 15, quantity: 9, added_at: new Date("2023-03-25T14:59:17Z"), is_checked: true },
            { id: 82, entry_id: 250, item_id: 15, quantity: 11, added_at: new Date("2021-07-25T20:37:16Z"), is_checked: true },
            { id: 83, entry_id: 75, item_id: 73, quantity: 10, added_at: new Date("2021-01-23T09:32:24Z"), is_checked: true },
            { id: 84, entry_id: 179, item_id: 91, quantity: 13, added_at: new Date("2021-06-12T05:07:21Z"), is_checked: true },
            { id: 85, entry_id: 121, item_id: 134, quantity: 15, added_at: new Date("2021-06-13T20:07:22Z"), is_checked: true },
            { id: 86, entry_id: 122, item_id: 76, quantity: 14, added_at: new Date("2022-06-21T09:44:31Z"), is_checked: false },
            { id: 87, entry_id: 166, item_id: 32, quantity: 8, added_at: new Date("2021-06-07T21:04:35Z"), is_checked: true },
            { id: 88, entry_id: 263, item_id: 69, quantity: 13, added_at: new Date("2022-01-24T03:49:48Z"), is_checked: false },
            { id: 89, entry_id: 34, item_id: 83, quantity: 6, added_at: new Date("2020-07-06T18:17:26Z"), is_checked: false },
            { id: 90, entry_id: 88, item_id: 120, quantity: 14, added_at: new Date("2023-12-22T11:16:55Z"), is_checked: false },
            { id: 91, entry_id: 157, item_id: 76, quantity: 13, added_at: new Date("2023-10-25T21:58:35Z"), is_checked: true },
            { id: 92, entry_id: 56, item_id: 24, quantity: 9, added_at: new Date("2021-12-05T19:10:36Z"), is_checked: true },
            { id: 93, entry_id: 106, item_id: 124, quantity: 9, added_at: new Date("2021-03-13T10:07:44Z"), is_checked: false },
            { id: 94, entry_id: 288, item_id: 64, quantity: 10, added_at: new Date("2023-10-10T22:13:13Z"), is_checked: true },
            { id: 95, entry_id: 39, item_id: 40, quantity: 9, added_at: new Date("2020-08-24T03:24:29Z"), is_checked: false },
            { id: 96, entry_id: 88, item_id: 42, quantity: 12, added_at: new Date("2021-09-27T04:31:03Z"), is_checked: true },
            { id: 97, entry_id: 56, item_id: 87, quantity: 12, added_at: new Date("2021-02-09T02:51:48Z"), is_checked: false },
            { id: 98, entry_id: 193, item_id: 33, quantity: 13, added_at: new Date("2020-12-19T23:37:14Z"), is_checked: true },
            { id: 99, entry_id: 91, item_id: 11, quantity: 12, added_at: new Date("2022-10-11T13:20:28Z"), is_checked: false },
            { id: 100, entry_id: 192, item_id: 132, quantity: 14, added_at: new Date("2020-02-12T15:52:01Z"), is_checked: false },
            { id: 101, entry_id: 137, item_id: 79, quantity: 16, added_at: new Date("2020-11-09T13:09:28Z"), is_checked: false },
            { id: 102, entry_id: 228, item_id: 95, quantity: 9, added_at: new Date("2021-01-24T02:57:59Z"), is_checked: false },
            { id: 103, entry_id: 259, item_id: 33, quantity: 11, added_at: new Date("2023-06-26T22:28:51Z"), is_checked: true },
            { id: 104, entry_id: 25, item_id: 36, quantity: 12, added_at: new Date("2020-07-22T12:52:25Z"), is_checked: true },
            { id: 105, entry_id: 200, item_id: 47, quantity: 13, added_at: new Date("2023-11-09T06:58:27Z"), is_checked: true },
            { id: 106, entry_id: 102, item_id: 142, quantity: 14, added_at: new Date("2022-10-26T00:26:50Z"), is_checked: true },
            { id: 107, entry_id: 233, item_id: 12, quantity: 6, added_at: new Date("2022-04-25T23:31:46Z"), is_checked: true },
            { id: 108, entry_id: 268, item_id: 107, quantity: 10, added_at: new Date("2022-06-07T13:59:00Z"), is_checked: false },
            { id: 109, entry_id: 117, item_id: 87, quantity: 8, added_at: new Date("2023-09-15T20:19:54Z"), is_checked: true },
            { id: 110, entry_id: 37, item_id: 47, quantity: 11, added_at: new Date("2023-10-09T10:44:36Z"), is_checked: false },
            { id: 111, entry_id: 259, item_id: 123, quantity: 11, added_at: new Date("2021-05-20T07:02:40Z"), is_checked: false },
            { id: 112, entry_id: 121, item_id: 87, quantity: 12, added_at: new Date("2020-08-15T02:40:33Z"), is_checked: true },
            { id: 113, entry_id: 34, item_id: 35, quantity: 7, added_at: new Date("2023-12-17T21:22:46Z"), is_checked: false },
            { id: 114, entry_id: 37, item_id: 145, quantity: 12, added_at: new Date("2020-09-18T13:32:44Z"), is_checked: false },
            { id: 115, entry_id: 23, item_id: 9, quantity: 10, added_at: new Date("2020-07-14T20:30:51Z"), is_checked: true },
            { id: 116, entry_id: 184, item_id: 84, quantity: 9, added_at: new Date("2021-05-10T15:23:11Z"), is_checked: true },
            { id: 117, entry_id: 55, item_id: 88, quantity: 10, added_at: new Date("2021-04-08T16:50:27Z"), is_checked: false },
            { id: 118, entry_id: 248, item_id: 130, quantity: 14, added_at: new Date("2023-08-19T08:18:46Z"), is_checked: false },
            { id: 119, entry_id: 102, item_id: 33, quantity: 11, added_at: new Date("2021-07-29T03:19:33Z"), is_checked: false },
            { id: 120, entry_id: 244, item_id: 113, quantity: 7, added_at: new Date("2020-09-25T05:25:40Z"), is_checked: true },
            { id: 121, entry_id: 32, item_id: 104, quantity: 15, added_at: new Date("2020-12-01T16:07:16Z"), is_checked: true },
            { id: 122, entry_id: 45, item_id: 98, quantity: 5, added_at: new Date("2023-05-01T11:00:43Z"), is_checked: true },
            { id: 123, entry_id: 247, item_id: 148, quantity: 6, added_at: new Date("2021-03-01T00:23:54Z"), is_checked: true },
            { id: 124, entry_id: 84, item_id: 66, quantity: 18, added_at: new Date("2022-04-05T11:33:58Z"), is_checked: true },
            { id: 125, entry_id: 98, item_id: 102, quantity: 7, added_at: new Date("2023-09-12T20:44:10Z"), is_checked: true },
            { id: 126, entry_id: 248, item_id: 14, quantity: 9, added_at: new Date("2022-06-25T16:20:00Z"), is_checked: true },
            { id: 127, entry_id: 73, item_id: 139, quantity: 7, added_at: new Date("2020-10-27T23:17:55Z"), is_checked: false },
            { id: 128, entry_id: 271, item_id: 137, quantity: 11, added_at: new Date("2021-07-15T14:34:55Z"), is_checked: true },
            { id: 129, entry_id: 182, item_id: 41, quantity: 16, added_at: new Date("2020-01-28T20:40:56Z"), is_checked: true },
            { id: 130, entry_id: 172, item_id: 98, quantity: 12, added_at: new Date("2022-06-02T19:07:28Z"), is_checked: true },
            { id: 131, entry_id: 138, item_id: 94, quantity: 13, added_at: new Date("2021-03-18T19:09:39Z"), is_checked: true },
            { id: 132, entry_id: 273, item_id: 88, quantity: 14, added_at: new Date("2021-10-21T11:29:47Z"), is_checked: false },
            { id: 133, entry_id: 147, item_id: 120, quantity: 10, added_at: new Date("2023-05-16T14:10:06Z"), is_checked: false },
            { id: 134, entry_id: 298, item_id: 12, quantity: 10, added_at: new Date("2023-08-02T13:25:25Z"), is_checked: true },
            { id: 135, entry_id: 278, item_id: 128, quantity: 11, added_at: new Date("2021-12-10T10:03:04Z"), is_checked: true },
            { id: 136, entry_id: 281, item_id: 78, quantity: 15, added_at: new Date("2021-07-02T00:34:37Z"), is_checked: false },
            { id: 137, entry_id: 14, item_id: 98, quantity: 11, added_at: new Date("2023-03-14T05:06:56Z"), is_checked: true },
            { id: 138, entry_id: 195, item_id: 146, quantity: 6, added_at: new Date("2021-12-22T02:30:36Z"), is_checked: true },
            { id: 139, entry_id: 67, item_id: 109, quantity: 14, added_at: new Date("2022-11-07T17:22:53Z"), is_checked: true },
            { id: 140, entry_id: 148, item_id: 55, quantity: 11, added_at: new Date("2021-11-25T13:00:32Z"), is_checked: false },
            { id: 141, entry_id: 135, item_id: 92, quantity: 10, added_at: new Date("2023-02-18T02:50:09Z"), is_checked: true },
            { id: 142, entry_id: 198, item_id: 73, quantity: 7, added_at: new Date("2022-12-13T19:14:48Z"), is_checked: true },
            { id: 143, entry_id: 93, item_id: 132, quantity: 8, added_at: new Date("2020-10-24T10:10:48Z"), is_checked: true },
            { id: 144, entry_id: 48, item_id: 145, quantity: 9, added_at: new Date("2022-07-05T17:53:27Z"), is_checked: true },
            { id: 145, entry_id: 144, item_id: 54, quantity: 10, added_at: new Date("2021-07-21T20:56:07Z"), is_checked: true },
            { id: 146, entry_id: 228, item_id: 126, quantity: 8, added_at: new Date("2023-11-25T17:18:46Z"), is_checked: false },
            { id: 147, entry_id: 21, item_id: 83, quantity: 7, added_at: new Date("2023-01-10T15:22:03Z"), is_checked: true },
            { id: 148, entry_id: 112, item_id: 112, quantity: 9, added_at: new Date("2022-03-16T16:08:22Z"), is_checked: false },
            { id: 149, entry_id: 5, item_id: 10, quantity: 8, added_at: new Date("2021-05-20T09:45:19Z"), is_checked: true },
            { id: 150, entry_id: 98, item_id: 129, quantity: 14, added_at: new Date("2023-06-30T12:53:55Z"), is_checked: false },
            { id: 151, entry_id: 269, item_id: 72, quantity: 11, added_at: new Date("2022-04-30T16:54:10Z"), is_checked: true },
            { id: 152, entry_id: 277, item_id: 65, quantity: 7, added_at: new Date("2021-03-27T18:40:48Z"), is_checked: true },
            { id: 153, entry_id: 57, item_id: 121, quantity: 14, added_at: new Date("2022-01-12T14:18:03Z"), is_checked: false },
            { id: 154, entry_id: 36, item_id: 54, quantity: 17, added_at: new Date("2021-02-19T20:59:09Z"), is_checked: true },
            { id: 155, entry_id: 218, item_id: 56, quantity: 9, added_at: new Date("2020-06-26T03:19:40Z"), is_checked: true },
            { id: 156, entry_id: 228, item_id: 81, quantity: 11, added_at: new Date("2020-07-29T11:46:33Z"), is_checked: false },
            { id: 157, entry_id: 96, item_id: 78, quantity: 11, added_at: new Date("2020-08-30T09:55:51Z"), is_checked: true },
            { id: 158, entry_id: 90, item_id: 18, quantity: 11, added_at: new Date("2021-08-08T00:53:21Z"), is_checked: true },
            { id: 159, entry_id: 145, item_id: 104, quantity: 10, added_at: new Date("2023-03-30T15:53:53Z"), is_checked: true },
            { id: 160, entry_id: 55, item_id: 68, quantity: 8, added_at: new Date("2022-08-28T16:56:53Z"), is_checked: true },
            { id: 161, entry_id: 41, item_id: 24, quantity: 10, added_at: new Date("2022-01-10T11:17:37Z"), is_checked: true },
            { id: 162, entry_id: 73, item_id: 46, quantity: 11, added_at: new Date("2023-09-05T14:45:24Z"), is_checked: true },
            { id: 163, entry_id: 64, item_id: 113, quantity: 13, added_at: new Date("2022-03-06T19:01:38Z"), is_checked: true },
            { id: 164, entry_id: 29, item_id: 94, quantity: 9, added_at: new Date("2023-11-25T00:01:34Z"), is_checked: false },
            { id: 165, entry_id: 83, item_id: 28, quantity: 10, added_at: new Date("2021-07-17T07:03:34Z"), is_checked: false },
            { id: 166, entry_id: 44, item_id: 142, quantity: 16, added_at: new Date("2023-11-24T18:52:24Z"), is_checked: true },
            { id: 167, entry_id: 192, item_id: 8, quantity: 10, added_at: new Date("2022-05-01T15:23:54Z"), is_checked: true },
            { id: 168, entry_id: 161, item_id: 102, quantity: 9, added_at: new Date("2020-11-24T13:02:55Z"), is_checked: true },
            { id: 169, entry_id: 264, item_id: 85, quantity: 10, added_at: new Date("2021-08-02T22:18:03Z"), is_checked: true },
            { id: 170, entry_id: 208, item_id: 40, quantity: 15, added_at: new Date("2021-01-22T16:02:58Z"), is_checked: false },
            { id: 171, entry_id: 31, item_id: 18, quantity: 8, added_at: new Date("2020-04-18T05:15:44Z"), is_checked: true },
            { id: 172, entry_id: 167, item_id: 111, quantity: 8, added_at: new Date("2023-02-20T05:26:43Z"), is_checked: true },
            { id: 173, entry_id: 208, item_id: 11, quantity: 14, added_at: new Date("2023-04-25T10:35:42Z"), is_checked: true },
            { id: 174, entry_id: 144, item_id: 29, quantity: 13, added_at: new Date("2020-08-21T18:48:36Z"), is_checked: true },
            { id: 175, entry_id: 126, item_id: 110, quantity: 10, added_at: new Date("2020-06-14T22:04:24Z"), is_checked: true },
            { id: 176, entry_id: 296, item_id: 66, quantity: 7, added_at: new Date("2020-12-28T03:38:41Z"), is_checked: true },
            { id: 177, entry_id: 163, item_id: 129, quantity: 9, added_at: new Date("2021-12-11T09:55:04Z"), is_checked: true },
            { id: 178, entry_id: 116, item_id: 68, quantity: 12, added_at: new Date("2021-01-29T14:29:59Z"), is_checked: true },
            { id: 179, entry_id: 79, item_id: 22, quantity: 14, added_at: new Date("2021-10-26T19:24:49Z"), is_checked: false },
            { id: 180, entry_id: 155, item_id: 34, quantity: 17, added_at: new Date("2021-11-14T21:24:52Z"), is_checked: true },
            { id: 181, entry_id: 50, item_id: 108, quantity: 11, added_at: new Date("2023-06-01T07:45:18Z"), is_checked: true },
            { id: 182, entry_id: 131, item_id: 38, quantity: 6, added_at: new Date("2020-11-14T23:19:02Z"), is_checked: false },
            { id: 183, entry_id: 197, item_id: 67, quantity: 15, added_at: new Date("2021-04-04T11:00:59Z"), is_checked: true },
            { id: 184, entry_id: 165, item_id: 80, quantity: 8, added_at: new Date("2021-02-01T14:49:47Z"), is_checked: true },
            { id: 185, entry_id: 87, item_id: 64, quantity: 12, added_at: new Date("2020-01-07T05:35:01Z"), is_checked: false },
            { id: 186, entry_id: 162, item_id: 65, quantity: 11, added_at: new Date("2023-06-12T03:32:01Z"), is_checked: true },
            { id: 187, entry_id: 49, item_id: 104, quantity: 14, added_at: new Date("2023-07-20T04:34:47Z"), is_checked: true },
            { id: 188, entry_id: 96, item_id: 45, quantity: 8, added_at: new Date("2020-03-03T11:05:29Z"), is_checked: false },
            { id: 189, entry_id: 10, item_id: 144, quantity: 11, added_at: new Date("2022-04-25T19:08:50Z"), is_checked: true },
            { id: 190, entry_id: 157, item_id: 43, quantity: 17, added_at: new Date("2023-06-06T22:55:38Z"), is_checked: true },
            { id: 191, entry_id: 55, item_id: 80, quantity: 7, added_at: new Date("2022-04-18T21:06:35Z"), is_checked: true },
            { id: 192, entry_id: 45, item_id: 138, quantity: 14, added_at: new Date("2020-02-24T13:34:01Z"), is_checked: true },
            { id: 193, entry_id: 258, item_id: 16, quantity: 8, added_at: new Date("2023-02-20T23:39:31Z"), is_checked: false },
            { id: 194, entry_id: 77, item_id: 120, quantity: 10, added_at: new Date("2020-12-16T18:33:07Z"), is_checked: false },
            { id: 195, entry_id: 116, item_id: 129, quantity: 14, added_at: new Date("2020-04-02T21:14:09Z"), is_checked: true },
            { id: 196, entry_id: 141, item_id: 126, quantity: 6, added_at: new Date("2021-03-10T20:36:30Z"), is_checked: true },
            { id: 197, entry_id: 229, item_id: 3, quantity: 9, added_at: new Date("2022-11-12T21:53:57Z"), is_checked: true },
            { id: 198, entry_id: 207, item_id: 19, quantity: 13, added_at: new Date("2021-09-09T19:44:47Z"), is_checked: true },
            { id: 199, entry_id: 45, item_id: 127, quantity: 11, added_at: new Date("2022-04-03T04:18:20Z"), is_checked: true },
            { id: 200, entry_id: 298, item_id: 80, quantity: 16, added_at: new Date("2022-09-11T02:47:26Z"), is_checked: true },
        ],
    });
    await prisma.user_collaborations.createMany({
        data: [
            { id: 1, user_id: 57, collaborator_id: 93, collaboration_date: new Date("2022-02-25T17:13:01Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 2, user_id: 8, collaborator_id: 12, collaboration_date: new Date("2020-08-09T13:25:39Z"), collaboration_type: "co-writing", collaboration_duration_days: 19 },
            { id: 3, user_id: 55, collaborator_id: 41, collaboration_date: new Date("2022-11-29T12:20:19Z"), collaboration_type: "co-writing", collaboration_duration_days: 13 },
            { id: 4, user_id: 17, collaborator_id: 82, collaboration_date: new Date("2023-09-30T16:43:10Z"), collaboration_type: "joint travel", collaboration_duration_days: 12 },
            { id: 5, user_id: 92, collaborator_id: 30, collaboration_date: new Date("2020-03-03T14:27:48Z"), collaboration_type: "co-writing", collaboration_duration_days: 19 },
            { id: 6, user_id: 62, collaborator_id: 86, collaboration_date: new Date("2020-08-11T08:59:29Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 7, user_id: 91, collaborator_id: 53, collaboration_date: new Date("2021-03-24T09:47:10Z"), collaboration_type: "joint travel", collaboration_duration_days: 24 },
            { id: 8, user_id: 25, collaborator_id: 39, collaboration_date: new Date("2020-10-19T13:02:14Z"), collaboration_type: "joint travel", collaboration_duration_days: 19 },
            { id: 9, user_id: 69, collaborator_id: 68, collaboration_date: new Date("2023-01-06T15:18:09Z"), collaboration_type: "co-writing", collaboration_duration_days: 13 },
            { id: 10, user_id: 63, collaborator_id: 57, collaboration_date: new Date("2023-05-25T15:54:54Z"), collaboration_type: "experience sharing", collaboration_duration_days: 17 },
            { id: 11, user_id: 74, collaborator_id: 84, collaboration_date: new Date("2022-06-29T10:29:26Z"), collaboration_type: "joint travel", collaboration_duration_days: 9 },
            { id: 12, user_id: 72, collaborator_id: 57, collaboration_date: new Date("2022-02-01T10:09:03Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 13, user_id: 75, collaborator_id: 36, collaboration_date: new Date("2020-09-16T13:40:01Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 14, user_id: 1, collaborator_id: 29, collaboration_date: new Date("2022-07-18T11:08:12Z"), collaboration_type: "co-writing", collaboration_duration_days: 13 },
            { id: 15, user_id: 36, collaborator_id: 72, collaboration_date: new Date("2021-09-25T09:55:57Z"), collaboration_type: "experience sharing", collaboration_duration_days: 9 },
            { id: 16, user_id: 88, collaborator_id: 19, collaboration_date: new Date("2021-02-19T15:30:04Z"), collaboration_type: "co-writing", collaboration_duration_days: 18 },
            { id: 17, user_id: 67, collaborator_id: 47, collaboration_date: new Date("2021-08-24T11:11:00Z"), collaboration_type: "joint travel", collaboration_duration_days: 13 },
            { id: 18, user_id: 84, collaborator_id: 45, collaboration_date: new Date("2021-09-21T12:34:26Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 19, user_id: 83, collaborator_id: 13, collaboration_date: new Date("2022-02-26T18:15:39Z"), collaboration_type: "co-writing", collaboration_duration_days: 22 },
            { id: 20, user_id: 52, collaborator_id: 71, collaboration_date: new Date("2021-09-09T12:25:47Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 21, user_id: 12, collaborator_id: 5, collaboration_date: new Date("2022-05-08T11:27:28Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 22, user_id: 32, collaborator_id: 93, collaboration_date: new Date("2020-10-28T17:46:19Z"), collaboration_type: "experience sharing", collaboration_duration_days: 15 },
            { id: 23, user_id: 1, collaborator_id: 98, collaboration_date: new Date("2023-04-04T11:31:53Z"), collaboration_type: "experience sharing", collaboration_duration_days: 14 },
            { id: 24, user_id: 25, collaborator_id: 99, collaboration_date: new Date("2020-06-14T13:12:26Z"), collaboration_type: "co-writing", collaboration_duration_days: 21 },
            { id: 25, user_id: 17, collaborator_id: 49, collaboration_date: new Date("2022-09-06T16:24:39Z"), collaboration_type: "experience sharing", collaboration_duration_days: 21 },
            { id: 26, user_id: 9, collaborator_id: null, collaboration_date: new Date("2023-06-10T16:26:28Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 27, user_id: 39, collaborator_id: 26, collaboration_date: new Date("2023-01-25T14:18:18Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 28, user_id: 46, collaborator_id: 50, collaboration_date: new Date("2023-02-06T08:02:42Z"), collaboration_type: "joint travel", collaboration_duration_days: 20 },
            { id: 29, user_id: 81, collaborator_id: 78, collaboration_date: new Date("2020-04-06T17:39:55Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 30, user_id: 88, collaborator_id: 78, collaboration_date: new Date("2023-12-15T08:24:09Z"), collaboration_type: "experience sharing", collaboration_duration_days: 8 },
            { id: 31, user_id: 100, collaborator_id: 90, collaboration_date: new Date("2023-10-08T17:07:26Z"), collaboration_type: "experience sharing", collaboration_duration_days: 20 },
            { id: 32, user_id: 70, collaborator_id: 64, collaboration_date: new Date("2021-06-25T15:40:12Z"), collaboration_type: "joint travel", collaboration_duration_days: 15 },
            { id: 33, user_id: 59, collaborator_id: 64, collaboration_date: new Date("2020-04-11T14:10:04Z"), collaboration_type: "experience sharing", collaboration_duration_days: 12 },
            { id: 34, user_id: 12, collaborator_id: 49, collaboration_date: new Date("2022-04-18T09:11:47Z"), collaboration_type: "experience sharing", collaboration_duration_days: 14 },
            { id: 35, user_id: 4, collaborator_id: 94, collaboration_date: new Date("2023-02-12T15:44:42Z"), collaboration_type: "experience sharing", collaboration_duration_days: 19 },
            { id: 36, user_id: 93, collaborator_id: 66, collaboration_date: new Date("2022-04-20T09:59:59Z"), collaboration_type: "experience sharing", collaboration_duration_days: 11 },
            { id: 37, user_id: 29, collaborator_id: 60, collaboration_date: new Date("2022-01-02T13:58:19Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 38, user_id: 1, collaborator_id: 28, collaboration_date: new Date("2021-08-27T17:38:48Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 39, user_id: 47, collaborator_id: 55, collaboration_date: new Date("2022-09-02T21:30:42Z"), collaboration_type: "experience sharing", collaboration_duration_days: 8 },
            { id: 40, user_id: 18, collaborator_id: 83, collaboration_date: new Date("2022-10-13T13:39:14Z"), collaboration_type: "joint travel", collaboration_duration_days: 20 },
            { id: 41, user_id: 36, collaborator_id: 73, collaboration_date: new Date("2022-01-06T12:06:28Z"), collaboration_type: "co-writing", collaboration_duration_days: 19 },
            { id: 42, user_id: 64, collaborator_id: 100, collaboration_date: new Date("2023-02-01T16:54:03Z"), collaboration_type: "co-writing", collaboration_duration_days: 13 },
            { id: 43, user_id: 49, collaborator_id: null, collaboration_date: new Date("2022-04-21T17:28:42Z"), collaboration_type: "co-writing", collaboration_duration_days: 18 },
            { id: 44, user_id: 31, collaborator_id: 75, collaboration_date: new Date("2021-06-23T12:07:16Z"), collaboration_type: "joint travel", collaboration_duration_days: 21 },
            { id: 45, user_id: 41, collaborator_id: 31, collaboration_date: new Date("2023-04-29T09:23:36Z"), collaboration_type: "experience sharing", collaboration_duration_days: 16 },
            { id: 46, user_id: 92, collaborator_id: 70, collaboration_date: new Date("2022-09-12T09:27:25Z"), collaboration_type: "co-writing", collaboration_duration_days: 21 },
            { id: 47, user_id: 19, collaborator_id: 4, collaboration_date: new Date("2020-02-26T14:03:40Z"), collaboration_type: "experience sharing", collaboration_duration_days: 17 },
            { id: 48, user_id: 38, collaborator_id: 35, collaboration_date: new Date("2022-02-25T16:21:23Z"), collaboration_type: "joint travel", collaboration_duration_days: 18 },
            { id: 49, user_id: 49, collaborator_id: 75, collaboration_date: new Date("2020-01-25T09:33:24Z"), collaboration_type: "co-writing", collaboration_duration_days: 26 },
            { id: 50, user_id: 73, collaborator_id: 38, collaboration_date: new Date("2023-02-26T16:41:21Z"), collaboration_type: "experience sharing", collaboration_duration_days: 15 },
            { id: 51, user_id: 32, collaborator_id: 36, collaboration_date: new Date("2022-01-27T16:09:00Z"), collaboration_type: "joint travel", collaboration_duration_days: 18 },
            { id: 52, user_id: 64, collaborator_id: 11, collaboration_date: new Date("2021-02-08T17:38:25Z"), collaboration_type: "experience sharing", collaboration_duration_days: 19 },
            { id: 53, user_id: 44, collaborator_id: 88, collaboration_date: new Date("2023-01-21T13:03:24Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 54, user_id: 58, collaborator_id: 70, collaboration_date: new Date("2022-08-03T15:42:15Z"), collaboration_type: "experience sharing", collaboration_duration_days: 5 },
            { id: 55, user_id: 12, collaborator_id: 44, collaboration_date: new Date("2021-06-06T14:31:30Z"), collaboration_type: "co-writing", collaboration_duration_days: 22 },
            { id: 56, user_id: 12, collaborator_id: 48, collaboration_date: new Date("2023-05-19T14:46:47Z"), collaboration_type: "co-writing", collaboration_duration_days: 10 },
            { id: 57, user_id: 51, collaborator_id: 34, collaboration_date: new Date("2020-08-16T14:14:43Z"), collaboration_type: "experience sharing", collaboration_duration_days: 8 },
            { id: 58, user_id: 10, collaborator_id: 93, collaboration_date: new Date("2020-05-24T19:50:43Z"), collaboration_type: "co-writing", collaboration_duration_days: 23 },
            { id: 59, user_id: 82, collaborator_id: null, collaboration_date: new Date("2021-12-09T15:12:45Z"), collaboration_type: "experience sharing", collaboration_duration_days: 14 },
            { id: 60, user_id: 22, collaborator_id: 99, collaboration_date: new Date("2023-04-17T14:12:55Z"), collaboration_type: "experience sharing", collaboration_duration_days: 23 },
            { id: 61, user_id: 90, collaborator_id: 63, collaboration_date: new Date("2021-08-24T10:54:41Z"), collaboration_type: "co-writing", collaboration_duration_days: 21 },
            { id: 62, user_id: 11, collaborator_id: 41, collaboration_date: new Date("2020-07-14T10:00:47Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 63, user_id: 30, collaborator_id: 44, collaboration_date: new Date("2023-05-29T14:52:06Z"), collaboration_type: "co-writing", collaboration_duration_days: 13 },
            { id: 64, user_id: 54, collaborator_id: 43, collaboration_date: new Date("2023-05-28T16:52:06Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 65, user_id: 62, collaborator_id: 91, collaboration_date: new Date("2023-09-03T16:05:11Z"), collaboration_type: "joint travel", collaboration_duration_days: 15 },
            { id: 66, user_id: 84, collaborator_id: 36, collaboration_date: new Date("2022-09-27T11:20:51Z"), collaboration_type: "joint travel", collaboration_duration_days: 15 },
            { id: 67, user_id: 95, collaborator_id: null, collaboration_date: new Date("2022-08-22T15:06:55Z"), collaboration_type: "experience sharing", collaboration_duration_days: 8 },
            { id: 68, user_id: 26, collaborator_id: 7, collaboration_date: new Date("2022-03-20T14:00:41Z"), collaboration_type: "joint travel", collaboration_duration_days: 15 },
            { id: 69, user_id: 28, collaborator_id: 60, collaboration_date: new Date("2021-10-06T12:40:25Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 70, user_id: 96, collaborator_id: 92, collaboration_date: new Date("2020-09-22T10:22:31Z"), collaboration_type: "co-writing", collaboration_duration_days: 13 },
            { id: 71, user_id: 71, collaborator_id: 90, collaboration_date: new Date("2023-02-01T13:09:32Z"), collaboration_type: "co-writing", collaboration_duration_days: 19 },
            { id: 72, user_id: 24, collaborator_id: 55, collaboration_date: new Date("2022-01-28T06:54:29Z"), collaboration_type: "joint travel", collaboration_duration_days: 18 },
            { id: 73, user_id: 29, collaborator_id: 55, collaboration_date: new Date("2023-11-13T10:24:41Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 74, user_id: 87, collaborator_id: null, collaboration_date: new Date("2022-02-27T10:46:05Z"), collaboration_type: "joint travel", collaboration_duration_days: 15 },
            { id: 75, user_id: 98, collaborator_id: 33, collaboration_date: new Date("2022-11-15T08:57:30Z"), collaboration_type: "joint travel", collaboration_duration_days: 11 },
            { id: 76, user_id: 89, collaborator_id: 66, collaboration_date: new Date("2022-02-09T08:20:54Z"), collaboration_type: "joint travel", collaboration_duration_days: 18 },
            { id: 77, user_id: 50, collaborator_id: 51, collaboration_date: new Date("2023-02-07T10:32:05Z"), collaboration_type: "joint travel", collaboration_duration_days: 9 },
            { id: 78, user_id: 24, collaborator_id: 53, collaboration_date: new Date("2023-02-04T10:53:13Z"), collaboration_type: "experience sharing", collaboration_duration_days: 12 },
            { id: 79, user_id: 38, collaborator_id: 76, collaboration_date: new Date("2022-11-14T13:14:58Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
            { id: 80, user_id: 92, collaborator_id: 17, collaboration_date: new Date("2021-07-31T05:44:17Z"), collaboration_type: "co-writing", collaboration_duration_days: 17 },
            { id: 81, user_id: 30, collaborator_id: 61, collaboration_date: new Date("2021-03-27T15:26:50Z"), collaboration_type: "joint travel", collaboration_duration_days: 16 },
            { id: 82, user_id: 79, collaborator_id: 100, collaboration_date: new Date("2021-10-08T13:05:44Z"), collaboration_type: "joint travel", collaboration_duration_days: 16 },
            { id: 83, user_id: 18, collaborator_id: 32, collaboration_date: new Date("2022-03-07T12:32:22Z"), collaboration_type: "co-writing", collaboration_duration_days: 18 },
            { id: 84, user_id: 26, collaborator_id: 59, collaboration_date: new Date("2021-08-24T17:46:51Z"), collaboration_type: "joint travel", collaboration_duration_days: 11 },
            { id: 85, user_id: 93, collaborator_id: 24, collaboration_date: new Date("2023-12-13T09:04:08Z"), collaboration_type: "co-writing", collaboration_duration_days: 20 },
            { id: 86, user_id: 71, collaborator_id: 14, collaboration_date: new Date("2023-08-23T14:42:54Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 87, user_id: 68, collaborator_id: 33, collaboration_date: new Date("2022-06-06T11:27:42Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 88, user_id: 88, collaborator_id: 23, collaboration_date: new Date("2020-10-19T12:58:49Z"), collaboration_type: "joint travel", collaboration_duration_days: 14 },
            { id: 89, user_id: 11, collaborator_id: null, collaboration_date: new Date("2021-03-17T12:10:49Z"), collaboration_type: "co-writing", collaboration_duration_days: 19 },
            { id: 90, user_id: 70, collaborator_id: 58, collaboration_date: new Date("2023-04-07T13:39:12Z"), collaboration_type: "experience sharing", collaboration_duration_days: 22 },
            { id: 91, user_id: 5, collaborator_id: null, collaboration_date: new Date("2020-07-17T13:48:25Z"), collaboration_type: "experience sharing", collaboration_duration_days: 23 },
            { id: 92, user_id: 8, collaborator_id: 22, collaboration_date: new Date("2022-02-05T12:12:31Z"), collaboration_type: "co-writing", collaboration_duration_days: 21 },
            { id: 93, user_id: 4, collaborator_id: 35, collaboration_date: new Date("2023-09-28T12:22:33Z"), collaboration_type: "joint travel", collaboration_duration_days: 15 },
            { id: 94, user_id: 10, collaborator_id: 89, collaboration_date: new Date("2022-12-25T15:49:29Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 95, user_id: 60, collaborator_id: 76, collaboration_date: new Date("2023-01-15T13:45:36Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 96, user_id: 52, collaborator_id: null, collaboration_date: new Date("2023-09-02T08:16:26Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 97, user_id: 98, collaborator_id: 18, collaboration_date: new Date("2020-11-26T09:56:34Z"), collaboration_type: "co-writing", collaboration_duration_days: 7 },
            { id: 98, user_id: 6, collaborator_id: 82, collaboration_date: new Date("2020-06-01T05:46:26Z"), collaboration_type: "co-writing", collaboration_duration_days: 17 },
            { id: 99, user_id: 72, collaborator_id: null, collaboration_date: new Date("2021-04-07T10:13:58Z"), collaboration_type: "joint travel", collaboration_duration_days: 16 },
            { id: 100, user_id: 76, collaborator_id: 80, collaboration_date: new Date("2023-06-15T09:23:34Z"), collaboration_type: "co-writing", collaboration_duration_days: 23 },
            { id: 101, user_id: 20, collaborator_id: 87, collaboration_date: new Date("2021-12-06T10:16:43Z"), collaboration_type: "joint travel", collaboration_duration_days: 12 },
            { id: 102, user_id: 76, collaborator_id: 46, collaboration_date: new Date("2020-10-05T16:28:44Z"), collaboration_type: "co-writing", collaboration_duration_days: 17 },
            { id: 103, user_id: 82, collaborator_id: 52, collaboration_date: new Date("2022-03-18T10:10:33Z"), collaboration_type: "co-writing", collaboration_duration_days: 15 },
            { id: 104, user_id: 88, collaborator_id: 14, collaboration_date: new Date("2022-01-15T23:27:01Z"), collaboration_type: "co-writing", collaboration_duration_days: 18 },
            { id: 105, user_id: 20, collaborator_id: null, collaboration_date: new Date("2023-03-28T15:24:10Z"), collaboration_type: "co-writing", collaboration_duration_days: 16 },
            { id: 106, user_id: 65, collaborator_id: null, collaboration_date: new Date("2021-08-04T11:59:30Z"), collaboration_type: "co-writing", collaboration_duration_days: 19 },
            { id: 107, user_id: 3, collaborator_id: 85, collaboration_date: new Date("2022-04-19T16:58:48Z"), collaboration_type: "experience sharing", collaboration_duration_days: 14 },
            { id: 108, user_id: 22, collaborator_id: 40, collaboration_date: new Date("2020-09-07T08:23:12Z"), collaboration_type: "experience sharing", collaboration_duration_days: 24 },
            { id: 109, user_id: 41, collaborator_id: 14, collaboration_date: new Date("2021-05-02T10:49:33Z"), collaboration_type: "co-writing", collaboration_duration_days: 17 },
            { id: 110, user_id: 74, collaborator_id: 45, collaboration_date: new Date("2023-05-02T18:27:54Z"), collaboration_type: "experience sharing", collaboration_duration_days: 15 },
            { id: 111, user_id: 4, collaborator_id: 83, collaboration_date: new Date("2022-10-12T08:32:37Z"), collaboration_type: "co-writing", collaboration_duration_days: 23 },
            { id: 112, user_id: 32, collaborator_id: 46, collaboration_date: new Date("2021-11-07T13:14:01Z"), collaboration_type: "experience sharing", collaboration_duration_days: 13 },
            { id: 113, user_id: 51, collaborator_id: 60, collaboration_date: new Date("2023-11-25T09:42:27Z"), collaboration_type: "experience sharing", collaboration_duration_days: 13 },
            { id: 114, user_id: 36, collaborator_id: 42, collaboration_date: new Date("2022-01-13T13:36:12Z"), collaboration_type: "joint travel", collaboration_duration_days: 9 },
            { id: 115, user_id: 64, collaborator_id: null, collaboration_date: new Date("2020-10-02T19:07:21Z"), collaboration_type: "experience sharing", collaboration_duration_days: 15 },
            { id: 116, user_id: 56, collaborator_id: null, collaboration_date: new Date("2021-11-03T14:26:21Z"), collaboration_type: "co-writing", collaboration_duration_days: 7 },
            { id: 117, user_id: 34, collaborator_id: 47, collaboration_date: new Date("2023-06-01T16:02:46Z"), collaboration_type: "joint travel", collaboration_duration_days: 22 },
            { id: 118, user_id: 31, collaborator_id: 12, collaboration_date: new Date("2022-12-23T14:20:29Z"), collaboration_type: "co-writing", collaboration_duration_days: 21 },
            { id: 119, user_id: 1, collaborator_id: 43, collaboration_date: new Date("2020-06-10T15:32:48Z"), collaboration_type: "experience sharing", collaboration_duration_days: 20 },
            { id: 120, user_id: 62, collaborator_id: 70, collaboration_date: new Date("2021-05-20T17:01:32Z"), collaboration_type: "co-writing", collaboration_duration_days: 14 },
        ],
    });
}

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