// Auction Insights (auction-and-bidding-platform) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.items), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.items.createMany({
        data: [
            { item_id: 1, item_name: "retro rare", category: "Electronics", starting_price: "1082.55", current_bid: "853.28", end_date: new Date("2023-02-23T17:09:10Z") },
            { item_id: 2, item_name: "one-of-a-kind limited artisanal", category: "Electronics", starting_price: "4716.85", current_bid: "616.66", end_date: new Date("2023-11-08T19:46:07Z") },
            { item_id: 3, item_name: "unique novelty rare", category: "Furniture", starting_price: "148.28", current_bid: "163.47", end_date: new Date("2023-01-20T14:15:36Z") },
            { item_id: 4, item_name: "custom", category: "Electronics", starting_price: "2.03", current_bid: "2295.40", end_date: new Date("2023-02-18T15:42:50Z") },
            { item_id: 5, item_name: "classic antique", category: "Electronics", starting_price: "917.01", current_bid: "2185.21", end_date: new Date("2023-05-23T21:24:32Z") },
            { item_id: 6, item_name: "retro modern artisanal", category: "Furniture", starting_price: "4324.59", current_bid: "1783.08", end_date: new Date("2023-03-07T21:39:10Z") },
            { item_id: 7, item_name: "vintage classic", category: "Electronics", starting_price: "6.36", current_bid: "3312.62", end_date: new Date("2023-05-16T18:30:14Z") },
            { item_id: 8, item_name: "custom exclusive", category: "Electronics", starting_price: "23.55", current_bid: "3014.89", end_date: new Date("2023-08-21T19:11:09Z") },
            { item_id: 9, item_name: "modern", category: "Electronics", starting_price: "1249.87", current_bid: "71.67", end_date: new Date("2023-01-09T16:13:36Z") },
            { item_id: 10, item_name: "unique crafted collectible", category: "Collectibles", starting_price: "137.24", current_bid: "88.00", end_date: new Date("2023-12-07T11:30:51Z") },
            { item_id: 11, item_name: "vintage classic rare", category: "Furniture", starting_price: "430.65", current_bid: "1073.17", end_date: new Date("2023-02-23T14:17:41Z") },
            { item_id: 12, item_name: "one-of-a-kind handmade", category: "Electronics", starting_price: "1656.84", current_bid: "4949.58", end_date: new Date("2023-03-27T10:04:17Z") },
            { item_id: 13, item_name: "unique one-of-a-kind", category: "Electronics", starting_price: "590.04", current_bid: "1643.33", end_date: new Date("2023-09-29T19:22:45Z") },
            { item_id: 14, item_name: "novelty retro", category: "Electronics", starting_price: "1444.70", current_bid: "132.92", end_date: new Date("2023-09-21T20:55:05Z") },
            { item_id: 15, item_name: "novelty", category: "Collectibles", starting_price: "4528.05", current_bid: "320.90", end_date: new Date("2023-12-16T06:25:24Z") },
            { item_id: 16, item_name: "unique handmade", category: "Electronics", starting_price: "205.77", current_bid: "2211.51", end_date: new Date("2023-09-04T14:05:18Z") },
            { item_id: 17, item_name: "designer unique", category: "Electronics", starting_price: "4688.76", current_bid: "4946.67", end_date: new Date("2023-08-30T16:52:26Z") },
            { item_id: 18, item_name: "rare novelty antique", category: "Furniture", starting_price: "3417.97", current_bid: "62.56", end_date: new Date("2023-09-06T19:31:49Z") },
            { item_id: 19, item_name: "vintage artisanal original", category: "Electronics", starting_price: "3306.65", current_bid: "122.19", end_date: new Date("2023-04-27T22:54:55Z") },
            { item_id: 20, item_name: "vintage vintage-inspired antique", category: "Vehicles", starting_price: "1802.90", current_bid: "2221.83", end_date: new Date("2023-09-17T18:41:46Z") },
            { item_id: 21, item_name: "collectible premium", category: "Vehicles", starting_price: "132.55", current_bid: "426.91", end_date: new Date("2023-09-01T22:03:35Z") },
            { item_id: 22, item_name: "collectible one-of-a-kind crafted", category: "Electronics", starting_price: "3497.06", current_bid: "1106.98", end_date: new Date("2023-09-11T16:39:26Z") },
            { item_id: 23, item_name: "artisanal", category: "Electronics", starting_price: "134.78", current_bid: "383.59", end_date: new Date("2023-06-23T15:21:25Z") },
            { item_id: 24, item_name: "artisanal", category: "Art", starting_price: "785.39", current_bid: "3004.16", end_date: new Date("2023-02-25T11:10:41Z") },
            { item_id: 25, item_name: "crafted premium vintage", category: "Electronics", starting_price: "3273.99", current_bid: "11.35", end_date: new Date("2023-02-03T07:47:12Z") },
            { item_id: 26, item_name: "antique retro", category: "Electronics", starting_price: "1.02", current_bid: "1.29", end_date: new Date("2023-11-06T18:16:10Z") },
            { item_id: 27, item_name: "modern collectible novelty", category: "Art", starting_price: "3755.20", current_bid: "203.24", end_date: new Date("2023-08-22T13:57:50Z") },
            { item_id: 28, item_name: "vintage-inspired designer", category: "Furniture", starting_price: "1.53", current_bid: "173.15", end_date: new Date("2023-07-27T16:05:49Z") },
            { item_id: 29, item_name: "one-of-a-kind classic antique", category: "Art", starting_price: "4871.70", current_bid: "27.28", end_date: new Date("2023-07-22T21:13:24Z") },
            { item_id: 30, item_name: "original exclusive", category: "Collectibles", starting_price: "157.82", current_bid: "1486.60", end_date: new Date("2023-05-01T07:49:48Z") },
            { item_id: 31, item_name: "exclusive", category: "Electronics", starting_price: "4526.67", current_bid: "3216.22", end_date: new Date("2023-04-22T19:50:41Z") },
            { item_id: 32, item_name: "limited premium artisanal", category: "Electronics", starting_price: "2308.90", current_bid: "1977.84", end_date: new Date("2023-02-19T14:00:55Z") },
            { item_id: 33, item_name: "vintage-inspired", category: "Electronics", starting_price: "4220.50", current_bid: "195.95", end_date: new Date("2023-05-07T20:57:17Z") },
            { item_id: 34, item_name: "artisanal one-of-a-kind unique", category: "Electronics", starting_price: "670.43", current_bid: "329.91", end_date: new Date("2023-11-23T14:31:56Z") },
            { item_id: 35, item_name: "retro handmade exclusive", category: "Electronics", starting_price: "2747.34", current_bid: "2285.29", end_date: new Date("2023-09-01T13:23:59Z") },
            { item_id: 36, item_name: "vintage", category: "Electronics", starting_price: "1681.62", current_bid: "2977.80", end_date: new Date("2023-10-18T21:05:13Z") },
            { item_id: 37, item_name: "classic custom", category: "Electronics", starting_price: "417.51", current_bid: "1166.46", end_date: new Date("2023-10-24T13:36:15Z") },
            { item_id: 38, item_name: "vintage designer", category: "Electronics", starting_price: "2781.39", current_bid: "302.69", end_date: new Date("2023-04-16T01:40:40Z") },
            { item_id: 39, item_name: "rare artisanal limited", category: "Electronics", starting_price: "3796.46", current_bid: "59.16", end_date: new Date("2023-09-28T17:16:58Z") },
            { item_id: 40, item_name: "crafted exclusive", category: "Vehicles", starting_price: "4505.19", current_bid: "192.95", end_date: new Date("2023-09-13T10:27:52Z") },
            { item_id: 41, item_name: "artisanal", category: "Electronics", starting_price: "877.01", current_bid: "4317.44", end_date: new Date("2023-04-19T13:55:34Z") },
            { item_id: 42, item_name: "novelty crafted vintage", category: "Furniture", starting_price: "2260.04", current_bid: "133.95", end_date: new Date("2023-02-17T07:56:50Z") },
            { item_id: 43, item_name: "artisanal novelty designer", category: "Furniture", starting_price: "52.00", current_bid: "1.00", end_date: new Date("2023-09-04T13:43:02Z") },
            { item_id: 44, item_name: "custom premium", category: "Electronics", starting_price: "965.57", current_bid: "2300.16", end_date: new Date("2023-05-06T14:30:29Z") },
            { item_id: 45, item_name: "premium", category: "Furniture", starting_price: "4366.49", current_bid: "1.05", end_date: new Date("2023-06-20T11:15:48Z") },
            { item_id: 46, item_name: "handmade one-of-a-kind", category: "Furniture", starting_price: "1876.50", current_bid: "2531.71", end_date: new Date("2023-12-27T12:18:48Z") },
            { item_id: 47, item_name: "vintage retro", category: "Electronics", starting_price: "173.49", current_bid: "411.38", end_date: new Date("2023-05-08T10:53:32Z") },
            { item_id: 48, item_name: "custom antique novelty", category: "Electronics", starting_price: "1573.67", current_bid: "2554.71", end_date: new Date("2023-08-17T10:59:27Z") },
            { item_id: 49, item_name: "classic", category: "Electronics", starting_price: "158.95", current_bid: "43.89", end_date: new Date("2023-06-27T19:30:49Z") },
            { item_id: 50, item_name: "artisanal vintage-inspired", category: "Art", starting_price: "3102.88", current_bid: "1590.49", end_date: new Date("2023-08-31T03:58:17Z") },
            { item_id: 51, item_name: "novelty limited one-of-a-kind", category: "Electronics", starting_price: "233.14", current_bid: "784.46", end_date: new Date("2023-09-06T13:14:50Z") },
            { item_id: 52, item_name: "crafted handmade", category: "Furniture", starting_price: "4273.22", current_bid: "26.25", end_date: new Date("2023-01-04T20:32:12Z") },
            { item_id: 53, item_name: "custom", category: "Art", starting_price: "1245.66", current_bid: "2035.37", end_date: new Date("2023-02-24T19:46:23Z") },
            { item_id: 54, item_name: "retro premium original", category: "Electronics", starting_price: "4.62", current_bid: "3616.73", end_date: new Date("2023-10-07T18:04:05Z") },
            { item_id: 55, item_name: "vintage vintage-inspired", category: "Electronics", starting_price: "1366.11", current_bid: "2519.94", end_date: new Date("2023-07-01T17:30:07Z") },
            { item_id: 56, item_name: "novelty", category: "Electronics", starting_price: "479.93", current_bid: "836.10", end_date: new Date("2023-05-04T14:43:34Z") },
            { item_id: 57, item_name: "artisanal antique rare", category: "Art", starting_price: "3243.28", current_bid: "4456.42", end_date: new Date("2023-12-21T06:11:39Z") },
            { item_id: 58, item_name: "rare unique modern", category: "Electronics", starting_price: "845.14", current_bid: "34.55", end_date: new Date("2023-02-09T19:04:31Z") },
            { item_id: 59, item_name: "limited custom", category: "Furniture", starting_price: "61.58", current_bid: "462.82", end_date: new Date("2023-04-17T19:24:45Z") },
            { item_id: 60, item_name: "artisanal handmade", category: "Electronics", starting_price: "4407.14", current_bid: "697.29", end_date: new Date("2023-04-27T11:28:39Z") },
            { item_id: 61, item_name: "novelty retro crafted", category: "Electronics", starting_price: "435.79", current_bid: "2135.94", end_date: new Date("2023-02-15T07:43:50Z") },
            { item_id: 62, item_name: "antique", category: "Furniture", starting_price: "6.31", current_bid: "3.24", end_date: new Date("2023-08-02T18:10:42Z") },
            { item_id: 63, item_name: "antique", category: "Art", starting_price: "3532.54", current_bid: "760.22", end_date: new Date("2023-10-20T16:46:42Z") },
            { item_id: 64, item_name: "exclusive", category: "Vehicles", starting_price: "48.69", current_bid: "14.85", end_date: new Date("2023-07-23T09:43:24Z") },
            { item_id: 65, item_name: "modern collectible original", category: "Electronics", starting_price: "2731.90", current_bid: "123.65", end_date: new Date("2023-11-02T08:18:00Z") },
            { item_id: 66, item_name: "custom", category: "Furniture", starting_price: "2289.12", current_bid: "497.87", end_date: new Date("2023-02-06T17:51:34Z") },
            { item_id: 67, item_name: "rare", category: "Electronics", starting_price: "2450.53", current_bid: "4320.33", end_date: new Date("2023-11-19T10:34:40Z") },
            { item_id: 68, item_name: "modern crafted designer", category: "Collectibles", starting_price: "2946.83", current_bid: "40.37", end_date: new Date("2023-12-24T12:06:52Z") },
            { item_id: 69, item_name: "classic modern premium", category: "Electronics", starting_price: "92.12", current_bid: "207.92", end_date: new Date("2023-11-10T18:20:09Z") },
            { item_id: 70, item_name: "premium exclusive", category: "Electronics", starting_price: "4659.96", current_bid: "4881.64", end_date: new Date("2023-02-08T16:09:47Z") },
            { item_id: 71, item_name: "premium novelty", category: "Electronics", starting_price: "3641.26", current_bid: "2546.31", end_date: new Date("2023-12-17T06:32:12Z") },
            { item_id: 72, item_name: "limited exclusive", category: "Electronics", starting_price: "3750.99", current_bid: "3982.94", end_date: new Date("2023-08-26T16:01:09Z") },
            { item_id: 73, item_name: "handmade modern artisanal", category: "Vehicles", starting_price: "4534.93", current_bid: "12.55", end_date: new Date("2023-07-28T19:09:58Z") },
            { item_id: 74, item_name: "custom", category: "Art", starting_price: "236.07", current_bid: "2418.53", end_date: new Date("2023-04-09T20:26:52Z") },
            { item_id: 75, item_name: "collectible exclusive unique", category: "Furniture", starting_price: "1138.30", current_bid: "1.53", end_date: new Date("2023-05-05T06:19:43Z") },
            { item_id: 76, item_name: "unique premium", category: "Electronics", starting_price: "2071.77", current_bid: "352.14", end_date: new Date("2023-02-05T16:43:16Z") },
            { item_id: 77, item_name: "designer", category: "Furniture", starting_price: "2921.37", current_bid: "1289.48", end_date: new Date("2023-03-25T11:00:10Z") },
            { item_id: 78, item_name: "vintage-inspired novelty designer", category: "Electronics", starting_price: "2621.96", current_bid: "342.56", end_date: new Date("2023-12-03T12:40:23Z") },
            { item_id: 79, item_name: "handmade", category: "Art", starting_price: "43.26", current_bid: "967.10", end_date: new Date("2023-07-22T20:10:47Z") },
            { item_id: 80, item_name: "limited classic", category: "Electronics", starting_price: "1936.11", current_bid: "2156.25", end_date: new Date("2023-07-17T17:26:40Z") },
            { item_id: 81, item_name: "vintage", category: "Electronics", starting_price: "1173.19", current_bid: "1563.69", end_date: new Date("2023-08-19T09:37:22Z") },
            { item_id: 82, item_name: "artisanal vintage", category: "Electronics", starting_price: "1024.04", current_bid: "4310.38", end_date: new Date("2023-09-22T11:46:58Z") },
            { item_id: 83, item_name: "unique antique", category: "Electronics", starting_price: "1176.50", current_bid: "4630.16", end_date: new Date("2023-03-21T10:52:31Z") },
            { item_id: 84, item_name: "rare", category: "Electronics", starting_price: "2400.04", current_bid: "2235.63", end_date: new Date("2023-06-21T19:45:30Z") },
            { item_id: 85, item_name: "crafted modern", category: "Electronics", starting_price: "2644.55", current_bid: "399.84", end_date: new Date("2023-11-09T14:27:21Z") },
            { item_id: 86, item_name: "rare unique", category: "Electronics", starting_price: "971.32", current_bid: "2990.53", end_date: new Date("2023-11-14T09:31:33Z") },
            { item_id: 87, item_name: "modern", category: "Electronics", starting_price: "3450.06", current_bid: "522.35", end_date: new Date("2023-05-13T18:06:04Z") },
            { item_id: 88, item_name: "exclusive vintage retro", category: "Electronics", starting_price: "2810.79", current_bid: "33.99", end_date: new Date("2023-12-18T15:35:56Z") },
            { item_id: 89, item_name: "collectible artisanal", category: "Furniture", starting_price: "837.44", current_bid: "2.64", end_date: new Date("2023-12-25T07:43:38Z") },
            { item_id: 90, item_name: "exclusive original", category: "Art", starting_price: "3449.27", current_bid: "448.73", end_date: new Date("2023-01-31T19:32:36Z") },
            { item_id: 91, item_name: "premium original handmade", category: "Art", starting_price: "4677.10", current_bid: "287.84", end_date: new Date("2023-08-25T10:13:06Z") },
            { item_id: 92, item_name: "artisanal designer", category: "Furniture", starting_price: "79.34", current_bid: "190.26", end_date: new Date("2023-10-22T09:36:59Z") },
            { item_id: 93, item_name: "rare vintage", category: "Electronics", starting_price: "4519.87", current_bid: "329.71", end_date: new Date("2023-07-26T07:46:45Z") },
            { item_id: 94, item_name: "crafted", category: "Furniture", starting_price: "4.36", current_bid: "111.70", end_date: new Date("2023-02-20T11:51:17Z") },
            { item_id: 95, item_name: "rare collectible one-of-a-kind", category: "Electronics", starting_price: "12.62", current_bid: "503.59", end_date: new Date("2023-03-21T12:54:26Z") },
            { item_id: 96, item_name: "antique", category: "Vehicles", starting_price: "3989.14", current_bid: "3332.19", end_date: new Date("2023-12-24T15:00:56Z") },
            { item_id: 97, item_name: "exclusive antique premium", category: "Electronics", starting_price: "3170.34", current_bid: "4333.32", end_date: new Date("2023-05-31T17:32:46Z") },
            { item_id: 98, item_name: "handmade", category: "Collectibles", starting_price: "2216.05", current_bid: "2486.57", end_date: new Date("2023-08-04T19:54:24Z") },
            { item_id: 99, item_name: "custom modern", category: "Electronics", starting_price: "809.65", current_bid: "2687.48", end_date: new Date("2023-10-16T07:16:18Z") },
            { item_id: 100, item_name: "designer vintage", category: "Art", starting_price: "4884.57", current_bid: "3499.52", end_date: new Date("2023-07-10T06:13:17Z") },
            { item_id: 101, item_name: "vintage vintage-inspired premium", category: "Electronics", starting_price: "221.68", current_bid: "1665.91", end_date: new Date("2023-05-14T09:37:42Z") },
            { item_id: 102, item_name: "premium", category: "Collectibles", starting_price: "3006.67", current_bid: "136.06", end_date: new Date("2023-11-10T08:04:52Z") },
            { item_id: 103, item_name: "unique novelty designer", category: "Furniture", starting_price: "417.27", current_bid: "2413.12", end_date: new Date("2023-10-26T21:49:43Z") },
            { item_id: 104, item_name: "designer one-of-a-kind artisanal", category: "Electronics", starting_price: "865.10", current_bid: "950.70", end_date: new Date("2023-12-26T11:16:20Z") },
            { item_id: 105, item_name: "custom retro", category: "Electronics", starting_price: "682.40", current_bid: "2219.00", end_date: new Date("2023-04-15T00:54:35Z") },
            { item_id: 106, item_name: "artisanal exclusive", category: "Electronics", starting_price: "1589.00", current_bid: "2424.78", end_date: new Date("2023-04-12T22:22:30Z") },
            { item_id: 107, item_name: "limited antique", category: "Furniture", starting_price: "1830.22", current_bid: "45.69", end_date: new Date("2023-07-26T10:47:52Z") },
            { item_id: 108, item_name: "collectible artisanal exclusive", category: "Electronics", starting_price: "515.67", current_bid: "4.99", end_date: new Date("2023-10-03T09:58:06Z") },
            { item_id: 109, item_name: "modern designer", category: "Furniture", starting_price: "8.68", current_bid: "805.17", end_date: new Date("2023-03-31T18:22:44Z") },
            { item_id: 110, item_name: "vintage-inspired custom", category: "Furniture", starting_price: "539.96", current_bid: "184.03", end_date: new Date("2023-04-13T14:57:04Z") },
            { item_id: 111, item_name: "rare novelty", category: "Electronics", starting_price: "4481.38", current_bid: "302.67", end_date: new Date("2023-06-09T15:46:54Z") },
            { item_id: 112, item_name: "designer unique vintage-inspired", category: "Electronics", starting_price: "736.60", current_bid: "32.09", end_date: new Date("2023-01-23T14:45:05Z") },
            { item_id: 113, item_name: "retro handmade", category: "Electronics", starting_price: "2888.36", current_bid: "368.80", end_date: new Date("2023-12-17T15:03:00Z") },
            { item_id: 114, item_name: "designer", category: "Collectibles", starting_price: "1864.95", current_bid: "178.40", end_date: new Date("2023-11-27T20:51:42Z") },
            { item_id: 115, item_name: "rare collectible limited", category: "Furniture", starting_price: "4999.86", current_bid: "1864.01", end_date: new Date("2023-11-05T20:15:20Z") },
            { item_id: 116, item_name: "premium", category: "Furniture", starting_price: "4346.31", current_bid: "296.51", end_date: new Date("2023-04-23T14:30:36Z") },
            { item_id: 117, item_name: "rare artisanal", category: "Furniture", starting_price: "166.95", current_bid: "1.00", end_date: new Date("2023-09-23T16:24:47Z") },
            { item_id: 118, item_name: "retro", category: "Furniture", starting_price: "2820.44", current_bid: "739.77", end_date: new Date("2023-05-12T08:13:03Z") },
            { item_id: 119, item_name: "vintage", category: "Electronics", starting_price: "1285.99", current_bid: "50.57", end_date: new Date("2023-04-08T20:04:02Z") },
            { item_id: 120, item_name: "collectible antique", category: "Vehicles", starting_price: "1160.00", current_bid: "2009.73", end_date: new Date("2023-05-23T05:22:50Z") },
            { item_id: 121, item_name: "designer novelty", category: "Furniture", starting_price: "124.04", current_bid: "160.26", end_date: new Date("2023-04-08T03:14:37Z") },
            { item_id: 122, item_name: "collectible classic", category: "Furniture", starting_price: "4335.56", current_bid: "175.31", end_date: new Date("2023-05-08T12:38:45Z") },
            { item_id: 123, item_name: "vintage-inspired", category: "Electronics", starting_price: "3988.78", current_bid: "4832.58", end_date: new Date("2023-01-17T00:51:04Z") },
            { item_id: 124, item_name: "retro collectible", category: "Collectibles", starting_price: "1061.01", current_bid: "3.08", end_date: new Date("2023-04-02T20:26:50Z") },
            { item_id: 125, item_name: "original premium", category: "Vehicles", starting_price: "202.53", current_bid: "465.38", end_date: new Date("2023-11-15T16:13:48Z") },
            { item_id: 126, item_name: "unique", category: "Furniture", starting_price: "2435.09", current_bid: "110.00", end_date: new Date("2023-11-22T15:49:14Z") },
            { item_id: 127, item_name: "collectible", category: "Electronics", starting_price: "567.42", current_bid: "141.72", end_date: new Date("2023-03-11T02:44:40Z") },
            { item_id: 128, item_name: "handmade", category: "Electronics", starting_price: "266.55", current_bid: "4625.36", end_date: new Date("2023-08-19T22:25:11Z") },
            { item_id: 129, item_name: "novelty limited unique", category: "Vehicles", starting_price: "1048.71", current_bid: "1.00", end_date: new Date("2023-12-12T13:03:31Z") },
            { item_id: 130, item_name: "designer modern original", category: "Collectibles", starting_price: "4339.76", current_bid: "1543.30", end_date: new Date("2023-12-04T21:09:01Z") },
            { item_id: 131, item_name: "exclusive modern vintage", category: "Furniture", starting_price: "3878.23", current_bid: "4.44", end_date: new Date("2023-01-12T10:24:22Z") },
            { item_id: 132, item_name: "unique modern", category: "Art", starting_price: "116.87", current_bid: "670.22", end_date: new Date("2023-10-03T14:25:41Z") },
            { item_id: 133, item_name: "modern vintage designer", category: "Electronics", starting_price: "3918.30", current_bid: "1262.57", end_date: new Date("2023-04-08T11:08:48Z") },
            { item_id: 134, item_name: "antique custom", category: "Vehicles", starting_price: "1518.41", current_bid: "380.29", end_date: new Date("2023-05-17T16:13:14Z") },
            { item_id: 135, item_name: "vintage classic artisanal", category: "Electronics", starting_price: "235.22", current_bid: "308.38", end_date: new Date("2023-01-22T11:29:39Z") },
            { item_id: 136, item_name: "crafted", category: "Furniture", starting_price: "1.05", current_bid: "1129.25", end_date: new Date("2023-12-23T22:09:06Z") },
            { item_id: 137, item_name: "limited artisanal", category: "Electronics", starting_price: "2702.13", current_bid: "557.54", end_date: new Date("2023-11-26T11:31:06Z") },
            { item_id: 138, item_name: "original vintage-inspired", category: "Electronics", starting_price: "447.33", current_bid: "4.02", end_date: new Date("2023-08-20T12:02:05Z") },
            { item_id: 139, item_name: "modern designer", category: "Electronics", starting_price: "40.85", current_bid: "990.55", end_date: new Date("2023-08-06T19:11:01Z") },
            { item_id: 140, item_name: "antique exclusive handmade", category: "Electronics", starting_price: "74.77", current_bid: "1.46", end_date: new Date("2023-03-28T20:53:10Z") },
            { item_id: 141, item_name: "rare", category: "Vehicles", starting_price: "192.86", current_bid: "1360.64", end_date: new Date("2023-03-16T12:50:26Z") },
            { item_id: 142, item_name: "novelty modern classic", category: "Art", starting_price: "25.99", current_bid: "265.83", end_date: new Date("2023-02-08T15:23:20Z") },
            { item_id: 143, item_name: "unique handmade", category: "Furniture", starting_price: "223.39", current_bid: "1.55", end_date: new Date("2023-10-22T14:39:11Z") },
            { item_id: 144, item_name: "artisanal novelty premium", category: "Electronics", starting_price: "191.73", current_bid: "1439.68", end_date: new Date("2023-04-17T13:23:11Z") },
            { item_id: 145, item_name: "limited", category: "Electronics", starting_price: "1931.70", current_bid: "839.26", end_date: new Date("2023-12-14T17:00:34Z") },
            { item_id: 146, item_name: "original", category: "Vehicles", starting_price: "1566.70", current_bid: "259.35", end_date: new Date("2023-04-03T20:03:34Z") },
            { item_id: 147, item_name: "collectible vintage-inspired designer", category: "Electronics", starting_price: "2132.30", current_bid: "1150.63", end_date: new Date("2023-09-02T16:55:50Z") },
            { item_id: 148, item_name: "antique one-of-a-kind", category: "Art", starting_price: "105.50", current_bid: "2971.03", end_date: new Date("2023-08-28T21:49:39Z") },
            { item_id: 149, item_name: "vintage original handmade", category: "Art", starting_price: "184.92", current_bid: "4926.61", end_date: new Date("2023-05-11T21:14:37Z") },
            { item_id: 150, item_name: "vintage retro exclusive", category: "Electronics", starting_price: "614.14", current_bid: "1596.53", end_date: new Date("2023-06-13T19:33:32Z") },
            { item_id: 151, item_name: "antique custom unique", category: "Furniture", starting_price: "1990.48", current_bid: "2350.24", end_date: new Date("2023-06-10T19:58:44Z") },
            { item_id: 152, item_name: "antique", category: "Electronics", starting_price: "3439.69", current_bid: "211.48", end_date: new Date("2023-11-26T11:46:50Z") },
            { item_id: 153, item_name: "custom original", category: "Electronics", starting_price: "3140.13", current_bid: "3165.01", end_date: new Date("2023-11-26T07:33:40Z") },
            { item_id: 154, item_name: "rare limited", category: "Collectibles", starting_price: "3531.66", current_bid: "51.72", end_date: new Date("2023-08-07T19:00:44Z") },
            { item_id: 155, item_name: "retro novelty", category: "Electronics", starting_price: "280.47", current_bid: "809.63", end_date: new Date("2023-02-04T11:17:46Z") },
            { item_id: 156, item_name: "handmade crafted modern", category: "Art", starting_price: "2427.84", current_bid: "3279.01", end_date: new Date("2023-08-22T16:00:33Z") },
            { item_id: 157, item_name: "artisanal antique novelty", category: "Art", starting_price: "3940.88", current_bid: "1.00", end_date: new Date("2023-02-04T17:57:01Z") },
            { item_id: 158, item_name: "premium rare", category: "Collectibles", starting_price: "281.54", current_bid: "4231.85", end_date: new Date("2023-07-19T16:13:21Z") },
            { item_id: 159, item_name: "custom premium collectible", category: "Electronics", starting_price: "600.34", current_bid: "1.00", end_date: new Date("2023-11-05T19:23:13Z") },
            { item_id: 160, item_name: "handmade", category: "Electronics", starting_price: "2531.96", current_bid: "343.90", end_date: new Date("2023-02-28T10:35:43Z") },
            { item_id: 161, item_name: "original premium designer", category: "Electronics", starting_price: "2505.63", current_bid: "77.90", end_date: new Date("2023-04-06T09:53:41Z") },
            { item_id: 162, item_name: "premium", category: "Vehicles", starting_price: "225.94", current_bid: "4160.91", end_date: new Date("2023-08-21T22:19:26Z") },
            { item_id: 163, item_name: "modern handmade antique", category: "Furniture", starting_price: "130.13", current_bid: "555.58", end_date: new Date("2023-09-07T16:56:57Z") },
            { item_id: 164, item_name: "crafted collectible", category: "Art", starting_price: "1159.72", current_bid: "441.35", end_date: new Date("2023-08-13T18:24:45Z") },
            { item_id: 165, item_name: "artisanal", category: "Electronics", starting_price: "34.86", current_bid: "16.56", end_date: new Date("2023-09-13T09:01:44Z") },
            { item_id: 166, item_name: "antique", category: "Electronics", starting_price: "3651.58", current_bid: "828.26", end_date: new Date("2023-09-22T19:04:01Z") },
            { item_id: 167, item_name: "antique", category: "Electronics", starting_price: "647.01", current_bid: "62.77", end_date: new Date("2023-05-13T17:54:23Z") },
            { item_id: 168, item_name: "limited unique novelty", category: "Electronics", starting_price: "26.34", current_bid: "388.04", end_date: new Date("2023-11-18T15:00:45Z") },
            { item_id: 169, item_name: "rare", category: "Electronics", starting_price: "1143.02", current_bid: "6.91", end_date: new Date("2023-06-07T19:46:34Z") },
            { item_id: 170, item_name: "limited", category: "Art", starting_price: "2494.10", current_bid: "3590.73", end_date: new Date("2023-08-17T19:27:09Z") },
            { item_id: 171, item_name: "designer", category: "Electronics", starting_price: "487.15", current_bid: "1348.54", end_date: new Date("2023-11-17T18:16:56Z") },
            { item_id: 172, item_name: "vintage antique", category: "Furniture", starting_price: "3768.73", current_bid: "18.41", end_date: new Date("2023-05-19T14:49:07Z") },
            { item_id: 173, item_name: "exclusive classic unique", category: "Electronics", starting_price: "2725.24", current_bid: "405.96", end_date: new Date("2023-07-22T17:40:14Z") },
            { item_id: 174, item_name: "vintage", category: "Vehicles", starting_price: "4864.12", current_bid: "223.93", end_date: new Date("2023-03-19T09:01:12Z") },
            { item_id: 175, item_name: "original modern", category: "Furniture", starting_price: "21.58", current_bid: "1753.01", end_date: new Date("2023-01-31T13:57:16Z") },
            { item_id: 176, item_name: "designer artisanal limited", category: "Electronics", starting_price: "4271.11", current_bid: "1743.66", end_date: new Date("2023-04-03T17:33:04Z") },
            { item_id: 177, item_name: "original classic exclusive", category: "Electronics", starting_price: "2697.68", current_bid: "528.96", end_date: new Date("2023-05-10T16:05:27Z") },
            { item_id: 178, item_name: "unique classic", category: "Electronics", starting_price: "4811.04", current_bid: "10.96", end_date: new Date("2023-02-10T19:04:40Z") },
            { item_id: 179, item_name: "vintage artisanal", category: "Collectibles", starting_price: "3590.16", current_bid: "14.79", end_date: new Date("2023-01-04T17:17:06Z") },
            { item_id: 180, item_name: "rare original vintage-inspired", category: "Collectibles", starting_price: "74.99", current_bid: "1496.77", end_date: new Date("2023-10-03T19:29:14Z") },
            { item_id: 181, item_name: "one-of-a-kind crafted retro", category: "Vehicles", starting_price: "1396.98", current_bid: "2059.79", end_date: new Date("2023-05-08T10:52:08Z") },
            { item_id: 182, item_name: "premium handmade", category: "Collectibles", starting_price: "4185.96", current_bid: "2836.70", end_date: new Date("2023-07-27T15:12:22Z") },
            { item_id: 183, item_name: "classic", category: "Vehicles", starting_price: "4486.97", current_bid: "3019.73", end_date: new Date("2023-04-01T21:10:42Z") },
            { item_id: 184, item_name: "custom vintage", category: "Collectibles", starting_price: "769.72", current_bid: "1017.78", end_date: new Date("2023-04-13T12:41:33Z") },
            { item_id: 185, item_name: "original", category: "Electronics", starting_price: "1.67", current_bid: "230.60", end_date: new Date("2023-04-30T08:45:26Z") },
            { item_id: 186, item_name: "unique retro classic", category: "Vehicles", starting_price: "1562.32", current_bid: "519.19", end_date: new Date("2023-08-14T21:25:01Z") },
            { item_id: 187, item_name: "premium", category: "Art", starting_price: "103.26", current_bid: "3152.96", end_date: new Date("2023-04-01T10:01:59Z") },
            { item_id: 188, item_name: "premium classic unique", category: "Furniture", starting_price: "180.32", current_bid: "2.76", end_date: new Date("2023-01-23T10:17:08Z") },
            { item_id: 189, item_name: "original", category: "Electronics", starting_price: "4678.70", current_bid: "6.11", end_date: new Date("2023-04-19T10:44:14Z") },
            { item_id: 190, item_name: "one-of-a-kind artisanal premium", category: "Electronics", starting_price: "80.17", current_bid: "285.09", end_date: new Date("2023-06-10T21:27:04Z") },
            { item_id: 191, item_name: "crafted original vintage-inspired", category: "Furniture", starting_price: "133.45", current_bid: "2524.30", end_date: new Date("2023-03-26T14:21:20Z") },
            { item_id: 192, item_name: "novelty original premium", category: "Furniture", starting_price: "1178.62", current_bid: "373.47", end_date: new Date("2023-01-06T09:41:43Z") },
            { item_id: 193, item_name: "novelty unique", category: "Vehicles", starting_price: "53.44", current_bid: "312.89", end_date: new Date("2023-01-17T14:47:22Z") },
            { item_id: 194, item_name: "collectible exclusive vintage-inspired", category: "Electronics", starting_price: "235.52", current_bid: "237.55", end_date: new Date("2023-12-16T14:42:41Z") },
            { item_id: 195, item_name: "exclusive", category: "Electronics", starting_price: "1297.23", current_bid: "4174.54", end_date: new Date("2023-10-26T11:17:40Z") },
            { item_id: 196, item_name: "vintage-inspired", category: "Electronics", starting_price: "2246.94", current_bid: "65.32", end_date: new Date("2023-04-20T19:52:10Z") },
            { item_id: 197, item_name: "custom artisanal retro", category: "Furniture", starting_price: "3426.96", current_bid: "1100.97", end_date: new Date("2023-02-22T19:59:25Z") },
            { item_id: 198, item_name: "vintage modern", category: "Electronics", starting_price: "1214.65", current_bid: "249.30", end_date: new Date("2023-09-15T19:19:50Z") },
            { item_id: 199, item_name: "premium", category: "Collectibles", starting_price: "2149.77", current_bid: "90.95", end_date: new Date("2023-03-18T15:21:35Z") },
            { item_id: 200, item_name: "designer artisanal rare", category: "Electronics", starting_price: "132.00", current_bid: "3149.11", end_date: new Date("2023-06-27T10:33:26Z") },
            { item_id: 201, item_name: "exclusive", category: "Electronics", starting_price: "469.92", current_bid: "1982.21", end_date: new Date("2023-10-18T23:32:21Z") },
            { item_id: 202, item_name: "original vintage retro", category: "Art", starting_price: "4877.68", current_bid: "211.78", end_date: new Date("2023-06-22T14:06:10Z") },
            { item_id: 203, item_name: "collectible original retro", category: "Collectibles", starting_price: "1303.89", current_bid: "1254.89", end_date: new Date("2023-12-01T00:59:08Z") },
            { item_id: 204, item_name: "limited premium", category: "Electronics", starting_price: "1678.34", current_bid: "1074.57", end_date: new Date("2023-05-17T08:31:41Z") },
            { item_id: 205, item_name: "vintage-inspired modern classic", category: "Electronics", starting_price: "985.89", current_bid: "4054.52", end_date: new Date("2023-08-12T02:52:41Z") },
            { item_id: 206, item_name: "crafted unique", category: "Collectibles", starting_price: "1539.48", current_bid: "4495.95", end_date: new Date("2023-04-09T17:01:34Z") },
            { item_id: 207, item_name: "vintage custom artisanal", category: "Electronics", starting_price: "908.88", current_bid: "488.89", end_date: new Date("2023-06-19T15:06:07Z") },
            { item_id: 208, item_name: "designer", category: "Furniture", starting_price: "2914.88", current_bid: "28.64", end_date: new Date("2023-05-29T11:52:17Z") },
            { item_id: 209, item_name: "custom", category: "Electronics", starting_price: "173.30", current_bid: "10.41", end_date: new Date("2023-04-11T15:27:01Z") },
            { item_id: 210, item_name: "designer", category: "Vehicles", starting_price: "2841.48", current_bid: "1232.70", end_date: new Date("2023-02-23T05:08:28Z") },
            { item_id: 211, item_name: "premium one-of-a-kind retro", category: "Electronics", starting_price: "3611.33", current_bid: "4226.19", end_date: new Date("2023-07-25T20:41:02Z") },
            { item_id: 212, item_name: "classic limited designer", category: "Electronics", starting_price: "307.38", current_bid: "30.71", end_date: new Date("2023-11-10T10:43:51Z") },
            { item_id: 213, item_name: "premium", category: "Furniture", starting_price: "1930.76", current_bid: "4.08", end_date: new Date("2023-01-10T19:14:14Z") },
            { item_id: 214, item_name: "unique antique limited", category: "Electronics", starting_price: "34.10", current_bid: "66.90", end_date: new Date("2023-04-17T19:41:03Z") },
            { item_id: 215, item_name: "one-of-a-kind", category: "Vehicles", starting_price: "1197.49", current_bid: "27.30", end_date: new Date("2023-10-31T19:50:36Z") },
            { item_id: 216, item_name: "antique collectible retro", category: "Electronics", starting_price: "1047.32", current_bid: "501.18", end_date: new Date("2023-07-04T13:18:19Z") },
            { item_id: 217, item_name: "unique designer", category: "Electronics", starting_price: "4082.07", current_bid: "3475.65", end_date: new Date("2023-07-22T07:10:01Z") },
            { item_id: 218, item_name: "original", category: "Furniture", starting_price: "1955.75", current_bid: "1.44", end_date: new Date("2023-09-25T07:24:23Z") },
            { item_id: 219, item_name: "exclusive custom rare", category: "Furniture", starting_price: "1321.31", current_bid: "2915.58", end_date: new Date("2023-01-31T12:40:24Z") },
            { item_id: 220, item_name: "artisanal", category: "Electronics", starting_price: "1053.00", current_bid: "2684.12", end_date: new Date("2023-01-03T06:09:40Z") },
            { item_id: 221, item_name: "collectible unique vintage-inspired", category: "Collectibles", starting_price: "4392.69", current_bid: "3109.76", end_date: new Date("2023-03-31T13:04:33Z") },
            { item_id: 222, item_name: "premium modern", category: "Art", starting_price: "1036.61", current_bid: "178.20", end_date: new Date("2023-06-08T11:44:22Z") },
            { item_id: 223, item_name: "crafted collectible custom", category: "Furniture", starting_price: "2198.12", current_bid: "23.74", end_date: new Date("2023-01-25T18:43:42Z") },
            { item_id: 224, item_name: "crafted premium classic", category: "Collectibles", starting_price: "89.38", current_bid: "50.70", end_date: new Date("2023-11-27T21:18:59Z") },
            { item_id: 225, item_name: "custom retro artisanal", category: "Furniture", starting_price: "785.98", current_bid: "1237.15", end_date: new Date("2023-07-19T18:03:27Z") },
            { item_id: 226, item_name: "handmade", category: "Electronics", starting_price: "222.47", current_bid: "2200.91", end_date: new Date("2023-05-14T16:16:04Z") },
            { item_id: 227, item_name: "designer exclusive", category: "Furniture", starting_price: "2804.87", current_bid: "2418.27", end_date: new Date("2023-02-28T12:56:06Z") },
            { item_id: 228, item_name: "unique antique", category: "Electronics", starting_price: "1212.21", current_bid: "4579.14", end_date: new Date("2023-02-17T11:46:47Z") },
            { item_id: 229, item_name: "handmade original", category: "Vehicles", starting_price: "4444.77", current_bid: "188.41", end_date: new Date("2023-08-01T15:42:14Z") },
            { item_id: 230, item_name: "novelty designer", category: "Furniture", starting_price: "2178.72", current_bid: "2520.19", end_date: new Date("2023-06-17T21:09:25Z") },
            { item_id: 231, item_name: "limited exclusive", category: "Furniture", starting_price: "1856.09", current_bid: "3969.55", end_date: new Date("2023-06-14T17:34:32Z") },
            { item_id: 232, item_name: "unique novelty", category: "Electronics", starting_price: "2936.47", current_bid: "924.19", end_date: new Date("2023-01-09T18:31:38Z") },
            { item_id: 233, item_name: "rare premium designer", category: "Collectibles", starting_price: "333.85", current_bid: "4901.90", end_date: new Date("2023-11-28T16:24:59Z") },
            { item_id: 234, item_name: "original antique designer", category: "Electronics", starting_price: "2258.33", current_bid: "2181.63", end_date: new Date("2023-10-25T07:21:45Z") },
            { item_id: 235, item_name: "original unique collectible", category: "Electronics", starting_price: "213.92", current_bid: "953.66", end_date: new Date("2023-05-13T16:24:53Z") },
            { item_id: 236, item_name: "handmade retro classic", category: "Furniture", starting_price: "2925.92", current_bid: "1190.29", end_date: new Date("2023-01-05T09:05:23Z") },
            { item_id: 237, item_name: "designer", category: "Electronics", starting_price: "727.41", current_bid: "1810.26", end_date: new Date("2023-04-03T12:23:27Z") },
            { item_id: 238, item_name: "unique custom novelty", category: "Collectibles", starting_price: "522.25", current_bid: "1.02", end_date: new Date("2023-10-26T16:27:41Z") },
            { item_id: 239, item_name: "novelty crafted", category: "Electronics", starting_price: "4158.27", current_bid: "3627.13", end_date: new Date("2023-07-31T07:49:02Z") },
            { item_id: 240, item_name: "handmade", category: "Electronics", starting_price: "2397.41", current_bid: "557.37", end_date: new Date("2023-08-16T09:06:53Z") },
            { item_id: 241, item_name: "artisanal", category: "Electronics", starting_price: "2063.21", current_bid: "2.69", end_date: new Date("2023-07-08T19:07:05Z") },
            { item_id: 242, item_name: "one-of-a-kind", category: "Electronics", starting_price: "4437.45", current_bid: "1.04", end_date: new Date("2023-09-12T17:15:49Z") },
            { item_id: 243, item_name: "one-of-a-kind", category: "Vehicles", starting_price: "1.72", current_bid: "71.36", end_date: new Date("2023-04-25T10:17:40Z") },
            { item_id: 244, item_name: "antique custom", category: "Furniture", starting_price: "20.33", current_bid: "118.65", end_date: new Date("2023-04-09T07:45:12Z") },
            { item_id: 245, item_name: "collectible", category: "Electronics", starting_price: "2967.80", current_bid: "2560.93", end_date: new Date("2023-04-19T21:29:31Z") },
            { item_id: 246, item_name: "designer exclusive rare", category: "Electronics", starting_price: "433.63", current_bid: "169.50", end_date: new Date("2023-09-25T18:07:29Z") },
            { item_id: 247, item_name: "classic collectible", category: "Electronics", starting_price: "2080.68", current_bid: "3.40", end_date: new Date("2023-06-06T16:02:12Z") },
            { item_id: 248, item_name: "handmade", category: "Collectibles", starting_price: "1781.73", current_bid: "1044.25", end_date: new Date("2023-12-12T11:42:27Z") },
            { item_id: 249, item_name: "vintage custom original", category: "Furniture", starting_price: "839.70", current_bid: "47.69", end_date: new Date("2023-11-06T20:40:18Z") },
            { item_id: 250, item_name: "collectible unique modern", category: "Art", starting_price: "2196.91", current_bid: "2566.10", end_date: new Date("2023-08-27T20:12:46Z") },
            { item_id: 251, item_name: "retro", category: "Electronics", starting_price: "142.44", current_bid: "282.96", end_date: new Date("2023-05-07T17:50:06Z") },
            { item_id: 252, item_name: "designer artisanal", category: "Electronics", starting_price: "1682.77", current_bid: "12.28", end_date: new Date("2023-05-07T19:17:30Z") },
            { item_id: 253, item_name: "vintage-inspired handmade", category: "Art", starting_price: "2417.43", current_bid: "110.19", end_date: new Date("2023-08-08T13:00:47Z") },
            { item_id: 254, item_name: "crafted", category: "Art", starting_price: "85.26", current_bid: "4616.76", end_date: new Date("2023-09-04T20:02:51Z") },
            { item_id: 255, item_name: "vintage-inspired one-of-a-kind", category: "Electronics", starting_price: "4207.84", current_bid: "94.82", end_date: new Date("2023-04-12T23:57:58Z") },
            { item_id: 256, item_name: "rare exclusive antique", category: "Electronics", starting_price: "975.68", current_bid: "2104.35", end_date: new Date("2023-01-08T15:42:34Z") },
            { item_id: 257, item_name: "unique handmade", category: "Vehicles", starting_price: "2631.18", current_bid: "494.03", end_date: new Date("2023-02-27T20:45:23Z") },
            { item_id: 258, item_name: "designer", category: "Electronics", starting_price: "261.77", current_bid: "29.65", end_date: new Date("2023-02-03T19:57:41Z") },
            { item_id: 259, item_name: "artisanal", category: "Furniture", starting_price: "3025.63", current_bid: "138.39", end_date: new Date("2023-01-26T18:14:03Z") },
            { item_id: 260, item_name: "modern", category: "Furniture", starting_price: "190.33", current_bid: "2178.37", end_date: new Date("2023-09-22T00:34:54Z") },
            { item_id: 261, item_name: "retro vintage-inspired", category: "Electronics", starting_price: "3595.80", current_bid: "867.96", end_date: new Date("2023-05-30T09:31:24Z") },
            { item_id: 262, item_name: "vintage-inspired", category: "Furniture", starting_price: "10.51", current_bid: "126.66", end_date: new Date("2023-05-15T05:14:08Z") },
            { item_id: 263, item_name: "vintage-inspired handmade", category: "Art", starting_price: "560.35", current_bid: "1062.82", end_date: new Date("2023-05-21T19:35:36Z") },
            { item_id: 264, item_name: "one-of-a-kind crafted exclusive", category: "Electronics", starting_price: "2311.01", current_bid: "1.05", end_date: new Date("2023-11-23T13:22:41Z") },
            { item_id: 265, item_name: "modern rare", category: "Electronics", starting_price: "4472.77", current_bid: "2547.99", end_date: new Date("2023-10-23T11:11:52Z") },
            { item_id: 266, item_name: "unique one-of-a-kind", category: "Electronics", starting_price: "3643.91", current_bid: "3911.74", end_date: new Date("2023-08-21T21:33:03Z") },
            { item_id: 267, item_name: "one-of-a-kind crafted", category: "Vehicles", starting_price: "481.60", current_bid: "1796.22", end_date: new Date("2023-07-08T23:37:07Z") },
            { item_id: 268, item_name: "one-of-a-kind", category: "Electronics", starting_price: "456.66", current_bid: "2872.90", end_date: new Date("2023-01-27T15:57:44Z") },
            { item_id: 269, item_name: "modern custom", category: "Furniture", starting_price: "44.12", current_bid: "3284.36", end_date: new Date("2023-06-17T08:25:34Z") },
            { item_id: 270, item_name: "artisanal collectible one-of-a-kind", category: "Electronics", starting_price: "2195.72", current_bid: "39.81", end_date: new Date("2023-05-20T18:19:47Z") },
            { item_id: 271, item_name: "exclusive vintage-inspired crafted", category: "Electronics", starting_price: "875.87", current_bid: "10.36", end_date: new Date("2023-03-10T19:43:18Z") },
            { item_id: 272, item_name: "antique", category: "Electronics", starting_price: "2426.26", current_bid: "748.94", end_date: new Date("2023-05-23T13:47:32Z") },
            { item_id: 273, item_name: "vintage-inspired vintage", category: "Furniture", starting_price: "4836.31", current_bid: "252.98", end_date: new Date("2023-01-29T11:44:36Z") },
            { item_id: 274, item_name: "premium", category: "Electronics", starting_price: "1064.83", current_bid: "786.77", end_date: new Date("2023-07-19T21:59:39Z") },
            { item_id: 275, item_name: "vintage classic retro", category: "Electronics", starting_price: "1300.44", current_bid: "924.78", end_date: new Date("2023-12-08T13:26:36Z") },
            { item_id: 276, item_name: "exclusive", category: "Electronics", starting_price: "21.25", current_bid: "2.02", end_date: new Date("2023-04-07T20:00:17Z") },
            { item_id: 277, item_name: "modern limited", category: "Electronics", starting_price: "282.88", current_bid: "12.90", end_date: new Date("2023-05-21T22:23:46Z") },
            { item_id: 278, item_name: "antique premium", category: "Electronics", starting_price: "68.39", current_bid: "89.25", end_date: new Date("2023-02-23T21:50:50Z") },
            { item_id: 279, item_name: "custom designer modern", category: "Electronics", starting_price: "3588.16", current_bid: "988.71", end_date: new Date("2023-11-17T16:33:52Z") },
            { item_id: 280, item_name: "antique novelty", category: "Electronics", starting_price: "2571.62", current_bid: "145.73", end_date: new Date("2023-06-06T00:09:21Z") },
            { item_id: 281, item_name: "original handmade", category: "Electronics", starting_price: "1121.72", current_bid: "214.15", end_date: new Date("2023-03-03T11:43:19Z") },
            { item_id: 282, item_name: "novelty vintage", category: "Furniture", starting_price: "4805.32", current_bid: "1391.67", end_date: new Date("2023-09-10T15:24:23Z") },
            { item_id: 283, item_name: "collectible rare limited", category: "Art", starting_price: "394.58", current_bid: "28.44", end_date: new Date("2023-07-05T18:24:40Z") },
            { item_id: 284, item_name: "rare retro", category: "Electronics", starting_price: "484.32", current_bid: "1465.07", end_date: new Date("2023-02-06T08:33:44Z") },
            { item_id: 285, item_name: "vintage-inspired exclusive antique", category: "Collectibles", starting_price: "4310.67", current_bid: "3476.84", end_date: new Date("2023-12-17T17:54:58Z") },
            { item_id: 286, item_name: "exclusive", category: "Electronics", starting_price: "1595.15", current_bid: "2510.41", end_date: new Date("2023-10-09T18:06:15Z") },
            { item_id: 287, item_name: "classic", category: "Electronics", starting_price: "2277.67", current_bid: "1.62", end_date: new Date("2023-06-18T18:44:05Z") },
            { item_id: 288, item_name: "vintage", category: "Furniture", starting_price: "1361.91", current_bid: "4711.32", end_date: new Date("2023-04-09T10:30:32Z") },
            { item_id: 289, item_name: "handmade rare", category: "Electronics", starting_price: "3661.37", current_bid: "2282.74", end_date: new Date("2023-10-29T22:29:47Z") },
            { item_id: 290, item_name: "vintage exclusive", category: "Electronics", starting_price: "1465.65", current_bid: "3154.07", end_date: new Date("2023-12-31T01:31:07Z") },
            { item_id: 291, item_name: "original unique", category: "Electronics", starting_price: "1335.64", current_bid: "1492.18", end_date: new Date("2023-06-12T09:52:06Z") },
            { item_id: 292, item_name: "classic", category: "Vehicles", starting_price: "1760.56", current_bid: "2092.14", end_date: new Date("2023-04-26T10:38:57Z") },
            { item_id: 293, item_name: "classic original", category: "Electronics", starting_price: "3178.85", current_bid: "1465.69", end_date: new Date("2023-04-20T17:35:44Z") },
            { item_id: 294, item_name: "limited original", category: "Electronics", starting_price: "1621.04", current_bid: "278.33", end_date: new Date("2023-05-26T16:50:23Z") },
            { item_id: 295, item_name: "crafted", category: "Electronics", starting_price: "24.41", current_bid: "4309.45", end_date: new Date("2023-11-26T10:30:11Z") },
            { item_id: 296, item_name: "modern", category: "Art", starting_price: "3407.78", current_bid: "3.47", end_date: new Date("2023-10-12T12:30:04Z") },
            { item_id: 297, item_name: "one-of-a-kind original artisanal", category: "Art", starting_price: "1034.65", current_bid: "2398.74", end_date: new Date("2023-04-11T17:47:20Z") },
            { item_id: 298, item_name: "handmade", category: "Electronics", starting_price: "2746.96", current_bid: "650.79", end_date: new Date("2023-07-10T07:56:32Z") },
            { item_id: 299, item_name: "premium designer modern", category: "Electronics", starting_price: "3208.92", current_bid: "4449.01", end_date: new Date("2023-07-11T20:25:17Z") },
            { item_id: 300, item_name: "limited modern vintage-inspired", category: "Electronics", starting_price: "202.13", current_bid: "130.64", end_date: new Date("2023-10-31T08:55:02Z") },
        ],
    });
    await prisma.shipping.createMany({
        data: [
            { shipping_id: 1, carrier_name: "FedEx", shipping_cost: "6.98", estimated_delivery: 8 },
            { shipping_id: 2, carrier_name: "SingaporePost", shipping_cost: "11.41", estimated_delivery: 11 },
            { shipping_id: 3, carrier_name: "CanadaPost", shipping_cost: "121.93", estimated_delivery: 4 },
            { shipping_id: 4, carrier_name: "SingaporePost", shipping_cost: "26.61", estimated_delivery: 3 },
            { shipping_id: 5, carrier_name: "FedEx", shipping_cost: "21.71", estimated_delivery: 3 },
            { shipping_id: 6, carrier_name: "DPD", shipping_cost: "6.07", estimated_delivery: 10 },
            { shipping_id: 7, carrier_name: "FedEx", shipping_cost: "15.63", estimated_delivery: 1 },
            { shipping_id: 8, carrier_name: "FedEx", shipping_cost: "10.26", estimated_delivery: 13 },
            { shipping_id: 9, carrier_name: "Correos", shipping_cost: "163.25", estimated_delivery: 4 },
            { shipping_id: 10, carrier_name: "FedEx", shipping_cost: "39.23", estimated_delivery: 14 },
            { shipping_id: 11, carrier_name: "CanadaPost", shipping_cost: "135.87", estimated_delivery: 7 },
            { shipping_id: 12, carrier_name: "AustraliaPost", shipping_cost: "51.88", estimated_delivery: 7 },
            { shipping_id: 13, carrier_name: "FedEx", shipping_cost: "78.35", estimated_delivery: 9 },
            { shipping_id: 14, carrier_name: "DHL", shipping_cost: "17.13", estimated_delivery: 7 },
            { shipping_id: 15, carrier_name: "GLS", shipping_cost: "5.81", estimated_delivery: 2 },
            { shipping_id: 16, carrier_name: "UPS", shipping_cost: "63.59", estimated_delivery: 13 },
            { shipping_id: 17, carrier_name: "DHL", shipping_cost: "22.71", estimated_delivery: 6 },
            { shipping_id: 18, carrier_name: "JapanPost", shipping_cost: "6.93", estimated_delivery: 9 },
            { shipping_id: 19, carrier_name: "FedEx", shipping_cost: "169.97", estimated_delivery: 6 },
            { shipping_id: 20, carrier_name: "FedEx", shipping_cost: "68.77", estimated_delivery: 2 },
            { shipping_id: 21, carrier_name: "FedEx", shipping_cost: "26.32", estimated_delivery: 3 },
            { shipping_id: 22, carrier_name: "UPS", shipping_cost: "47.35", estimated_delivery: 4 },
            { shipping_id: 23, carrier_name: "DHL", shipping_cost: "5.79", estimated_delivery: 4 },
            { shipping_id: 24, carrier_name: "FedEx", shipping_cost: "19.34", estimated_delivery: 8 },
            { shipping_id: 25, carrier_name: "FedEx", shipping_cost: "164.21", estimated_delivery: 13 },
            { shipping_id: 26, carrier_name: "UPS", shipping_cost: "15.07", estimated_delivery: 10 },
            { shipping_id: 27, carrier_name: "FedEx", shipping_cost: "7.71", estimated_delivery: 13 },
            { shipping_id: 28, carrier_name: "CanadaPost", shipping_cost: "131.25", estimated_delivery: 9 },
            { shipping_id: 29, carrier_name: "FedEx", shipping_cost: "117.79", estimated_delivery: 14 },
            { shipping_id: 30, carrier_name: "FedEx", shipping_cost: "5.99", estimated_delivery: 3 },
            { shipping_id: 31, carrier_name: "RoyalMail", shipping_cost: "159.04", estimated_delivery: 2 },
            { shipping_id: 32, carrier_name: "FedEx", shipping_cost: "182.76", estimated_delivery: 3 },
            { shipping_id: 33, carrier_name: "CanadaPost", shipping_cost: "191.68", estimated_delivery: 8 },
            { shipping_id: 34, carrier_name: "SFExpress", shipping_cost: "62.28", estimated_delivery: 13 },
            { shipping_id: 35, carrier_name: "DHL", shipping_cost: "142.87", estimated_delivery: 3 },
            { shipping_id: 36, carrier_name: "UPS", shipping_cost: "92.66", estimated_delivery: 9 },
            { shipping_id: 37, carrier_name: "FedEx", shipping_cost: "28.68", estimated_delivery: 11 },
            { shipping_id: 38, carrier_name: "FedEx", shipping_cost: "5.30", estimated_delivery: 13 },
            { shipping_id: 39, carrier_name: "PostNL", shipping_cost: "93.65", estimated_delivery: 12 },
            { shipping_id: 40, carrier_name: "ChinaPost", shipping_cost: "192.01", estimated_delivery: 6 },
            { shipping_id: 41, carrier_name: "DPD", shipping_cost: "5.39", estimated_delivery: 3 },
            { shipping_id: 42, carrier_name: "RoyalMail", shipping_cost: "194.97", estimated_delivery: 11 },
            { shipping_id: 43, carrier_name: "FedEx", shipping_cost: "38.17", estimated_delivery: 10 },
            { shipping_id: 44, carrier_name: "RoyalMail", shipping_cost: "6.85", estimated_delivery: 11 },
            { shipping_id: 45, carrier_name: "CanadaPost", shipping_cost: "69.65", estimated_delivery: 7 },
            { shipping_id: 46, carrier_name: "SingaporePost", shipping_cost: "56.09", estimated_delivery: 10 },
            { shipping_id: 47, carrier_name: "Correos", shipping_cost: "168.28", estimated_delivery: 9 },
            { shipping_id: 48, carrier_name: "FedEx", shipping_cost: "157.65", estimated_delivery: 2 },
            { shipping_id: 49, carrier_name: "Hermes", shipping_cost: "134.98", estimated_delivery: 8 },
            { shipping_id: 50, carrier_name: "ChinaPost", shipping_cost: "33.12", estimated_delivery: 11 },
            { shipping_id: 51, carrier_name: "FedEx", shipping_cost: "7.36", estimated_delivery: 8 },
            { shipping_id: 52, carrier_name: "IndiaPost", shipping_cost: "97.86", estimated_delivery: 6 },
            { shipping_id: 53, carrier_name: "FedEx", shipping_cost: "56.02", estimated_delivery: 2 },
            { shipping_id: 54, carrier_name: "DHL", shipping_cost: "168.82", estimated_delivery: 4 },
            { shipping_id: 55, carrier_name: "FedEx", shipping_cost: "8.74", estimated_delivery: 12 },
            { shipping_id: 56, carrier_name: "RoyalMail", shipping_cost: "6.23", estimated_delivery: 11 },
            { shipping_id: 57, carrier_name: "USPS", shipping_cost: "22.00", estimated_delivery: 6 },
            { shipping_id: 58, carrier_name: "PostNL", shipping_cost: "8.86", estimated_delivery: 10 },
            { shipping_id: 59, carrier_name: "JapanPost", shipping_cost: "86.59", estimated_delivery: 11 },
            { shipping_id: 60, carrier_name: "CanadaPost", shipping_cost: "126.54", estimated_delivery: 14 },
            { shipping_id: 61, carrier_name: "TNT", shipping_cost: "162.48", estimated_delivery: 12 },
            { shipping_id: 62, carrier_name: "PostNL", shipping_cost: "36.25", estimated_delivery: 2 },
            { shipping_id: 63, carrier_name: "DPD", shipping_cost: "23.96", estimated_delivery: 6 },
            { shipping_id: 64, carrier_name: "UPS", shipping_cost: "125.59", estimated_delivery: 13 },
            { shipping_id: 65, carrier_name: "DPD", shipping_cost: "39.87", estimated_delivery: 9 },
            { shipping_id: 66, carrier_name: "USPS", shipping_cost: "24.12", estimated_delivery: 13 },
            { shipping_id: 67, carrier_name: "DPD", shipping_cost: "79.85", estimated_delivery: 1 },
            { shipping_id: 68, carrier_name: "DPD", shipping_cost: "7.36", estimated_delivery: 12 },
            { shipping_id: 69, carrier_name: "DHL", shipping_cost: "125.79", estimated_delivery: 11 },
            { shipping_id: 70, carrier_name: "FedEx", shipping_cost: "17.76", estimated_delivery: 11 },
            { shipping_id: 71, carrier_name: "CanadaPost", shipping_cost: "30.37", estimated_delivery: 7 },
            { shipping_id: 72, carrier_name: "FedEx", shipping_cost: "11.62", estimated_delivery: 14 },
            { shipping_id: 73, carrier_name: "Hermes", shipping_cost: "5.01", estimated_delivery: 2 },
            { shipping_id: 74, carrier_name: "Aramex", shipping_cost: "42.06", estimated_delivery: 12 },
            { shipping_id: 75, carrier_name: "DHL", shipping_cost: "32.71", estimated_delivery: 5 },
            { shipping_id: 76, carrier_name: "Hermes", shipping_cost: "74.65", estimated_delivery: 2 },
            { shipping_id: 77, carrier_name: "FedEx", shipping_cost: "91.90", estimated_delivery: 14 },
            { shipping_id: 78, carrier_name: "Hermes", shipping_cost: "47.50", estimated_delivery: 8 },
            { shipping_id: 79, carrier_name: "UPS", shipping_cost: "22.44", estimated_delivery: 6 },
            { shipping_id: 80, carrier_name: "Hermes", shipping_cost: "123.23", estimated_delivery: 11 },
            { shipping_id: 81, carrier_name: "GLS", shipping_cost: "57.65", estimated_delivery: 10 },
            { shipping_id: 82, carrier_name: "Correos", shipping_cost: "138.09", estimated_delivery: 11 },
            { shipping_id: 83, carrier_name: "UPS", shipping_cost: "58.88", estimated_delivery: 6 },
            { shipping_id: 84, carrier_name: "FedEx", shipping_cost: "5.04", estimated_delivery: 11 },
            { shipping_id: 85, carrier_name: "IndiaPost", shipping_cost: "173.53", estimated_delivery: 4 },
            { shipping_id: 86, carrier_name: "CanadaPost", shipping_cost: "97.11", estimated_delivery: 4 },
            { shipping_id: 87, carrier_name: "FedEx", shipping_cost: "12.43", estimated_delivery: 11 },
            { shipping_id: 88, carrier_name: "UPS", shipping_cost: "34.46", estimated_delivery: 3 },
            { shipping_id: 89, carrier_name: "DPD", shipping_cost: "37.98", estimated_delivery: 11 },
            { shipping_id: 90, carrier_name: "UPS", shipping_cost: "127.57", estimated_delivery: 15 },
            { shipping_id: 91, carrier_name: "RoyalMail", shipping_cost: "34.72", estimated_delivery: 15 },
            { shipping_id: 92, carrier_name: "RoyalMail", shipping_cost: "189.51", estimated_delivery: 1 },
            { shipping_id: 93, carrier_name: "DPD", shipping_cost: "12.21", estimated_delivery: 2 },
            { shipping_id: 94, carrier_name: "DPD", shipping_cost: "34.30", estimated_delivery: 11 },
            { shipping_id: 95, carrier_name: "DHL", shipping_cost: "26.98", estimated_delivery: 9 },
            { shipping_id: 96, carrier_name: "Hermes", shipping_cost: "120.56", estimated_delivery: 12 },
            { shipping_id: 97, carrier_name: "FedEx", shipping_cost: "56.06", estimated_delivery: 6 },
            { shipping_id: 98, carrier_name: "FedEx", shipping_cost: "127.53", estimated_delivery: 3 },
            { shipping_id: 99, carrier_name: "FedEx", shipping_cost: "111.34", estimated_delivery: 8 },
            { shipping_id: 100, carrier_name: "DHL", shipping_cost: "33.19", estimated_delivery: 4 },
        ],
    });
    await prisma.users.createMany({
        data: [
            { user_id: 1, full_name: "Priya Schmidt", email: "priya.schmidt@example.com", join_date: "2020-10-18", bidding_history_count: 3, high_value_bidder: false },
            { user_id: 2, full_name: "Theo Martin", email: "theo.martin@example.com", join_date: "2022-10-25", bidding_history_count: 78, high_value_bidder: false },
            { user_id: 3, full_name: "Rosa Davis", email: "rosa.davis@example.net", join_date: "2021-08-10", bidding_history_count: 11, high_value_bidder: false },
            { user_id: 4, full_name: "Uma Kowalski", email: "uma.kowalski@example.org", join_date: "2022-06-17", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 5, full_name: "Ana Vargas", email: "ana.vargas@example.org", join_date: "2022-03-18", bidding_history_count: 38, high_value_bidder: false },
            { user_id: 6, full_name: "Jonas Rossi", email: "jonas.rossi@example.com", join_date: "2021-04-14", bidding_history_count: 25, high_value_bidder: false },
            { user_id: 7, full_name: "Nour Ahmed", email: "nour.ahmed@example.org", join_date: "2022-03-27", bidding_history_count: 1, high_value_bidder: true },
            { user_id: 8, full_name: "Arjun Khan", email: "arjun.khan@example.com", join_date: "2020-08-05", bidding_history_count: 33, high_value_bidder: false },
            { user_id: 9, full_name: "Mia Mendes", email: "mia.mendes@example.com", join_date: "2022-03-18", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 10, full_name: "Andre Ruiz", email: "andre.ruiz@example.net", join_date: "2021-09-03", bidding_history_count: 76, high_value_bidder: false },
            { user_id: 11, full_name: "Nadia Garcia", email: "nadia.garcia@example.org", join_date: "2020-09-02", bidding_history_count: 4, high_value_bidder: true },
            { user_id: 12, full_name: "Sara Ibrahim", email: "sara.ibrahim@example.org", join_date: "2022-07-30", bidding_history_count: 13, high_value_bidder: false },
            { user_id: 13, full_name: "Emma Hansen", email: "emma.hansen@example.org", join_date: "2020-07-30", bidding_history_count: 2, high_value_bidder: false },
            { user_id: 14, full_name: "Tomas Meyer", email: "tomas.meyer@example.org", join_date: "2021-03-28", bidding_history_count: 35, high_value_bidder: false },
            { user_id: 15, full_name: "David Adams", email: "david.adams@example.org", join_date: "2022-11-06", bidding_history_count: 61, high_value_bidder: false },
            { user_id: 16, full_name: "Jonas Pereira", email: "jonas.pereira@example.net", join_date: "2022-07-01", bidding_history_count: 44, high_value_bidder: false },
            { user_id: 17, full_name: "Maria Gupta", email: "maria.gupta@example.org", join_date: "2022-08-30", bidding_history_count: 0, high_value_bidder: true },
            { user_id: 18, full_name: "Ana Nakamura", email: "ana.nakamura@example.net", join_date: "2022-04-18", bidding_history_count: 30, high_value_bidder: false },
            { user_id: 19, full_name: "Uma Mendes", email: "uma.mendes@example.com", join_date: "2022-06-25", bidding_history_count: 44, high_value_bidder: false },
            { user_id: 20, full_name: "Sven Wright", email: "sven.wright@example.net", join_date: "2021-11-21", bidding_history_count: 0, high_value_bidder: false },
            { user_id: 21, full_name: "Priya Chen", email: "priya.chen@example.org", join_date: "2020-03-21", bidding_history_count: 49, high_value_bidder: false },
            { user_id: 22, full_name: "Zoe Fischer", email: "zoe.fischer@example.org", join_date: "2021-05-19", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 23, full_name: "Liam Murphy", email: "liam.murphy@example.org", join_date: "2022-09-08", bidding_history_count: 87, high_value_bidder: false },
            { user_id: 24, full_name: "Selin Larsen", email: "selin.larsen@example.com", join_date: "2020-09-27", bidding_history_count: 63, high_value_bidder: true },
            { user_id: 25, full_name: "Jade Hansen", email: "jade.hansen@example.org", join_date: "2022-09-15", bidding_history_count: 2, high_value_bidder: false },
            { user_id: 26, full_name: "Mohamed Evans", email: "mohamed.evans@example.com", join_date: "2022-10-05", bidding_history_count: 29, high_value_bidder: false },
            { user_id: 27, full_name: "Isaac Meyer", email: "isaac.meyer@example.org", join_date: "2022-12-28", bidding_history_count: 16, high_value_bidder: false },
            { user_id: 28, full_name: "Anna Johnson", email: "anna.johnson@example.org", join_date: "2022-04-30", bidding_history_count: 92, high_value_bidder: false },
            { user_id: 29, full_name: "Victor Wright", email: "victor.wright@example.org", join_date: "2020-02-07", bidding_history_count: 7, high_value_bidder: true },
            { user_id: 30, full_name: "Hugo Young", email: "hugo.young@example.net", join_date: "2021-08-03", bidding_history_count: 33, high_value_bidder: false },
            { user_id: 31, full_name: "Carla Johnson", email: "carla.johnson@example.com", join_date: "2021-11-02", bidding_history_count: 9, high_value_bidder: false },
            { user_id: 32, full_name: "Hana Pereira", email: "hana.pereira@example.com", join_date: "2022-05-08", bidding_history_count: 56, high_value_bidder: true },
            { user_id: 33, full_name: "Karim Kowalski", email: "karim.kowalski@example.com", join_date: "2022-07-07", bidding_history_count: 0, high_value_bidder: false },
            { user_id: 34, full_name: "Marco Walker", email: "marco.walker@example.net", join_date: "2021-08-13", bidding_history_count: 0, high_value_bidder: false },
            { user_id: 35, full_name: "Sam Clark", email: "sam.clark@example.org", join_date: "2021-01-24", bidding_history_count: 90, high_value_bidder: false },
            { user_id: 36, full_name: "Chloe Moreau", email: "chloe.moreau@example.net", join_date: "2020-03-16", bidding_history_count: 19, high_value_bidder: false },
            { user_id: 37, full_name: "Daniel Hoffmann", email: "daniel.hoffmann@example.net", join_date: "2021-08-09", bidding_history_count: 60, high_value_bidder: false },
            { user_id: 38, full_name: "Marco Murphy", email: "marco.murphy@example.org", join_date: "2022-12-25", bidding_history_count: 88, high_value_bidder: false },
            { user_id: 39, full_name: "Rosa Baker", email: "rosa.baker@example.net", join_date: "2022-10-19", bidding_history_count: 19, high_value_bidder: false },
            { user_id: 40, full_name: "Karim Tanaka", email: "karim.tanaka@example.net", join_date: "2022-02-22", bidding_history_count: 27, high_value_bidder: false },
            { user_id: 41, full_name: "Elif Fischer", email: "elif.fischer@example.org", join_date: "2022-06-02", bidding_history_count: 17, high_value_bidder: false },
            { user_id: 42, full_name: "Uma Baker", email: "uma.baker@example.org", join_date: "2021-08-10", bidding_history_count: 10, high_value_bidder: false },
            { user_id: 43, full_name: "Lena Kumar", email: "lena.kumar@example.com", join_date: "2021-07-30", bidding_history_count: 9, high_value_bidder: false },
            { user_id: 44, full_name: "Omar Taylor", email: "omar.taylor@example.com", join_date: "2022-02-03", bidding_history_count: 2, high_value_bidder: true },
            { user_id: 45, full_name: "Anna Yilmaz", email: "anna.yilmaz@example.net", join_date: "2022-02-02", bidding_history_count: 45, high_value_bidder: false },
            { user_id: 46, full_name: "Maja Tanaka", email: "maja.tanaka@example.com", join_date: "2022-05-13", bidding_history_count: 33, high_value_bidder: false },
            { user_id: 47, full_name: "Andre Kowalski", email: "andre.kowalski@example.net", join_date: "2022-12-25", bidding_history_count: 0, high_value_bidder: false },
            { user_id: 48, full_name: "Hana Meyer", email: "hana.meyer@example.net", join_date: "2021-04-14", bidding_history_count: 66, high_value_bidder: false },
            { user_id: 49, full_name: "Olivia Yilmaz", email: "olivia.yilmaz@example.net", join_date: "2022-11-10", bidding_history_count: 9, high_value_bidder: false },
            { user_id: 50, full_name: "Yara Jensen", email: "yara.jensen@example.net", join_date: "2022-10-19", bidding_history_count: 75, high_value_bidder: false },
            { user_id: 51, full_name: "Ana Sousa", email: "ana.sousa@example.com", join_date: "2020-04-12", bidding_history_count: 83, high_value_bidder: false },
            { user_id: 52, full_name: "Hugo Castro", email: "hugo.castro@example.org", join_date: "2020-03-03", bidding_history_count: 2, high_value_bidder: false },
            { user_id: 53, full_name: "Carla Fischer", email: "carla.fischer@example.net", join_date: "2022-05-20", bidding_history_count: 99, high_value_bidder: false },
            { user_id: 54, full_name: "Oscar Murphy", email: "oscar.murphy@example.org", join_date: "2022-07-11", bidding_history_count: 36, high_value_bidder: false },
            { user_id: 55, full_name: "Fatima Bennett", email: "fatima.bennett@example.net", join_date: "2021-02-05", bidding_history_count: 49, high_value_bidder: false },
            { user_id: 56, full_name: "Zara Costa", email: "zara.costa@example.com", join_date: "2022-12-27", bidding_history_count: 11, high_value_bidder: true },
            { user_id: 57, full_name: "Daniel Wilson", email: "daniel.wilson@example.com", join_date: "2022-07-20", bidding_history_count: 3, high_value_bidder: true },
            { user_id: 58, full_name: "Ana Young", email: "ana.young@example.com", join_date: "2020-12-28", bidding_history_count: 99, high_value_bidder: true },
            { user_id: 59, full_name: "Ibrahim Ibrahim", email: "ibrahim.ibrahim@example.net", join_date: "2022-01-22", bidding_history_count: 99, high_value_bidder: false },
            { user_id: 60, full_name: "Theo Sousa", email: "theo.sousa@example.org", join_date: "2022-10-11", bidding_history_count: 0, high_value_bidder: true },
            { user_id: 61, full_name: "Priya Reyes", email: "priya.reyes@example.net", join_date: "2022-12-20", bidding_history_count: 82, high_value_bidder: false },
            { user_id: 62, full_name: "Karim Tanaka", email: "karim.tanaka@example.org", join_date: "2022-01-27", bidding_history_count: 66, high_value_bidder: false },
            { user_id: 63, full_name: "Isaac Andersen", email: "isaac.andersen@example.com", join_date: "2022-06-19", bidding_history_count: 14, high_value_bidder: false },
            { user_id: 64, full_name: "Oscar Fischer", email: "oscar.fischer@example.com", join_date: "2021-03-20", bidding_history_count: 54, high_value_bidder: false },
            { user_id: 65, full_name: "Alice Ahmed", email: "alice.ahmed@example.org", join_date: "2022-02-20", bidding_history_count: 16, high_value_bidder: true },
            { user_id: 66, full_name: "Jonas Vargas", email: "jonas.vargas@example.net", join_date: "2022-06-01", bidding_history_count: 70, high_value_bidder: false },
            { user_id: 67, full_name: "Lucas Sousa", email: "lucas.sousa@example.net", join_date: "2020-01-07", bidding_history_count: 91, high_value_bidder: false },
            { user_id: 68, full_name: "Paula Torres", email: "paula.torres@example.org", join_date: "2020-06-13", bidding_history_count: 20, high_value_bidder: false },
            { user_id: 69, full_name: "Tomas Jensen", email: "tomas.jensen@example.org", join_date: "2022-03-13", bidding_history_count: 41, high_value_bidder: false },
            { user_id: 70, full_name: "Elena Schneider", email: "elena.schneider@example.org", join_date: "2020-10-22", bidding_history_count: 67, high_value_bidder: false },
            { user_id: 71, full_name: "Mia Ruiz", email: "mia.ruiz@example.net", join_date: "2021-03-13", bidding_history_count: 8, high_value_bidder: false },
            { user_id: 72, full_name: "Amir Zhang", email: "amir.zhang@example.net", join_date: "2021-01-30", bidding_history_count: 9, high_value_bidder: true },
            { user_id: 73, full_name: "Ethan Adams", email: "ethan.adams@example.net", join_date: "2021-11-25", bidding_history_count: 94, high_value_bidder: false },
            { user_id: 74, full_name: "Wei Ali", email: "wei.ali@example.net", join_date: "2022-02-17", bidding_history_count: 64, high_value_bidder: false },
            { user_id: 75, full_name: "Hana Vargas", email: "hana.vargas@example.org", join_date: "2020-10-02", bidding_history_count: 8, high_value_bidder: false },
            { user_id: 76, full_name: "Andre Chen", email: "andre.chen@example.net", join_date: "2022-02-06", bidding_history_count: 88, high_value_bidder: false },
            { user_id: 77, full_name: "Sam Evans", email: "sam.evans@example.com", join_date: "2022-06-29", bidding_history_count: 21, high_value_bidder: false },
            { user_id: 78, full_name: "Ines Almeida", email: "ines.almeida@example.org", join_date: "2021-05-23", bidding_history_count: 37, high_value_bidder: false },
            { user_id: 79, full_name: "Omar Yilmaz", email: "omar.yilmaz@example.net", join_date: "2022-03-12", bidding_history_count: 64, high_value_bidder: false },
            { user_id: 80, full_name: "Anna Yilmaz", email: "anna.yilmaz@example.com", join_date: "2022-01-08", bidding_history_count: 22, high_value_bidder: false },
            { user_id: 81, full_name: "Sven Reyes", email: "sven.reyes@example.org", join_date: "2022-02-23", bidding_history_count: 29, high_value_bidder: false },
            { user_id: 82, full_name: "Julia Vargas", email: "julia.vargas@example.net", join_date: "2020-11-02", bidding_history_count: 49, high_value_bidder: false },
            { user_id: 83, full_name: "Ethan Almeida", email: "ethan.almeida@example.com", join_date: "2022-06-19", bidding_history_count: 45, high_value_bidder: false },
            { user_id: 84, full_name: "Emma Taylor", email: "emma.taylor@example.net", join_date: "2022-10-19", bidding_history_count: 20, high_value_bidder: true },
            { user_id: 85, full_name: "Yusuf Cruz", email: "yusuf.cruz@example.org", join_date: "2020-06-09", bidding_history_count: 48, high_value_bidder: false },
            { user_id: 86, full_name: "Ivan Almeida", email: "ivan.almeida@example.net", join_date: "2021-06-08", bidding_history_count: 32, high_value_bidder: false },
            { user_id: 87, full_name: "Mateo Ali", email: "mateo.ali@example.org", join_date: "2021-11-18", bidding_history_count: 63, high_value_bidder: false },
            { user_id: 88, full_name: "Grace Gupta", email: "grace.gupta@example.net", join_date: "2022-04-22", bidding_history_count: 61, high_value_bidder: false },
            { user_id: 89, full_name: "Uma Meyer", email: "uma.meyer@example.com", join_date: "2022-02-22", bidding_history_count: 20, high_value_bidder: false },
            { user_id: 90, full_name: "Ethan Kowalski", email: "ethan.kowalski@example.com", join_date: "2022-01-17", bidding_history_count: 7, high_value_bidder: false },
            { user_id: 91, full_name: "Elif Sousa", email: "elif.sousa@example.net", join_date: "2022-12-20", bidding_history_count: 23, high_value_bidder: false },
            { user_id: 92, full_name: "Victor Bauer", email: "victor.bauer@example.com", join_date: "2021-04-26", bidding_history_count: 68, high_value_bidder: false },
            { user_id: 93, full_name: "Lucas Diaz", email: "lucas.diaz@example.org", join_date: "2020-12-17", bidding_history_count: 66, high_value_bidder: false },
            { user_id: 94, full_name: "Uma Johnson", email: "uma.johnson@example.com", join_date: "2021-01-30", bidding_history_count: 49, high_value_bidder: false },
            { user_id: 95, full_name: "Daniel Kowalski", email: "daniel.kowalski@example.org", join_date: "2020-09-02", bidding_history_count: 33, high_value_bidder: false },
            { user_id: 96, full_name: "Ibrahim Gomez", email: "ibrahim.gomez@example.org", join_date: "2022-11-28", bidding_history_count: 80, high_value_bidder: false },
            { user_id: 97, full_name: "Nina Wang", email: "nina.wang@example.net", join_date: "2022-09-09", bidding_history_count: 47, high_value_bidder: false },
            { user_id: 98, full_name: "Emma Johnson", email: "emma.johnson@example.org", join_date: "2021-11-04", bidding_history_count: 51, high_value_bidder: false },
            { user_id: 99, full_name: "Omar Nguyen", email: "omar.nguyen@example.net", join_date: "2022-04-13", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 100, full_name: "Wei Hansen", email: "wei.hansen@example.net", join_date: "2020-05-19", bidding_history_count: 69, high_value_bidder: false },
            { user_id: 101, full_name: "Hugo Hansen", email: "hugo.hansen@example.com", join_date: "2021-07-18", bidding_history_count: 1, high_value_bidder: true },
            { user_id: 102, full_name: "Carlos Silva", email: "carlos.silva@example.com", join_date: "2020-04-26", bidding_history_count: 32, high_value_bidder: false },
            { user_id: 103, full_name: "Noah Vargas", email: "noah.vargas@example.com", join_date: "2020-09-02", bidding_history_count: 5, high_value_bidder: true },
            { user_id: 104, full_name: "Kai Jensen", email: "kai.jensen@example.org", join_date: "2020-08-30", bidding_history_count: 4, high_value_bidder: false },
            { user_id: 105, full_name: "Alice Yilmaz", email: "alice.yilmaz@example.org", join_date: "2022-08-21", bidding_history_count: 8, high_value_bidder: false },
            { user_id: 106, full_name: "Zara Wang", email: "zara.wang@example.net", join_date: "2021-09-15", bidding_history_count: 19, high_value_bidder: false },
            { user_id: 107, full_name: "Priya Castro", email: "priya.castro@example.net", join_date: "2022-01-27", bidding_history_count: 45, high_value_bidder: true },
            { user_id: 108, full_name: "Yusuf Nguyen", email: "yusuf.nguyen@example.net", join_date: "2022-06-22", bidding_history_count: 35, high_value_bidder: false },
            { user_id: 109, full_name: "Chen Hansen", email: "chen.hansen@example.net", join_date: "2022-03-07", bidding_history_count: 86, high_value_bidder: false },
            { user_id: 110, full_name: "Ivan Hassan", email: "ivan.hassan@example.org", join_date: "2022-12-04", bidding_history_count: 27, high_value_bidder: false },
            { user_id: 111, full_name: "Oscar Nakamura", email: "oscar.nakamura@example.net", join_date: "2022-05-28", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 112, full_name: "Ibrahim Hansen", email: "ibrahim.hansen@example.net", join_date: "2021-05-27", bidding_history_count: 16, high_value_bidder: false },
            { user_id: 113, full_name: "Diego Almeida", email: "diego.almeida@example.com", join_date: "2021-02-26", bidding_history_count: 43, high_value_bidder: false },
            { user_id: 114, full_name: "Ana Bauer", email: "ana.bauer@example.org", join_date: "2022-08-15", bidding_history_count: 6, high_value_bidder: true },
            { user_id: 115, full_name: "Uma Gomez", email: "uma.gomez@example.org", join_date: "2020-04-20", bidding_history_count: 25, high_value_bidder: true },
            { user_id: 116, full_name: "Amir Smith", email: "amir.smith@example.com", join_date: "2022-10-31", bidding_history_count: 7, high_value_bidder: false },
            { user_id: 117, full_name: "Sam Kowalski", email: "sam.kowalski@example.com", join_date: "2020-06-05", bidding_history_count: 7, high_value_bidder: false },
            { user_id: 118, full_name: "Rafael Mendes", email: "rafael.mendes@example.org", join_date: "2021-06-14", bidding_history_count: 20, high_value_bidder: false },
            { user_id: 119, full_name: "Wei Wang", email: "wei.wang@example.com", join_date: "2021-04-17", bidding_history_count: 95, high_value_bidder: false },
            { user_id: 120, full_name: "Laura Kim", email: "laura.kim@example.com", join_date: "2021-07-14", bidding_history_count: 87, high_value_bidder: false },
            { user_id: 121, full_name: "Uma Mendes", email: "uma.mendes@example.com", join_date: "2022-01-22", bidding_history_count: 94, high_value_bidder: true },
            { user_id: 122, full_name: "Tomas Lee", email: "tomas.lee@example.net", join_date: "2020-09-24", bidding_history_count: 39, high_value_bidder: false },
            { user_id: 123, full_name: "Tomas Hoffmann", email: "tomas.hoffmann@example.com", join_date: "2022-06-16", bidding_history_count: 0, high_value_bidder: true },
            { user_id: 124, full_name: "Pedro Evans", email: "pedro.evans@example.org", join_date: "2021-11-14", bidding_history_count: 21, high_value_bidder: false },
            { user_id: 125, full_name: "James Vargas", email: "james.vargas@example.com", join_date: "2022-11-22", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 126, full_name: "Rafael Weber", email: "rafael.weber@example.net", join_date: "2020-11-28", bidding_history_count: 83, high_value_bidder: false },
            { user_id: 127, full_name: "Nour Cruz", email: "nour.cruz@example.net", join_date: "2022-12-04", bidding_history_count: 48, high_value_bidder: false },
            { user_id: 128, full_name: "Diego Wright", email: "diego.wright@example.net", join_date: "2021-11-29", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 129, full_name: "Hannah Clark", email: "hannah.clark@example.com", join_date: "2021-10-28", bidding_history_count: 0, high_value_bidder: false },
            { user_id: 130, full_name: "Rosa Dubois", email: "rosa.dubois@example.org", join_date: "2022-04-24", bidding_history_count: 6, high_value_bidder: false },
            { user_id: 131, full_name: "James Andersen", email: "james.andersen@example.com", join_date: "2022-04-27", bidding_history_count: 78, high_value_bidder: false },
            { user_id: 132, full_name: "Noah Miller", email: "noah.miller@example.net", join_date: "2020-05-28", bidding_history_count: 19, high_value_bidder: false },
            { user_id: 133, full_name: "Mia Bauer", email: "mia.bauer@example.net", join_date: "2020-09-16", bidding_history_count: 26, high_value_bidder: false },
            { user_id: 134, full_name: "Zoe Wilson", email: "zoe.wilson@example.org", join_date: "2022-02-08", bidding_history_count: 62, high_value_bidder: false },
            { user_id: 135, full_name: "Julia Hughes", email: "julia.hughes@example.net", join_date: "2021-05-26", bidding_history_count: 2, high_value_bidder: false },
            { user_id: 136, full_name: "Ana Becker", email: "ana.becker@example.net", join_date: "2021-04-26", bidding_history_count: 95, high_value_bidder: false },
            { user_id: 137, full_name: "Hugo Martin", email: "hugo.martin@example.com", join_date: "2022-03-12", bidding_history_count: 5, high_value_bidder: true },
            { user_id: 138, full_name: "Ethan Taylor", email: "ethan.taylor@example.org", join_date: "2021-11-05", bidding_history_count: 1, high_value_bidder: false },
            { user_id: 139, full_name: "Andre Wright", email: "andre.wright@example.org", join_date: "2022-01-25", bidding_history_count: 26, high_value_bidder: false },
            { user_id: 140, full_name: "Chen Evans", email: "chen.evans@example.net", join_date: "2022-04-19", bidding_history_count: 24, high_value_bidder: false },
            { user_id: 141, full_name: "Ines Wilson", email: "ines.wilson@example.com", join_date: "2022-05-13", bidding_history_count: 0, high_value_bidder: false },
            { user_id: 142, full_name: "Ines Adams", email: "ines.adams@example.net", join_date: "2020-11-14", bidding_history_count: 8, high_value_bidder: true },
            { user_id: 143, full_name: "Lucas Nguyen", email: "lucas.nguyen@example.com", join_date: "2022-09-27", bidding_history_count: 6, high_value_bidder: false },
            { user_id: 144, full_name: "Felix Nguyen", email: "felix.nguyen@example.net", join_date: "2021-06-27", bidding_history_count: 52, high_value_bidder: true },
            { user_id: 145, full_name: "Sofia Smith", email: "sofia.smith@example.org", join_date: "2022-05-13", bidding_history_count: 2, high_value_bidder: false },
            { user_id: 146, full_name: "Karim Costa", email: "karim.costa@example.com", join_date: "2020-06-11", bidding_history_count: 13, high_value_bidder: false },
            { user_id: 147, full_name: "Rosa Murphy", email: "rosa.murphy@example.com", join_date: "2022-04-13", bidding_history_count: 8, high_value_bidder: true },
            { user_id: 148, full_name: "Zara Ibrahim", email: "zara.ibrahim@example.net", join_date: "2022-05-23", bidding_history_count: 59, high_value_bidder: true },
            { user_id: 149, full_name: "Leo Sousa", email: "leo.sousa@example.org", join_date: "2022-03-01", bidding_history_count: 14, high_value_bidder: false },
            { user_id: 150, full_name: "Ivan Reyes", email: "ivan.reyes@example.net", join_date: "2022-11-30", bidding_history_count: 11, high_value_bidder: false },
        ],
    });
    await prisma.bids.createMany({
        data: [
            { bid_id: 1, user_id: 65, item_id: 24, bid_amount: "2908.76", bid_time: new Date("2023-08-25T21:50:53Z"), bid_increment: "522.97" },
            { bid_id: 2, user_id: 24, item_id: 275, bid_amount: "2674.14", bid_time: new Date("2023-04-29T17:30:01Z"), bid_increment: "413.79" },
            { bid_id: 3, user_id: 97, item_id: 184, bid_amount: "1653.27", bid_time: new Date("2023-09-14T18:04:20Z"), bid_increment: "555.32" },
            { bid_id: 4, user_id: 86, item_id: 280, bid_amount: "172.41", bid_time: new Date("2023-03-09T10:13:09Z"), bid_increment: "347.31" },
            { bid_id: 5, user_id: 95, item_id: 166, bid_amount: "206.91", bid_time: new Date("2023-05-16T15:42:14Z"), bid_increment: "73.29" },
            { bid_id: 6, user_id: 128, item_id: 21, bid_amount: "62.42", bid_time: new Date("2023-04-17T18:33:49Z"), bid_increment: "513.97" },
            { bid_id: 7, user_id: 81, item_id: 82, bid_amount: "26.72", bid_time: new Date("2023-01-04T11:23:32Z"), bid_increment: "477.82" },
            { bid_id: 8, user_id: 146, item_id: 80, bid_amount: "3003.75", bid_time: new Date("2023-05-30T17:52:50Z"), bid_increment: "324.65" },
            { bid_id: 9, user_id: 51, item_id: 2, bid_amount: "115.96", bid_time: new Date("2023-02-27T12:24:28Z"), bid_increment: "450.44" },
            { bid_id: 10, user_id: 82, item_id: 247, bid_amount: "1198.95", bid_time: new Date("2023-03-14T12:12:42Z"), bid_increment: "337.55" },
            { bid_id: 11, user_id: 111, item_id: 244, bid_amount: "72.62", bid_time: new Date("2023-06-09T14:35:19Z"), bid_increment: "337.39" },
            { bid_id: 12, user_id: 78, item_id: 62, bid_amount: "2573.95", bid_time: new Date("2023-01-07T20:53:24Z"), bid_increment: "686.45" },
            { bid_id: 13, user_id: 149, item_id: 193, bid_amount: "26.50", bid_time: new Date("2023-12-07T13:51:29Z"), bid_increment: "669.73" },
            { bid_id: 14, user_id: 104, item_id: 196, bid_amount: "1.00", bid_time: new Date("2023-12-01T20:47:08Z"), bid_increment: "564.70" },
            { bid_id: 15, user_id: 24, item_id: 91, bid_amount: "4146.42", bid_time: new Date("2023-01-08T21:43:12Z"), bid_increment: "644.86" },
            { bid_id: 16, user_id: 55, item_id: 27, bid_amount: "3742.59", bid_time: new Date("2023-09-10T05:19:38Z"), bid_increment: "587.72" },
            { bid_id: 17, user_id: 84, item_id: 69, bid_amount: "40.37", bid_time: new Date("2023-07-31T19:21:02Z"), bid_increment: "453.70" },
            { bid_id: 18, user_id: 129, item_id: 189, bid_amount: "5.99", bid_time: new Date("2023-06-18T21:33:49Z"), bid_increment: "652.91" },
            { bid_id: 19, user_id: 82, item_id: 281, bid_amount: "1.09", bid_time: new Date("2023-08-10T18:18:22Z"), bid_increment: "339.77" },
            { bid_id: 20, user_id: 79, item_id: 65, bid_amount: "4180.46", bid_time: new Date("2023-10-29T11:27:09Z"), bid_increment: "442.84" },
            { bid_id: 21, user_id: 87, item_id: 17, bid_amount: "169.55", bid_time: new Date("2023-01-24T17:13:30Z"), bid_increment: "401.86" },
            { bid_id: 22, user_id: 58, item_id: 256, bid_amount: "136.92", bid_time: new Date("2023-06-21T22:45:39Z"), bid_increment: "482.70" },
            { bid_id: 23, user_id: 35, item_id: 253, bid_amount: "946.97", bid_time: new Date("2023-07-06T09:52:27Z"), bid_increment: "269.84" },
            { bid_id: 24, user_id: 100, item_id: 1, bid_amount: "2335.11", bid_time: new Date("2023-06-19T13:56:35Z"), bid_increment: "502.42" },
            { bid_id: 25, user_id: 43, item_id: 252, bid_amount: "18.93", bid_time: new Date("2023-02-13T21:40:41Z"), bid_increment: "761.90" },
            { bid_id: 26, user_id: 122, item_id: 20, bid_amount: "4537.51", bid_time: new Date("2023-08-02T16:30:29Z"), bid_increment: "536.82" },
            { bid_id: 27, user_id: 128, item_id: 135, bid_amount: "36.76", bid_time: new Date("2023-04-28T10:33:47Z"), bid_increment: "424.71" },
            { bid_id: 28, user_id: 138, item_id: 62, bid_amount: "2659.09", bid_time: new Date("2023-08-13T12:31:54Z"), bid_increment: "355.68" },
            { bid_id: 29, user_id: 25, item_id: 245, bid_amount: "821.19", bid_time: new Date("2023-01-21T17:22:14Z"), bid_increment: "388.49" },
            { bid_id: 30, user_id: 36, item_id: 206, bid_amount: "2633.40", bid_time: new Date("2023-09-29T13:37:59Z"), bid_increment: "754.03" },
            { bid_id: 31, user_id: 87, item_id: 45, bid_amount: "7.24", bid_time: new Date("2023-11-14T17:10:54Z"), bid_increment: "712.08" },
            { bid_id: 32, user_id: 49, item_id: 237, bid_amount: "342.18", bid_time: new Date("2023-08-13T16:44:06Z"), bid_increment: "402.25" },
            { bid_id: 33, user_id: 53, item_id: 14, bid_amount: "980.75", bid_time: new Date("2023-05-12T21:09:05Z"), bid_increment: "250.73" },
            { bid_id: 34, user_id: 139, item_id: 214, bid_amount: "100.06", bid_time: new Date("2023-07-27T14:25:25Z"), bid_increment: "770.18" },
            { bid_id: 35, user_id: 57, item_id: 242, bid_amount: "1642.99", bid_time: new Date("2023-03-30T12:52:24Z"), bid_increment: "416.78" },
            { bid_id: 36, user_id: 141, item_id: 61, bid_amount: "1186.90", bid_time: new Date("2023-06-07T10:03:02Z"), bid_increment: "566.32" },
            { bid_id: 37, user_id: 133, item_id: 200, bid_amount: "3214.72", bid_time: new Date("2023-04-10T20:40:23Z"), bid_increment: "419.55" },
            { bid_id: 38, user_id: 3, item_id: 134, bid_amount: "314.23", bid_time: new Date("2023-06-15T17:21:21Z"), bid_increment: "323.27" },
            { bid_id: 39, user_id: 1, item_id: 132, bid_amount: "873.88", bid_time: new Date("2023-09-15T20:09:02Z"), bid_increment: "647.57" },
            { bid_id: 40, user_id: 106, item_id: 38, bid_amount: "26.41", bid_time: new Date("2023-11-25T19:05:56Z"), bid_increment: "640.66" },
            { bid_id: 41, user_id: 28, item_id: 252, bid_amount: "202.90", bid_time: new Date("2023-05-17T21:25:57Z"), bid_increment: "651.76" },
            { bid_id: 42, user_id: 82, item_id: 98, bid_amount: "309.84", bid_time: new Date("2023-03-28T09:18:14Z"), bid_increment: "231.71" },
            { bid_id: 43, user_id: 141, item_id: 97, bid_amount: "2971.73", bid_time: new Date("2023-09-12T17:27:28Z"), bid_increment: "607.46" },
            { bid_id: 44, user_id: 145, item_id: 298, bid_amount: "87.50", bid_time: new Date("2023-09-22T11:43:19Z"), bid_increment: "503.09" },
            { bid_id: 45, user_id: 37, item_id: 250, bid_amount: "1286.92", bid_time: new Date("2023-11-16T12:06:34Z"), bid_increment: "458.51" },
            { bid_id: 46, user_id: 82, item_id: 38, bid_amount: "675.25", bid_time: new Date("2023-06-04T01:46:50Z"), bid_increment: "344.33" },
            { bid_id: 47, user_id: 35, item_id: 228, bid_amount: "3676.64", bid_time: new Date("2023-12-16T16:47:42Z"), bid_increment: "498.41" },
            { bid_id: 48, user_id: 95, item_id: 155, bid_amount: "205.55", bid_time: new Date("2023-03-18T08:39:30Z"), bid_increment: "496.44" },
            { bid_id: 49, user_id: 50, item_id: 216, bid_amount: "673.44", bid_time: new Date("2023-06-29T16:42:04Z"), bid_increment: "599.70" },
            { bid_id: 50, user_id: 64, item_id: 108, bid_amount: "4642.73", bid_time: new Date("2023-10-18T12:49:22Z"), bid_increment: "477.69" },
            { bid_id: 51, user_id: 96, item_id: 255, bid_amount: "723.64", bid_time: new Date("2023-08-26T11:34:07Z"), bid_increment: "352.97" },
            { bid_id: 52, user_id: 30, item_id: 213, bid_amount: "1041.90", bid_time: new Date("2023-08-27T06:48:11Z"), bid_increment: "396.04" },
            { bid_id: 53, user_id: 28, item_id: 83, bid_amount: "9.55", bid_time: new Date("2023-11-28T11:35:57Z"), bid_increment: "183.34" },
            { bid_id: 54, user_id: 13, item_id: 108, bid_amount: "418.30", bid_time: new Date("2023-12-01T18:02:55Z"), bid_increment: "545.40" },
            { bid_id: 55, user_id: 82, item_id: 287, bid_amount: "611.61", bid_time: new Date("2023-10-29T17:47:18Z"), bid_increment: "281.24" },
            { bid_id: 56, user_id: 137, item_id: 168, bid_amount: "3885.01", bid_time: new Date("2023-07-04T07:41:53Z"), bid_increment: "448.27" },
            { bid_id: 57, user_id: 36, item_id: 232, bid_amount: "780.90", bid_time: new Date("2023-03-13T09:04:30Z"), bid_increment: "636.76" },
            { bid_id: 58, user_id: 133, item_id: 159, bid_amount: "28.77", bid_time: new Date("2023-12-01T18:30:10Z"), bid_increment: "474.42" },
            { bid_id: 59, user_id: 15, item_id: 81, bid_amount: "1774.34", bid_time: new Date("2023-03-09T12:40:23Z"), bid_increment: "615.88" },
            { bid_id: 60, user_id: 147, item_id: 63, bid_amount: "969.97", bid_time: new Date("2023-12-22T20:55:33Z"), bid_increment: "540.74" },
            { bid_id: 61, user_id: 58, item_id: 5, bid_amount: "116.45", bid_time: new Date("2023-05-31T12:49:51Z"), bid_increment: "599.46" },
            { bid_id: 62, user_id: 112, item_id: 185, bid_amount: "1.09", bid_time: new Date("2023-12-24T13:21:43Z"), bid_increment: "429.57" },
            { bid_id: 63, user_id: 64, item_id: 105, bid_amount: "228.97", bid_time: new Date("2023-07-18T17:30:26Z"), bid_increment: "565.22" },
            { bid_id: 64, user_id: 88, item_id: 198, bid_amount: "103.20", bid_time: new Date("2023-12-13T10:54:34Z"), bid_increment: "797.46" },
            { bid_id: 65, user_id: 14, item_id: 289, bid_amount: "4212.38", bid_time: new Date("2023-04-06T17:28:19Z"), bid_increment: "370.39" },
            { bid_id: 66, user_id: 144, item_id: 96, bid_amount: "3336.50", bid_time: new Date("2023-11-21T10:38:16Z"), bid_increment: "620.14" },
            { bid_id: 67, user_id: 68, item_id: 247, bid_amount: "48.75", bid_time: new Date("2023-01-28T19:20:52Z"), bid_increment: "665.82" },
            { bid_id: 68, user_id: 74, item_id: 136, bid_amount: "814.16", bid_time: new Date("2023-04-16T11:07:25Z"), bid_increment: "498.12" },
            { bid_id: 69, user_id: 37, item_id: 112, bid_amount: "39.19", bid_time: new Date("2023-01-23T18:54:57Z"), bid_increment: "500.11" },
            { bid_id: 70, user_id: 74, item_id: 116, bid_amount: "22.36", bid_time: new Date("2023-08-09T08:55:22Z"), bid_increment: "536.46" },
            { bid_id: 71, user_id: 23, item_id: 125, bid_amount: "213.98", bid_time: new Date("2023-05-10T05:58:20Z"), bid_increment: "667.61" },
            { bid_id: 72, user_id: 46, item_id: 205, bid_amount: "3927.69", bid_time: new Date("2023-12-26T19:49:14Z"), bid_increment: "503.12" },
            { bid_id: 73, user_id: 107, item_id: 24, bid_amount: "94.55", bid_time: new Date("2023-01-27T08:19:38Z"), bid_increment: "408.30" },
            { bid_id: 74, user_id: 34, item_id: 185, bid_amount: "280.03", bid_time: new Date("2023-11-23T15:04:24Z"), bid_increment: "618.84" },
            { bid_id: 75, user_id: 43, item_id: 99, bid_amount: "172.75", bid_time: new Date("2023-03-06T12:44:24Z"), bid_increment: "459.23" },
            { bid_id: 76, user_id: 39, item_id: 101, bid_amount: "10.12", bid_time: new Date("2023-09-01T08:51:39Z"), bid_increment: "503.25" },
            { bid_id: 77, user_id: 111, item_id: 128, bid_amount: "54.36", bid_time: new Date("2023-10-09T16:58:18Z"), bid_increment: "587.30" },
            { bid_id: 78, user_id: 61, item_id: 252, bid_amount: "3781.38", bid_time: new Date("2023-08-07T09:07:44Z"), bid_increment: "697.96" },
            { bid_id: 79, user_id: 83, item_id: 235, bid_amount: "1.24", bid_time: new Date("2023-10-03T16:01:06Z"), bid_increment: "514.08" },
            { bid_id: 80, user_id: 6, item_id: 50, bid_amount: "1156.80", bid_time: new Date("2023-06-13T16:44:04Z"), bid_increment: "539.07" },
            { bid_id: 81, user_id: 64, item_id: 189, bid_amount: "329.03", bid_time: new Date("2023-08-06T20:36:03Z"), bid_increment: "494.88" },
            { bid_id: 82, user_id: 72, item_id: 243, bid_amount: "227.38", bid_time: new Date("2023-07-20T15:49:08Z"), bid_increment: "160.40" },
            { bid_id: 83, user_id: 7, item_id: 102, bid_amount: "1288.79", bid_time: new Date("2023-01-12T11:17:28Z"), bid_increment: "461.97" },
            { bid_id: 84, user_id: 18, item_id: 40, bid_amount: "1598.31", bid_time: new Date("2023-04-26T18:00:06Z"), bid_increment: "566.54" },
            { bid_id: 85, user_id: 108, item_id: 247, bid_amount: "4.05", bid_time: new Date("2023-03-16T17:05:12Z"), bid_increment: "675.14" },
            { bid_id: 86, user_id: 62, item_id: 165, bid_amount: "2466.41", bid_time: new Date("2023-04-15T15:11:30Z"), bid_increment: "468.40" },
            { bid_id: 87, user_id: 86, item_id: 236, bid_amount: "95.00", bid_time: new Date("2023-06-26T17:58:45Z"), bid_increment: "611.29" },
            { bid_id: 88, user_id: 55, item_id: 233, bid_amount: "363.67", bid_time: new Date("2023-05-07T16:44:09Z"), bid_increment: "382.80" },
            { bid_id: 89, user_id: 24, item_id: 37, bid_amount: "22.47", bid_time: new Date("2023-02-06T01:58:49Z"), bid_increment: "586.19" },
            { bid_id: 90, user_id: 92, item_id: 83, bid_amount: "414.25", bid_time: new Date("2023-12-08T16:42:03Z"), bid_increment: "701.07" },
            { bid_id: 91, user_id: 21, item_id: 269, bid_amount: "1.92", bid_time: new Date("2023-02-15T15:41:17Z"), bid_increment: "696.11" },
            { bid_id: 92, user_id: 42, item_id: 125, bid_amount: "4645.06", bid_time: new Date("2023-09-17T13:00:50Z"), bid_increment: "390.96" },
            { bid_id: 93, user_id: 114, item_id: 216, bid_amount: "44.04", bid_time: new Date("2023-04-24T11:06:48Z"), bid_increment: "728.14" },
            { bid_id: 94, user_id: 9, item_id: 10, bid_amount: "327.32", bid_time: new Date("2023-12-02T12:38:58Z"), bid_increment: "293.30" },
            { bid_id: 95, user_id: 65, item_id: 298, bid_amount: "291.98", bid_time: new Date("2023-07-27T18:47:50Z"), bid_increment: "521.83" },
            { bid_id: 96, user_id: 57, item_id: 97, bid_amount: "1819.30", bid_time: new Date("2023-07-14T11:34:31Z"), bid_increment: "418.96" },
            { bid_id: 97, user_id: 83, item_id: 112, bid_amount: "3173.75", bid_time: new Date("2023-08-20T19:12:59Z"), bid_increment: "547.74" },
            { bid_id: 98, user_id: 71, item_id: 132, bid_amount: "4500.05", bid_time: new Date("2023-10-12T13:39:06Z"), bid_increment: "364.86" },
            { bid_id: 99, user_id: 145, item_id: 176, bid_amount: "1.88", bid_time: new Date("2023-12-29T13:20:56Z"), bid_increment: "676.59" },
            { bid_id: 100, user_id: 6, item_id: 247, bid_amount: "43.80", bid_time: new Date("2023-09-14T16:54:04Z"), bid_increment: "420.48" },
            { bid_id: 101, user_id: 89, item_id: 138, bid_amount: "405.28", bid_time: new Date("2023-11-07T12:46:54Z"), bid_increment: "204.78" },
            { bid_id: 102, user_id: 115, item_id: 111, bid_amount: "1.04", bid_time: new Date("2023-06-10T13:09:19Z"), bid_increment: "424.07" },
            { bid_id: 103, user_id: 106, item_id: 27, bid_amount: "107.26", bid_time: new Date("2023-03-17T20:31:11Z"), bid_increment: "261.41" },
            { bid_id: 104, user_id: 109, item_id: 35, bid_amount: "70.80", bid_time: new Date("2023-10-29T19:02:40Z"), bid_increment: "381.55" },
            { bid_id: 105, user_id: 120, item_id: 44, bid_amount: "469.43", bid_time: new Date("2023-08-15T20:26:31Z"), bid_increment: "462.13" },
            { bid_id: 106, user_id: 21, item_id: 56, bid_amount: "1049.70", bid_time: new Date("2023-10-02T08:41:23Z"), bid_increment: "331.15" },
            { bid_id: 107, user_id: 77, item_id: 24, bid_amount: "29.06", bid_time: new Date("2023-02-09T20:02:05Z"), bid_increment: "243.14" },
            { bid_id: 108, user_id: 89, item_id: 25, bid_amount: "1124.12", bid_time: new Date("2023-01-02T17:20:05Z"), bid_increment: "610.52" },
            { bid_id: 109, user_id: 88, item_id: 85, bid_amount: "3061.36", bid_time: new Date("2023-12-18T22:32:25Z"), bid_increment: "672.16" },
            { bid_id: 110, user_id: 140, item_id: 122, bid_amount: "587.08", bid_time: new Date("2023-09-26T08:28:37Z"), bid_increment: "641.54" },
            { bid_id: 111, user_id: 140, item_id: 285, bid_amount: "1.02", bid_time: new Date("2023-11-27T21:51:31Z"), bid_increment: "525.53" },
            { bid_id: 112, user_id: 76, item_id: 67, bid_amount: "2515.89", bid_time: new Date("2023-11-12T17:12:51Z"), bid_increment: "383.26" },
            { bid_id: 113, user_id: 79, item_id: 96, bid_amount: "1777.83", bid_time: new Date("2023-05-05T19:12:52Z"), bid_increment: "479.38" },
            { bid_id: 114, user_id: 73, item_id: 102, bid_amount: "368.04", bid_time: new Date("2023-07-18T16:44:13Z"), bid_increment: "699.55" },
            { bid_id: 115, user_id: 135, item_id: 23, bid_amount: "222.39", bid_time: new Date("2023-04-16T11:11:25Z"), bid_increment: "634.45" },
            { bid_id: 116, user_id: 75, item_id: 61, bid_amount: "282.39", bid_time: new Date("2023-12-13T09:58:43Z"), bid_increment: "444.22" },
            { bid_id: 117, user_id: 142, item_id: 288, bid_amount: "2524.44", bid_time: new Date("2023-02-17T15:41:29Z"), bid_increment: "572.97" },
            { bid_id: 118, user_id: 7, item_id: 283, bid_amount: "293.61", bid_time: new Date("2023-07-17T14:18:29Z"), bid_increment: "534.64" },
            { bid_id: 119, user_id: 35, item_id: 169, bid_amount: "48.90", bid_time: new Date("2023-02-23T12:45:29Z"), bid_increment: "567.70" },
            { bid_id: 120, user_id: 38, item_id: 26, bid_amount: "96.30", bid_time: new Date("2023-11-12T17:23:38Z"), bid_increment: "601.38" },
            { bid_id: 121, user_id: 2, item_id: 165, bid_amount: "3948.96", bid_time: new Date("2023-09-12T10:45:56Z"), bid_increment: "593.23" },
            { bid_id: 122, user_id: 80, item_id: 196, bid_amount: "463.85", bid_time: new Date("2023-05-22T23:05:04Z"), bid_increment: "331.22" },
            { bid_id: 123, user_id: 53, item_id: 128, bid_amount: "10.95", bid_time: new Date("2023-10-30T19:52:51Z"), bid_increment: "681.00" },
            { bid_id: 124, user_id: 101, item_id: 129, bid_amount: "4.08", bid_time: new Date("2023-07-02T13:10:35Z"), bid_increment: "539.07" },
            { bid_id: 125, user_id: 114, item_id: 117, bid_amount: "4905.57", bid_time: new Date("2023-11-15T09:29:05Z"), bid_increment: "528.30" },
            { bid_id: 126, user_id: 86, item_id: 9, bid_amount: "251.20", bid_time: new Date("2023-11-30T09:00:04Z"), bid_increment: "470.25" },
            { bid_id: 127, user_id: 5, item_id: 39, bid_amount: "1576.71", bid_time: new Date("2023-09-29T09:58:16Z"), bid_increment: "461.23" },
            { bid_id: 128, user_id: 40, item_id: 29, bid_amount: "1.34", bid_time: new Date("2023-08-17T10:31:43Z"), bid_increment: "327.96" },
            { bid_id: 129, user_id: 65, item_id: 106, bid_amount: "728.74", bid_time: new Date("2023-06-13T22:06:42Z"), bid_increment: "464.71" },
            { bid_id: 130, user_id: 56, item_id: 44, bid_amount: "1.46", bid_time: new Date("2023-07-07T06:40:49Z"), bid_increment: "619.55" },
            { bid_id: 131, user_id: 103, item_id: 197, bid_amount: "1288.11", bid_time: new Date("2023-08-06T08:51:58Z"), bid_increment: "464.30" },
            { bid_id: 132, user_id: 25, item_id: 182, bid_amount: "3.49", bid_time: new Date("2023-02-15T18:12:14Z"), bid_increment: "380.49" },
            { bid_id: 133, user_id: 14, item_id: 151, bid_amount: "86.12", bid_time: new Date("2023-04-30T13:08:12Z"), bid_increment: "362.31" },
            { bid_id: 134, user_id: 58, item_id: 151, bid_amount: "4.20", bid_time: new Date("2023-08-12T14:33:37Z"), bid_increment: "701.62" },
            { bid_id: 135, user_id: 42, item_id: 32, bid_amount: "525.10", bid_time: new Date("2023-06-09T16:15:29Z"), bid_increment: "406.71" },
            { bid_id: 136, user_id: 120, item_id: 39, bid_amount: "969.97", bid_time: new Date("2023-09-29T22:49:50Z"), bid_increment: "370.60" },
            { bid_id: 137, user_id: 68, item_id: 161, bid_amount: "2215.47", bid_time: new Date("2023-02-11T17:02:42Z"), bid_increment: "463.07" },
            { bid_id: 138, user_id: 145, item_id: 124, bid_amount: "3778.39", bid_time: new Date("2023-10-31T12:23:25Z"), bid_increment: "331.01" },
            { bid_id: 139, user_id: 90, item_id: 193, bid_amount: "2.24", bid_time: new Date("2023-02-11T23:31:32Z"), bid_increment: "387.48" },
            { bid_id: 140, user_id: 138, item_id: 104, bid_amount: "3626.42", bid_time: new Date("2023-02-25T21:28:54Z"), bid_increment: "351.53" },
            { bid_id: 141, user_id: 62, item_id: 7, bid_amount: "42.56", bid_time: new Date("2023-04-16T10:37:31Z"), bid_increment: "813.53" },
            { bid_id: 142, user_id: 55, item_id: 270, bid_amount: "275.56", bid_time: new Date("2023-08-20T15:03:59Z"), bid_increment: "509.24" },
            { bid_id: 143, user_id: 149, item_id: 149, bid_amount: "276.95", bid_time: new Date("2023-12-12T16:02:09Z"), bid_increment: "508.40" },
            { bid_id: 144, user_id: 111, item_id: 6, bid_amount: "1.35", bid_time: new Date("2023-08-11T23:23:53Z"), bid_increment: "510.67" },
            { bid_id: 145, user_id: 59, item_id: 123, bid_amount: "4810.78", bid_time: new Date("2023-06-18T11:19:42Z"), bid_increment: "296.52" },
            { bid_id: 146, user_id: 15, item_id: 103, bid_amount: "4938.35", bid_time: new Date("2023-09-07T10:39:02Z"), bid_increment: "736.26" },
            { bid_id: 147, user_id: 12, item_id: 29, bid_amount: "4801.25", bid_time: new Date("2023-09-26T19:16:53Z"), bid_increment: "374.67" },
            { bid_id: 148, user_id: 87, item_id: 295, bid_amount: "458.54", bid_time: new Date("2023-01-21T17:08:09Z"), bid_increment: "510.83" },
            { bid_id: 149, user_id: 66, item_id: 16, bid_amount: "3731.82", bid_time: new Date("2023-04-26T21:41:11Z"), bid_increment: "549.75" },
            { bid_id: 150, user_id: 16, item_id: 108, bid_amount: "36.91", bid_time: new Date("2023-01-12T14:13:10Z"), bid_increment: "408.02" },
            { bid_id: 151, user_id: 117, item_id: 167, bid_amount: "1576.89", bid_time: new Date("2023-04-22T13:13:19Z"), bid_increment: "628.52" },
            { bid_id: 152, user_id: 96, item_id: 238, bid_amount: "2407.28", bid_time: new Date("2023-03-08T14:32:09Z"), bid_increment: "575.28" },
            { bid_id: 153, user_id: 124, item_id: 291, bid_amount: "1470.65", bid_time: new Date("2023-01-14T07:00:07Z"), bid_increment: "493.90" },
            { bid_id: 154, user_id: 34, item_id: 190, bid_amount: "149.68", bid_time: new Date("2023-05-28T08:29:23Z"), bid_increment: "483.94" },
            { bid_id: 155, user_id: 84, item_id: 204, bid_amount: "517.59", bid_time: new Date("2023-10-18T20:31:06Z"), bid_increment: "365.42" },
            { bid_id: 156, user_id: 65, item_id: 229, bid_amount: "833.25", bid_time: new Date("2023-01-12T11:49:01Z"), bid_increment: "514.59" },
            { bid_id: 157, user_id: 108, item_id: 97, bid_amount: "3583.42", bid_time: new Date("2023-08-14T19:11:47Z"), bid_increment: "440.37" },
            { bid_id: 158, user_id: 56, item_id: 148, bid_amount: "839.19", bid_time: new Date("2023-03-12T12:09:18Z"), bid_increment: "615.11" },
            { bid_id: 159, user_id: 93, item_id: 115, bid_amount: "1556.72", bid_time: new Date("2023-03-22T06:41:05Z"), bid_increment: "472.75" },
            { bid_id: 160, user_id: 142, item_id: 293, bid_amount: "2.06", bid_time: new Date("2023-03-05T01:01:37Z"), bid_increment: "536.41" },
            { bid_id: 161, user_id: 132, item_id: 219, bid_amount: "403.88", bid_time: new Date("2023-07-31T16:06:13Z"), bid_increment: "311.60" },
            { bid_id: 162, user_id: 37, item_id: 20, bid_amount: "4469.96", bid_time: new Date("2023-12-26T08:08:37Z"), bid_increment: "295.18" },
            { bid_id: 163, user_id: 89, item_id: 106, bid_amount: "3770.44", bid_time: new Date("2023-03-25T13:25:03Z"), bid_increment: "382.11" },
            { bid_id: 164, user_id: 43, item_id: 254, bid_amount: "21.58", bid_time: new Date("2023-07-16T16:46:11Z"), bid_increment: "435.00" },
            { bid_id: 165, user_id: 24, item_id: 51, bid_amount: "1096.54", bid_time: new Date("2023-01-10T20:38:50Z"), bid_increment: "553.34" },
            { bid_id: 166, user_id: 97, item_id: 244, bid_amount: "2698.40", bid_time: new Date("2023-11-05T16:47:10Z"), bid_increment: "481.56" },
            { bid_id: 167, user_id: 122, item_id: 240, bid_amount: "1719.88", bid_time: new Date("2023-11-26T16:26:10Z"), bid_increment: "580.09" },
            { bid_id: 168, user_id: 114, item_id: 198, bid_amount: "6.21", bid_time: new Date("2023-05-10T10:20:33Z"), bid_increment: "401.88" },
            { bid_id: 169, user_id: 109, item_id: 204, bid_amount: "2369.86", bid_time: new Date("2023-03-08T15:13:51Z"), bid_increment: "201.52" },
            { bid_id: 170, user_id: 150, item_id: 74, bid_amount: "825.54", bid_time: new Date("2023-05-13T21:21:15Z"), bid_increment: "319.51" },
            { bid_id: 171, user_id: 59, item_id: 221, bid_amount: "13.86", bid_time: new Date("2023-10-02T17:23:39Z"), bid_increment: "926.34" },
            { bid_id: 172, user_id: 72, item_id: 130, bid_amount: "1051.65", bid_time: new Date("2023-09-28T08:17:02Z"), bid_increment: "304.98" },
            { bid_id: 173, user_id: 69, item_id: 5, bid_amount: "800.44", bid_time: new Date("2023-12-02T17:42:11Z"), bid_increment: "386.46" },
            { bid_id: 174, user_id: 49, item_id: 287, bid_amount: "69.52", bid_time: new Date("2023-11-25T01:14:48Z"), bid_increment: "488.62" },
            { bid_id: 175, user_id: 3, item_id: 115, bid_amount: "1847.78", bid_time: new Date("2023-11-04T13:07:23Z"), bid_increment: "585.68" },
            { bid_id: 176, user_id: 134, item_id: 22, bid_amount: "4837.94", bid_time: new Date("2023-08-07T12:02:47Z"), bid_increment: "406.51" },
            { bid_id: 177, user_id: 52, item_id: 12, bid_amount: "542.18", bid_time: new Date("2023-01-02T20:34:22Z"), bid_increment: "466.15" },
            { bid_id: 178, user_id: 148, item_id: 185, bid_amount: "40.61", bid_time: new Date("2023-03-06T17:11:07Z"), bid_increment: "655.42" },
            { bid_id: 179, user_id: 4, item_id: 271, bid_amount: "2590.07", bid_time: new Date("2023-05-17T15:29:30Z"), bid_increment: "490.93" },
            { bid_id: 180, user_id: 81, item_id: 276, bid_amount: "3560.04", bid_time: new Date("2023-02-22T09:15:35Z"), bid_increment: "521.87" },
            { bid_id: 181, user_id: 59, item_id: 190, bid_amount: "1057.81", bid_time: new Date("2023-01-24T21:29:45Z"), bid_increment: "571.90" },
            { bid_id: 182, user_id: 67, item_id: 2, bid_amount: "8.23", bid_time: new Date("2023-04-22T17:41:21Z"), bid_increment: "689.37" },
            { bid_id: 183, user_id: 37, item_id: 243, bid_amount: "1.09", bid_time: new Date("2023-11-06T14:03:57Z"), bid_increment: "534.63" },
            { bid_id: 184, user_id: 135, item_id: 294, bid_amount: "821.21", bid_time: new Date("2023-10-25T15:09:34Z"), bid_increment: "621.76" },
            { bid_id: 185, user_id: 100, item_id: 265, bid_amount: "412.48", bid_time: new Date("2023-01-24T22:27:37Z"), bid_increment: "666.22" },
            { bid_id: 186, user_id: 130, item_id: 239, bid_amount: "372.09", bid_time: new Date("2023-02-28T19:09:30Z"), bid_increment: "479.86" },
            { bid_id: 187, user_id: 17, item_id: 242, bid_amount: "150.96", bid_time: new Date("2023-09-01T05:47:25Z"), bid_increment: "639.52" },
            { bid_id: 188, user_id: 149, item_id: 106, bid_amount: "1246.91", bid_time: new Date("2023-04-24T15:14:36Z"), bid_increment: "667.79" },
            { bid_id: 189, user_id: 94, item_id: 93, bid_amount: "126.94", bid_time: new Date("2023-03-18T12:20:12Z"), bid_increment: "394.62" },
            { bid_id: 190, user_id: 74, item_id: 170, bid_amount: "162.15", bid_time: new Date("2023-02-06T10:03:28Z"), bid_increment: "555.16" },
            { bid_id: 191, user_id: 119, item_id: 27, bid_amount: "31.16", bid_time: new Date("2023-08-26T23:02:14Z"), bid_increment: "610.37" },
            { bid_id: 192, user_id: 68, item_id: 144, bid_amount: "535.07", bid_time: new Date("2023-02-03T17:14:14Z"), bid_increment: "646.16" },
            { bid_id: 193, user_id: 17, item_id: 278, bid_amount: "1666.83", bid_time: new Date("2023-03-30T21:21:02Z"), bid_increment: "453.87" },
            { bid_id: 194, user_id: 90, item_id: 196, bid_amount: "107.45", bid_time: new Date("2023-08-22T09:02:07Z"), bid_increment: "332.23" },
            { bid_id: 195, user_id: 73, item_id: 113, bid_amount: "5.31", bid_time: new Date("2023-01-22T16:43:50Z"), bid_increment: "616.94" },
            { bid_id: 196, user_id: 16, item_id: 170, bid_amount: "3940.76", bid_time: new Date("2023-10-18T18:29:39Z"), bid_increment: "393.06" },
            { bid_id: 197, user_id: 60, item_id: 35, bid_amount: "326.33", bid_time: new Date("2023-08-17T16:08:16Z"), bid_increment: "570.38" },
            { bid_id: 198, user_id: 39, item_id: 128, bid_amount: "155.88", bid_time: new Date("2023-03-04T22:15:39Z"), bid_increment: "772.23" },
            { bid_id: 199, user_id: 14, item_id: 81, bid_amount: "983.93", bid_time: new Date("2023-02-13T20:09:27Z"), bid_increment: "440.82" },
            { bid_id: 200, user_id: 123, item_id: 217, bid_amount: "963.25", bid_time: new Date("2023-04-23T11:39:42Z"), bid_increment: "544.34" },
            { bid_id: 201, user_id: 118, item_id: 24, bid_amount: "864.62", bid_time: new Date("2023-05-13T15:16:53Z"), bid_increment: "459.58" },
            { bid_id: 202, user_id: 59, item_id: 144, bid_amount: "30.62", bid_time: new Date("2023-07-18T19:37:01Z"), bid_increment: "366.49" },
            { bid_id: 203, user_id: 83, item_id: 285, bid_amount: "30.08", bid_time: new Date("2023-12-25T16:27:01Z"), bid_increment: "363.64" },
            { bid_id: 204, user_id: 9, item_id: 177, bid_amount: "12.14", bid_time: new Date("2023-08-02T11:06:26Z"), bid_increment: "375.89" },
            { bid_id: 205, user_id: 26, item_id: 214, bid_amount: "31.51", bid_time: new Date("2023-05-21T09:17:23Z"), bid_increment: "462.11" },
            { bid_id: 206, user_id: 90, item_id: 118, bid_amount: "3423.88", bid_time: new Date("2023-12-03T22:48:19Z"), bid_increment: "498.96" },
            { bid_id: 207, user_id: 58, item_id: 166, bid_amount: "352.37", bid_time: new Date("2023-10-25T10:19:19Z"), bid_increment: "841.54" },
            { bid_id: 208, user_id: 36, item_id: 46, bid_amount: "286.99", bid_time: new Date("2023-07-12T10:49:47Z"), bid_increment: "451.75" },
            { bid_id: 209, user_id: 121, item_id: 155, bid_amount: "125.86", bid_time: new Date("2023-07-25T17:05:20Z"), bid_increment: "582.14" },
            { bid_id: 210, user_id: 31, item_id: 216, bid_amount: "112.28", bid_time: new Date("2023-06-06T17:23:48Z"), bid_increment: "612.62" },
            { bid_id: 211, user_id: 42, item_id: 61, bid_amount: "5.59", bid_time: new Date("2023-03-06T12:19:13Z"), bid_increment: "232.53" },
            { bid_id: 212, user_id: 101, item_id: 267, bid_amount: "3765.39", bid_time: new Date("2023-10-11T11:12:44Z"), bid_increment: "690.61" },
            { bid_id: 213, user_id: 2, item_id: 134, bid_amount: "4074.80", bid_time: new Date("2023-11-06T19:30:55Z"), bid_increment: "561.61" },
            { bid_id: 214, user_id: 108, item_id: 94, bid_amount: "1533.60", bid_time: new Date("2023-09-10T11:13:15Z"), bid_increment: "766.27" },
            { bid_id: 215, user_id: 26, item_id: 291, bid_amount: "1616.61", bid_time: new Date("2023-03-05T18:34:40Z"), bid_increment: "693.95" },
            { bid_id: 216, user_id: 19, item_id: 298, bid_amount: "4117.47", bid_time: new Date("2023-06-19T17:15:48Z"), bid_increment: "436.55" },
            { bid_id: 217, user_id: 110, item_id: 264, bid_amount: "362.28", bid_time: new Date("2023-07-13T20:02:13Z"), bid_increment: "662.69" },
            { bid_id: 218, user_id: 135, item_id: 291, bid_amount: "2699.12", bid_time: new Date("2023-02-16T10:26:21Z"), bid_increment: "420.18" },
            { bid_id: 219, user_id: 75, item_id: 64, bid_amount: "2369.62", bid_time: new Date("2023-04-08T23:54:23Z"), bid_increment: "507.05" },
            { bid_id: 220, user_id: 34, item_id: 46, bid_amount: "31.30", bid_time: new Date("2023-08-21T09:43:44Z"), bid_increment: "456.24" },
            { bid_id: 221, user_id: 26, item_id: 228, bid_amount: "213.61", bid_time: new Date("2023-01-22T11:38:44Z"), bid_increment: "525.30" },
            { bid_id: 222, user_id: 112, item_id: 277, bid_amount: "36.20", bid_time: new Date("2023-12-26T16:45:38Z"), bid_increment: "556.43" },
            { bid_id: 223, user_id: 16, item_id: 6, bid_amount: "733.87", bid_time: new Date("2023-06-07T14:00:34Z"), bid_increment: "557.47" },
            { bid_id: 224, user_id: 48, item_id: 66, bid_amount: "1754.51", bid_time: new Date("2023-10-08T12:33:01Z"), bid_increment: "437.80" },
            { bid_id: 225, user_id: 5, item_id: 198, bid_amount: "175.29", bid_time: new Date("2023-02-13T22:58:23Z"), bid_increment: "429.04" },
            { bid_id: 226, user_id: 128, item_id: 125, bid_amount: "458.71", bid_time: new Date("2023-04-10T19:03:55Z"), bid_increment: "443.43" },
            { bid_id: 227, user_id: 77, item_id: 218, bid_amount: "2486.16", bid_time: new Date("2023-10-29T16:14:12Z"), bid_increment: "452.68" },
            { bid_id: 228, user_id: 57, item_id: 7, bid_amount: "2011.03", bid_time: new Date("2023-09-01T14:15:16Z"), bid_increment: "428.76" },
            { bid_id: 229, user_id: 99, item_id: 152, bid_amount: "1128.00", bid_time: new Date("2023-10-19T20:07:10Z"), bid_increment: "496.68" },
            { bid_id: 230, user_id: 86, item_id: 204, bid_amount: "1093.15", bid_time: new Date("2023-06-30T17:39:08Z"), bid_increment: "488.58" },
            { bid_id: 231, user_id: 17, item_id: 173, bid_amount: "2792.05", bid_time: new Date("2023-06-11T22:05:54Z"), bid_increment: "411.46" },
            { bid_id: 232, user_id: 93, item_id: 152, bid_amount: "1283.42", bid_time: new Date("2023-06-23T22:22:37Z"), bid_increment: "357.41" },
            { bid_id: 233, user_id: 90, item_id: 123, bid_amount: "1775.60", bid_time: new Date("2023-08-08T16:07:30Z"), bid_increment: "338.90" },
            { bid_id: 234, user_id: 16, item_id: 86, bid_amount: "1.90", bid_time: new Date("2023-07-29T11:42:40Z"), bid_increment: "392.75" },
            { bid_id: 235, user_id: 143, item_id: 158, bid_amount: "674.78", bid_time: new Date("2023-08-23T14:45:33Z"), bid_increment: "328.69" },
            { bid_id: 236, user_id: 21, item_id: 184, bid_amount: "2741.99", bid_time: new Date("2023-03-23T11:12:49Z"), bid_increment: "237.55" },
            { bid_id: 237, user_id: 35, item_id: 76, bid_amount: "1039.10", bid_time: new Date("2023-09-15T11:53:15Z"), bid_increment: "495.85" },
            { bid_id: 238, user_id: 30, item_id: 191, bid_amount: "120.28", bid_time: new Date("2023-04-09T17:23:13Z"), bid_increment: "423.11" },
            { bid_id: 239, user_id: 37, item_id: 281, bid_amount: "703.64", bid_time: new Date("2023-09-25T20:42:04Z"), bid_increment: "162.97" },
            { bid_id: 240, user_id: 78, item_id: 105, bid_amount: "4912.34", bid_time: new Date("2023-05-19T12:42:25Z"), bid_increment: "557.81" },
            { bid_id: 241, user_id: 35, item_id: 115, bid_amount: "4816.71", bid_time: new Date("2023-09-23T18:44:51Z"), bid_increment: "424.75" },
            { bid_id: 242, user_id: 27, item_id: 140, bid_amount: "725.94", bid_time: new Date("2023-03-28T19:43:12Z"), bid_increment: "604.42" },
            { bid_id: 243, user_id: 40, item_id: 26, bid_amount: "633.69", bid_time: new Date("2023-10-20T22:37:41Z"), bid_increment: "507.99" },
            { bid_id: 244, user_id: 25, item_id: 185, bid_amount: "1.07", bid_time: new Date("2023-11-02T13:10:13Z"), bid_increment: "372.33" },
            { bid_id: 245, user_id: 149, item_id: 75, bid_amount: "3254.47", bid_time: new Date("2023-04-22T17:45:13Z"), bid_increment: "491.60" },
            { bid_id: 246, user_id: 142, item_id: 223, bid_amount: "174.56", bid_time: new Date("2023-12-12T13:14:39Z"), bid_increment: "422.48" },
            { bid_id: 247, user_id: 145, item_id: 253, bid_amount: "956.85", bid_time: new Date("2023-03-15T20:35:27Z"), bid_increment: "489.80" },
            { bid_id: 248, user_id: 61, item_id: 115, bid_amount: "2416.06", bid_time: new Date("2023-05-14T20:49:44Z"), bid_increment: "710.77" },
            { bid_id: 249, user_id: 85, item_id: 154, bid_amount: "1359.98", bid_time: new Date("2023-07-29T15:57:14Z"), bid_increment: "712.49" },
            { bid_id: 250, user_id: 29, item_id: 68, bid_amount: "2570.98", bid_time: new Date("2023-03-31T21:34:12Z"), bid_increment: "694.75" },
            { bid_id: 251, user_id: 73, item_id: 135, bid_amount: "2.33", bid_time: new Date("2023-01-03T19:24:28Z"), bid_increment: "213.58" },
            { bid_id: 252, user_id: 4, item_id: 14, bid_amount: "3344.14", bid_time: new Date("2023-10-12T20:03:15Z"), bid_increment: "319.58" },
            { bid_id: 253, user_id: 82, item_id: 32, bid_amount: "2018.73", bid_time: new Date("2023-02-22T22:43:05Z"), bid_increment: "505.02" },
            { bid_id: 254, user_id: 108, item_id: 251, bid_amount: "1421.32", bid_time: new Date("2023-09-13T17:16:50Z"), bid_increment: "363.16" },
            { bid_id: 255, user_id: 85, item_id: 137, bid_amount: "1.00", bid_time: new Date("2023-04-03T00:27:02Z"), bid_increment: "634.98" },
            { bid_id: 256, user_id: 113, item_id: 194, bid_amount: "2655.06", bid_time: new Date("2023-04-16T18:10:26Z"), bid_increment: "620.94" },
            { bid_id: 257, user_id: 137, item_id: 165, bid_amount: "659.81", bid_time: new Date("2023-10-21T14:02:04Z"), bid_increment: "594.65" },
            { bid_id: 258, user_id: 107, item_id: 108, bid_amount: "4128.20", bid_time: new Date("2023-01-29T10:26:09Z"), bid_increment: "434.67" },
            { bid_id: 259, user_id: 95, item_id: 255, bid_amount: "886.51", bid_time: new Date("2023-05-26T19:59:00Z"), bid_increment: "502.19" },
            { bid_id: 260, user_id: 88, item_id: 45, bid_amount: "3869.68", bid_time: new Date("2023-04-11T12:31:50Z"), bid_increment: "586.60" },
            { bid_id: 261, user_id: 12, item_id: 89, bid_amount: "4116.08", bid_time: new Date("2023-04-15T18:34:31Z"), bid_increment: "471.04" },
            { bid_id: 262, user_id: 92, item_id: 275, bid_amount: "3668.89", bid_time: new Date("2023-08-30T20:18:22Z"), bid_increment: "500.55" },
            { bid_id: 263, user_id: 47, item_id: 100, bid_amount: "1.00", bid_time: new Date("2023-03-08T12:58:33Z"), bid_increment: "633.79" },
            { bid_id: 264, user_id: 31, item_id: 74, bid_amount: "1.00", bid_time: new Date("2023-02-16T09:15:08Z"), bid_increment: "350.76" },
            { bid_id: 265, user_id: 138, item_id: 57, bid_amount: "347.51", bid_time: new Date("2023-08-02T20:26:46Z"), bid_increment: "493.77" },
            { bid_id: 266, user_id: 32, item_id: 262, bid_amount: "1189.23", bid_time: new Date("2023-11-10T15:34:21Z"), bid_increment: "418.90" },
            { bid_id: 267, user_id: 88, item_id: 132, bid_amount: "1094.05", bid_time: new Date("2023-02-19T10:15:37Z"), bid_increment: "521.42" },
            { bid_id: 268, user_id: 56, item_id: 11, bid_amount: "1233.62", bid_time: new Date("2023-12-25T00:38:45Z"), bid_increment: "374.81" },
            { bid_id: 269, user_id: 125, item_id: 95, bid_amount: "4341.32", bid_time: new Date("2023-05-19T23:15:06Z"), bid_increment: "457.40" },
            { bid_id: 270, user_id: 64, item_id: 169, bid_amount: "32.88", bid_time: new Date("2023-08-16T12:53:45Z"), bid_increment: "452.80" },
            { bid_id: 271, user_id: 62, item_id: 206, bid_amount: "189.69", bid_time: new Date("2023-05-09T17:46:40Z"), bid_increment: "464.00" },
            { bid_id: 272, user_id: 59, item_id: 102, bid_amount: "3602.29", bid_time: new Date("2023-11-02T11:29:20Z"), bid_increment: "334.92" },
            { bid_id: 273, user_id: 150, item_id: 205, bid_amount: "240.49", bid_time: new Date("2023-03-16T09:02:10Z"), bid_increment: "465.99" },
            { bid_id: 274, user_id: 51, item_id: 297, bid_amount: "920.52", bid_time: new Date("2023-02-25T18:11:04Z"), bid_increment: "622.09" },
            { bid_id: 275, user_id: 49, item_id: 103, bid_amount: "3124.44", bid_time: new Date("2023-12-19T19:44:39Z"), bid_increment: "442.28" },
            { bid_id: 276, user_id: 132, item_id: 28, bid_amount: "3373.97", bid_time: new Date("2023-07-27T10:58:31Z"), bid_increment: "616.77" },
            { bid_id: 277, user_id: 51, item_id: 196, bid_amount: "492.48", bid_time: new Date("2023-02-11T16:13:02Z"), bid_increment: "296.54" },
            { bid_id: 278, user_id: 142, item_id: 268, bid_amount: "16.24", bid_time: new Date("2023-10-12T05:31:08Z"), bid_increment: "313.05" },
            { bid_id: 279, user_id: 80, item_id: 115, bid_amount: "3.67", bid_time: new Date("2023-10-24T14:00:46Z"), bid_increment: "632.48" },
            { bid_id: 280, user_id: 57, item_id: 90, bid_amount: "239.06", bid_time: new Date("2023-09-10T19:29:17Z"), bid_increment: "185.31" },
            { bid_id: 281, user_id: 66, item_id: 16, bid_amount: "2286.62", bid_time: new Date("2023-05-06T01:23:20Z"), bid_increment: "357.92" },
            { bid_id: 282, user_id: 23, item_id: 193, bid_amount: "50.21", bid_time: new Date("2023-01-17T19:45:45Z"), bid_increment: "670.99" },
            { bid_id: 283, user_id: 115, item_id: 157, bid_amount: "3417.40", bid_time: new Date("2023-10-09T17:44:14Z"), bid_increment: "447.41" },
            { bid_id: 284, user_id: 83, item_id: 210, bid_amount: "29.49", bid_time: new Date("2023-10-05T20:38:48Z"), bid_increment: "426.68" },
            { bid_id: 285, user_id: 48, item_id: 114, bid_amount: "1642.99", bid_time: new Date("2023-09-16T10:10:31Z"), bid_increment: "705.14" },
            { bid_id: 286, user_id: 1, item_id: 109, bid_amount: "7.00", bid_time: new Date("2023-07-25T13:46:34Z"), bid_increment: "355.73" },
            { bid_id: 287, user_id: 15, item_id: 34, bid_amount: "1232.19", bid_time: new Date("2023-06-17T18:34:58Z"), bid_increment: "478.63" },
            { bid_id: 288, user_id: 144, item_id: 89, bid_amount: "145.85", bid_time: new Date("2023-07-12T06:46:07Z"), bid_increment: "653.53" },
            { bid_id: 289, user_id: 103, item_id: 58, bid_amount: "84.18", bid_time: new Date("2023-07-12T11:55:39Z"), bid_increment: "361.56" },
            { bid_id: 290, user_id: 125, item_id: 289, bid_amount: "260.19", bid_time: new Date("2023-07-28T21:52:12Z"), bid_increment: "704.98" },
            { bid_id: 291, user_id: 59, item_id: 248, bid_amount: "1145.26", bid_time: new Date("2023-04-07T18:03:46Z"), bid_increment: "225.05" },
            { bid_id: 292, user_id: 43, item_id: 89, bid_amount: "500.38", bid_time: new Date("2023-08-29T21:20:59Z"), bid_increment: "374.35" },
            { bid_id: 293, user_id: 135, item_id: 276, bid_amount: "1.00", bid_time: new Date("2023-01-04T23:37:48Z"), bid_increment: "768.40" },
            { bid_id: 294, user_id: 50, item_id: 144, bid_amount: "2.00", bid_time: new Date("2023-01-27T14:46:42Z"), bid_increment: "477.57" },
            { bid_id: 295, user_id: 38, item_id: 144, bid_amount: "8.40", bid_time: new Date("2023-12-28T17:15:16Z"), bid_increment: "361.43" },
            { bid_id: 296, user_id: 81, item_id: 62, bid_amount: "2850.11", bid_time: new Date("2023-01-30T07:52:46Z"), bid_increment: "472.66" },
            { bid_id: 297, user_id: 88, item_id: 83, bid_amount: "2728.54", bid_time: new Date("2023-09-12T19:00:38Z"), bid_increment: "695.97" },
            { bid_id: 298, user_id: 99, item_id: 67, bid_amount: "658.20", bid_time: new Date("2023-02-25T02:21:48Z"), bid_increment: "613.36" },
            { bid_id: 299, user_id: 53, item_id: 225, bid_amount: "11.35", bid_time: new Date("2023-09-10T23:13:07Z"), bid_increment: "495.78" },
            { bid_id: 300, user_id: 86, item_id: 216, bid_amount: "2177.48", bid_time: new Date("2023-01-29T19:31:52Z"), bid_increment: "442.97" },
            { bid_id: 301, user_id: 29, item_id: 288, bid_amount: "274.22", bid_time: new Date("2023-06-07T17:53:33Z"), bid_increment: "536.07" },
            { bid_id: 302, user_id: 15, item_id: 66, bid_amount: "11.93", bid_time: new Date("2023-09-13T18:51:54Z"), bid_increment: "547.39" },
            { bid_id: 303, user_id: 137, item_id: 101, bid_amount: "140.09", bid_time: new Date("2023-03-23T04:03:21Z"), bid_increment: "742.55" },
            { bid_id: 304, user_id: 119, item_id: 209, bid_amount: "859.28", bid_time: new Date("2023-02-27T18:53:11Z"), bid_increment: "593.73" },
            { bid_id: 305, user_id: 118, item_id: 71, bid_amount: "619.03", bid_time: new Date("2023-11-19T05:52:34Z"), bid_increment: "635.99" },
            { bid_id: 306, user_id: 53, item_id: 259, bid_amount: "7.25", bid_time: new Date("2023-06-30T21:43:42Z"), bid_increment: "482.36" },
            { bid_id: 307, user_id: 136, item_id: 74, bid_amount: "2.76", bid_time: new Date("2023-06-30T21:51:07Z"), bid_increment: "152.75" },
            { bid_id: 308, user_id: 150, item_id: 212, bid_amount: "971.89", bid_time: new Date("2023-09-15T20:57:05Z"), bid_increment: "651.96" },
            { bid_id: 309, user_id: 52, item_id: 161, bid_amount: "1.35", bid_time: new Date("2023-06-14T17:27:16Z"), bid_increment: "546.36" },
            { bid_id: 310, user_id: 140, item_id: 237, bid_amount: "538.57", bid_time: new Date("2023-03-05T21:08:37Z"), bid_increment: "524.20" },
            { bid_id: 311, user_id: 31, item_id: 244, bid_amount: "4568.41", bid_time: new Date("2023-12-24T11:45:14Z"), bid_increment: "571.86" },
            { bid_id: 312, user_id: 53, item_id: 29, bid_amount: "696.39", bid_time: new Date("2023-08-20T12:33:06Z"), bid_increment: "621.15" },
            { bid_id: 313, user_id: 29, item_id: 152, bid_amount: "3554.03", bid_time: new Date("2023-03-21T20:14:49Z"), bid_increment: "256.33" },
            { bid_id: 314, user_id: 101, item_id: 277, bid_amount: "171.76", bid_time: new Date("2023-08-14T15:26:29Z"), bid_increment: "214.58" },
            { bid_id: 315, user_id: 114, item_id: 221, bid_amount: "3029.52", bid_time: new Date("2023-07-14T09:12:31Z"), bid_increment: "513.16" },
            { bid_id: 316, user_id: 127, item_id: 220, bid_amount: "3344.39", bid_time: new Date("2023-02-19T09:26:57Z"), bid_increment: "73.72" },
            { bid_id: 317, user_id: 119, item_id: 39, bid_amount: "1990.06", bid_time: new Date("2023-10-16T18:52:55Z"), bid_increment: "601.19" },
            { bid_id: 318, user_id: 142, item_id: 196, bid_amount: "1010.90", bid_time: new Date("2023-07-26T13:16:09Z"), bid_increment: "537.14" },
            { bid_id: 319, user_id: 138, item_id: 90, bid_amount: "1702.91", bid_time: new Date("2023-06-04T06:19:57Z"), bid_increment: "417.19" },
            { bid_id: 320, user_id: 57, item_id: 18, bid_amount: "75.37", bid_time: new Date("2023-06-25T19:05:10Z"), bid_increment: "718.74" },
            { bid_id: 321, user_id: 94, item_id: 265, bid_amount: "2726.84", bid_time: new Date("2023-03-14T07:04:04Z"), bid_increment: "784.31" },
            { bid_id: 322, user_id: 107, item_id: 155, bid_amount: "1.00", bid_time: new Date("2023-09-03T20:47:52Z"), bid_increment: "340.55" },
            { bid_id: 323, user_id: 38, item_id: 281, bid_amount: "2171.14", bid_time: new Date("2023-09-26T22:12:33Z"), bid_increment: "472.46" },
            { bid_id: 324, user_id: 2, item_id: 98, bid_amount: "2807.27", bid_time: new Date("2023-07-28T16:04:04Z"), bid_increment: "533.12" },
            { bid_id: 325, user_id: 124, item_id: 293, bid_amount: "3073.62", bid_time: new Date("2023-02-23T11:35:26Z"), bid_increment: "298.95" },
            { bid_id: 326, user_id: 11, item_id: 178, bid_amount: "1529.01", bid_time: new Date("2023-01-29T19:59:28Z"), bid_increment: "338.57" },
            { bid_id: 327, user_id: 141, item_id: 63, bid_amount: "428.88", bid_time: new Date("2023-02-21T19:54:42Z"), bid_increment: "559.94" },
            { bid_id: 328, user_id: 74, item_id: 254, bid_amount: "823.35", bid_time: new Date("2023-03-07T11:10:42Z"), bid_increment: "642.66" },
            { bid_id: 329, user_id: 105, item_id: 268, bid_amount: "1266.29", bid_time: new Date("2023-07-04T11:36:34Z"), bid_increment: "507.03" },
            { bid_id: 330, user_id: 41, item_id: 160, bid_amount: "75.14", bid_time: new Date("2023-08-28T18:04:39Z"), bid_increment: "453.50" },
            { bid_id: 331, user_id: 75, item_id: 93, bid_amount: "437.94", bid_time: new Date("2023-09-05T18:29:07Z"), bid_increment: "462.63" },
            { bid_id: 332, user_id: 85, item_id: 277, bid_amount: "366.46", bid_time: new Date("2023-12-20T00:03:56Z"), bid_increment: "200.13" },
            { bid_id: 333, user_id: 39, item_id: 34, bid_amount: "3900.50", bid_time: new Date("2023-10-22T11:19:44Z"), bid_increment: "119.24" },
            { bid_id: 334, user_id: 18, item_id: 127, bid_amount: "466.95", bid_time: new Date("2023-11-16T17:56:46Z"), bid_increment: "645.37" },
            { bid_id: 335, user_id: 69, item_id: 299, bid_amount: "47.92", bid_time: new Date("2023-03-04T15:19:44Z"), bid_increment: "605.72" },
            { bid_id: 336, user_id: 104, item_id: 166, bid_amount: "18.93", bid_time: new Date("2023-10-25T21:15:35Z"), bid_increment: "385.97" },
            { bid_id: 337, user_id: 147, item_id: 240, bid_amount: "4.35", bid_time: new Date("2023-03-06T17:32:31Z"), bid_increment: "519.90" },
            { bid_id: 338, user_id: 12, item_id: 223, bid_amount: "28.64", bid_time: new Date("2023-12-31T18:49:02Z"), bid_increment: "284.68" },
            { bid_id: 339, user_id: 75, item_id: 34, bid_amount: "2.35", bid_time: new Date("2023-04-14T07:51:22Z"), bid_increment: "460.12" },
            { bid_id: 340, user_id: 45, item_id: 287, bid_amount: "1674.26", bid_time: new Date("2023-09-16T19:14:14Z"), bid_increment: "439.84" },
            { bid_id: 341, user_id: 150, item_id: 287, bid_amount: "8.53", bid_time: new Date("2023-09-05T11:02:53Z"), bid_increment: "843.65" },
            { bid_id: 342, user_id: 44, item_id: 219, bid_amount: "1.85", bid_time: new Date("2023-06-24T17:44:32Z"), bid_increment: "443.74" },
            { bid_id: 343, user_id: 102, item_id: 210, bid_amount: "7.05", bid_time: new Date("2023-12-03T20:11:49Z"), bid_increment: "517.67" },
            { bid_id: 344, user_id: 30, item_id: 73, bid_amount: "1265.01", bid_time: new Date("2023-04-08T10:41:40Z"), bid_increment: "463.24" },
            { bid_id: 345, user_id: 62, item_id: 191, bid_amount: "317.61", bid_time: new Date("2023-09-13T12:23:36Z"), bid_increment: "638.91" },
            { bid_id: 346, user_id: 115, item_id: 238, bid_amount: "2724.22", bid_time: new Date("2023-01-21T10:04:59Z"), bid_increment: "466.08" },
            { bid_id: 347, user_id: 22, item_id: 244, bid_amount: "398.15", bid_time: new Date("2023-11-11T07:09:40Z"), bid_increment: "594.56" },
            { bid_id: 348, user_id: 8, item_id: 207, bid_amount: "190.27", bid_time: new Date("2023-05-09T09:10:41Z"), bid_increment: "531.25" },
            { bid_id: 349, user_id: 130, item_id: 156, bid_amount: "2811.21", bid_time: new Date("2023-08-14T10:26:47Z"), bid_increment: "427.90" },
            { bid_id: 350, user_id: 68, item_id: 85, bid_amount: "1387.46", bid_time: new Date("2023-09-11T13:34:59Z"), bid_increment: "337.56" },
            { bid_id: 351, user_id: 39, item_id: 271, bid_amount: "1.05", bid_time: new Date("2023-04-09T21:04:28Z"), bid_increment: "447.83" },
            { bid_id: 352, user_id: 59, item_id: 123, bid_amount: "664.30", bid_time: new Date("2023-08-05T16:06:22Z"), bid_increment: "543.89" },
            { bid_id: 353, user_id: 6, item_id: 52, bid_amount: "2486.09", bid_time: new Date("2023-04-07T09:36:10Z"), bid_increment: "691.60" },
            { bid_id: 354, user_id: 135, item_id: 254, bid_amount: "1.00", bid_time: new Date("2023-06-02T18:32:41Z"), bid_increment: "497.84" },
            { bid_id: 355, user_id: 69, item_id: 179, bid_amount: "279.54", bid_time: new Date("2023-08-09T17:03:54Z"), bid_increment: "500.25" },
            { bid_id: 356, user_id: 100, item_id: 30, bid_amount: "41.54", bid_time: new Date("2023-09-25T12:43:20Z"), bid_increment: "833.22" },
            { bid_id: 357, user_id: 125, item_id: 124, bid_amount: "3650.41", bid_time: new Date("2023-03-05T11:12:14Z"), bid_increment: "544.59" },
            { bid_id: 358, user_id: 29, item_id: 280, bid_amount: "3661.43", bid_time: new Date("2023-07-15T08:09:27Z"), bid_increment: "422.53" },
            { bid_id: 359, user_id: 134, item_id: 289, bid_amount: "804.59", bid_time: new Date("2023-09-09T17:53:13Z"), bid_increment: "636.02" },
            { bid_id: 360, user_id: 45, item_id: 27, bid_amount: "4792.82", bid_time: new Date("2023-06-30T20:10:47Z"), bid_increment: "613.08" },
            { bid_id: 361, user_id: 128, item_id: 138, bid_amount: "1.08", bid_time: new Date("2023-05-18T20:31:59Z"), bid_increment: "419.46" },
            { bid_id: 362, user_id: 78, item_id: 290, bid_amount: "286.87", bid_time: new Date("2023-10-29T17:35:35Z"), bid_increment: "594.81" },
            { bid_id: 363, user_id: 4, item_id: 279, bid_amount: "1137.11", bid_time: new Date("2023-08-12T20:52:32Z"), bid_increment: "578.37" },
            { bid_id: 364, user_id: 89, item_id: 137, bid_amount: "747.50", bid_time: new Date("2023-09-04T07:25:48Z"), bid_increment: "666.26" },
            { bid_id: 365, user_id: 10, item_id: 161, bid_amount: "2143.68", bid_time: new Date("2023-01-22T17:48:48Z"), bid_increment: "366.75" },
            { bid_id: 366, user_id: 35, item_id: 183, bid_amount: "2.06", bid_time: new Date("2023-03-28T10:15:38Z"), bid_increment: "570.98" },
            { bid_id: 367, user_id: 149, item_id: 299, bid_amount: "208.51", bid_time: new Date("2023-11-21T16:09:23Z"), bid_increment: "296.34" },
            { bid_id: 368, user_id: 109, item_id: 115, bid_amount: "1002.04", bid_time: new Date("2023-02-11T21:10:07Z"), bid_increment: "440.51" },
            { bid_id: 369, user_id: 107, item_id: 76, bid_amount: "1804.40", bid_time: new Date("2023-06-25T21:06:45Z"), bid_increment: "353.82" },
            { bid_id: 370, user_id: 138, item_id: 69, bid_amount: "49.78", bid_time: new Date("2023-03-28T12:32:09Z"), bid_increment: "717.90" },
            { bid_id: 371, user_id: 14, item_id: 277, bid_amount: "2369.30", bid_time: new Date("2023-06-05T08:29:50Z"), bid_increment: "438.84" },
            { bid_id: 372, user_id: 29, item_id: 262, bid_amount: "4233.40", bid_time: new Date("2023-05-29T13:27:18Z"), bid_increment: "710.91" },
            { bid_id: 373, user_id: 27, item_id: 109, bid_amount: "899.01", bid_time: new Date("2023-03-22T16:50:39Z"), bid_increment: "479.29" },
            { bid_id: 374, user_id: 24, item_id: 43, bid_amount: "1720.86", bid_time: new Date("2023-01-14T18:32:42Z"), bid_increment: "296.77" },
            { bid_id: 375, user_id: 30, item_id: 117, bid_amount: "875.37", bid_time: new Date("2023-07-04T22:16:26Z"), bid_increment: "660.42" },
            { bid_id: 376, user_id: 34, item_id: 242, bid_amount: "386.01", bid_time: new Date("2023-06-23T16:06:30Z"), bid_increment: "666.53" },
            { bid_id: 377, user_id: 15, item_id: 29, bid_amount: "61.85", bid_time: new Date("2023-07-28T21:31:55Z"), bid_increment: "672.38" },
            { bid_id: 378, user_id: 47, item_id: 148, bid_amount: "939.87", bid_time: new Date("2023-10-03T22:52:34Z"), bid_increment: "303.76" },
            { bid_id: 379, user_id: 30, item_id: 11, bid_amount: "2246.51", bid_time: new Date("2023-05-22T11:34:32Z"), bid_increment: "392.10" },
            { bid_id: 380, user_id: 44, item_id: 215, bid_amount: "278.39", bid_time: new Date("2023-09-09T04:52:39Z"), bid_increment: "378.77" },
            { bid_id: 381, user_id: 142, item_id: 157, bid_amount: "3090.87", bid_time: new Date("2023-05-10T14:31:02Z"), bid_increment: "497.85" },
            { bid_id: 382, user_id: 103, item_id: 12, bid_amount: "1629.99", bid_time: new Date("2023-11-01T21:05:09Z"), bid_increment: "652.69" },
            { bid_id: 383, user_id: 29, item_id: 98, bid_amount: "191.86", bid_time: new Date("2023-08-08T22:25:24Z"), bid_increment: "385.19" },
            { bid_id: 384, user_id: 107, item_id: 283, bid_amount: "2.75", bid_time: new Date("2023-01-15T14:02:07Z"), bid_increment: "333.22" },
            { bid_id: 385, user_id: 18, item_id: 251, bid_amount: "5.54", bid_time: new Date("2023-05-23T18:42:52Z"), bid_increment: "404.85" },
            { bid_id: 386, user_id: 68, item_id: 99, bid_amount: "925.86", bid_time: new Date("2023-09-27T09:35:19Z"), bid_increment: "262.69" },
            { bid_id: 387, user_id: 112, item_id: 2, bid_amount: "4.02", bid_time: new Date("2023-02-26T22:35:28Z"), bid_increment: "766.30" },
            { bid_id: 388, user_id: 18, item_id: 263, bid_amount: "410.94", bid_time: new Date("2023-01-17T07:21:40Z"), bid_increment: "672.16" },
            { bid_id: 389, user_id: 132, item_id: 68, bid_amount: "160.00", bid_time: new Date("2023-07-01T06:28:30Z"), bid_increment: "624.07" },
            { bid_id: 390, user_id: 123, item_id: 290, bid_amount: "4640.94", bid_time: new Date("2023-03-20T11:14:33Z"), bid_increment: "567.60" },
            { bid_id: 391, user_id: 125, item_id: 284, bid_amount: "20.71", bid_time: new Date("2023-09-08T19:43:25Z"), bid_increment: "503.85" },
            { bid_id: 392, user_id: 11, item_id: 197, bid_amount: "3381.66", bid_time: new Date("2023-03-20T22:00:28Z"), bid_increment: "602.55" },
            { bid_id: 393, user_id: 19, item_id: 202, bid_amount: "1072.29", bid_time: new Date("2023-11-13T11:11:28Z"), bid_increment: "491.43" },
            { bid_id: 394, user_id: 141, item_id: 101, bid_amount: "4613.68", bid_time: new Date("2023-02-03T18:30:58Z"), bid_increment: "520.69" },
            { bid_id: 395, user_id: 129, item_id: 290, bid_amount: "2696.03", bid_time: new Date("2023-03-27T19:19:29Z"), bid_increment: "560.66" },
            { bid_id: 396, user_id: 58, item_id: 188, bid_amount: "1281.53", bid_time: new Date("2023-12-18T14:50:03Z"), bid_increment: "553.70" },
            { bid_id: 397, user_id: 61, item_id: 265, bid_amount: "1606.52", bid_time: new Date("2023-08-12T20:13:47Z"), bid_increment: "611.39" },
            { bid_id: 398, user_id: 145, item_id: 245, bid_amount: "6.43", bid_time: new Date("2023-09-04T20:27:26Z"), bid_increment: "647.35" },
            { bid_id: 399, user_id: 12, item_id: 227, bid_amount: "3858.45", bid_time: new Date("2023-11-10T07:24:43Z"), bid_increment: "608.07" },
            { bid_id: 400, user_id: 85, item_id: 136, bid_amount: "357.35", bid_time: new Date("2023-08-05T20:14:04Z"), bid_increment: "173.68" },
            { bid_id: 401, user_id: 131, item_id: 207, bid_amount: "2489.53", bid_time: new Date("2023-10-26T02:41:46Z"), bid_increment: "481.04" },
            { bid_id: 402, user_id: 9, item_id: 124, bid_amount: "368.16", bid_time: new Date("2023-10-06T19:06:23Z"), bid_increment: "608.58" },
            { bid_id: 403, user_id: 48, item_id: 44, bid_amount: "404.56", bid_time: new Date("2023-12-26T20:44:00Z"), bid_increment: "753.07" },
            { bid_id: 404, user_id: 127, item_id: 197, bid_amount: "890.86", bid_time: new Date("2023-05-02T19:44:27Z"), bid_increment: "509.75" },
            { bid_id: 405, user_id: 32, item_id: 251, bid_amount: "1480.98", bid_time: new Date("2023-09-03T23:51:19Z"), bid_increment: "553.14" },
            { bid_id: 406, user_id: 139, item_id: 153, bid_amount: "2229.32", bid_time: new Date("2023-10-09T13:07:15Z"), bid_increment: "489.77" },
            { bid_id: 407, user_id: 88, item_id: 16, bid_amount: "1.30", bid_time: new Date("2023-03-15T07:12:59Z"), bid_increment: "545.57" },
            { bid_id: 408, user_id: 10, item_id: 193, bid_amount: "62.70", bid_time: new Date("2023-01-31T01:30:31Z"), bid_increment: "639.99" },
            { bid_id: 409, user_id: 110, item_id: 156, bid_amount: "1131.04", bid_time: new Date("2023-08-07T06:49:49Z"), bid_increment: "315.47" },
            { bid_id: 410, user_id: 139, item_id: 146, bid_amount: "415.37", bid_time: new Date("2023-01-18T21:45:15Z"), bid_increment: "585.62" },
            { bid_id: 411, user_id: 7, item_id: 132, bid_amount: "3974.21", bid_time: new Date("2023-06-02T19:43:02Z"), bid_increment: "401.23" },
            { bid_id: 412, user_id: 90, item_id: 224, bid_amount: "164.96", bid_time: new Date("2023-10-20T13:41:23Z"), bid_increment: "667.30" },
            { bid_id: 413, user_id: 65, item_id: 176, bid_amount: "2351.82", bid_time: new Date("2023-07-18T10:19:45Z"), bid_increment: "656.39" },
            { bid_id: 414, user_id: 103, item_id: 4, bid_amount: "4290.40", bid_time: new Date("2023-08-16T17:47:55Z"), bid_increment: "511.72" },
            { bid_id: 415, user_id: 36, item_id: 215, bid_amount: "1817.12", bid_time: new Date("2023-12-09T14:34:52Z"), bid_increment: "796.14" },
            { bid_id: 416, user_id: 22, item_id: 288, bid_amount: "23.24", bid_time: new Date("2023-12-08T09:55:43Z"), bid_increment: "449.23" },
            { bid_id: 417, user_id: 39, item_id: 19, bid_amount: "391.60", bid_time: new Date("2023-06-13T15:34:52Z"), bid_increment: "253.27" },
            { bid_id: 418, user_id: 81, item_id: 197, bid_amount: "1.93", bid_time: new Date("2023-05-04T17:48:16Z"), bid_increment: "669.74" },
            { bid_id: 419, user_id: 90, item_id: 53, bid_amount: "137.46", bid_time: new Date("2023-07-30T13:49:29Z"), bid_increment: "481.24" },
            { bid_id: 420, user_id: 42, item_id: 141, bid_amount: "682.75", bid_time: new Date("2023-08-23T23:23:55Z"), bid_increment: "264.48" },
            { bid_id: 421, user_id: 59, item_id: 78, bid_amount: "2332.84", bid_time: new Date("2023-03-07T13:52:02Z"), bid_increment: "575.01" },
            { bid_id: 422, user_id: 142, item_id: 90, bid_amount: "4990.75", bid_time: new Date("2023-06-14T19:44:59Z"), bid_increment: "633.57" },
            { bid_id: 423, user_id: 87, item_id: 62, bid_amount: "35.46", bid_time: new Date("2023-04-27T17:57:58Z"), bid_increment: "547.33" },
            { bid_id: 424, user_id: 86, item_id: 220, bid_amount: "151.09", bid_time: new Date("2023-05-05T12:47:30Z"), bid_increment: "388.19" },
            { bid_id: 425, user_id: 103, item_id: 37, bid_amount: "140.85", bid_time: new Date("2023-12-08T16:59:38Z"), bid_increment: "498.90" },
            { bid_id: 426, user_id: 55, item_id: 61, bid_amount: "1698.01", bid_time: new Date("2023-02-20T22:16:36Z"), bid_increment: "461.65" },
            { bid_id: 427, user_id: 133, item_id: 94, bid_amount: "2618.94", bid_time: new Date("2023-10-12T20:15:19Z"), bid_increment: "571.60" },
            { bid_id: 428, user_id: 78, item_id: 117, bid_amount: "769.21", bid_time: new Date("2023-02-01T21:19:42Z"), bid_increment: "397.22" },
            { bid_id: 429, user_id: 51, item_id: 254, bid_amount: "11.16", bid_time: new Date("2023-08-23T15:21:08Z"), bid_increment: "458.44" },
            { bid_id: 430, user_id: 62, item_id: 287, bid_amount: "1211.54", bid_time: new Date("2023-02-13T20:57:19Z"), bid_increment: "437.99" },
            { bid_id: 431, user_id: 8, item_id: 282, bid_amount: "533.91", bid_time: new Date("2023-01-10T12:32:03Z"), bid_increment: "493.63" },
            { bid_id: 432, user_id: 35, item_id: 12, bid_amount: "4635.36", bid_time: new Date("2023-03-19T18:36:35Z"), bid_increment: "377.76" },
            { bid_id: 433, user_id: 97, item_id: 56, bid_amount: "186.21", bid_time: new Date("2023-06-11T14:06:56Z"), bid_increment: "465.23" },
            { bid_id: 434, user_id: 89, item_id: 55, bid_amount: "3698.71", bid_time: new Date("2023-06-27T10:04:41Z"), bid_increment: "463.11" },
            { bid_id: 435, user_id: 5, item_id: 217, bid_amount: "8.80", bid_time: new Date("2023-04-06T18:17:56Z"), bid_increment: "713.78" },
            { bid_id: 436, user_id: 131, item_id: 11, bid_amount: "2.39", bid_time: new Date("2023-01-17T14:20:47Z"), bid_increment: "478.93" },
            { bid_id: 437, user_id: 148, item_id: 141, bid_amount: "1422.00", bid_time: new Date("2023-08-30T22:41:41Z"), bid_increment: "397.18" },
            { bid_id: 438, user_id: 3, item_id: 210, bid_amount: "3267.92", bid_time: new Date("2023-10-09T16:24:34Z"), bid_increment: "523.70" },
            { bid_id: 439, user_id: 40, item_id: 98, bid_amount: "1656.28", bid_time: new Date("2023-04-06T14:07:54Z"), bid_increment: "610.96" },
            { bid_id: 440, user_id: 59, item_id: 174, bid_amount: "88.86", bid_time: new Date("2023-10-01T14:50:24Z"), bid_increment: "778.07" },
            { bid_id: 441, user_id: 34, item_id: 19, bid_amount: "17.55", bid_time: new Date("2023-02-11T13:19:43Z"), bid_increment: "265.75" },
            { bid_id: 442, user_id: 65, item_id: 126, bid_amount: "1.81", bid_time: new Date("2023-10-18T18:14:39Z"), bid_increment: "510.46" },
            { bid_id: 443, user_id: 17, item_id: 3, bid_amount: "18.63", bid_time: new Date("2023-07-13T20:05:26Z"), bid_increment: "285.33" },
            { bid_id: 444, user_id: 43, item_id: 33, bid_amount: "1480.97", bid_time: new Date("2023-05-08T10:27:41Z"), bid_increment: "430.11" },
            { bid_id: 445, user_id: 78, item_id: 244, bid_amount: "2336.84", bid_time: new Date("2023-02-27T20:46:08Z"), bid_increment: "463.82" },
            { bid_id: 446, user_id: 75, item_id: 269, bid_amount: "1717.19", bid_time: new Date("2023-10-03T17:02:03Z"), bid_increment: "572.14" },
            { bid_id: 447, user_id: 21, item_id: 110, bid_amount: "205.76", bid_time: new Date("2023-07-25T09:37:07Z"), bid_increment: "486.20" },
            { bid_id: 448, user_id: 113, item_id: 197, bid_amount: "1868.70", bid_time: new Date("2023-12-01T21:03:00Z"), bid_increment: "304.30" },
            { bid_id: 449, user_id: 137, item_id: 56, bid_amount: "94.37", bid_time: new Date("2023-09-06T05:06:48Z"), bid_increment: "600.08" },
            { bid_id: 450, user_id: 143, item_id: 253, bid_amount: "2224.90", bid_time: new Date("2023-07-01T15:54:29Z"), bid_increment: "348.41" },
            { bid_id: 451, user_id: 137, item_id: 42, bid_amount: "76.31", bid_time: new Date("2023-01-11T11:04:07Z"), bid_increment: "379.41" },
            { bid_id: 452, user_id: 15, item_id: 292, bid_amount: "37.41", bid_time: new Date("2023-02-27T16:39:16Z"), bid_increment: "695.14" },
            { bid_id: 453, user_id: 135, item_id: 168, bid_amount: "4.83", bid_time: new Date("2023-07-06T14:48:36Z"), bid_increment: "629.83" },
            { bid_id: 454, user_id: 106, item_id: 101, bid_amount: "701.72", bid_time: new Date("2023-11-28T22:17:07Z"), bid_increment: "530.27" },
            { bid_id: 455, user_id: 4, item_id: 78, bid_amount: "1491.33", bid_time: new Date("2023-08-21T16:44:48Z"), bid_increment: "440.94" },
            { bid_id: 456, user_id: 113, item_id: 211, bid_amount: "2582.87", bid_time: new Date("2023-07-26T12:59:58Z"), bid_increment: "535.16" },
            { bid_id: 457, user_id: 31, item_id: 150, bid_amount: "821.64", bid_time: new Date("2023-10-21T16:10:43Z"), bid_increment: "428.50" },
            { bid_id: 458, user_id: 131, item_id: 92, bid_amount: "187.26", bid_time: new Date("2023-12-19T11:20:54Z"), bid_increment: "404.93" },
            { bid_id: 459, user_id: 140, item_id: 32, bid_amount: "4552.55", bid_time: new Date("2023-08-31T18:20:54Z"), bid_increment: "315.07" },
            { bid_id: 460, user_id: 143, item_id: 133, bid_amount: "652.46", bid_time: new Date("2023-01-17T10:38:31Z"), bid_increment: "856.77" },
            { bid_id: 461, user_id: 69, item_id: 33, bid_amount: "789.07", bid_time: new Date("2023-12-14T19:13:51Z"), bid_increment: "656.98" },
            { bid_id: 462, user_id: 72, item_id: 212, bid_amount: "4643.86", bid_time: new Date("2023-06-16T00:17:07Z"), bid_increment: "728.07" },
            { bid_id: 463, user_id: 87, item_id: 43, bid_amount: "289.83", bid_time: new Date("2023-08-05T11:56:12Z"), bid_increment: "658.97" },
            { bid_id: 464, user_id: 135, item_id: 69, bid_amount: "94.61", bid_time: new Date("2023-04-11T12:29:01Z"), bid_increment: "719.99" },
            { bid_id: 465, user_id: 43, item_id: 177, bid_amount: "3481.79", bid_time: new Date("2023-04-29T23:14:56Z"), bid_increment: "477.60" },
            { bid_id: 466, user_id: 128, item_id: 278, bid_amount: "18.39", bid_time: new Date("2023-05-17T10:37:52Z"), bid_increment: "360.08" },
            { bid_id: 467, user_id: 42, item_id: 289, bid_amount: "3965.56", bid_time: new Date("2023-03-21T19:18:18Z"), bid_increment: "567.40" },
            { bid_id: 468, user_id: 108, item_id: 150, bid_amount: "1969.43", bid_time: new Date("2023-11-22T18:14:26Z"), bid_increment: "556.05" },
            { bid_id: 469, user_id: 60, item_id: 195, bid_amount: "3688.91", bid_time: new Date("2023-02-15T16:55:35Z"), bid_increment: "711.73" },
            { bid_id: 470, user_id: 116, item_id: 82, bid_amount: "92.78", bid_time: new Date("2023-12-21T18:12:55Z"), bid_increment: "389.42" },
            { bid_id: 471, user_id: 131, item_id: 92, bid_amount: "21.40", bid_time: new Date("2023-05-27T12:37:32Z"), bid_increment: "196.14" },
            { bid_id: 472, user_id: 73, item_id: 12, bid_amount: "3126.60", bid_time: new Date("2023-11-17T19:37:42Z"), bid_increment: "181.91" },
            { bid_id: 473, user_id: 105, item_id: 164, bid_amount: "818.11", bid_time: new Date("2023-03-11T14:03:49Z"), bid_increment: "491.33" },
            { bid_id: 474, user_id: 109, item_id: 126, bid_amount: "2342.35", bid_time: new Date("2023-07-28T18:59:09Z"), bid_increment: "514.81" },
            { bid_id: 475, user_id: 65, item_id: 175, bid_amount: "4257.36", bid_time: new Date("2023-03-02T16:31:21Z"), bid_increment: "600.35" },
            { bid_id: 476, user_id: 88, item_id: 287, bid_amount: "2.09", bid_time: new Date("2023-10-14T18:51:15Z"), bid_increment: "366.25" },
            { bid_id: 477, user_id: 15, item_id: 52, bid_amount: "191.49", bid_time: new Date("2023-06-04T22:43:05Z"), bid_increment: "608.76" },
            { bid_id: 478, user_id: 37, item_id: 43, bid_amount: "4691.97", bid_time: new Date("2023-05-31T08:29:33Z"), bid_increment: "542.99" },
            { bid_id: 479, user_id: 64, item_id: 218, bid_amount: "291.57", bid_time: new Date("2023-12-15T06:06:57Z"), bid_increment: "422.33" },
            { bid_id: 480, user_id: 87, item_id: 3, bid_amount: "2307.57", bid_time: new Date("2023-04-26T13:41:27Z"), bid_increment: "232.74" },
            { bid_id: 481, user_id: 35, item_id: 99, bid_amount: "2.67", bid_time: new Date("2023-12-05T17:56:33Z"), bid_increment: "301.31" },
            { bid_id: 482, user_id: 38, item_id: 165, bid_amount: "154.78", bid_time: new Date("2023-12-26T12:32:44Z"), bid_increment: "689.91" },
            { bid_id: 483, user_id: 126, item_id: 127, bid_amount: "353.01", bid_time: new Date("2023-09-22T19:17:13Z"), bid_increment: "468.46" },
            { bid_id: 484, user_id: 34, item_id: 72, bid_amount: "65.02", bid_time: new Date("2023-04-04T00:42:59Z"), bid_increment: "320.13" },
            { bid_id: 485, user_id: 121, item_id: 160, bid_amount: "250.40", bid_time: new Date("2023-07-20T09:44:51Z"), bid_increment: "754.38" },
            { bid_id: 486, user_id: 63, item_id: 163, bid_amount: "89.21", bid_time: new Date("2023-07-12T18:24:13Z"), bid_increment: "202.99" },
            { bid_id: 487, user_id: 79, item_id: 198, bid_amount: "509.29", bid_time: new Date("2023-08-19T06:16:07Z"), bid_increment: "818.55" },
            { bid_id: 488, user_id: 104, item_id: 198, bid_amount: "2835.55", bid_time: new Date("2023-06-02T08:51:28Z"), bid_increment: "423.02" },
            { bid_id: 489, user_id: 36, item_id: 82, bid_amount: "551.34", bid_time: new Date("2023-07-01T16:13:14Z"), bid_increment: "767.59" },
            { bid_id: 490, user_id: 86, item_id: 32, bid_amount: "26.36", bid_time: new Date("2023-11-24T18:22:29Z"), bid_increment: "648.44" },
            { bid_id: 491, user_id: 37, item_id: 17, bid_amount: "387.43", bid_time: new Date("2023-02-09T09:44:37Z"), bid_increment: "651.29" },
            { bid_id: 492, user_id: 23, item_id: 63, bid_amount: "45.61", bid_time: new Date("2023-08-04T15:59:12Z"), bid_increment: "486.99" },
            { bid_id: 493, user_id: 22, item_id: 178, bid_amount: "968.59", bid_time: new Date("2023-04-20T09:17:35Z"), bid_increment: "571.41" },
            { bid_id: 494, user_id: 133, item_id: 2, bid_amount: "452.81", bid_time: new Date("2023-11-02T15:35:10Z"), bid_increment: "643.85" },
            { bid_id: 495, user_id: 47, item_id: 149, bid_amount: "1041.66", bid_time: new Date("2023-11-07T18:32:16Z"), bid_increment: "438.54" },
            { bid_id: 496, user_id: 10, item_id: 186, bid_amount: "2889.84", bid_time: new Date("2023-05-04T20:14:55Z"), bid_increment: "411.39" },
            { bid_id: 497, user_id: 110, item_id: 127, bid_amount: "6.20", bid_time: new Date("2023-10-31T19:04:19Z"), bid_increment: "599.79" },
            { bid_id: 498, user_id: 85, item_id: 94, bid_amount: "789.62", bid_time: new Date("2023-12-25T16:25:12Z"), bid_increment: "483.02" },
            { bid_id: 499, user_id: 75, item_id: 60, bid_amount: "2113.33", bid_time: new Date("2023-08-09T22:47:42Z"), bid_increment: "463.05" },
            { bid_id: 500, user_id: 148, item_id: 129, bid_amount: "3139.37", bid_time: new Date("2023-08-31T08:09:52Z"), bid_increment: "563.73" },
        ],
    });
    await prisma.bids.createMany({
        data: [
            { bid_id: 501, user_id: 105, item_id: 294, bid_amount: "1127.02", bid_time: new Date("2023-12-29T13:53:01Z"), bid_increment: "500.60" },
            { bid_id: 502, user_id: 35, item_id: 190, bid_amount: "1364.33", bid_time: new Date("2023-07-31T13:41:58Z"), bid_increment: "459.20" },
            { bid_id: 503, user_id: 125, item_id: 292, bid_amount: "1248.52", bid_time: new Date("2023-05-16T09:06:11Z"), bid_increment: "527.53" },
            { bid_id: 504, user_id: 129, item_id: 249, bid_amount: "1.07", bid_time: new Date("2023-08-01T20:11:56Z"), bid_increment: "566.76" },
            { bid_id: 505, user_id: 73, item_id: 181, bid_amount: "1124.95", bid_time: new Date("2023-11-18T19:15:03Z"), bid_increment: "516.80" },
            { bid_id: 506, user_id: 117, item_id: 236, bid_amount: "1.86", bid_time: new Date("2023-11-28T21:21:29Z"), bid_increment: "719.26" },
            { bid_id: 507, user_id: 89, item_id: 139, bid_amount: "42.83", bid_time: new Date("2023-02-03T20:46:22Z"), bid_increment: "531.84" },
            { bid_id: 508, user_id: 3, item_id: 234, bid_amount: "13.14", bid_time: new Date("2023-03-09T23:33:55Z"), bid_increment: "366.96" },
            { bid_id: 509, user_id: 118, item_id: 177, bid_amount: "1152.65", bid_time: new Date("2023-07-31T00:10:29Z"), bid_increment: "542.63" },
            { bid_id: 510, user_id: 18, item_id: 67, bid_amount: "3122.91", bid_time: new Date("2023-01-31T12:16:18Z"), bid_increment: "521.73" },
            { bid_id: 511, user_id: 101, item_id: 237, bid_amount: "149.09", bid_time: new Date("2023-12-04T18:30:53Z"), bid_increment: "239.10" },
            { bid_id: 512, user_id: 146, item_id: 195, bid_amount: "71.37", bid_time: new Date("2023-12-24T15:38:57Z"), bid_increment: "508.27" },
            { bid_id: 513, user_id: 97, item_id: 278, bid_amount: "2975.45", bid_time: new Date("2023-05-28T09:42:26Z"), bid_increment: "670.06" },
            { bid_id: 514, user_id: 93, item_id: 251, bid_amount: "2500.69", bid_time: new Date("2023-08-11T16:08:44Z"), bid_increment: "417.33" },
            { bid_id: 515, user_id: 57, item_id: 204, bid_amount: "616.94", bid_time: new Date("2023-02-01T19:57:36Z"), bid_increment: "550.67" },
            { bid_id: 516, user_id: 17, item_id: 38, bid_amount: "1004.28", bid_time: new Date("2023-12-16T15:34:29Z"), bid_increment: "497.86" },
            { bid_id: 517, user_id: 133, item_id: 15, bid_amount: "1863.18", bid_time: new Date("2023-03-09T20:12:07Z"), bid_increment: "394.08" },
            { bid_id: 518, user_id: 98, item_id: 65, bid_amount: "31.56", bid_time: new Date("2023-03-10T19:30:38Z"), bid_increment: "341.26" },
            { bid_id: 519, user_id: 135, item_id: 254, bid_amount: "2142.64", bid_time: new Date("2023-12-31T22:05:25Z"), bid_increment: "468.03" },
            { bid_id: 520, user_id: 84, item_id: 7, bid_amount: "1.48", bid_time: new Date("2023-07-10T07:06:31Z"), bid_increment: "523.20" },
            { bid_id: 521, user_id: 64, item_id: 240, bid_amount: "35.28", bid_time: new Date("2023-08-25T12:38:52Z"), bid_increment: "717.16" },
            { bid_id: 522, user_id: 114, item_id: 217, bid_amount: "12.94", bid_time: new Date("2023-04-26T23:22:22Z"), bid_increment: "618.26" },
            { bid_id: 523, user_id: 147, item_id: 79, bid_amount: "2995.26", bid_time: new Date("2023-11-29T12:28:21Z"), bid_increment: "541.82" },
            { bid_id: 524, user_id: 9, item_id: 75, bid_amount: "3209.53", bid_time: new Date("2023-07-26T17:43:52Z"), bid_increment: "490.32" },
            { bid_id: 525, user_id: 105, item_id: 230, bid_amount: "29.98", bid_time: new Date("2023-06-21T19:50:45Z"), bid_increment: "566.22" },
            { bid_id: 526, user_id: 124, item_id: 262, bid_amount: "25.68", bid_time: new Date("2023-11-12T19:31:31Z"), bid_increment: "421.07" },
            { bid_id: 527, user_id: 98, item_id: 210, bid_amount: "1420.83", bid_time: new Date("2023-02-11T18:26:23Z"), bid_increment: "430.65" },
            { bid_id: 528, user_id: 105, item_id: 263, bid_amount: "166.79", bid_time: new Date("2023-07-12T18:52:34Z"), bid_increment: "438.55" },
            { bid_id: 529, user_id: 117, item_id: 229, bid_amount: "64.26", bid_time: new Date("2023-09-29T18:02:04Z"), bid_increment: "601.38" },
            { bid_id: 530, user_id: 7, item_id: 45, bid_amount: "5.97", bid_time: new Date("2023-07-16T11:51:50Z"), bid_increment: "502.31" },
            { bid_id: 531, user_id: 66, item_id: 232, bid_amount: "1.25", bid_time: new Date("2023-10-28T01:24:43Z"), bid_increment: "604.54" },
            { bid_id: 532, user_id: 134, item_id: 268, bid_amount: "1.35", bid_time: new Date("2023-05-25T12:27:52Z"), bid_increment: "327.23" },
            { bid_id: 533, user_id: 1, item_id: 84, bid_amount: "471.05", bid_time: new Date("2023-08-24T08:15:58Z"), bid_increment: "397.37" },
            { bid_id: 534, user_id: 46, item_id: 205, bid_amount: "88.03", bid_time: new Date("2023-10-17T08:54:50Z"), bid_increment: "641.32" },
            { bid_id: 535, user_id: 47, item_id: 37, bid_amount: "8.91", bid_time: new Date("2023-10-03T13:22:40Z"), bid_increment: "605.34" },
            { bid_id: 536, user_id: 139, item_id: 1, bid_amount: "965.56", bid_time: new Date("2023-01-21T10:02:44Z"), bid_increment: "578.52" },
            { bid_id: 537, user_id: 148, item_id: 98, bid_amount: "59.75", bid_time: new Date("2023-12-16T16:58:40Z"), bid_increment: "532.19" },
            { bid_id: 538, user_id: 135, item_id: 232, bid_amount: "3971.76", bid_time: new Date("2023-03-11T13:41:14Z"), bid_increment: "567.51" },
            { bid_id: 539, user_id: 3, item_id: 270, bid_amount: "1271.32", bid_time: new Date("2023-11-29T18:38:51Z"), bid_increment: "624.79" },
            { bid_id: 540, user_id: 65, item_id: 98, bid_amount: "695.11", bid_time: new Date("2023-05-20T13:47:29Z"), bid_increment: "373.58" },
            { bid_id: 541, user_id: 139, item_id: 151, bid_amount: "3553.57", bid_time: new Date("2023-06-18T23:52:48Z"), bid_increment: "580.82" },
            { bid_id: 542, user_id: 74, item_id: 76, bid_amount: "637.04", bid_time: new Date("2023-10-19T18:31:56Z"), bid_increment: "704.36" },
            { bid_id: 543, user_id: 65, item_id: 98, bid_amount: "3741.48", bid_time: new Date("2023-10-12T10:58:15Z"), bid_increment: "407.77" },
            { bid_id: 544, user_id: 41, item_id: 170, bid_amount: "4364.48", bid_time: new Date("2023-03-28T12:30:13Z"), bid_increment: "358.33" },
            { bid_id: 545, user_id: 133, item_id: 70, bid_amount: "3.87", bid_time: new Date("2023-12-26T17:26:11Z"), bid_increment: "633.10" },
            { bid_id: 546, user_id: 5, item_id: 125, bid_amount: "2573.92", bid_time: new Date("2023-11-01T12:05:14Z"), bid_increment: "498.62" },
            { bid_id: 547, user_id: 85, item_id: 203, bid_amount: "642.45", bid_time: new Date("2023-05-06T07:27:43Z"), bid_increment: "528.65" },
            { bid_id: 548, user_id: 109, item_id: 295, bid_amount: "128.34", bid_time: new Date("2023-10-14T22:07:43Z"), bid_increment: "546.28" },
            { bid_id: 549, user_id: 111, item_id: 119, bid_amount: "905.26", bid_time: new Date("2023-11-21T18:00:09Z"), bid_increment: "407.82" },
            { bid_id: 550, user_id: 72, item_id: 194, bid_amount: "18.22", bid_time: new Date("2023-05-20T19:45:40Z"), bid_increment: "687.22" },
            { bid_id: 551, user_id: 92, item_id: 158, bid_amount: "3.38", bid_time: new Date("2023-06-04T22:20:06Z"), bid_increment: "504.13" },
            { bid_id: 552, user_id: 38, item_id: 231, bid_amount: "1784.16", bid_time: new Date("2023-04-05T06:01:28Z"), bid_increment: "600.77" },
            { bid_id: 553, user_id: 27, item_id: 171, bid_amount: "3681.77", bid_time: new Date("2023-02-21T11:30:06Z"), bid_increment: "525.11" },
            { bid_id: 554, user_id: 27, item_id: 114, bid_amount: "4750.98", bid_time: new Date("2023-12-06T13:44:10Z"), bid_increment: "228.14" },
            { bid_id: 555, user_id: 4, item_id: 101, bid_amount: "1.00", bid_time: new Date("2023-11-23T15:55:45Z"), bid_increment: "650.00" },
            { bid_id: 556, user_id: 37, item_id: 226, bid_amount: "3155.12", bid_time: new Date("2023-04-08T19:15:28Z"), bid_increment: "378.85" },
            { bid_id: 557, user_id: 88, item_id: 76, bid_amount: "1.13", bid_time: new Date("2023-01-03T07:29:58Z"), bid_increment: "704.35" },
            { bid_id: 558, user_id: 93, item_id: 245, bid_amount: "184.98", bid_time: new Date("2023-10-28T03:39:48Z"), bid_increment: "339.52" },
            { bid_id: 559, user_id: 143, item_id: 69, bid_amount: "11.27", bid_time: new Date("2023-09-06T09:34:16Z"), bid_increment: "824.21" },
            { bid_id: 560, user_id: 119, item_id: 261, bid_amount: "16.93", bid_time: new Date("2023-12-22T20:40:25Z"), bid_increment: "739.58" },
            { bid_id: 561, user_id: 50, item_id: 132, bid_amount: "2254.59", bid_time: new Date("2023-09-11T16:41:27Z"), bid_increment: "738.50" },
            { bid_id: 562, user_id: 55, item_id: 252, bid_amount: "2696.30", bid_time: new Date("2023-06-06T09:01:24Z"), bid_increment: "422.69" },
            { bid_id: 563, user_id: 63, item_id: 243, bid_amount: "1.43", bid_time: new Date("2023-12-14T12:15:47Z"), bid_increment: "320.16" },
            { bid_id: 564, user_id: 126, item_id: 91, bid_amount: "40.49", bid_time: new Date("2023-02-11T17:20:16Z"), bid_increment: "284.72" },
            { bid_id: 565, user_id: 76, item_id: 155, bid_amount: "1.14", bid_time: new Date("2023-11-22T12:19:46Z"), bid_increment: "281.39" },
            { bid_id: 566, user_id: 95, item_id: 265, bid_amount: "22.15", bid_time: new Date("2023-07-14T07:32:02Z"), bid_increment: "603.58" },
            { bid_id: 567, user_id: 49, item_id: 253, bid_amount: "241.33", bid_time: new Date("2023-10-19T14:57:10Z"), bid_increment: "413.51" },
            { bid_id: 568, user_id: 61, item_id: 151, bid_amount: "3.11", bid_time: new Date("2023-05-25T22:24:38Z"), bid_increment: "514.77" },
            { bid_id: 569, user_id: 76, item_id: 249, bid_amount: "16.10", bid_time: new Date("2023-02-28T15:26:53Z"), bid_increment: "697.28" },
            { bid_id: 570, user_id: 85, item_id: 176, bid_amount: "770.98", bid_time: new Date("2023-12-26T17:29:11Z"), bid_increment: "548.40" },
            { bid_id: 571, user_id: 74, item_id: 257, bid_amount: "818.85", bid_time: new Date("2023-07-17T12:49:29Z"), bid_increment: "475.52" },
            { bid_id: 572, user_id: 31, item_id: 244, bid_amount: "205.09", bid_time: new Date("2023-01-03T21:03:20Z"), bid_increment: "524.15" },
            { bid_id: 573, user_id: 146, item_id: 260, bid_amount: "384.76", bid_time: new Date("2023-02-08T11:10:32Z"), bid_increment: "862.38" },
            { bid_id: 574, user_id: 123, item_id: 76, bid_amount: "3809.94", bid_time: new Date("2023-04-18T13:00:29Z"), bid_increment: "381.79" },
            { bid_id: 575, user_id: 19, item_id: 225, bid_amount: "2967.99", bid_time: new Date("2023-02-06T00:33:01Z"), bid_increment: "562.76" },
            { bid_id: 576, user_id: 137, item_id: 130, bid_amount: "4116.09", bid_time: new Date("2023-12-29T19:58:03Z"), bid_increment: "520.26" },
            { bid_id: 577, user_id: 128, item_id: 73, bid_amount: "1424.20", bid_time: new Date("2023-06-06T11:11:40Z"), bid_increment: "153.18" },
            { bid_id: 578, user_id: 103, item_id: 149, bid_amount: "15.25", bid_time: new Date("2023-10-20T14:38:50Z"), bid_increment: "554.14" },
            { bid_id: 579, user_id: 11, item_id: 247, bid_amount: "1339.66", bid_time: new Date("2023-09-25T13:17:32Z"), bid_increment: "551.15" },
            { bid_id: 580, user_id: 55, item_id: 172, bid_amount: "50.98", bid_time: new Date("2023-05-18T07:12:21Z"), bid_increment: "571.04" },
            { bid_id: 581, user_id: 138, item_id: 112, bid_amount: "4.20", bid_time: new Date("2023-11-13T13:06:36Z"), bid_increment: "374.86" },
            { bid_id: 582, user_id: 91, item_id: 53, bid_amount: "945.52", bid_time: new Date("2023-05-02T15:23:54Z"), bid_increment: "461.53" },
            { bid_id: 583, user_id: 64, item_id: 280, bid_amount: "3017.38", bid_time: new Date("2023-05-22T16:15:07Z"), bid_increment: "526.13" },
            { bid_id: 584, user_id: 73, item_id: 44, bid_amount: "144.47", bid_time: new Date("2023-02-03T12:38:12Z"), bid_increment: "376.61" },
            { bid_id: 585, user_id: 95, item_id: 117, bid_amount: "50.84", bid_time: new Date("2023-12-13T22:36:45Z"), bid_increment: "381.34" },
            { bid_id: 586, user_id: 64, item_id: 261, bid_amount: "2385.67", bid_time: new Date("2023-03-21T19:38:49Z"), bid_increment: "688.16" },
            { bid_id: 587, user_id: 92, item_id: 172, bid_amount: "12.37", bid_time: new Date("2023-10-29T19:49:09Z"), bid_increment: "670.59" },
            { bid_id: 588, user_id: 87, item_id: 247, bid_amount: "1441.07", bid_time: new Date("2023-04-16T18:58:34Z"), bid_increment: "424.19" },
            { bid_id: 589, user_id: 138, item_id: 195, bid_amount: "4.67", bid_time: new Date("2023-08-28T13:41:52Z"), bid_increment: "435.06" },
            { bid_id: 590, user_id: 25, item_id: 94, bid_amount: "3489.70", bid_time: new Date("2023-04-15T18:02:18Z"), bid_increment: "201.81" },
            { bid_id: 591, user_id: 29, item_id: 158, bid_amount: "4561.97", bid_time: new Date("2023-04-02T10:10:32Z"), bid_increment: "571.09" },
            { bid_id: 592, user_id: 90, item_id: 99, bid_amount: "14.36", bid_time: new Date("2023-09-27T14:46:43Z"), bid_increment: "404.73" },
            { bid_id: 593, user_id: 97, item_id: 12, bid_amount: "551.61", bid_time: new Date("2023-09-18T22:57:00Z"), bid_increment: "502.14" },
            { bid_id: 594, user_id: 63, item_id: 161, bid_amount: "156.76", bid_time: new Date("2023-06-01T20:47:20Z"), bid_increment: "473.05" },
            { bid_id: 595, user_id: 97, item_id: 50, bid_amount: "122.19", bid_time: new Date("2023-10-01T17:27:14Z"), bid_increment: "720.07" },
            { bid_id: 596, user_id: 80, item_id: 290, bid_amount: "1001.50", bid_time: new Date("2023-05-09T21:30:51Z"), bid_increment: "435.41" },
            { bid_id: 597, user_id: 139, item_id: 271, bid_amount: "518.51", bid_time: new Date("2023-03-12T16:28:14Z"), bid_increment: "541.66" },
            { bid_id: 598, user_id: 25, item_id: 145, bid_amount: "3173.88", bid_time: new Date("2023-09-10T10:59:42Z"), bid_increment: "340.21" },
            { bid_id: 599, user_id: 101, item_id: 114, bid_amount: "3093.00", bid_time: new Date("2023-12-04T16:35:11Z"), bid_increment: "485.19" },
            { bid_id: 600, user_id: 25, item_id: 137, bid_amount: "1394.22", bid_time: new Date("2023-11-23T17:51:19Z"), bid_increment: "637.07" },
        ],
    });
    await prisma.payments.createMany({
        data: [
            { payment_id: 1, user_id: 32, card_type: "Visa", card_number: "8845-8994-2246-5817", expiry_date: "2027-09-04" },
            { payment_id: 2, user_id: 109, card_type: "Visa", card_number: "8437-6026-8093-9056", expiry_date: "2025-04-28" },
            { payment_id: 3, user_id: 134, card_type: "Visa", card_number: "0208-5303-0639-3373", expiry_date: "2030-02-20" },
            { payment_id: 4, user_id: 134, card_type: "PayPal", card_number: "9505-5352-8536-5921", expiry_date: "2029-03-28" },
            { payment_id: 5, user_id: 80, card_type: "Visa", card_number: "7246-3805-0478-6115", expiry_date: "2024-09-20" },
            { payment_id: 6, user_id: 147, card_type: "MasterCard", card_number: "1351-7009-8894-4034", expiry_date: "2023-03-05" },
            { payment_id: 7, user_id: 95, card_type: "MasterCard", card_number: "6906-8668-2254-1117", expiry_date: "2030-09-21" },
            { payment_id: 8, user_id: 144, card_type: "Visa", card_number: "1247-3204-8239-1695", expiry_date: "2028-02-05" },
            { payment_id: 9, user_id: 61, card_type: "PayPal", card_number: "8176-1834-9722-7451", expiry_date: "2030-01-12" },
            { payment_id: 10, user_id: 93, card_type: "MasterCard", card_number: "1031-5845-9829-3780", expiry_date: "2026-05-19" },
            { payment_id: 11, user_id: 30, card_type: "American Express", card_number: "2823-4449-9926-4741", expiry_date: "2029-09-09" },
            { payment_id: 12, user_id: 7, card_type: "Visa", card_number: "6756-8606-5228-3972", expiry_date: "2023-10-06" },
            { payment_id: 13, user_id: 146, card_type: "Visa", card_number: "6390-6711-3957-0722", expiry_date: "2028-02-06" },
            { payment_id: 14, user_id: 124, card_type: "MasterCard", card_number: "4523-6769-1756-7863", expiry_date: "2029-11-19" },
            { payment_id: 15, user_id: 126, card_type: "MasterCard", card_number: "5884-4056-9365-1452", expiry_date: "2026-05-08" },
            { payment_id: 16, user_id: 73, card_type: "PayPal", card_number: "3401-8746-7659-4835", expiry_date: "2026-01-06" },
            { payment_id: 17, user_id: 81, card_type: "PayPal", card_number: "3860-4325-3334-7962", expiry_date: "2026-09-27" },
            { payment_id: 18, user_id: 69, card_type: "PayPal", card_number: "9550-7890-1671-0527", expiry_date: "2028-08-25" },
            { payment_id: 19, user_id: 54, card_type: "MasterCard", card_number: "5471-3725-3176-6821", expiry_date: "2028-03-04" },
            { payment_id: 20, user_id: 27, card_type: "MasterCard", card_number: "0229-3287-8329-3639", expiry_date: "2028-11-25" },
            { payment_id: 21, user_id: 83, card_type: "MasterCard", card_number: "9222-7360-4522-3690", expiry_date: "2028-01-29" },
            { payment_id: 22, user_id: 137, card_type: "American Express", card_number: "7847-2281-5818-1016", expiry_date: "2027-10-03" },
            { payment_id: 23, user_id: 135, card_type: "MasterCard", card_number: "1044-6407-0688-0196", expiry_date: "2029-12-12" },
            { payment_id: 24, user_id: 102, card_type: "Visa", card_number: "1586-9663-0723-1179", expiry_date: "2029-01-28" },
            { payment_id: 25, user_id: 63, card_type: "PayPal", card_number: "5741-7469-4885-2907", expiry_date: "2025-10-24" },
            { payment_id: 26, user_id: 90, card_type: "PayPal", card_number: "4933-7169-9669-9570", expiry_date: "2025-07-24" },
            { payment_id: 27, user_id: 26, card_type: "American Express", card_number: "4831-9230-3258-8383", expiry_date: "2026-02-22" },
            { payment_id: 28, user_id: 84, card_type: "MasterCard", card_number: "9446-9788-4146-2457", expiry_date: "2024-04-16" },
            { payment_id: 29, user_id: 27, card_type: "MasterCard", card_number: "9103-1767-2903-5508", expiry_date: "2028-11-12" },
            { payment_id: 30, user_id: 149, card_type: "MasterCard", card_number: "5896-9641-0238-1937", expiry_date: "2029-06-10" },
            { payment_id: 31, user_id: 143, card_type: "Visa", card_number: "5028-6464-3157-0977", expiry_date: "2029-12-04" },
            { payment_id: 32, user_id: 125, card_type: "MasterCard", card_number: "9124-9186-1202-5724", expiry_date: "2025-05-30" },
            { payment_id: 33, user_id: 76, card_type: "PayPal", card_number: "8109-1429-1110-8232", expiry_date: "2029-06-16" },
            { payment_id: 34, user_id: 119, card_type: "Visa", card_number: "2044-1251-4579-3712", expiry_date: "2026-07-30" },
            { payment_id: 35, user_id: 116, card_type: "PayPal", card_number: "9114-3385-6905-8223", expiry_date: "2027-02-04" },
            { payment_id: 36, user_id: 14, card_type: "Visa", card_number: "3077-8334-8374-3124", expiry_date: "2024-10-16" },
            { payment_id: 37, user_id: 30, card_type: "Visa", card_number: "9153-5204-3187-6496", expiry_date: "2027-11-05" },
            { payment_id: 38, user_id: 21, card_type: "Visa", card_number: "0685-3861-3192-7061", expiry_date: "2024-09-06" },
            { payment_id: 39, user_id: 112, card_type: "MasterCard", card_number: "1705-1827-6605-0768", expiry_date: "2027-12-06" },
            { payment_id: 40, user_id: 10, card_type: "PayPal", card_number: "6785-2557-4762-0236", expiry_date: "2026-07-02" },
            { payment_id: 41, user_id: 80, card_type: "Visa", card_number: "3531-6379-0991-4751", expiry_date: "2026-12-26" },
            { payment_id: 42, user_id: 6, card_type: "MasterCard", card_number: "1686-4585-5116-8753", expiry_date: "2023-10-27" },
            { payment_id: 43, user_id: 91, card_type: "MasterCard", card_number: "7755-1589-9855-6606", expiry_date: "2023-10-24" },
            { payment_id: 44, user_id: 37, card_type: "MasterCard", card_number: "6188-0435-4481-0842", expiry_date: "2030-08-19" },
            { payment_id: 45, user_id: 109, card_type: "PayPal", card_number: "9241-4786-4057-3660", expiry_date: "2029-10-26" },
            { payment_id: 46, user_id: 72, card_type: "Visa", card_number: "0086-6651-8177-8678", expiry_date: "2027-12-24" },
            { payment_id: 47, user_id: 64, card_type: "PayPal", card_number: "7837-8327-0463-6701", expiry_date: "2024-03-09" },
            { payment_id: 48, user_id: 102, card_type: "Visa", card_number: "1225-3025-8282-4740", expiry_date: "2030-03-05" },
            { payment_id: 49, user_id: 52, card_type: "Visa", card_number: "3730-8196-3988-0393", expiry_date: "2025-06-27" },
            { payment_id: 50, user_id: 81, card_type: "Visa", card_number: "9445-0189-6687-7469", expiry_date: "2026-08-16" },
            { payment_id: 51, user_id: 59, card_type: "Visa", card_number: "8648-4568-4288-5585", expiry_date: "2026-02-21" },
            { payment_id: 52, user_id: 116, card_type: "PayPal", card_number: "7298-5667-1698-2942", expiry_date: "2024-09-10" },
            { payment_id: 53, user_id: 132, card_type: "MasterCard", card_number: "7723-6600-6504-8870", expiry_date: "2030-07-01" },
            { payment_id: 54, user_id: 40, card_type: "PayPal", card_number: "2618-8108-8869-3432", expiry_date: "2030-12-02" },
            { payment_id: 55, user_id: 79, card_type: "Visa", card_number: "3517-9591-0357-8257", expiry_date: "2023-10-22" },
            { payment_id: 56, user_id: 141, card_type: "PayPal", card_number: "6281-5825-9446-0225", expiry_date: "2027-11-20" },
            { payment_id: 57, user_id: 132, card_type: "MasterCard", card_number: "3858-0779-5127-5221", expiry_date: "2025-01-22" },
            { payment_id: 58, user_id: 149, card_type: "MasterCard", card_number: "3658-3580-1358-3163", expiry_date: "2023-05-16" },
            { payment_id: 59, user_id: 10, card_type: "MasterCard", card_number: "4140-4859-0701-4458", expiry_date: "2024-01-11" },
            { payment_id: 60, user_id: 148, card_type: "Visa", card_number: "2545-1772-6928-4525", expiry_date: "2030-08-30" },
            { payment_id: 61, user_id: 115, card_type: "Visa", card_number: "4387-3475-3843-5405", expiry_date: "2027-09-28" },
            { payment_id: 62, user_id: 56, card_type: "Visa", card_number: "2046-3295-4570-1274", expiry_date: "2028-06-23" },
            { payment_id: 63, user_id: 63, card_type: "Visa", card_number: "7643-5783-7325-2289", expiry_date: "2025-04-07" },
            { payment_id: 64, user_id: 36, card_type: "MasterCard", card_number: "9577-5601-7781-7955", expiry_date: "2027-12-22" },
            { payment_id: 65, user_id: 72, card_type: "Visa", card_number: "9537-7356-6322-6901", expiry_date: "2026-04-22" },
            { payment_id: 66, user_id: 143, card_type: "MasterCard", card_number: "2784-6856-6406-0282", expiry_date: "2024-11-12" },
            { payment_id: 67, user_id: 95, card_type: "Visa", card_number: "2352-4646-8894-3153", expiry_date: "2024-05-26" },
            { payment_id: 68, user_id: 136, card_type: "Visa", card_number: "3442-3779-2669-6654", expiry_date: "2029-09-12" },
            { payment_id: 69, user_id: 67, card_type: "PayPal", card_number: "9832-3301-2028-0390", expiry_date: "2026-09-10" },
            { payment_id: 70, user_id: 107, card_type: "MasterCard", card_number: "2421-6803-8570-2189", expiry_date: "2025-10-31" },
            { payment_id: 71, user_id: 29, card_type: "PayPal", card_number: "8782-7136-7158-8037", expiry_date: "2024-10-27" },
            { payment_id: 72, user_id: 20, card_type: "MasterCard", card_number: "0838-2944-9101-5092", expiry_date: "2028-01-21" },
            { payment_id: 73, user_id: 23, card_type: "Visa", card_number: "9985-8119-1307-9507", expiry_date: "2024-07-20" },
            { payment_id: 74, user_id: 78, card_type: "MasterCard", card_number: "9526-8854-0809-4036", expiry_date: "2027-08-01" },
            { payment_id: 75, user_id: 141, card_type: "Visa", card_number: "4130-0196-8367-0044", expiry_date: "2023-12-08" },
            { payment_id: 76, user_id: 117, card_type: "PayPal", card_number: "6191-6618-0780-6132", expiry_date: "2025-10-17" },
            { payment_id: 77, user_id: 44, card_type: "PayPal", card_number: "0123-4116-0838-6224", expiry_date: "2030-08-18" },
            { payment_id: 78, user_id: 118, card_type: "Visa", card_number: "3481-4909-3602-2943", expiry_date: "2026-09-20" },
            { payment_id: 79, user_id: 54, card_type: "PayPal", card_number: "0464-5049-0854-3769", expiry_date: "2028-03-11" },
            { payment_id: 80, user_id: 57, card_type: "MasterCard", card_number: "1243-2560-8329-6724", expiry_date: "2029-07-26" },
            { payment_id: 81, user_id: 52, card_type: "Visa", card_number: "8636-4902-7900-3952", expiry_date: "2028-11-11" },
            { payment_id: 82, user_id: 134, card_type: "MasterCard", card_number: "0586-5633-2893-8518", expiry_date: "2026-10-03" },
            { payment_id: 83, user_id: 18, card_type: "MasterCard", card_number: "4541-1746-7813-6790", expiry_date: "2030-04-09" },
            { payment_id: 84, user_id: 133, card_type: "MasterCard", card_number: "8451-8432-0209-8562", expiry_date: "2025-08-03" },
            { payment_id: 85, user_id: 18, card_type: "Visa", card_number: "4837-4618-1068-2077", expiry_date: "2026-09-30" },
            { payment_id: 86, user_id: 33, card_type: "MasterCard", card_number: "2129-3444-4942-9541", expiry_date: "2024-02-14" },
            { payment_id: 87, user_id: 79, card_type: "MasterCard", card_number: "2557-7843-4531-6837", expiry_date: "2029-07-12" },
            { payment_id: 88, user_id: 48, card_type: "Visa", card_number: "0493-9217-0942-7030", expiry_date: "2028-11-08" },
            { payment_id: 89, user_id: 5, card_type: "Visa", card_number: "3193-0341-7469-4035", expiry_date: "2024-04-30" },
            { payment_id: 90, user_id: 84, card_type: "MasterCard", card_number: "0044-9226-6403-1782", expiry_date: "2024-10-10" },
            { payment_id: 91, user_id: 18, card_type: "PayPal", card_number: "7381-6118-8930-9941", expiry_date: "2028-03-28" },
            { payment_id: 92, user_id: 89, card_type: "PayPal", card_number: "7156-5451-8368-3573", expiry_date: "2030-11-14" },
            { payment_id: 93, user_id: 10, card_type: "Visa", card_number: "9854-3557-5192-1805", expiry_date: "2026-09-16" },
            { payment_id: 94, user_id: 70, card_type: "Visa", card_number: "8411-6147-6439-4249", expiry_date: "2028-09-20" },
            { payment_id: 95, user_id: 147, card_type: "PayPal", card_number: "2314-2946-3909-0326", expiry_date: "2024-08-09" },
            { payment_id: 96, user_id: 138, card_type: "American Express", card_number: "5162-9103-8218-8507", expiry_date: "2027-08-11" },
            { payment_id: 97, user_id: 30, card_type: "Visa", card_number: "3408-6238-0307-1779", expiry_date: "2028-09-18" },
            { payment_id: 98, user_id: 66, card_type: "Visa", card_number: "0321-0015-1505-5064", expiry_date: "2029-04-18" },
            { payment_id: 99, user_id: 49, card_type: "Visa", card_number: "4025-8452-8200-3874", expiry_date: "2023-03-04" },
            { payment_id: 100, user_id: 39, card_type: "MasterCard", card_number: "0671-6366-4659-1228", expiry_date: "2029-10-30" },
            { payment_id: 101, user_id: 39, card_type: "MasterCard", card_number: "9251-3659-6365-1811", expiry_date: "2028-01-22" },
            { payment_id: 102, user_id: 14, card_type: "Visa", card_number: "8374-2378-1697-4468", expiry_date: "2023-03-02" },
            { payment_id: 103, user_id: 38, card_type: "Visa", card_number: "3057-4320-0675-1145", expiry_date: "2028-08-22" },
            { payment_id: 104, user_id: 99, card_type: "American Express", card_number: "9422-6105-2719-8404", expiry_date: "2024-07-11" },
            { payment_id: 105, user_id: 7, card_type: "PayPal", card_number: "6535-7720-3747-6533", expiry_date: "2026-11-23" },
            { payment_id: 106, user_id: 5, card_type: "MasterCard", card_number: "8552-5905-5869-9235", expiry_date: "2026-11-20" },
            { payment_id: 107, user_id: 12, card_type: "Visa", card_number: "4939-9172-8812-0808", expiry_date: "2024-10-13" },
            { payment_id: 108, user_id: 19, card_type: "MasterCard", card_number: "1153-9116-2868-8590", expiry_date: "2030-08-13" },
            { payment_id: 109, user_id: 71, card_type: "American Express", card_number: "3079-0211-2548-5341", expiry_date: "2030-12-16" },
            { payment_id: 110, user_id: 33, card_type: "PayPal", card_number: "8552-7517-8728-6826", expiry_date: "2024-11-17" },
            { payment_id: 111, user_id: 105, card_type: "Visa", card_number: "3034-9132-1194-1117", expiry_date: "2023-03-03" },
            { payment_id: 112, user_id: 79, card_type: "MasterCard", card_number: "1541-6886-9911-9719", expiry_date: "2030-08-29" },
            { payment_id: 113, user_id: 98, card_type: "Visa", card_number: "8631-9554-9337-9604", expiry_date: "2029-12-28" },
            { payment_id: 114, user_id: 42, card_type: "PayPal", card_number: "7111-7979-7789-4853", expiry_date: "2026-09-08" },
            { payment_id: 115, user_id: 12, card_type: "PayPal", card_number: "2021-5078-9552-1156", expiry_date: "2023-08-03" },
            { payment_id: 116, user_id: 92, card_type: "MasterCard", card_number: "8298-5059-7294-5088", expiry_date: "2030-01-11" },
            { payment_id: 117, user_id: 124, card_type: "MasterCard", card_number: "1776-6848-4431-6651", expiry_date: "2030-06-28" },
            { payment_id: 118, user_id: 99, card_type: "Visa", card_number: "7198-2801-0685-9270", expiry_date: "2025-11-19" },
            { payment_id: 119, user_id: 23, card_type: "Visa", card_number: "3000-0085-8780-3189", expiry_date: "2023-11-01" },
            { payment_id: 120, user_id: 103, card_type: "MasterCard", card_number: "5928-4190-7981-6301", expiry_date: "2023-11-09" },
            { payment_id: 121, user_id: 25, card_type: "PayPal", card_number: "8029-1776-8189-2018", expiry_date: "2028-12-06" },
            { payment_id: 122, user_id: 51, card_type: "Visa", card_number: "6447-4114-2836-5105", expiry_date: "2025-07-05" },
            { payment_id: 123, user_id: 94, card_type: "Visa", card_number: "3328-0331-5518-6307", expiry_date: "2023-12-09" },
            { payment_id: 124, user_id: 81, card_type: "PayPal", card_number: "5185-7629-3352-6302", expiry_date: "2028-12-16" },
            { payment_id: 125, user_id: 147, card_type: "Visa", card_number: "7095-6580-5313-4997", expiry_date: "2030-11-05" },
            { payment_id: 126, user_id: 127, card_type: "PayPal", card_number: "1900-5625-0529-3183", expiry_date: "2023-07-31" },
            { payment_id: 127, user_id: 10, card_type: "Visa", card_number: "3711-2484-9065-2582", expiry_date: "2025-02-17" },
            { payment_id: 128, user_id: 137, card_type: "Visa", card_number: "4438-2550-1054-9621", expiry_date: "2028-10-09" },
            { payment_id: 129, user_id: 121, card_type: "PayPal", card_number: "0785-1289-8062-0685", expiry_date: "2027-05-04" },
            { payment_id: 130, user_id: 56, card_type: "PayPal", card_number: "3458-0728-0818-1411", expiry_date: "2029-10-12" },
            { payment_id: 131, user_id: 84, card_type: "Visa", card_number: "5867-4404-2617-1804", expiry_date: "2027-03-22" },
            { payment_id: 132, user_id: 34, card_type: "PayPal", card_number: "6245-7343-8583-9893", expiry_date: "2023-09-24" },
            { payment_id: 133, user_id: 97, card_type: "MasterCard", card_number: "2532-2784-6825-1297", expiry_date: "2026-11-21" },
            { payment_id: 134, user_id: 14, card_type: "MasterCard", card_number: "8979-3733-5023-4006", expiry_date: "2025-10-30" },
            { payment_id: 135, user_id: 59, card_type: "MasterCard", card_number: "0054-3700-4485-7692", expiry_date: "2024-01-17" },
            { payment_id: 136, user_id: 113, card_type: "Visa", card_number: "2446-4071-5061-2882", expiry_date: "2024-01-08" },
            { payment_id: 137, user_id: 74, card_type: "American Express", card_number: "7242-7210-9328-1536", expiry_date: "2025-09-13" },
            { payment_id: 138, user_id: 86, card_type: "American Express", card_number: "3978-3341-7454-2604", expiry_date: "2023-06-19" },
            { payment_id: 139, user_id: 136, card_type: "PayPal", card_number: "8410-8418-2735-7387", expiry_date: "2024-05-16" },
            { payment_id: 140, user_id: 98, card_type: "MasterCard", card_number: "6294-9604-5370-2664", expiry_date: "2024-02-03" },
            { payment_id: 141, user_id: 116, card_type: "American Express", card_number: "0237-8079-4468-0657", expiry_date: "2028-10-24" },
            { payment_id: 142, user_id: 50, card_type: "MasterCard", card_number: "8643-7671-3222-0239", expiry_date: "2027-09-17" },
            { payment_id: 143, user_id: 71, card_type: "PayPal", card_number: "3671-1240-7032-3239", expiry_date: "2029-02-27" },
            { payment_id: 144, user_id: 41, card_type: "Visa", card_number: "1241-7544-3748-4981", expiry_date: "2025-05-10" },
            { payment_id: 145, user_id: 100, card_type: "Visa", card_number: "1906-6786-2359-2507", expiry_date: "2027-03-16" },
            { payment_id: 146, user_id: 24, card_type: "MasterCard", card_number: "1570-4687-2363-2984", expiry_date: "2030-10-23" },
            { payment_id: 147, user_id: 62, card_type: "American Express", card_number: "2163-9462-8110-1930", expiry_date: "2029-07-18" },
            { payment_id: 148, user_id: 115, card_type: "Visa", card_number: "0671-6640-1911-1205", expiry_date: "2028-05-31" },
            { payment_id: 149, user_id: 113, card_type: "PayPal", card_number: "4674-9566-3541-6645", expiry_date: "2023-09-09" },
            { payment_id: 150, user_id: 125, card_type: "Visa", card_number: "4472-9428-6689-6682", expiry_date: "2026-03-26" },
        ],
    });
    await prisma.watchlists.createMany({
        data: [
            { watchlist_id: 1, user_id: 49, item_id: 233, added_date: new Date("2023-08-09T11:18:29Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 2, user_id: 18, item_id: 161, added_date: new Date("2023-01-19T21:19:01Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 3, user_id: 79, item_id: 249, added_date: new Date("2023-10-30T09:18:57Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 4, user_id: 35, item_id: 218, added_date: new Date("2023-10-06T14:03:50Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 5, user_id: 114, item_id: 83, added_date: new Date("2023-05-02T20:26:45Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 6, user_id: 97, item_id: 296, added_date: new Date("2023-09-28T13:09:26Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 7, user_id: 72, item_id: 123, added_date: new Date("2023-11-24T03:20:14Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 8, user_id: 111, item_id: 286, added_date: new Date("2023-03-14T13:44:17Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 9, user_id: 131, item_id: 247, added_date: new Date("2023-10-22T16:23:30Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 10, user_id: 130, item_id: 109, added_date: new Date("2023-09-04T12:02:03Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 11, user_id: 78, item_id: 62, added_date: new Date("2023-05-28T16:41:42Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 12, user_id: 39, item_id: 40, added_date: new Date("2023-04-24T16:56:16Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 13, user_id: 123, item_id: 195, added_date: new Date("2023-01-31T11:27:19Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 14, user_id: 110, item_id: 170, added_date: new Date("2023-01-30T21:30:27Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 15, user_id: 74, item_id: 297, added_date: new Date("2023-07-19T22:58:13Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 16, user_id: 94, item_id: 96, added_date: new Date("2023-06-28T12:32:40Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 17, user_id: 55, item_id: 250, added_date: new Date("2023-03-14T22:28:09Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 18, user_id: 42, item_id: 61, added_date: new Date("2023-12-22T18:56:37Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 19, user_id: 131, item_id: 27, added_date: new Date("2023-12-22T16:34:57Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 20, user_id: 5, item_id: 177, added_date: new Date("2023-06-30T19:09:34Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 21, user_id: 146, item_id: 152, added_date: new Date("2023-04-28T21:03:23Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 22, user_id: 93, item_id: 272, added_date: new Date("2023-04-05T18:26:06Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 23, user_id: 27, item_id: 223, added_date: new Date("2023-04-01T00:59:59Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 24, user_id: 37, item_id: 200, added_date: new Date("2023-11-21T07:18:39Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 25, user_id: 31, item_id: 266, added_date: new Date("2023-06-23T21:50:49Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 26, user_id: 65, item_id: 27, added_date: new Date("2023-02-17T18:04:22Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 27, user_id: 16, item_id: 297, added_date: new Date("2023-07-10T08:20:24Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 28, user_id: 104, item_id: 7, added_date: new Date("2023-02-15T16:51:59Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 29, user_id: 22, item_id: 243, added_date: new Date("2023-12-02T08:18:34Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 30, user_id: 25, item_id: 18, added_date: new Date("2023-04-06T16:14:14Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 31, user_id: 2, item_id: 91, added_date: new Date("2023-04-10T18:36:18Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 32, user_id: 148, item_id: 100, added_date: new Date("2023-09-21T11:16:41Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 33, user_id: 79, item_id: 41, added_date: new Date("2023-03-26T13:43:48Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 34, user_id: 49, item_id: 25, added_date: new Date("2023-06-25T21:36:02Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 35, user_id: 3, item_id: 81, added_date: new Date("2023-06-03T19:19:48Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 36, user_id: 71, item_id: 271, added_date: new Date("2023-07-20T19:17:32Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 37, user_id: 139, item_id: 20, added_date: new Date("2023-08-05T11:42:34Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 38, user_id: 28, item_id: 72, added_date: new Date("2023-09-20T13:55:19Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 39, user_id: 38, item_id: 192, added_date: new Date("2023-11-19T12:55:41Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 40, user_id: 134, item_id: 154, added_date: new Date("2023-07-04T22:23:19Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 41, user_id: 80, item_id: 188, added_date: new Date("2023-05-19T20:52:03Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 42, user_id: 121, item_id: 184, added_date: new Date("2023-03-11T22:17:58Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 43, user_id: 129, item_id: 203, added_date: new Date("2023-11-28T10:36:52Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 44, user_id: 41, item_id: 245, added_date: new Date("2023-11-17T08:42:36Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 45, user_id: 68, item_id: 5, added_date: new Date("2023-05-07T21:59:18Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 46, user_id: 86, item_id: 214, added_date: new Date("2023-07-08T14:54:49Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 47, user_id: 137, item_id: 157, added_date: new Date("2023-10-17T23:57:48Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 48, user_id: 95, item_id: 246, added_date: new Date("2023-05-16T18:24:02Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 49, user_id: 92, item_id: 289, added_date: new Date("2023-04-10T18:28:49Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 50, user_id: 145, item_id: 239, added_date: new Date("2023-10-07T05:59:56Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 51, user_id: 88, item_id: 151, added_date: new Date("2023-07-31T18:55:25Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 52, user_id: 27, item_id: 84, added_date: new Date("2023-09-20T12:56:08Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 53, user_id: 75, item_id: 243, added_date: new Date("2023-02-08T18:18:27Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 54, user_id: 108, item_id: 14, added_date: new Date("2023-05-07T16:32:30Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 55, user_id: 38, item_id: 104, added_date: new Date("2023-11-25T19:45:33Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 56, user_id: 105, item_id: 159, added_date: new Date("2023-07-19T13:26:19Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 57, user_id: 25, item_id: 204, added_date: new Date("2023-11-04T21:30:22Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 58, user_id: 79, item_id: 116, added_date: new Date("2023-08-04T01:41:13Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 59, user_id: 38, item_id: 281, added_date: new Date("2023-05-22T16:16:31Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 60, user_id: 129, item_id: 62, added_date: new Date("2023-07-09T18:09:28Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 61, user_id: 1, item_id: 213, added_date: new Date("2023-12-31T10:49:52Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 62, user_id: 51, item_id: 76, added_date: new Date("2023-07-10T13:37:20Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 63, user_id: 62, item_id: 299, added_date: new Date("2023-06-29T09:28:25Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 64, user_id: 16, item_id: 9, added_date: new Date("2023-09-25T14:01:11Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 65, user_id: 14, item_id: 227, added_date: new Date("2023-11-02T13:19:47Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 66, user_id: 38, item_id: 275, added_date: new Date("2023-10-10T15:41:01Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 67, user_id: 27, item_id: 134, added_date: new Date("2023-10-04T09:57:13Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 68, user_id: 56, item_id: 163, added_date: new Date("2023-05-21T09:52:19Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 69, user_id: 97, item_id: 140, added_date: new Date("2023-06-03T22:08:48Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 70, user_id: 139, item_id: 154, added_date: new Date("2023-05-21T20:09:47Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 71, user_id: 102, item_id: 299, added_date: new Date("2023-07-22T09:27:31Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 72, user_id: 78, item_id: 246, added_date: new Date("2023-03-07T10:07:17Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 73, user_id: 101, item_id: 250, added_date: new Date("2023-01-15T12:08:37Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 74, user_id: 76, item_id: 191, added_date: new Date("2023-03-25T23:41:03Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 75, user_id: 6, item_id: 281, added_date: new Date("2023-05-09T09:26:00Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 76, user_id: 17, item_id: 155, added_date: new Date("2023-03-16T21:20:29Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 77, user_id: 69, item_id: 298, added_date: new Date("2023-07-01T22:40:39Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 78, user_id: 53, item_id: 238, added_date: new Date("2023-03-11T20:18:47Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 79, user_id: 1, item_id: 52, added_date: new Date("2023-06-21T17:12:34Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 80, user_id: 72, item_id: 43, added_date: new Date("2023-05-25T20:31:28Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 81, user_id: 29, item_id: 260, added_date: new Date("2023-02-08T17:06:57Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 82, user_id: 92, item_id: 205, added_date: new Date("2023-07-15T18:49:51Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 83, user_id: 105, item_id: 280, added_date: new Date("2023-08-27T16:51:24Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 84, user_id: 145, item_id: 158, added_date: new Date("2023-12-25T16:14:52Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 85, user_id: 47, item_id: 206, added_date: new Date("2023-05-16T19:41:11Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 86, user_id: 115, item_id: 293, added_date: new Date("2023-06-27T20:36:59Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 87, user_id: 20, item_id: 9, added_date: new Date("2023-08-13T18:24:39Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 88, user_id: 64, item_id: 127, added_date: new Date("2023-05-26T15:08:26Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 89, user_id: 88, item_id: 79, added_date: new Date("2023-10-07T16:30:01Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 90, user_id: 77, item_id: 91, added_date: new Date("2023-04-17T10:59:08Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 91, user_id: 94, item_id: 269, added_date: new Date("2023-10-22T18:46:50Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 92, user_id: 125, item_id: 175, added_date: new Date("2023-03-07T21:39:47Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 93, user_id: 74, item_id: 259, added_date: new Date("2023-09-13T20:20:51Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 94, user_id: 88, item_id: 67, added_date: new Date("2023-05-08T10:42:04Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 95, user_id: 73, item_id: 69, added_date: new Date("2023-09-02T15:46:18Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 4 },
            { watchlist_id: 96, user_id: 107, item_id: 29, added_date: new Date("2023-09-24T15:20:41Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 97, user_id: 69, item_id: 78, added_date: new Date("2023-03-24T19:38:35Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 98, user_id: 133, item_id: 235, added_date: new Date("2023-03-13T15:14:26Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 99, user_id: 7, item_id: 267, added_date: new Date("2023-07-11T14:25:00Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 100, user_id: 113, item_id: 245, added_date: new Date("2023-04-18T16:52:22Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 101, user_id: 15, item_id: 36, added_date: new Date("2023-08-18T07:11:52Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 102, user_id: 89, item_id: 22, added_date: new Date("2023-10-02T19:58:50Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 2 },
            { watchlist_id: 103, user_id: 149, item_id: 295, added_date: new Date("2023-01-09T14:09:26Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 104, user_id: 39, item_id: 212, added_date: new Date("2023-05-29T15:53:17Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 105, user_id: 18, item_id: 239, added_date: new Date("2023-02-10T19:21:04Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 106, user_id: 61, item_id: 258, added_date: new Date("2023-06-23T08:22:42Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 107, user_id: 64, item_id: 142, added_date: new Date("2023-07-19T22:38:14Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 2 },
            { watchlist_id: 108, user_id: 76, item_id: 76, added_date: new Date("2023-03-02T15:20:34Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 109, user_id: 14, item_id: 6, added_date: new Date("2023-09-10T14:12:32Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 110, user_id: 72, item_id: 108, added_date: new Date("2023-03-14T19:04:29Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 111, user_id: 146, item_id: 153, added_date: new Date("2023-03-12T19:44:57Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 112, user_id: 139, item_id: 220, added_date: new Date("2023-01-03T11:22:04Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 113, user_id: 32, item_id: 1, added_date: new Date("2023-03-20T19:09:26Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 114, user_id: 98, item_id: 151, added_date: new Date("2023-10-15T22:04:38Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 115, user_id: 93, item_id: 169, added_date: new Date("2023-03-26T08:15:14Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 116, user_id: 64, item_id: 106, added_date: new Date("2023-08-18T22:39:39Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 117, user_id: 54, item_id: 59, added_date: new Date("2023-01-03T08:43:03Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 118, user_id: 45, item_id: 229, added_date: new Date("2023-07-10T03:41:15Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 119, user_id: 129, item_id: 39, added_date: new Date("2023-11-24T11:10:00Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 120, user_id: 144, item_id: 70, added_date: new Date("2023-12-10T10:18:22Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 121, user_id: 100, item_id: 8, added_date: new Date("2023-05-03T10:26:47Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 122, user_id: 4, item_id: 143, added_date: new Date("2023-03-31T21:52:25Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 123, user_id: 22, item_id: 129, added_date: new Date("2023-10-06T17:49:55Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 124, user_id: 132, item_id: 298, added_date: new Date("2023-01-11T09:24:10Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 125, user_id: 104, item_id: 194, added_date: new Date("2023-06-30T12:41:42Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 126, user_id: 20, item_id: 223, added_date: new Date("2023-12-25T21:58:37Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 127, user_id: 147, item_id: 291, added_date: new Date("2023-04-09T19:49:42Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 128, user_id: 19, item_id: 115, added_date: new Date("2023-09-22T21:42:43Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 129, user_id: 42, item_id: 140, added_date: new Date("2023-06-03T04:13:59Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 130, user_id: 100, item_id: 102, added_date: new Date("2023-10-06T19:53:15Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 131, user_id: 105, item_id: 172, added_date: new Date("2023-09-14T01:45:19Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 132, user_id: 116, item_id: 207, added_date: new Date("2023-03-08T05:01:36Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 133, user_id: 13, item_id: 116, added_date: new Date("2023-08-04T23:22:47Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 134, user_id: 51, item_id: 230, added_date: new Date("2023-04-30T23:08:43Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 135, user_id: 84, item_id: 269, added_date: new Date("2023-11-06T05:18:43Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 136, user_id: 68, item_id: 78, added_date: new Date("2023-08-02T20:59:26Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "new", priority_level: 2 },
            { watchlist_id: 137, user_id: 71, item_id: 279, added_date: new Date("2023-07-09T15:17:47Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 138, user_id: 48, item_id: 150, added_date: new Date("2023-01-13T03:50:11Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 139, user_id: 91, item_id: 31, added_date: new Date("2023-12-12T14:19:52Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 140, user_id: 26, item_id: 271, added_date: new Date("2023-10-17T16:59:01Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 141, user_id: 109, item_id: 212, added_date: new Date("2023-08-02T10:07:21Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 142, user_id: 56, item_id: 31, added_date: new Date("2023-02-05T16:07:39Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 143, user_id: 109, item_id: 120, added_date: new Date("2023-11-15T17:00:46Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 144, user_id: 30, item_id: 105, added_date: new Date("2023-01-26T10:46:21Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 145, user_id: 124, item_id: 249, added_date: new Date("2023-05-04T14:58:42Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 146, user_id: 116, item_id: 45, added_date: new Date("2023-12-13T22:15:19Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 147, user_id: 34, item_id: 45, added_date: new Date("2023-07-05T18:10:24Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 2 },
            { watchlist_id: 148, user_id: 97, item_id: 59, added_date: new Date("2023-02-11T20:55:46Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 149, user_id: 59, item_id: 277, added_date: new Date("2023-01-09T14:12:08Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 150, user_id: 112, item_id: 242, added_date: new Date("2023-02-14T12:16:06Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 151, user_id: 124, item_id: 224, added_date: new Date("2023-11-01T17:23:39Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 152, user_id: 117, item_id: 280, added_date: new Date("2023-10-08T00:09:51Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 153, user_id: 96, item_id: 24, added_date: new Date("2023-06-22T23:26:39Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 154, user_id: 94, item_id: 178, added_date: new Date("2023-09-13T21:07:16Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 155, user_id: 96, item_id: 202, added_date: new Date("2023-02-02T22:09:26Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 156, user_id: 71, item_id: 86, added_date: new Date("2023-03-29T20:11:52Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 157, user_id: 67, item_id: 158, added_date: new Date("2023-07-02T11:13:30Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 158, user_id: 39, item_id: 64, added_date: new Date("2023-10-11T15:05:29Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 159, user_id: 90, item_id: 50, added_date: new Date("2023-09-28T16:34:35Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 160, user_id: 76, item_id: 71, added_date: new Date("2023-03-08T19:01:18Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 161, user_id: 85, item_id: 25, added_date: new Date("2023-12-17T21:10:48Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 162, user_id: 51, item_id: 47, added_date: new Date("2023-12-26T21:35:30Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 163, user_id: 133, item_id: 217, added_date: new Date("2023-06-15T10:46:17Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 164, user_id: 15, item_id: 253, added_date: new Date("2023-11-26T09:04:47Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 165, user_id: 3, item_id: 273, added_date: new Date("2023-05-22T13:45:04Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 166, user_id: 47, item_id: 30, added_date: new Date("2023-01-28T17:53:09Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 167, user_id: 127, item_id: 218, added_date: new Date("2023-07-17T08:42:27Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 168, user_id: 37, item_id: 143, added_date: new Date("2023-09-23T17:13:15Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 169, user_id: 145, item_id: 62, added_date: new Date("2023-10-14T16:55:52Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 170, user_id: 144, item_id: 93, added_date: new Date("2023-07-29T18:27:00Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 4 },
            { watchlist_id: 171, user_id: 18, item_id: 78, added_date: new Date("2023-05-23T10:16:47Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 172, user_id: 30, item_id: 135, added_date: new Date("2023-01-23T11:25:11Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 173, user_id: 114, item_id: 207, added_date: new Date("2023-12-31T19:39:08Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 174, user_id: 67, item_id: 65, added_date: new Date("2023-08-16T20:00:38Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 175, user_id: 50, item_id: 242, added_date: new Date("2023-07-06T14:40:40Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 176, user_id: 101, item_id: 117, added_date: new Date("2023-11-02T10:33:39Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 177, user_id: 23, item_id: 145, added_date: new Date("2023-08-02T11:21:06Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 178, user_id: 145, item_id: 200, added_date: new Date("2023-03-31T21:55:23Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 179, user_id: 56, item_id: 214, added_date: new Date("2023-06-28T11:29:21Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 180, user_id: 8, item_id: 201, added_date: new Date("2023-05-22T00:34:43Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 181, user_id: 95, item_id: 166, added_date: new Date("2023-12-23T01:11:47Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 182, user_id: 72, item_id: 28, added_date: new Date("2023-11-05T08:47:45Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 183, user_id: 43, item_id: 53, added_date: new Date("2023-03-17T18:20:47Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 184, user_id: 145, item_id: 96, added_date: new Date("2023-09-18T17:45:32Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 185, user_id: 80, item_id: 166, added_date: new Date("2023-01-02T21:16:22Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 186, user_id: 31, item_id: 41, added_date: new Date("2023-06-09T09:32:18Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 187, user_id: 95, item_id: 106, added_date: new Date("2023-11-21T20:48:37Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 188, user_id: 149, item_id: 85, added_date: new Date("2023-04-17T10:33:02Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 189, user_id: 17, item_id: 89, added_date: new Date("2023-06-11T21:21:03Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 190, user_id: 116, item_id: 114, added_date: new Date("2023-12-22T13:59:21Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 191, user_id: 105, item_id: 289, added_date: new Date("2023-01-30T23:52:07Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 4 },
            { watchlist_id: 192, user_id: 55, item_id: 218, added_date: new Date("2023-02-14T17:36:06Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 193, user_id: 106, item_id: 124, added_date: new Date("2023-05-16T10:14:44Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 194, user_id: 132, item_id: 152, added_date: new Date("2023-09-05T15:46:15Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 195, user_id: 18, item_id: 82, added_date: new Date("2023-04-25T17:01:27Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 4 },
            { watchlist_id: 196, user_id: 126, item_id: 218, added_date: new Date("2023-06-17T13:35:22Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 197, user_id: 100, item_id: 226, added_date: new Date("2023-01-09T10:49:13Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 198, user_id: 35, item_id: 10, added_date: new Date("2023-05-22T15:52:42Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 199, user_id: 63, item_id: 226, added_date: new Date("2023-04-07T22:39:40Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 200, user_id: 135, item_id: 121, added_date: new Date("2023-04-25T14:38:50Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 4 },
            { watchlist_id: 201, user_id: 123, item_id: 94, added_date: new Date("2023-10-15T12:38:42Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 5 },
            { watchlist_id: 202, user_id: 5, item_id: 139, added_date: new Date("2023-05-27T11:58:14Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 203, user_id: 91, item_id: 62, added_date: new Date("2023-12-02T19:42:48Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 204, user_id: 141, item_id: 258, added_date: new Date("2023-05-06T16:50:27Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 205, user_id: 32, item_id: 81, added_date: new Date("2023-04-11T05:26:27Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 206, user_id: 75, item_id: 9, added_date: new Date("2023-11-16T08:26:24Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 4 },
            { watchlist_id: 207, user_id: 146, item_id: 294, added_date: new Date("2023-10-13T18:56:11Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 208, user_id: 7, item_id: 257, added_date: new Date("2023-04-28T11:43:23Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 209, user_id: 91, item_id: 278, added_date: new Date("2023-12-10T17:14:15Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 210, user_id: 69, item_id: 16, added_date: new Date("2023-07-06T12:23:45Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 211, user_id: 51, item_id: 284, added_date: new Date("2023-10-11T07:22:33Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 212, user_id: 16, item_id: 265, added_date: new Date("2023-06-09T13:40:04Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 213, user_id: 112, item_id: 43, added_date: new Date("2023-11-11T13:21:28Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 214, user_id: 23, item_id: 62, added_date: new Date("2023-06-16T09:32:11Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 215, user_id: 29, item_id: 45, added_date: new Date("2023-10-09T14:22:25Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 216, user_id: 66, item_id: 242, added_date: new Date("2023-04-09T21:05:20Z"), notification_preference: false, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 217, user_id: 99, item_id: 102, added_date: new Date("2023-06-20T20:57:27Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 2 },
            { watchlist_id: 218, user_id: 141, item_id: 162, added_date: new Date("2023-05-04T19:12:45Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 219, user_id: 98, item_id: 103, added_date: new Date("2023-12-28T20:21:56Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 220, user_id: 32, item_id: 6, added_date: new Date("2023-01-17T13:07:05Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 221, user_id: 31, item_id: 166, added_date: new Date("2023-09-25T10:49:52Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 222, user_id: 90, item_id: 147, added_date: new Date("2023-08-31T20:41:19Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 2 },
            { watchlist_id: 223, user_id: 108, item_id: 59, added_date: new Date("2023-11-26T08:17:47Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 224, user_id: 148, item_id: 87, added_date: new Date("2023-09-29T20:02:12Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 225, user_id: 32, item_id: 52, added_date: new Date("2023-05-18T06:29:48Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 226, user_id: 60, item_id: 66, added_date: new Date("2023-01-10T06:01:46Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 227, user_id: 131, item_id: 186, added_date: new Date("2023-04-09T22:18:15Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 4 },
            { watchlist_id: 228, user_id: 133, item_id: 251, added_date: new Date("2023-06-08T08:34:57Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 229, user_id: 85, item_id: 134, added_date: new Date("2023-05-02T19:43:31Z"), notification_preference: false, notification_frequency: "monthly", item_condition: "used", priority_level: 4 },
            { watchlist_id: 230, user_id: 26, item_id: 257, added_date: new Date("2023-09-18T16:02:39Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 231, user_id: 88, item_id: 16, added_date: new Date("2023-08-19T18:33:48Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 232, user_id: 117, item_id: 300, added_date: new Date("2023-01-17T20:33:34Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 233, user_id: 62, item_id: 7, added_date: new Date("2023-06-20T09:20:02Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 3 },
            { watchlist_id: 234, user_id: 97, item_id: 199, added_date: new Date("2023-04-15T18:03:46Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 2 },
            { watchlist_id: 235, user_id: 52, item_id: 110, added_date: new Date("2023-05-16T21:05:56Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 236, user_id: 33, item_id: 241, added_date: new Date("2023-09-26T17:46:27Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 237, user_id: 14, item_id: 79, added_date: new Date("2023-12-28T20:30:44Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 238, user_id: 64, item_id: 93, added_date: new Date("2023-01-25T19:03:20Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "used", priority_level: 3 },
            { watchlist_id: 239, user_id: 137, item_id: 104, added_date: new Date("2023-06-09T21:36:47Z"), notification_preference: false, notification_frequency: "weekly", item_condition: "used", priority_level: 2 },
            { watchlist_id: 240, user_id: 84, item_id: 223, added_date: new Date("2023-01-08T19:39:19Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "new", priority_level: 4 },
            { watchlist_id: 241, user_id: 43, item_id: 196, added_date: new Date("2023-04-09T20:26:04Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 242, user_id: 3, item_id: 100, added_date: new Date("2023-12-20T21:21:04Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 243, user_id: 125, item_id: 101, added_date: new Date("2023-02-26T18:27:54Z"), notification_preference: true, notification_frequency: "monthly", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 244, user_id: 69, item_id: 161, added_date: new Date("2023-12-28T13:54:02Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 4 },
            { watchlist_id: 245, user_id: 7, item_id: 189, added_date: new Date("2023-07-06T21:09:38Z"), notification_preference: false, notification_frequency: "daily", item_condition: "refurbished", priority_level: 3 },
            { watchlist_id: 246, user_id: 26, item_id: 260, added_date: new Date("2023-09-18T17:31:26Z"), notification_preference: true, notification_frequency: "daily", item_condition: "used", priority_level: 3 },
            { watchlist_id: 247, user_id: 97, item_id: 107, added_date: new Date("2023-01-11T23:22:01Z"), notification_preference: false, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
            { watchlist_id: 248, user_id: 3, item_id: 292, added_date: new Date("2023-04-22T07:21:26Z"), notification_preference: true, notification_frequency: "daily", item_condition: "refurbished", priority_level: 2 },
            { watchlist_id: 249, user_id: 130, item_id: 209, added_date: new Date("2023-06-28T07:59:19Z"), notification_preference: true, notification_frequency: "weekly", item_condition: "new", priority_level: 2 },
            { watchlist_id: 250, user_id: 124, item_id: 245, added_date: new Date("2023-10-21T18:45:44Z"), notification_preference: true, notification_frequency: "daily", item_condition: "new", priority_level: 3 },
        ],
    });
}

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