// Epic Adventure Chronicles (epic-adventure-chronicles) 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.chapters), 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.chapters.createMany({
        data: [
            { id: 1, title: "Fall Trail", narrative_style: "adventure", total_engagement: 175 },
            { id: 2, title: "Explorer", narrative_style: "mystery", total_engagement: 1538 },
            { id: 3, title: "Dawn", narrative_style: "adventure", total_engagement: 7174 },
            { id: 4, title: "Bane", narrative_style: "adventure", total_engagement: 2810 },
            { id: 5, title: "Hero", narrative_style: "adventure", total_engagement: 4683 },
            { id: 6, title: "Tale", narrative_style: "mystery", total_engagement: 1966 },
            { id: 7, title: "Explorer", narrative_style: "mystery", total_engagement: 361 },
            { id: 8, title: "Battle End", narrative_style: "adventure", total_engagement: 9 },
            { id: 9, title: "Ice", narrative_style: "adventure", total_engagement: 6215 },
            { id: 10, title: "End", narrative_style: "fantasy", total_engagement: 79 },
            { id: 11, title: "Realm Legacy", narrative_style: "adventure", total_engagement: 1389 },
            { id: 12, title: "Saga Legend Wanderer", narrative_style: "adventure", total_engagement: 2600 },
            { id: 13, title: "Path Fate", narrative_style: "horror", total_engagement: 608 },
            { id: 14, title: "End Expedition", narrative_style: "adventure", total_engagement: 3830 },
            { id: 15, title: "Beginning Seeker", narrative_style: "fantasy", total_engagement: 8206 },
            { id: 16, title: "Dream Fall", narrative_style: "adventure", total_engagement: 7932 },
            { id: 17, title: "Voyage Questing Wanderer", narrative_style: "adventure", total_engagement: 8749 },
            { id: 18, title: "Guardian", narrative_style: "fantasy", total_engagement: 2780 },
            { id: 19, title: "Conquest Expedition", narrative_style: "adventure", total_engagement: 9296 },
            { id: 20, title: "Soul Vengeance Courage", narrative_style: "adventure", total_engagement: 7498 },
            { id: 21, title: "Storm Legend Mystery", narrative_style: "fantasy", total_engagement: 50 },
            { id: 22, title: "Conquest Journey Crown", narrative_style: "adventure", total_engagement: 7835 },
            { id: 23, title: "Storm", narrative_style: "mystery", total_engagement: 251 },
            { id: 24, title: "Mystery Battle", narrative_style: "adventure", total_engagement: 4977 },
            { id: 25, title: "Vengeance Tale Dawn", narrative_style: "mystery", total_engagement: 168 },
            { id: 26, title: "Horizon Voyage Trail", narrative_style: "fantasy", total_engagement: 282 },
            { id: 27, title: "Legacy Dawn", narrative_style: "horror", total_engagement: 12 },
            { id: 28, title: "Storm End", narrative_style: "adventure", total_engagement: 2682 },
            { id: 29, title: "Courage Expedition", narrative_style: "horror", total_engagement: 18 },
            { id: 30, title: "Quest Whisper Guardian", narrative_style: "adventure", total_engagement: 2000 },
            { id: 31, title: "Twilight", narrative_style: "mystery", total_engagement: 9510 },
            { id: 32, title: "Realmwalker Pursuit", narrative_style: "adventure", total_engagement: 602 },
            { id: 33, title: "Battle Echo Fable", narrative_style: "horror", total_engagement: 193 },
            { id: 34, title: "Dream Fate Questing", narrative_style: "adventure", total_engagement: 9658 },
            { id: 35, title: "Legend", narrative_style: "adventure", total_engagement: 5170 },
            { id: 36, title: "Journey", narrative_style: "adventure", total_engagement: 3774 },
            { id: 37, title: "Dream Conquest Darkness", narrative_style: "fantasy", total_engagement: 37 },
            { id: 38, title: "Ember Light Dusk", narrative_style: "mystery", total_engagement: 1796 },
            { id: 39, title: "Eclipse Dusk Journey", narrative_style: "mystery", total_engagement: 445 },
            { id: 40, title: "Pursuit Heart Dawn", narrative_style: "fantasy", total_engagement: 4061 },
            { id: 41, title: "Beginning", narrative_style: "horror", total_engagement: 18 },
            { id: 42, title: "Expedition Wanderer", narrative_style: "adventure", total_engagement: 3662 },
            { id: 43, title: "Crown Rise", narrative_style: "adventure", total_engagement: 755 },
            { id: 44, title: "End", narrative_style: "adventure", total_engagement: 4861 },
            { id: 45, title: "Guardian End Rise", narrative_style: "horror", total_engagement: 4536 },
            { id: 46, title: "Realm Twilight Ember", narrative_style: "adventure", total_engagement: 6096 },
            { id: 47, title: "Explorer", narrative_style: "adventure", total_engagement: 7565 },
            { id: 48, title: "Guardian", narrative_style: "adventure", total_engagement: 379 },
            { id: 49, title: "Fall", narrative_style: "adventure", total_engagement: 1054 },
            { id: 50, title: "Adventure Rise Storm", narrative_style: "adventure", total_engagement: 8712 },
            { id: 51, title: "Fable Destiny Fate", narrative_style: "mystery", total_engagement: 922 },
            { id: 52, title: "Odyssey Darkness", narrative_style: "adventure", total_engagement: 3245 },
            { id: 53, title: "Rise", narrative_style: "mystery", total_engagement: 8912 },
            { id: 54, title: "Conquest Eclipse Realmwalker", narrative_style: "fantasy", total_engagement: 58 },
            { id: 55, title: "Crown Guardian", narrative_style: "mystery", total_engagement: 1932 },
            { id: 56, title: "End Journeying Hero", narrative_style: "adventure", total_engagement: 5883 },
            { id: 57, title: "Voyage Legend", narrative_style: "mystery", total_engagement: 5341 },
            { id: 58, title: "Mystery", narrative_style: "adventure", total_engagement: 7248 },
            { id: 59, title: "Whisper Expanse", narrative_style: "mystery", total_engagement: 6077 },
            { id: 60, title: "Fable Trail Seeker", narrative_style: "horror", total_engagement: 439 },
        ],
    });
    await prisma.costumes.createMany({
        data: [
            { id: 1, style: "No response from the courier, so the booking was approved.", rarity: "common", cost: 846 },
            { id: 2, style: "An automatic account was reopened the same day.", rarity: "uncommon", cost: 805 },
            { id: 3, style: "No response from the supplier, so the report was replaced.", rarity: "rare", cost: 749 },
            { id: 4, style: "The item was resolved following an incomplete review.", rarity: "uncommon", cost: 79 },
            { id: 5, style: "The shipment was cancelled — automatic case, no further action.", rarity: "uncommon", cost: 20 },
            { id: 6, style: "A late follow-up: the document was confirmed.", rarity: "rare", cost: 124 },
            { id: 7, style: "The claim was resolved after a minor check.", rarity: "rare", cost: 65 },
            { id: 8, style: "The customer confirmed the details and the ticket was completed.", rarity: "uncommon", cost: 905 },
            { id: 9, style: "No response from the team, so the claim was updated.", rarity: "uncommon", cost: 737 },
            { id: 10, style: "The customer reported a late issue; the item was closed.", rarity: "rare", cost: 571 },
            { id: 11, style: "A partial shipment was rejected the same day.", rarity: "common", cost: 93 },
            { id: 12, style: "The appointment was processed following a manual review.", rarity: "common", cost: 83 },
            { id: 13, style: "The reviewer confirmed the details and the account was resolved.", rarity: "legendary", cost: 276 },
            { id: 14, style: "The transfer was resolved — duplicate case, no further action.", rarity: "common", cost: 400 },
            { id: 15, style: "The payment was rejected — automatic case, no further action.", rarity: "rare", cost: 704 },
            { id: 16, style: "A minor claim was confirmed the same day.", rarity: "common", cost: 595 },
            { id: 17, style: "No response from the supplier, so the appointment was reviewed.", rarity: "common", cost: 402 },
            { id: 18, style: "The team reported a standard issue; the ticket was approved.", rarity: "common", cost: 385 },
            { id: 19, style: "The record was confirmed following an automatic review.", rarity: "common", cost: 173 },
            { id: 20, style: "A manual session was rescheduled the same day.", rarity: "common", cost: 702 },
            { id: 21, style: "Flagged as urgent. Support approved the ticket.", rarity: "common", cost: 154 },
            { id: 22, style: "An operator asked for a change and the payment was refunded.", rarity: "common", cost: 478 },
            { id: 23, style: "An unusual follow-up: the shipment was rescheduled.", rarity: "legendary", cost: 22 },
            { id: 24, style: "Flagged as minor. The reviewer processed the delivery.", rarity: "common", cost: 976 },
            { id: 25, style: "An operator reported a partial issue; the booking was rejected.", rarity: "uncommon", cost: 20 },
            { id: 26, style: "The order was processed — partial case, no further action.", rarity: "uncommon", cost: 204 },
            { id: 27, style: "An operator reported an automatic issue; the appointment was closed.", rarity: "uncommon", cost: 353 },
            { id: 28, style: "Support reported a minor issue; the transfer was completed.", rarity: "rare", cost: 15 },
            { id: 29, style: "A duplicate appointment was escalated the same day.", rarity: "common", cost: 149 },
            { id: 30, style: "The session was confirmed following an incomplete review.", rarity: "common", cost: 303 },
            { id: 31, style: "Flagged as routine. The courier refunded the delivery.", rarity: "common", cost: 119 },
            { id: 32, style: "A minor follow-up: the document was resolved.", rarity: "common", cost: 185 },
            { id: 33, style: "A partial payment was escalated the same day.", rarity: "uncommon", cost: 151 },
            { id: 34, style: "No response from the reviewer, so the refund was refunded.", rarity: "common", cost: 16 },
            { id: 35, style: "The account was approved — manual case, no further action.", rarity: "common", cost: 128 },
            { id: 36, style: "No response from the courier, so the shipment was approved.", rarity: "common", cost: 165 },
            { id: 37, style: "No response from the customer, so the delivery was rejected.", rarity: "common", cost: 231 },
            { id: 38, style: "An operator asked for a change and the item was processed.", rarity: "uncommon", cost: 430 },
            { id: 39, style: "An operator asked for a change and the record was delayed.", rarity: "uncommon", cost: 113 },
            { id: 40, style: "A standard follow-up: the shipment was approved.", rarity: "uncommon", cost: 799 },
            { id: 41, style: "An incomplete follow-up: the payment was cancelled.", rarity: "legendary", cost: 882 },
            { id: 42, style: "A routine delivery was replaced the same day.", rarity: "legendary", cost: 420 },
            { id: 43, style: "The courier asked for a change and the request was delayed.", rarity: "common", cost: 278 },
            { id: 44, style: "The courier confirmed the details and the request was rejected.", rarity: "common", cost: 129 },
            { id: 45, style: "Support asked for a change and the item was updated.", rarity: "uncommon", cost: 560 },
            { id: 46, style: "The claim was resolved after a late check.", rarity: "uncommon", cost: 90 },
            { id: 47, style: "An unusual ticket was updated the same day.", rarity: "rare", cost: 388 },
            { id: 48, style: "An automatic follow-up: the invoice was cancelled.", rarity: "rare", cost: 193 },
            { id: 49, style: "Flagged as unusual. Support updated the ticket.", rarity: "uncommon", cost: 707 },
            { id: 50, style: "Flagged as late. The courier escalated the invoice.", rarity: "uncommon", cost: 32 },
            { id: 51, style: "The booking was reviewed — repeat case, no further action.", rarity: "legendary", cost: 24 },
            { id: 52, style: "An operator asked for a change and the booking was resolved.", rarity: "legendary", cost: 64 },
            { id: 53, style: "The reviewer asked for a change and the account was rejected.", rarity: "common", cost: 780 },
            { id: 54, style: "Flagged as routine. The account owner refunded the delivery.", rarity: "common", cost: 913 },
            { id: 55, style: "A partial transfer was reopened the same day.", rarity: "uncommon", cost: 28 },
            { id: 56, style: "An automatic session was delayed the same day.", rarity: "uncommon", cost: 755 },
            { id: 57, style: "No response from the customer, so the report was reviewed.", rarity: "uncommon", cost: 759 },
            { id: 58, style: "An unusual payment was confirmed the same day.", rarity: "legendary", cost: 505 },
            { id: 59, style: "The booking was replaced following a repeat review.", rarity: "uncommon", cost: 248 },
            { id: 60, style: "The shipment was updated after a partial check.", rarity: "uncommon", cost: 227 },
            { id: 61, style: "No response from the account owner, so the payment was reopened.", rarity: "common", cost: 598 },
            { id: 62, style: "No response from the courier, so the transfer was updated.", rarity: "uncommon", cost: 677 },
            { id: 63, style: "The session was closed — incomplete case, no further action.", rarity: "common", cost: 151 },
            { id: 64, style: "An automatic payment was updated the same day.", rarity: "uncommon", cost: 377 },
            { id: 65, style: "A partial follow-up: the ticket was confirmed.", rarity: "rare", cost: 509 },
            { id: 66, style: "No response from the customer, so the appointment was processed.", rarity: "uncommon", cost: 12 },
            { id: 67, style: "Flagged as minor. The reviewer updated the order.", rarity: "rare", cost: 401 },
            { id: 68, style: "Support confirmed the details and the transfer was refunded.", rarity: "legendary", cost: 26 },
            { id: 69, style: "The supplier confirmed the details and the shipment was delayed.", rarity: "rare", cost: 774 },
            { id: 70, style: "The shipment was approved following a minor review.", rarity: "rare", cost: 411 },
            { id: 71, style: "The session was replaced after a partial check.", rarity: "uncommon", cost: 112 },
            { id: 72, style: "An operator reported a duplicate issue; the order was rescheduled.", rarity: "uncommon", cost: 844 },
            { id: 73, style: "The booking was processed — automatic case, no further action.", rarity: "common", cost: 132 },
            { id: 74, style: "The courier asked for a change and the record was rescheduled.", rarity: "common", cost: 271 },
            { id: 75, style: "The supplier reported an automatic issue; the payment was confirmed.", rarity: "rare", cost: 277 },
            { id: 76, style: "The account was confirmed after a standard check.", rarity: "uncommon", cost: 112 },
            { id: 77, style: "Flagged as incomplete. An operator replaced the ticket.", rarity: "common", cost: 93 },
            { id: 78, style: "The customer reported a late issue; the record was replaced.", rarity: "common", cost: 547 },
            { id: 79, style: "The reviewer reported an automatic issue; the delivery was closed.", rarity: "common", cost: 183 },
            { id: 80, style: "The order was resolved following an urgent review.", rarity: "rare", cost: 18 },
        ],
    });
    await prisma.currencies.createMany({
        data: [
            { id: 1, currency_type: "silver", total_amount: 2512, transaction_count: 4510 },
            { id: 2, currency_type: "gold", total_amount: 3911, transaction_count: 1238 },
            { id: 3, currency_type: "gold", total_amount: 9106, transaction_count: 2296 },
            { id: 4, currency_type: "gold", total_amount: 1907, transaction_count: 8 },
            { id: 5, currency_type: "silver", total_amount: 2609, transaction_count: 3662 },
            { id: 6, currency_type: "gold", total_amount: 636, transaction_count: 394 },
            { id: 7, currency_type: "silver", total_amount: 9615, transaction_count: 4564 },
            { id: 8, currency_type: "gold", total_amount: 3795, transaction_count: 4 },
            { id: 9, currency_type: "gold", total_amount: 708, transaction_count: 1832 },
            { id: 10, currency_type: "gold", total_amount: 878, transaction_count: 1277 },
            { id: 11, currency_type: "gold", total_amount: 6155, transaction_count: 1848 },
            { id: 12, currency_type: "silver", total_amount: 819, transaction_count: 2680 },
            { id: 13, currency_type: "gold", total_amount: 618, transaction_count: 2460 },
            { id: 14, currency_type: "silver", total_amount: 5565, transaction_count: 681 },
            { id: 15, currency_type: "silver", total_amount: 3407, transaction_count: 4335 },
            { id: 16, currency_type: "gold", total_amount: 7442, transaction_count: 3049 },
            { id: 17, currency_type: "silver", total_amount: 1118, transaction_count: 1527 },
            { id: 18, currency_type: "silver", total_amount: 7763, transaction_count: 1297 },
            { id: 19, currency_type: "gems", total_amount: 1344, transaction_count: 3947 },
            { id: 20, currency_type: "gems", total_amount: 1480, transaction_count: 620 },
            { id: 21, currency_type: "silver", total_amount: 6053, transaction_count: 3826 },
            { id: 22, currency_type: "gold", total_amount: 3419, transaction_count: 118 },
            { id: 23, currency_type: "gold", total_amount: 5110, transaction_count: 3798 },
            { id: 24, currency_type: "gems", total_amount: 9728, transaction_count: 227 },
            { id: 25, currency_type: "gold", total_amount: 234, transaction_count: 385 },
            { id: 26, currency_type: "silver", total_amount: 1023, transaction_count: 570 },
            { id: 27, currency_type: "gold", total_amount: 2404, transaction_count: 75 },
            { id: 28, currency_type: "gold", total_amount: 2817, transaction_count: 492 },
            { id: 29, currency_type: "gold", total_amount: 4685, transaction_count: 2571 },
            { id: 30, currency_type: "gold", total_amount: 27, transaction_count: 2146 },
            { id: 31, currency_type: "gems", total_amount: 5817, transaction_count: 2279 },
            { id: 32, currency_type: "silver", total_amount: 10, transaction_count: 2685 },
            { id: 33, currency_type: "silver", total_amount: 164, transaction_count: 2610 },
            { id: 34, currency_type: "gold", total_amount: 1248, transaction_count: 18 },
            { id: 35, currency_type: "gold", total_amount: 5218, transaction_count: 723 },
            { id: 36, currency_type: "silver", total_amount: 4718, transaction_count: 1476 },
            { id: 37, currency_type: "gold", total_amount: 136, transaction_count: 390 },
            { id: 38, currency_type: "gems", total_amount: 1194, transaction_count: 2597 },
            { id: 39, currency_type: "gold", total_amount: 6502, transaction_count: 2633 },
            { id: 40, currency_type: "gold", total_amount: 11, transaction_count: 3147 },
            { id: 41, currency_type: "gems", total_amount: 8233, transaction_count: 4724 },
            { id: 42, currency_type: "gold", total_amount: 490, transaction_count: 4617 },
            { id: 43, currency_type: "gems", total_amount: 1336, transaction_count: 1166 },
            { id: 44, currency_type: "gold", total_amount: 296, transaction_count: 875 },
            { id: 45, currency_type: "silver", total_amount: 2970, transaction_count: 1213 },
            { id: 46, currency_type: "gems", total_amount: 7720, transaction_count: 4512 },
            { id: 47, currency_type: "gold", total_amount: 240, transaction_count: 1350 },
            { id: 48, currency_type: "silver", total_amount: 4011, transaction_count: 34 },
            { id: 49, currency_type: "gold", total_amount: 6061, transaction_count: 1250 },
            { id: 50, currency_type: "gold", total_amount: 1484, transaction_count: 2883 },
            { id: 51, currency_type: "silver", total_amount: 1691, transaction_count: 56 },
            { id: 52, currency_type: "gold", total_amount: 3489, transaction_count: 451 },
            { id: 53, currency_type: "gold", total_amount: 777, transaction_count: 330 },
            { id: 54, currency_type: "gold", total_amount: 52, transaction_count: 203 },
            { id: 55, currency_type: "gold", total_amount: 279, transaction_count: 282 },
            { id: 56, currency_type: "gold", total_amount: 7604, transaction_count: 785 },
            { id: 57, currency_type: "gold", total_amount: 9386, transaction_count: 297 },
            { id: 58, currency_type: "silver", total_amount: 8464, transaction_count: 4066 },
            { id: 59, currency_type: "gold", total_amount: 7916, transaction_count: 2857 },
            { id: 60, currency_type: "silver", total_amount: 729, transaction_count: 4282 },
            { id: 61, currency_type: "gold", total_amount: 5485, transaction_count: 1669 },
            { id: 62, currency_type: "silver", total_amount: 4220, transaction_count: 4137 },
            { id: 63, currency_type: "gold", total_amount: 2996, transaction_count: 2401 },
            { id: 64, currency_type: "gems", total_amount: 3335, transaction_count: 2252 },
            { id: 65, currency_type: "silver", total_amount: 6857, transaction_count: 3307 },
            { id: 66, currency_type: "gold", total_amount: 1412, transaction_count: 471 },
            { id: 67, currency_type: "gems", total_amount: 34, transaction_count: 1111 },
            { id: 68, currency_type: "silver", total_amount: 0, transaction_count: 245 },
            { id: 69, currency_type: "gold", total_amount: 1473, transaction_count: 4 },
            { id: 70, currency_type: "gems", total_amount: 2484, transaction_count: 4847 },
            { id: 71, currency_type: "gold", total_amount: 1109, transaction_count: 4237 },
            { id: 72, currency_type: "gold", total_amount: 4064, transaction_count: 2901 },
            { id: 73, currency_type: "gold", total_amount: 5372, transaction_count: 1106 },
            { id: 74, currency_type: "gems", total_amount: 293, transaction_count: 131 },
            { id: 75, currency_type: "gold", total_amount: 6147, transaction_count: 2193 },
            { id: 76, currency_type: "gems", total_amount: 2704, transaction_count: 603 },
            { id: 77, currency_type: "silver", total_amount: 7076, transaction_count: 3357 },
            { id: 78, currency_type: "gems", total_amount: 307, transaction_count: 2708 },
            { id: 79, currency_type: "gems", total_amount: 298, transaction_count: 3876 },
            { id: 80, currency_type: "gems", total_amount: 933, transaction_count: 1549 },
            { id: 81, currency_type: "gold", total_amount: 364, transaction_count: 1001 },
            { id: 82, currency_type: "gold", total_amount: 9524, transaction_count: 301 },
            { id: 83, currency_type: "gems", total_amount: 203, transaction_count: 4982 },
            { id: 84, currency_type: "gold", total_amount: 4, transaction_count: 366 },
            { id: 85, currency_type: "gold", total_amount: 541, transaction_count: 448 },
            { id: 86, currency_type: "gold", total_amount: 1808, transaction_count: 780 },
            { id: 87, currency_type: "gold", total_amount: 9334, transaction_count: 92 },
            { id: 88, currency_type: "silver", total_amount: 1773, transaction_count: 1350 },
            { id: 89, currency_type: "silver", total_amount: 9786, transaction_count: 552 },
            { id: 90, currency_type: "silver", total_amount: 47, transaction_count: 4763 },
            { id: 91, currency_type: "gold", total_amount: 1451, transaction_count: 331 },
            { id: 92, currency_type: "gold", total_amount: 9214, transaction_count: 484 },
            { id: 93, currency_type: "gold", total_amount: 2571, transaction_count: 43 },
            { id: 94, currency_type: "gold", total_amount: 886, transaction_count: 374 },
            { id: 95, currency_type: "gold", total_amount: 122, transaction_count: 4890 },
            { id: 96, currency_type: "gold", total_amount: 4586, transaction_count: 607 },
            { id: 97, currency_type: "silver", total_amount: 6924, transaction_count: 4445 },
            { id: 98, currency_type: "silver", total_amount: 2920, transaction_count: 2979 },
            { id: 99, currency_type: "silver", total_amount: 847, transaction_count: 4257 },
            { id: 100, currency_type: "gold", total_amount: 2236, transaction_count: 2221 },
            { id: 101, currency_type: "gold", total_amount: 151, transaction_count: 476 },
            { id: 102, currency_type: "gold", total_amount: 3593, transaction_count: 1389 },
            { id: 103, currency_type: "gold", total_amount: 58, transaction_count: 2945 },
            { id: 104, currency_type: "gold", total_amount: 6718, transaction_count: 1576 },
            { id: 105, currency_type: "gold", total_amount: 7115, transaction_count: 3565 },
            { id: 106, currency_type: "gold", total_amount: 5551, transaction_count: 1120 },
            { id: 107, currency_type: "gold", total_amount: 970, transaction_count: 956 },
            { id: 108, currency_type: "silver", total_amount: 1688, transaction_count: 288 },
            { id: 109, currency_type: "gold", total_amount: 755, transaction_count: 156 },
            { id: 110, currency_type: "silver", total_amount: 1930, transaction_count: 40 },
            { id: 111, currency_type: "silver", total_amount: 138, transaction_count: 4902 },
            { id: 112, currency_type: "gold", total_amount: 996, transaction_count: 4336 },
            { id: 113, currency_type: "gold", total_amount: 7355, transaction_count: 526 },
            { id: 114, currency_type: "gold", total_amount: 3682, transaction_count: 306 },
            { id: 115, currency_type: "gold", total_amount: 8142, transaction_count: 811 },
            { id: 116, currency_type: "gold", total_amount: 332, transaction_count: 7 },
            { id: 117, currency_type: "gold", total_amount: 2150, transaction_count: 3378 },
            { id: 118, currency_type: "silver", total_amount: 93, transaction_count: 2352 },
            { id: 119, currency_type: "gold", total_amount: 7, transaction_count: 8 },
            { id: 120, currency_type: "gold", total_amount: 2631, transaction_count: 2149 },
            { id: 121, currency_type: "gold", total_amount: 11, transaction_count: 113 },
            { id: 122, currency_type: "gold", total_amount: 2064, transaction_count: 4252 },
            { id: 123, currency_type: "gold", total_amount: 31, transaction_count: 1178 },
            { id: 124, currency_type: "silver", total_amount: 6567, transaction_count: 498 },
            { id: 125, currency_type: "silver", total_amount: 1389, transaction_count: 463 },
            { id: 126, currency_type: "silver", total_amount: 204, transaction_count: 187 },
            { id: 127, currency_type: "gold", total_amount: 3640, transaction_count: 3987 },
            { id: 128, currency_type: "gold", total_amount: 243, transaction_count: 273 },
            { id: 129, currency_type: "gems", total_amount: 245, transaction_count: 480 },
            { id: 130, currency_type: "gold", total_amount: 1587, transaction_count: 808 },
            { id: 131, currency_type: "gold", total_amount: 6949, transaction_count: 4793 },
            { id: 132, currency_type: "silver", total_amount: 8034, transaction_count: 25 },
            { id: 133, currency_type: "gold", total_amount: 9970, transaction_count: 111 },
            { id: 134, currency_type: "silver", total_amount: 8451, transaction_count: 3669 },
            { id: 135, currency_type: "gold", total_amount: 3401, transaction_count: 2895 },
            { id: 136, currency_type: "gold", total_amount: 2516, transaction_count: 1642 },
            { id: 137, currency_type: "gold", total_amount: 127, transaction_count: 3372 },
            { id: 138, currency_type: "gold", total_amount: 4153, transaction_count: 2906 },
            { id: 139, currency_type: "gold", total_amount: 3, transaction_count: 83 },
            { id: 140, currency_type: "gold", total_amount: 7242, transaction_count: 1416 },
            { id: 141, currency_type: "silver", total_amount: 7003, transaction_count: 14 },
            { id: 142, currency_type: "silver", total_amount: 817, transaction_count: 1070 },
            { id: 143, currency_type: "gems", total_amount: 1546, transaction_count: 1165 },
            { id: 144, currency_type: "silver", total_amount: 5332, transaction_count: 4267 },
            { id: 145, currency_type: "gems", total_amount: 4618, transaction_count: 2766 },
            { id: 146, currency_type: "silver", total_amount: 186, transaction_count: 107 },
            { id: 147, currency_type: "gold", total_amount: 4545, transaction_count: 620 },
            { id: 148, currency_type: "gold", total_amount: 22, transaction_count: 271 },
            { id: 149, currency_type: "silver", total_amount: 2142, transaction_count: 75 },
            { id: 150, currency_type: "silver", total_amount: 6240, transaction_count: 1661 },
        ],
    });
    await prisma.player_engagement.createMany({
        data: [
            { id: 1, player_id: "91661c7a-7253-44ca-95a8-930e5761007c", favorite_chapter: 12, total_spent: "3975.47", quest_count: 0 },
            { id: 2, player_id: "fd50b530-9c03-4bc0-a9a7-4f38a98cb3a9", favorite_chapter: 29, total_spent: "235.65", quest_count: 70 },
            { id: 3, player_id: "94b0113c-7a2a-4e7d-b68a-e6779753fd12", favorite_chapter: 33, total_spent: "207.62", quest_count: 11 },
            { id: 4, player_id: "40e9bc8b-07eb-4771-be8f-a13ef11dc73d", favorite_chapter: 13, total_spent: "1179.93", quest_count: 21 },
            { id: 5, player_id: "e0b12c20-4b91-4794-9b10-2426cdffe2ca", favorite_chapter: 54, total_spent: "12.46", quest_count: 8 },
            { id: 6, player_id: "0618867a-0ab7-4f74-b9dc-718569a0677d", favorite_chapter: 33, total_spent: "5.39", quest_count: 3 },
            { id: 7, player_id: "0b96a409-d6b2-4c72-a1f2-9c35ea04c3e7", favorite_chapter: 50, total_spent: "153.09", quest_count: 24 },
            { id: 8, player_id: "98c47bec-bff8-4264-b283-dd8f4c2a834b", favorite_chapter: 50, total_spent: "4306.03", quest_count: 0 },
            { id: 9, player_id: "28b64e8b-73c7-47df-9edb-fb509666209f", favorite_chapter: 10, total_spent: "112.27", quest_count: 49 },
            { id: 10, player_id: "803b6189-2b2f-44a0-9ca9-b6121aea4def", favorite_chapter: 27, total_spent: "3361.89", quest_count: 6 },
            { id: 11, player_id: "6b74fb1a-0ee3-49ba-810d-0bb1c3bc1e0a", favorite_chapter: 38, total_spent: "2342.96", quest_count: 28 },
            { id: 12, player_id: "85e9d404-1915-49ae-9da9-5e14f3722dfc", favorite_chapter: 3, total_spent: "4700.69", quest_count: 68 },
            { id: 13, player_id: "a4b8f38c-4117-4199-8eea-12b766df6f20", favorite_chapter: 13, total_spent: "26.70", quest_count: 6 },
            { id: 14, player_id: "7e1885d4-06cc-462f-a0d7-d4250eaaa532", favorite_chapter: 23, total_spent: "3119.41", quest_count: 8 },
            { id: 15, player_id: "1fbbd3db-45b4-432e-a267-60153afba1ba", favorite_chapter: 19, total_spent: "0.05", quest_count: 67 },
            { id: 16, player_id: "6ab7739a-7c17-44fe-8260-cf5bf9b800ab", favorite_chapter: 60, total_spent: "301.77", quest_count: 41 },
            { id: 17, player_id: "8ec35c7f-be17-4434-b437-dd4cd8ee9a09", favorite_chapter: null, total_spent: "0.73", quest_count: 14 },
            { id: 18, player_id: "05db6cf8-e791-4ef0-b757-758e83a1e392", favorite_chapter: 51, total_spent: "3125.00", quest_count: 46 },
            { id: 19, player_id: "f4e05b2c-88ae-4d95-9a24-bc9513d333ef", favorite_chapter: 17, total_spent: "1688.82", quest_count: 11 },
            { id: 20, player_id: "16e4acb8-18e8-4eec-a775-842e52f5999d", favorite_chapter: 35, total_spent: "3436.46", quest_count: 11 },
            { id: 21, player_id: "b19535e5-0dc9-42c7-8336-1bc5f3d70841", favorite_chapter: 19, total_spent: "5.67", quest_count: 98 },
            { id: 22, player_id: "86129c0f-a53d-4318-857f-9a5f8046aa4a", favorite_chapter: 22, total_spent: "594.92", quest_count: 1 },
            { id: 23, player_id: "d49add5c-b8b0-4958-86d1-788115a7d85c", favorite_chapter: 16, total_spent: "4511.69", quest_count: 0 },
            { id: 24, player_id: "6267807d-c18d-4809-83bb-3c10c5ca6423", favorite_chapter: 49, total_spent: "2.38", quest_count: 4 },
            { id: 25, player_id: "4fc11d55-1dab-411e-a430-efd46c9ff67e", favorite_chapter: 6, total_spent: "3505.72", quest_count: 18 },
            { id: 26, player_id: "daa3b8a6-b216-4ac5-8884-4151d5f98b5b", favorite_chapter: 27, total_spent: "1370.01", quest_count: 16 },
            { id: 27, player_id: "cbbaac15-6ecd-4271-91cf-23bfe5fcac35", favorite_chapter: 45, total_spent: "1819.41", quest_count: 52 },
            { id: 28, player_id: "67e30a2e-ed90-4722-8346-f9523d7d087f", favorite_chapter: 31, total_spent: "618.27", quest_count: 0 },
            { id: 29, player_id: "76894bb9-7f46-4a6f-9e81-de074e888987", favorite_chapter: 51, total_spent: "0.10", quest_count: 0 },
            { id: 30, player_id: "4d123c27-ab00-4c21-acbb-28d791ed9a67", favorite_chapter: 6, total_spent: "830.33", quest_count: 24 },
            { id: 31, player_id: "942858a1-3831-445e-86a8-0028d17421e0", favorite_chapter: 46, total_spent: "2226.37", quest_count: 1 },
            { id: 32, player_id: "cff88120-2718-4d75-829e-21cf68bb076e", favorite_chapter: 56, total_spent: "489.01", quest_count: 75 },
            { id: 33, player_id: "794c93db-3d7a-4737-a9b5-d0d638bcf410", favorite_chapter: 53, total_spent: "37.30", quest_count: 30 },
            { id: 34, player_id: "9941dada-de0d-4c5d-a5ac-ba33bae9dec6", favorite_chapter: 24, total_spent: "487.28", quest_count: 84 },
            { id: 35, player_id: "169f840d-5a0f-49b4-ad9c-688efc73211d", favorite_chapter: 8, total_spent: "2700.02", quest_count: 65 },
            { id: 36, player_id: "d3a56092-2738-4b94-b64f-c24f81774e2e", favorite_chapter: 11, total_spent: "395.08", quest_count: 10 },
            { id: 37, player_id: "fed79889-22e5-4104-bdf8-abd5add72888", favorite_chapter: 26, total_spent: "0.01", quest_count: 3 },
            { id: 38, player_id: "3605d2e1-8bf1-4bf5-b665-538fc2932f42", favorite_chapter: 47, total_spent: "84.60", quest_count: 9 },
            { id: 39, player_id: "70306375-1fec-4dc2-b654-46734e7a9aa9", favorite_chapter: 4, total_spent: "2516.89", quest_count: 92 },
            { id: 40, player_id: "a28a2287-f427-4f5c-b645-dcf23ccf27e6", favorite_chapter: 60, total_spent: "514.25", quest_count: 20 },
            { id: 41, player_id: "321517e2-3f7a-4b8c-a785-8c2b9799ba10", favorite_chapter: 1, total_spent: "1037.22", quest_count: 96 },
            { id: 42, player_id: "6dcce672-da61-4aa6-8c7f-6ea450d29165", favorite_chapter: 19, total_spent: "156.26", quest_count: 0 },
            { id: 43, player_id: "809b70c8-7681-42ba-bc3e-0e1b2cf46086", favorite_chapter: 41, total_spent: "1.59", quest_count: 0 },
            { id: 44, player_id: "9e6c959e-170e-4443-818e-cf900ad9be3f", favorite_chapter: 12, total_spent: "2706.61", quest_count: 76 },
            { id: 45, player_id: "f8493f93-eff6-47e1-a112-acc957ca1c64", favorite_chapter: 55, total_spent: "2616.57", quest_count: 32 },
            { id: 46, player_id: "4306ece3-f651-4362-90b2-39f162026db1", favorite_chapter: null, total_spent: "334.73", quest_count: 7 },
            { id: 47, player_id: "3be8254e-0a09-4a7a-b3ff-7639a93a8403", favorite_chapter: 17, total_spent: "944.20", quest_count: 1 },
            { id: 48, player_id: "dfa68526-578f-42bc-89f6-78376ea53baf", favorite_chapter: 32, total_spent: "1444.15", quest_count: 32 },
            { id: 49, player_id: "cf467dd5-6719-4c0b-85f7-d17dc38873e6", favorite_chapter: 24, total_spent: "157.36", quest_count: 25 },
            { id: 50, player_id: "2df99c12-f2db-4544-bf06-53d86d7c1ef1", favorite_chapter: 15, total_spent: "315.41", quest_count: 15 },
            { id: 51, player_id: "1c3060d3-f14f-44aa-bb5d-6d92e5e17fca", favorite_chapter: 33, total_spent: "2940.48", quest_count: 6 },
            { id: 52, player_id: "6c9fbb6e-00f4-4972-a952-419d4a6d2498", favorite_chapter: 23, total_spent: "2903.88", quest_count: 70 },
            { id: 53, player_id: "bb10423c-097f-40b1-9b3c-c1bc61cde306", favorite_chapter: 33, total_spent: "393.48", quest_count: 12 },
            { id: 54, player_id: "85f85386-fa0d-4689-a9e2-a1fe9ce443b7", favorite_chapter: 9, total_spent: "1119.16", quest_count: 11 },
            { id: 55, player_id: "24b864c5-f7d0-4a53-9016-9914b571cc15", favorite_chapter: 37, total_spent: "0.80", quest_count: 85 },
            { id: 56, player_id: "3aaffabc-e30d-4d33-a00c-43bbcd7a614a", favorite_chapter: 37, total_spent: "0.00", quest_count: 34 },
            { id: 57, player_id: "878187cd-418d-489d-bf46-396826fb41d8", favorite_chapter: 3, total_spent: "123.53", quest_count: 0 },
            { id: 58, player_id: "5f494c48-42f9-4051-8723-b81912646a22", favorite_chapter: 39, total_spent: "4124.60", quest_count: 36 },
            { id: 59, player_id: "5e3b2cae-41d6-48a6-9ff7-339252c35726", favorite_chapter: 58, total_spent: "2138.54", quest_count: 20 },
            { id: 60, player_id: "e17e8ecb-f5c8-431a-8382-8595a33a2c4c", favorite_chapter: 17, total_spent: "1503.58", quest_count: 66 },
            { id: 61, player_id: "4a730702-76d6-445c-8ead-534d231c72dc", favorite_chapter: 4, total_spent: "58.12", quest_count: 47 },
            { id: 62, player_id: "de7fdd89-853a-47ca-83e7-e5f033d2e177", favorite_chapter: 35, total_spent: "0.47", quest_count: 47 },
            { id: 63, player_id: "7de4e706-5c59-4801-ac7f-4fee0c6a96a4", favorite_chapter: 3, total_spent: "2050.45", quest_count: 6 },
            { id: 64, player_id: "95bb4354-7793-48c8-8f19-76d4a756e4eb", favorite_chapter: 20, total_spent: "3665.37", quest_count: 84 },
            { id: 65, player_id: "9b49ac31-95f4-4a26-8724-8700b11f38c0", favorite_chapter: 5, total_spent: "1021.25", quest_count: 86 },
            { id: 66, player_id: "e40176a6-4f99-4225-86a9-a13fdfe8507a", favorite_chapter: 32, total_spent: "3.49", quest_count: 8 },
            { id: 67, player_id: "747479a0-7be4-4214-aa80-c7283216bea1", favorite_chapter: null, total_spent: "866.44", quest_count: 37 },
            { id: 68, player_id: "fc05969b-d8fb-4297-9fa5-818e56eb33f2", favorite_chapter: 33, total_spent: "0.61", quest_count: 83 },
            { id: 69, player_id: "da7bb8f8-1492-470e-b603-7b374e2e61b3", favorite_chapter: 51, total_spent: "2.23", quest_count: 3 },
            { id: 70, player_id: "1edd78a9-af94-4ccb-9dd9-2375ca298958", favorite_chapter: 13, total_spent: "4309.87", quest_count: 3 },
            { id: 71, player_id: "8333c4ee-1c1e-4a3a-b5d0-a1eaf703f2f8", favorite_chapter: 10, total_spent: "2431.23", quest_count: 88 },
            { id: 72, player_id: "1deaabda-5b25-431f-ac97-4fed410892a5", favorite_chapter: 19, total_spent: "84.96", quest_count: 7 },
            { id: 73, player_id: "a00ee5bb-c458-406c-928c-8c4b70c9635a", favorite_chapter: 9, total_spent: "10.57", quest_count: 0 },
            { id: 74, player_id: "a4bcf082-1db1-4780-ba91-8f15a301a6f0", favorite_chapter: 41, total_spent: "23.22", quest_count: 58 },
            { id: 75, player_id: "88e3d822-4f7f-415f-b056-2e7b1c92bbef", favorite_chapter: 56, total_spent: "842.02", quest_count: 46 },
            { id: 76, player_id: "14c66635-5dc0-429d-8265-edb2a35577e3", favorite_chapter: null, total_spent: "24.13", quest_count: 65 },
            { id: 77, player_id: "5e11591e-db15-4cf7-9910-9b0a98d4b215", favorite_chapter: 1, total_spent: "4471.47", quest_count: 2 },
            { id: 78, player_id: "e63b0cba-bd75-4e99-96e9-02adcbf1dc5a", favorite_chapter: 30, total_spent: "1.46", quest_count: 13 },
            { id: 79, player_id: "cfbed174-273a-49a4-9719-dba577a09c3a", favorite_chapter: 7, total_spent: "3159.56", quest_count: 4 },
            { id: 80, player_id: "23e11da9-804e-4e56-84bd-34d1f4966298", favorite_chapter: 56, total_spent: "509.89", quest_count: 60 },
            { id: 81, player_id: "37bee9c3-f780-47b3-bfb3-36267f94b10b", favorite_chapter: 22, total_spent: "1331.20", quest_count: 14 },
            { id: 82, player_id: "93454a82-e0a8-4de0-a859-236d684a642f", favorite_chapter: 46, total_spent: "143.47", quest_count: 13 },
            { id: 83, player_id: "0be615c1-9204-4d06-83f0-004ff832851d", favorite_chapter: 12, total_spent: "686.67", quest_count: 2 },
            { id: 84, player_id: "39333a2d-ddae-4378-8af7-ae61e3564e37", favorite_chapter: 38, total_spent: "21.80", quest_count: 76 },
            { id: 85, player_id: "5e8e2d4e-9fac-456f-878b-e3a71307844c", favorite_chapter: null, total_spent: "141.73", quest_count: 7 },
            { id: 86, player_id: "c3dc17ee-7e6b-428b-8271-f7c9f1bf5959", favorite_chapter: 57, total_spent: "1278.17", quest_count: 63 },
            { id: 87, player_id: "48408a4b-3eef-4621-ad76-ceab8d5bea92", favorite_chapter: 37, total_spent: "4974.49", quest_count: 33 },
            { id: 88, player_id: "a65217b4-e66b-4448-9f67-3933850d16cf", favorite_chapter: 2, total_spent: "36.69", quest_count: 66 },
            { id: 89, player_id: "09480408-c626-483e-9e64-5629b4455222", favorite_chapter: 13, total_spent: "1536.42", quest_count: 24 },
            { id: 90, player_id: "c3c2d830-f644-4e1b-afaa-72d9f343741b", favorite_chapter: 23, total_spent: "3909.75", quest_count: 0 },
            { id: 91, player_id: "983e0f5b-0e7a-44dc-ab83-d4bdda97fea9", favorite_chapter: 10, total_spent: "7.29", quest_count: 47 },
            { id: 92, player_id: "9ca2ef5d-39a2-4e27-ab59-f3831f02036c", favorite_chapter: 44, total_spent: "2526.22", quest_count: 0 },
            { id: 93, player_id: "6233ae5a-a3e9-46a3-9af9-3aa804f0aac3", favorite_chapter: 7, total_spent: "164.01", quest_count: 2 },
            { id: 94, player_id: "82ce6dea-cf55-45ab-b19a-bd60345cc974", favorite_chapter: 45, total_spent: "1257.79", quest_count: 20 },
            { id: 95, player_id: "303038f5-28de-4b6e-a86a-1699c213dc71", favorite_chapter: 13, total_spent: "3524.16", quest_count: 15 },
            { id: 96, player_id: "b230a8a5-e89c-4493-99b5-b6ffc68ba69e", favorite_chapter: 13, total_spent: "1472.49", quest_count: 1 },
            { id: 97, player_id: "7dd03457-22cb-4a28-b663-7fb586d7c14b", favorite_chapter: 37, total_spent: "1198.29", quest_count: 91 },
            { id: 98, player_id: "e16079d7-be60-4f8e-b549-d75c78f6b69f", favorite_chapter: 29, total_spent: "22.32", quest_count: 10 },
            { id: 99, player_id: "ea31f833-e885-4ee3-849d-d625ae659200", favorite_chapter: 42, total_spent: "163.99", quest_count: 6 },
            { id: 100, player_id: "6cfffdd5-2bfe-4541-b07a-d3e3867bb32f", favorite_chapter: 53, total_spent: "4398.24", quest_count: 38 },
            { id: 101, player_id: "1775073a-09c9-46d0-87f3-f0003f42856e", favorite_chapter: 57, total_spent: "136.99", quest_count: 27 },
            { id: 102, player_id: "3d3a6fbc-f750-4448-9e91-b33983f9383f", favorite_chapter: 18, total_spent: "2411.16", quest_count: 25 },
            { id: 103, player_id: "49651279-0e5b-4637-90c7-971b0052a3c9", favorite_chapter: 14, total_spent: "2.85", quest_count: 30 },
            { id: 104, player_id: "8f2018ef-6d7b-402b-a1dd-549be3fef5ed", favorite_chapter: 36, total_spent: "81.25", quest_count: 1 },
            { id: 105, player_id: "cb55facf-7c71-4334-bab8-30cf39adc41b", favorite_chapter: 36, total_spent: "26.29", quest_count: 64 },
            { id: 106, player_id: "5a823b83-2b6f-4931-8f31-c3eda70ecd8d", favorite_chapter: 35, total_spent: "304.74", quest_count: 40 },
            { id: 107, player_id: "89eb9347-9165-4d86-96f1-fc0282048844", favorite_chapter: 59, total_spent: "28.02", quest_count: 25 },
            { id: 108, player_id: "ea063ee2-3ba1-4367-a4b3-54b6e175792c", favorite_chapter: 58, total_spent: "63.90", quest_count: 33 },
            { id: 109, player_id: "6dbd1833-9414-4201-8d2f-4931bb78cc65", favorite_chapter: null, total_spent: "245.44", quest_count: 41 },
            { id: 110, player_id: "0f168c72-ea29-45f6-8192-d09f7c37e439", favorite_chapter: 14, total_spent: "39.18", quest_count: 1 },
            { id: 111, player_id: "e2c303fd-3594-4f0b-a507-582a4842ddc5", favorite_chapter: 7, total_spent: "1306.52", quest_count: 6 },
            { id: 112, player_id: "d93bc4e9-a8da-4c86-89c3-290e059e9fcd", favorite_chapter: 37, total_spent: "2913.78", quest_count: 42 },
            { id: 113, player_id: "17fcfc06-ddae-4c98-b471-bce91e632b57", favorite_chapter: 5, total_spent: "831.74", quest_count: 25 },
            { id: 114, player_id: "e8d7bf49-f331-499b-8a7b-f66f735cb903", favorite_chapter: 45, total_spent: "45.60", quest_count: 6 },
            { id: 115, player_id: "f6393754-2a13-4642-8a18-89d761de8c1f", favorite_chapter: 25, total_spent: "2807.74", quest_count: 57 },
            { id: 116, player_id: "67fd99b6-cea2-4310-890a-d8384e13e826", favorite_chapter: null, total_spent: "3.71", quest_count: 3 },
            { id: 117, player_id: "fa6de7f5-9722-4cd8-8295-7d58eec9a900", favorite_chapter: 15, total_spent: "35.46", quest_count: 5 },
            { id: 118, player_id: "39915f70-10ef-42db-a599-1f0215f861ee", favorite_chapter: 46, total_spent: "1868.84", quest_count: 15 },
            { id: 119, player_id: "6590e247-aee9-40ba-8712-913b28ba759e", favorite_chapter: 48, total_spent: "350.33", quest_count: 5 },
            { id: 120, player_id: "220dd227-43b0-4a70-86a3-41f3b533480b", favorite_chapter: 21, total_spent: "79.86", quest_count: 15 },
            { id: 121, player_id: "382bcd40-f934-4fca-ac90-b6faebb4167d", favorite_chapter: 12, total_spent: "2.55", quest_count: 77 },
            { id: 122, player_id: "3be607ca-bbd7-4f65-a1eb-2262c97a882a", favorite_chapter: 28, total_spent: "824.72", quest_count: 6 },
            { id: 123, player_id: "3d7d1e61-686b-4d9f-9c8b-29c3d132a330", favorite_chapter: 13, total_spent: "4391.52", quest_count: 84 },
            { id: 124, player_id: "375935aa-4299-4d0a-a7d8-4524cc643988", favorite_chapter: null, total_spent: "3040.03", quest_count: 48 },
            { id: 125, player_id: "2364607a-46f4-4aa7-9b2c-53b7a8e26571", favorite_chapter: 50, total_spent: "574.10", quest_count: 14 },
            { id: 126, player_id: "02d1a362-3566-40df-9d61-0b1757553be9", favorite_chapter: 41, total_spent: "64.09", quest_count: 10 },
            { id: 127, player_id: "67b98e65-327e-4d1b-a5a5-edc83bf70a77", favorite_chapter: 20, total_spent: "295.00", quest_count: 22 },
            { id: 128, player_id: "c3191ccd-8da2-4251-8ee1-c8c2098822af", favorite_chapter: 32, total_spent: "2447.76", quest_count: 0 },
            { id: 129, player_id: "014de487-8386-423d-8d59-f442a6b3621b", favorite_chapter: 43, total_spent: "276.96", quest_count: 3 },
            { id: 130, player_id: "bdf3ff9f-4260-4396-b141-5e9d21f9183f", favorite_chapter: 54, total_spent: "72.06", quest_count: 76 },
            { id: 131, player_id: "9bc5783f-7107-4d29-bea5-ff64171cd6fc", favorite_chapter: 44, total_spent: "3658.93", quest_count: 7 },
            { id: 132, player_id: "bb284c41-6e84-4879-97e1-27ce5f4c5db9", favorite_chapter: 2, total_spent: "17.01", quest_count: 1 },
            { id: 133, player_id: "3e25973b-61ca-42ee-b1b3-495934dc6320", favorite_chapter: 24, total_spent: "1860.83", quest_count: 43 },
            { id: 134, player_id: "7ac3c465-247b-407c-a1f1-0075d3098a2f", favorite_chapter: 44, total_spent: "1826.91", quest_count: 24 },
            { id: 135, player_id: "179e6fc5-5af3-4e69-879f-515cd1939d18", favorite_chapter: 52, total_spent: "551.36", quest_count: 0 },
            { id: 136, player_id: "958d406a-723a-4214-bfda-3587eaaec8c3", favorite_chapter: 18, total_spent: "796.09", quest_count: 38 },
            { id: 137, player_id: "f7787327-c454-47c1-a9a9-0d1c9395d0eb", favorite_chapter: 9, total_spent: "249.36", quest_count: 4 },
            { id: 138, player_id: "45d3f175-a727-4f8d-bf9e-fd971f46eab5", favorite_chapter: 45, total_spent: "1046.09", quest_count: 11 },
            { id: 139, player_id: "6e1e1d12-fe9e-47f0-ac19-d7e1e6cb6f37", favorite_chapter: 22, total_spent: "2996.57", quest_count: 20 },
            { id: 140, player_id: "f271c867-2d4c-4278-973d-71c7c3a5ab0e", favorite_chapter: null, total_spent: "1922.45", quest_count: 58 },
            { id: 141, player_id: "6d7d6dd5-c7cc-4f9d-9f99-bad2cde91c97", favorite_chapter: 40, total_spent: "2268.10", quest_count: 73 },
            { id: 142, player_id: "2d595046-fafb-4cd6-a60b-b7d97d219464", favorite_chapter: 21, total_spent: "6.37", quest_count: 58 },
            { id: 143, player_id: "8c138945-7a0e-4cec-b5f4-1f97dc3295bf", favorite_chapter: 22, total_spent: "1454.05", quest_count: 11 },
            { id: 144, player_id: "fb8ce7cd-3617-426d-a771-d0f510ce83e8", favorite_chapter: 33, total_spent: "6.99", quest_count: 35 },
            { id: 145, player_id: "914f8ae2-0848-4380-abb8-29aeccd3467a", favorite_chapter: 13, total_spent: "0.40", quest_count: 68 },
            { id: 146, player_id: "bf9df18a-f329-4a4e-96e4-12dd6117b724", favorite_chapter: 55, total_spent: "1898.45", quest_count: 9 },
            { id: 147, player_id: "27becb17-04d9-4066-971b-31aebea09d7e", favorite_chapter: 6, total_spent: "289.77", quest_count: 41 },
            { id: 148, player_id: "48cce467-72d3-441d-8593-41b85898955d", favorite_chapter: 60, total_spent: "276.00", quest_count: 69 },
            { id: 149, player_id: "e2d087a9-3cd5-41fc-9cc2-8314c2af3477", favorite_chapter: 3, total_spent: "3.40", quest_count: 56 },
            { id: 150, player_id: "ff0b1d31-882c-4a23-8c83-faa4aa06bf3c", favorite_chapter: 7, total_spent: "1355.79", quest_count: 16 },
            { id: 151, player_id: "9463c974-328a-4a82-93a9-941dacca23ce", favorite_chapter: 31, total_spent: "519.70", quest_count: 41 },
            { id: 152, player_id: "b284328e-1ba3-4f2f-9864-4024db3b9b15", favorite_chapter: 56, total_spent: "369.90", quest_count: 26 },
            { id: 153, player_id: "f5ef11cb-24cc-4845-812f-7596f6580082", favorite_chapter: 56, total_spent: "161.50", quest_count: 53 },
            { id: 154, player_id: "f4fd93ed-24fc-4005-89fc-d8d7b20d9af3", favorite_chapter: 4, total_spent: "367.94", quest_count: 73 },
            { id: 155, player_id: "9506b903-da52-4815-b86a-837ba3ffd635", favorite_chapter: 34, total_spent: "1385.08", quest_count: 92 },
            { id: 156, player_id: "1c2e7b8e-5e07-4696-9d80-93a1113370dc", favorite_chapter: 11, total_spent: "94.03", quest_count: 11 },
            { id: 157, player_id: "be8256a7-6369-4c4c-b967-2e30211167f7", favorite_chapter: 27, total_spent: "455.38", quest_count: 11 },
            { id: 158, player_id: "7c9bdd7f-561f-4026-8766-872dc56c1c83", favorite_chapter: 23, total_spent: "3853.27", quest_count: 2 },
            { id: 159, player_id: "e6744565-af74-4839-9ab9-7a109a7663c5", favorite_chapter: 34, total_spent: "1182.79", quest_count: 55 },
            { id: 160, player_id: "3176a57b-2f4d-4d0e-95b1-d0cc26d8aac7", favorite_chapter: 36, total_spent: "2155.97", quest_count: 2 },
            { id: 161, player_id: "ab4963c6-932f-433f-86df-1ebefe04221d", favorite_chapter: 26, total_spent: "308.29", quest_count: 4 },
            { id: 162, player_id: "6497aaff-9b0c-412d-84d5-9e98fff76030", favorite_chapter: null, total_spent: "97.30", quest_count: 94 },
            { id: 163, player_id: "cdf654b1-4945-4f4b-911f-602acab1d10c", favorite_chapter: 41, total_spent: "1331.03", quest_count: 16 },
            { id: 164, player_id: "6bc36d68-a575-4292-8cbf-c4e5d174182e", favorite_chapter: 23, total_spent: "66.41", quest_count: 4 },
            { id: 165, player_id: "5908cae8-5755-45eb-9529-b22c4056fdaa", favorite_chapter: 24, total_spent: "151.47", quest_count: 12 },
            { id: 166, player_id: "a94538ff-4bf5-4d72-9b07-b8d1baeaf5a9", favorite_chapter: 16, total_spent: "157.24", quest_count: 28 },
            { id: 167, player_id: "34097f08-b904-4094-af19-1a48661035ef", favorite_chapter: 47, total_spent: "424.90", quest_count: 1 },
            { id: 168, player_id: "a391dd90-8327-4a21-8b85-a45115c51eca", favorite_chapter: 9, total_spent: "742.44", quest_count: 57 },
            { id: 169, player_id: "b0bfb572-7859-4c9a-95da-d8651b86f8ef", favorite_chapter: 7, total_spent: "27.03", quest_count: 0 },
            { id: 170, player_id: "ec146816-8c20-4670-8931-2c23ab30c546", favorite_chapter: 9, total_spent: "815.29", quest_count: 19 },
            { id: 171, player_id: "f3056308-80ae-4496-9c14-e29b1d75b9fe", favorite_chapter: 48, total_spent: "1.95", quest_count: 29 },
            { id: 172, player_id: "00ee1686-c0de-40b5-8770-24c03926227d", favorite_chapter: 22, total_spent: "1516.09", quest_count: 31 },
            { id: 173, player_id: "324ef074-ecbf-4752-ac1a-4a5d8c9cd0d8", favorite_chapter: 57, total_spent: "2237.75", quest_count: 6 },
            { id: 174, player_id: "4c4a3964-af18-4e45-bcac-76f589921f66", favorite_chapter: 35, total_spent: "1346.89", quest_count: 5 },
            { id: 175, player_id: "a620e4c8-e560-47e1-abc4-805dbfcd8894", favorite_chapter: 55, total_spent: "0.37", quest_count: 65 },
            { id: 176, player_id: "e8edca72-3f54-4330-8244-907e39ec6b12", favorite_chapter: 30, total_spent: "264.60", quest_count: 19 },
            { id: 177, player_id: "ab1ee500-a5f2-41d9-9c94-99773cb96181", favorite_chapter: 46, total_spent: "0.42", quest_count: 67 },
            { id: 178, player_id: "cfc64d37-9361-4eda-b52f-e52fe6980daa", favorite_chapter: 43, total_spent: "20.40", quest_count: 34 },
            { id: 179, player_id: "a17da51f-03f4-462e-ad4b-112dfee736bc", favorite_chapter: 21, total_spent: "231.82", quest_count: 55 },
            { id: 180, player_id: "8ac7b3bc-bb97-4821-922e-1a444c112b33", favorite_chapter: 40, total_spent: "1563.08", quest_count: 6 },
            { id: 181, player_id: "25905afa-3e68-4c2b-8a60-b625ff425a0d", favorite_chapter: 37, total_spent: "2154.58", quest_count: 27 },
            { id: 182, player_id: "cac6f569-288a-4eef-8e82-d60d5e8aa3b1", favorite_chapter: 25, total_spent: "1541.67", quest_count: 12 },
            { id: 183, player_id: "88a193da-da19-464a-95c9-748102a60be3", favorite_chapter: 21, total_spent: "4602.36", quest_count: 77 },
            { id: 184, player_id: "4a7a22f6-9524-416e-b025-6d07fceb287d", favorite_chapter: 19, total_spent: "212.95", quest_count: 86 },
            { id: 185, player_id: "838c3e32-9e4e-432a-9acc-00ce070ef406", favorite_chapter: 58, total_spent: "1244.83", quest_count: 2 },
            { id: 186, player_id: "471a4711-c28e-4b4a-8d11-c46ed9e831f7", favorite_chapter: null, total_spent: "546.14", quest_count: 0 },
            { id: 187, player_id: "eb58b61b-1daf-4c95-ae70-b62e08c4e3b4", favorite_chapter: 59, total_spent: "795.03", quest_count: 45 },
            { id: 188, player_id: "34c34cb4-3cdc-46c3-a344-52fcbf8e76cc", favorite_chapter: 45, total_spent: "854.70", quest_count: 7 },
            { id: 189, player_id: "af29b6b9-cfa8-49d3-90a7-f666d2f90915", favorite_chapter: 46, total_spent: "785.79", quest_count: 13 },
            { id: 190, player_id: "ade2b9ee-e8ba-4b7c-ab97-2898c3ba43e4", favorite_chapter: 9, total_spent: "1616.48", quest_count: 18 },
            { id: 191, player_id: "a6ce4ac2-7ee4-45d6-85ec-276fc699d97c", favorite_chapter: 42, total_spent: "2272.57", quest_count: 51 },
            { id: 192, player_id: "55457eaf-1ddf-4bed-951f-a1e6b98a6f87", favorite_chapter: 9, total_spent: "104.90", quest_count: 42 },
            { id: 193, player_id: "05a89ddb-0de6-4f44-9298-392ab9a0ec62", favorite_chapter: 21, total_spent: "2704.83", quest_count: 84 },
            { id: 194, player_id: "26c5e640-9a58-4258-87aa-b7b773faa440", favorite_chapter: 50, total_spent: "175.79", quest_count: 85 },
            { id: 195, player_id: "6a9b09f4-02e6-4234-8961-ea38c0b117a8", favorite_chapter: null, total_spent: "0.00", quest_count: 21 },
            { id: 196, player_id: "7c70a5e4-9743-4044-9fec-c49294746d84", favorite_chapter: 47, total_spent: "243.14", quest_count: 78 },
            { id: 197, player_id: "e95f888f-298f-4ea1-b588-e522b37205ed", favorite_chapter: 27, total_spent: "0.41", quest_count: 1 },
            { id: 198, player_id: "374fc874-bece-4152-b083-ac8888dc3f9b", favorite_chapter: 4, total_spent: "26.45", quest_count: 77 },
            { id: 199, player_id: "a5a2a001-43c3-490c-9e35-83bec71baca0", favorite_chapter: 48, total_spent: "606.66", quest_count: 64 },
            { id: 200, player_id: "48645517-1794-468a-aa11-242379f05727", favorite_chapter: 14, total_spent: "809.70", quest_count: 93 },
        ],
    });
    await prisma.purchases.createMany({
        data: [
            { id: 1, player_id: "0c3b73d6-881d-4c7b-b26c-135fd9fa1afc", costume_id: 1, currency_used: 80, purchase_date: new Date("2021-02-22T13:42:10Z"), item_type: "costume", discount_applied: "0.13" },
            { id: 2, player_id: "510f2a1c-ba33-450d-b160-ec51cd672424", costume_id: 54, currency_used: 61, purchase_date: new Date("2021-01-24T02:36:45Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 3, player_id: "daf980c2-a089-408e-aec3-e0985148c0f7", costume_id: 27, currency_used: 59, purchase_date: new Date("2022-10-19T13:20:01Z"), item_type: "costume", discount_applied: "0.37" },
            { id: 4, player_id: "4735ba8b-dd41-4f8a-890b-91835f3e215f", costume_id: 19, currency_used: 113, purchase_date: new Date("2021-09-05T12:01:41Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 5, player_id: "b1de1173-5029-4fff-9ce1-ec8527aeb869", costume_id: 68, currency_used: 134, purchase_date: new Date("2022-01-06T23:40:52Z"), item_type: "currency", discount_applied: "0.23" },
            { id: 6, player_id: "078a5e82-8934-492c-8c97-56afd066fbfc", costume_id: 7, currency_used: 18, purchase_date: new Date("2022-10-25T20:32:47Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 7, player_id: "4a139c9d-f0bb-44f4-809a-71ffb3660752", costume_id: 29, currency_used: 101, purchase_date: new Date("2022-06-13T14:47:23Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 8, player_id: "7b109cac-3ae0-4e57-b954-6bc384380398", costume_id: 11, currency_used: 74, purchase_date: new Date("2022-03-07T20:45:52Z"), item_type: "currency", discount_applied: "0.27" },
            { id: 9, player_id: "010aa1bd-1687-4499-a851-9004dcd68477", costume_id: 45, currency_used: 137, purchase_date: new Date("2023-08-11T19:21:14Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 10, player_id: "0ac040b2-429b-486f-8508-22bf0db0d109", costume_id: 74, currency_used: 44, purchase_date: new Date("2020-09-03T11:53:54Z"), item_type: "currency", discount_applied: "0.17" },
            { id: 11, player_id: "62562f2d-c483-493f-bc43-9e40d03793b9", costume_id: 38, currency_used: 99, purchase_date: new Date("2023-11-23T19:48:33Z"), item_type: "currency", discount_applied: "0.32" },
            { id: 12, player_id: "5e863d38-f962-40ba-b1ba-00fe2565786e", costume_id: null, currency_used: 92, purchase_date: new Date("2021-02-17T06:56:11Z"), item_type: "other", discount_applied: "0.22" },
            { id: 13, player_id: "e392f47a-00df-4672-b70c-239bf4577e5b", costume_id: 71, currency_used: 132, purchase_date: new Date("2022-03-27T18:01:22Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 14, player_id: "c4cc7cc4-b575-47dd-a572-b4cef5991fe9", costume_id: 21, currency_used: 134, purchase_date: new Date("2022-01-12T16:05:44Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 15, player_id: "041988aa-c894-41e8-967a-a81e0f5d3470", costume_id: null, currency_used: 143, purchase_date: new Date("2020-11-10T08:53:31Z"), item_type: "currency", discount_applied: "0.21" },
            { id: 16, player_id: "2a82818a-4f18-4b35-92a3-a40dd88060c2", costume_id: 40, currency_used: 80, purchase_date: new Date("2023-07-12T08:24:55Z"), item_type: "currency", discount_applied: "0.13" },
            { id: 17, player_id: "a2687615-aa51-4487-bdec-088cfc301535", costume_id: 41, currency_used: 48, purchase_date: new Date("2021-05-30T14:26:42Z"), item_type: "currency", discount_applied: "0.25" },
            { id: 18, player_id: "cba42a78-3baf-4e89-8745-13369a429b80", costume_id: 55, currency_used: 82, purchase_date: new Date("2020-02-05T12:17:09Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 19, player_id: "96ee6d4d-c212-48aa-8f44-58a37fa92f56", costume_id: 29, currency_used: 86, purchase_date: new Date("2021-03-25T20:04:42Z"), item_type: "costume", discount_applied: "0.14" },
            { id: 20, player_id: "013ea710-fc4a-4b1e-81fe-daa3b98d434b", costume_id: 80, currency_used: 85, purchase_date: new Date("2023-11-09T10:39:44Z"), item_type: "costume", discount_applied: "0.41" },
            { id: 21, player_id: "d1e11294-bfdc-4232-b60b-bce76e755872", costume_id: 42, currency_used: 24, purchase_date: new Date("2023-08-03T11:21:46Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 22, player_id: "e299f4ad-9566-41f3-98be-d1494b4d97b4", costume_id: 72, currency_used: 9, purchase_date: new Date("2023-10-08T14:37:09Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 23, player_id: "b98391ba-0dfe-4b19-8f7a-c7a3b331a82a", costume_id: null, currency_used: 149, purchase_date: new Date("2023-12-17T20:38:41Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 24, player_id: "b403c772-9924-43b1-b451-0b41e0e523b0", costume_id: 54, currency_used: 85, purchase_date: new Date("2021-06-03T03:00:27Z"), item_type: "currency", discount_applied: "0.32" },
            { id: 25, player_id: "2df02b77-69d7-4159-ab75-d9ee8d0f31e2", costume_id: 63, currency_used: 136, purchase_date: new Date("2021-03-25T15:48:49Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 26, player_id: "d9985a3a-364a-4fd7-b9c8-6094b8a6ec34", costume_id: 48, currency_used: 17, purchase_date: new Date("2023-05-24T19:34:21Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 27, player_id: "18e5e63e-4436-4932-bf4b-149c7042cd7f", costume_id: 1, currency_used: 108, purchase_date: new Date("2022-10-14T17:38:31Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 28, player_id: "ad7f22d2-c659-4e0c-b4db-3c17912bd77f", costume_id: 15, currency_used: 135, purchase_date: new Date("2023-12-27T18:11:13Z"), item_type: "costume", discount_applied: "0.36" },
            { id: 29, player_id: "dd0ba3bf-c735-4478-9e88-93f9f6472071", costume_id: 69, currency_used: 91, purchase_date: new Date("2021-05-08T23:05:10Z"), item_type: "currency", discount_applied: "0.35" },
            { id: 30, player_id: "91322100-a9f3-4ca3-bde5-5f90a41d3171", costume_id: 19, currency_used: 85, purchase_date: new Date("2022-09-20T20:21:10Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 31, player_id: "e018cf83-5806-4845-8fc0-87748a3a4431", costume_id: 66, currency_used: 10, purchase_date: new Date("2020-01-31T15:54:22Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 32, player_id: "1ea71852-2a54-4694-a52a-c5782ac91774", costume_id: null, currency_used: 108, purchase_date: new Date("2020-01-20T11:08:19Z"), item_type: "currency", discount_applied: "0.27" },
            { id: 33, player_id: "ea0f6dbc-2846-4b00-a220-07a017f46b1f", costume_id: 18, currency_used: 89, purchase_date: new Date("2022-10-31T17:07:31Z"), item_type: "currency", discount_applied: "0.32" },
            { id: 34, player_id: "9c32fd4c-1877-49e1-9b2c-3a5d4d739ca4", costume_id: 28, currency_used: 115, purchase_date: new Date("2021-07-06T21:10:11Z"), item_type: "costume", discount_applied: "0.28" },
            { id: 35, player_id: "82e7ba75-b1a9-4d05-a6a2-d14cf7390506", costume_id: 21, currency_used: 44, purchase_date: new Date("2021-11-17T17:11:06Z"), item_type: "other", discount_applied: "0.24" },
            { id: 36, player_id: "70359bb6-9094-407b-913f-58d3628db46e", costume_id: null, currency_used: 96, purchase_date: new Date("2023-11-26T19:35:16Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 37, player_id: "1d69cee3-7ca4-4f39-85c2-e114cf3ed29a", costume_id: 37, currency_used: 101, purchase_date: new Date("2020-08-19T09:59:48Z"), item_type: "currency", discount_applied: "0.24" },
            { id: 38, player_id: "6bfc3554-f44c-4b49-9cb6-c136f7dd6ba9", costume_id: 40, currency_used: 26, purchase_date: new Date("2023-03-27T17:00:39Z"), item_type: "currency", discount_applied: "0.11" },
            { id: 39, player_id: "03dcbb7d-6a6d-4e1c-a5fc-ba25bf1d17d2", costume_id: 72, currency_used: 99, purchase_date: new Date("2020-08-10T14:29:28Z"), item_type: "costume", discount_applied: "0.07" },
            { id: 40, player_id: "77e3442f-6822-4258-8134-12d8dc9c634b", costume_id: 48, currency_used: 26, purchase_date: new Date("2022-02-05T11:38:50Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 41, player_id: "99313186-94a5-4418-ac64-f39ef23be270", costume_id: 54, currency_used: 67, purchase_date: new Date("2022-03-26T15:40:00Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 42, player_id: "1d7a2c54-fb84-4dae-a9fa-c9a10aa6786d", costume_id: 67, currency_used: 19, purchase_date: new Date("2023-03-10T18:34:34Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 43, player_id: "9fffa13d-7282-4abb-8548-e04fbf6176de", costume_id: 3, currency_used: 120, purchase_date: new Date("2021-09-05T23:37:13Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 44, player_id: "e2d43e00-727d-438a-a937-3afc3ac8a515", costume_id: null, currency_used: 37, purchase_date: new Date("2022-11-15T11:53:47Z"), item_type: "costume", discount_applied: "0.41" },
            { id: 45, player_id: "eeb68237-1768-4012-aca8-ada79d1ec789", costume_id: null, currency_used: 16, purchase_date: new Date("2021-08-08T13:55:16Z"), item_type: "currency", discount_applied: "0.23" },
            { id: 46, player_id: "68dc3849-cdf3-4ace-ad3b-d511b30cc345", costume_id: 48, currency_used: 22, purchase_date: new Date("2020-10-18T21:41:13Z"), item_type: "costume", discount_applied: "0.27" },
            { id: 47, player_id: "72230100-1290-4b7c-b0b9-78f4eeb8f063", costume_id: 8, currency_used: 51, purchase_date: new Date("2022-05-04T09:15:45Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 48, player_id: "130fd606-ab07-4b7f-9f13-f925fed24032", costume_id: 46, currency_used: 26, purchase_date: new Date("2020-07-02T20:54:30Z"), item_type: "costume", discount_applied: "0.27" },
            { id: 49, player_id: "d4fbc91b-3011-4f97-ad91-82acd940b3ba", costume_id: 51, currency_used: 107, purchase_date: new Date("2020-11-09T20:57:59Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 50, player_id: "ab8a3ccc-fef5-4f52-ad5f-5378566e1576", costume_id: 38, currency_used: 121, purchase_date: new Date("2023-07-19T09:28:08Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 51, player_id: "4949c47b-9a68-4750-b843-7366a7debc76", costume_id: 3, currency_used: 92, purchase_date: new Date("2020-03-21T12:30:55Z"), item_type: "costume", discount_applied: "0.36" },
            { id: 52, player_id: "72053a5d-4241-4007-9454-c0d20c0c733f", costume_id: 6, currency_used: 87, purchase_date: new Date("2022-08-10T16:56:35Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 53, player_id: "9b9b01cf-cf8d-4392-8605-6ac3c67bfae4", costume_id: null, currency_used: 53, purchase_date: new Date("2022-12-02T11:39:27Z"), item_type: "other", discount_applied: "0.07" },
            { id: 54, player_id: "169b58d1-20e6-4aa8-a4be-da46a3f42872", costume_id: 19, currency_used: 27, purchase_date: new Date("2022-04-01T12:40:44Z"), item_type: "other", discount_applied: "0.23" },
            { id: 55, player_id: "d076e76d-5451-4797-9ffa-6768904f11d6", costume_id: 49, currency_used: 16, purchase_date: new Date("2022-10-31T18:15:42Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 56, player_id: "7c52ba99-0da4-4b27-9862-10dffbd1b86f", costume_id: 32, currency_used: 81, purchase_date: new Date("2020-03-30T10:48:59Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 57, player_id: "ff716be2-2af3-4b85-9d96-1aa9a3b4c6d0", costume_id: 13, currency_used: 21, purchase_date: new Date("2023-08-15T08:59:58Z"), item_type: "costume", discount_applied: "0.36" },
            { id: 58, player_id: "18d8e5e0-8df3-47c3-b1a1-cdca4e1fca88", costume_id: 54, currency_used: 84, purchase_date: new Date("2020-12-10T13:23:16Z"), item_type: "currency", discount_applied: "0.15" },
            { id: 59, player_id: "2f939204-6cfd-442b-9d38-fc51a69346db", costume_id: 58, currency_used: 46, purchase_date: new Date("2021-08-21T13:33:25Z"), item_type: "currency", discount_applied: "0.26" },
            { id: 60, player_id: "62fabc2e-f6da-44e5-bede-9e715acfdcac", costume_id: 27, currency_used: 103, purchase_date: new Date("2023-10-27T10:54:45Z"), item_type: "currency", discount_applied: "0.30" },
            { id: 61, player_id: "3c9cdfcf-4c84-435e-a02a-e37c433e887f", costume_id: 69, currency_used: 98, purchase_date: new Date("2023-12-30T13:26:39Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 62, player_id: "2990fed3-4e34-44ff-b33a-9272ec9ee367", costume_id: 39, currency_used: 73, purchase_date: new Date("2020-12-24T20:37:35Z"), item_type: "currency", discount_applied: "0.25" },
            { id: 63, player_id: "dadf6ad4-d10e-440e-aa8e-4113e1e24539", costume_id: 6, currency_used: 142, purchase_date: new Date("2021-04-28T08:18:19Z"), item_type: "other", discount_applied: "0.33" },
            { id: 64, player_id: "0def75cb-958f-42a8-be63-5b56d003ba2a", costume_id: 78, currency_used: 73, purchase_date: new Date("2020-04-30T03:47:13Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 65, player_id: "08001a25-5e11-4bc2-919a-b5369b98f726", costume_id: 66, currency_used: 54, purchase_date: new Date("2022-02-03T20:37:27Z"), item_type: "costume", discount_applied: "0.28" },
            { id: 66, player_id: "7b7b3490-0974-44b5-beab-05fe254ae809", costume_id: 65, currency_used: 119, purchase_date: new Date("2021-01-07T18:34:37Z"), item_type: "costume", discount_applied: "0.32" },
            { id: 67, player_id: "ff3721e7-271a-407a-8c49-fddc61cd0f5a", costume_id: 26, currency_used: 99, purchase_date: new Date("2023-02-19T16:59:14Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 68, player_id: "d264cec8-3444-4882-9ff1-6e72435c78cf", costume_id: 60, currency_used: 3, purchase_date: new Date("2022-06-19T10:24:33Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 69, player_id: "1ee7b1db-ec8e-4039-82a9-8784a9748b16", costume_id: 75, currency_used: 80, purchase_date: new Date("2022-05-24T18:06:26Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 70, player_id: "c1edc0e1-6103-44de-9954-1713106e831f", costume_id: 64, currency_used: 86, purchase_date: new Date("2023-07-23T20:01:59Z"), item_type: "costume", discount_applied: "0.15" },
            { id: 71, player_id: "f76199e2-1adc-482e-93ff-8803823a59a1", costume_id: 38, currency_used: 11, purchase_date: new Date("2023-06-01T11:11:19Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 72, player_id: "bf6d201d-aa6a-4168-81b6-5f6c751158d9", costume_id: 74, currency_used: 103, purchase_date: new Date("2023-09-28T13:36:13Z"), item_type: "costume", discount_applied: "0.28" },
            { id: 73, player_id: "c90b0853-803c-4d96-85da-afb4286a8f15", costume_id: 5, currency_used: 31, purchase_date: new Date("2022-05-06T22:58:53Z"), item_type: "currency", discount_applied: "0.36" },
            { id: 74, player_id: "62b1a7e0-2118-4105-9349-f6cb0450d427", costume_id: 61, currency_used: 102, purchase_date: new Date("2021-04-29T09:45:17Z"), item_type: "costume", discount_applied: "0.27" },
            { id: 75, player_id: "4ad45ef6-603f-401c-9b30-b8074095dbd1", costume_id: 64, currency_used: 147, purchase_date: new Date("2021-04-03T18:42:34Z"), item_type: "costume", discount_applied: "0.39" },
            { id: 76, player_id: "9dbde21b-c3b8-4aea-bf4c-97e02e231069", costume_id: 59, currency_used: 78, purchase_date: new Date("2020-03-23T23:42:21Z"), item_type: "costume", discount_applied: "0.27" },
            { id: 77, player_id: "3617e956-8a6c-418a-ae0c-e51a613aa6e2", costume_id: 51, currency_used: 22, purchase_date: new Date("2023-07-04T10:23:23Z"), item_type: "currency", discount_applied: "0.13" },
            { id: 78, player_id: "038873ec-b8f8-48bb-ba2a-87d353d100fd", costume_id: 74, currency_used: 120, purchase_date: new Date("2020-09-14T12:23:50Z"), item_type: "currency", discount_applied: "0.24" },
            { id: 79, player_id: "3d6f4e29-58ce-4a60-93c6-4dd9329cdb5f", costume_id: 72, currency_used: 99, purchase_date: new Date("2020-08-20T11:52:40Z"), item_type: "other", discount_applied: "0.05" },
            { id: 80, player_id: "4d4752d5-f470-4523-94b4-51852b640d86", costume_id: 79, currency_used: 5, purchase_date: new Date("2021-09-06T10:30:10Z"), item_type: "other", discount_applied: "0.24" },
            { id: 81, player_id: "ab1510ba-b5cc-4776-9227-a2a456d1022b", costume_id: 73, currency_used: 22, purchase_date: new Date("2020-11-24T16:42:10Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 82, player_id: "b8b946c3-2115-49c6-b8a1-e8bdf890f90c", costume_id: 50, currency_used: 31, purchase_date: new Date("2022-12-10T12:36:36Z"), item_type: "costume", discount_applied: "0.33" },
            { id: 83, player_id: "2d7f48a8-6622-4e47-a6f9-b6653387466b", costume_id: 64, currency_used: 108, purchase_date: new Date("2023-01-23T22:42:30Z"), item_type: "costume", discount_applied: "0.35" },
            { id: 84, player_id: "65e944a6-1a3b-45b2-91f3-99ad5657886f", costume_id: 43, currency_used: 14, purchase_date: new Date("2020-11-07T15:07:57Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 85, player_id: "e4a44407-2478-4ebc-bc32-6812f7bcc7b9", costume_id: 13, currency_used: 22, purchase_date: new Date("2023-02-25T11:16:44Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 86, player_id: "b7913698-050f-42e5-8f25-139e3d3cc53c", costume_id: 10, currency_used: 117, purchase_date: new Date("2023-05-08T09:26:02Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 87, player_id: "76272a87-e1c6-4083-a0b7-e51b9d5dee55", costume_id: null, currency_used: 105, purchase_date: new Date("2021-07-16T17:08:10Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 88, player_id: "eac1d901-37f9-4e00-b6e7-9ca808e15a9b", costume_id: 79, currency_used: 48, purchase_date: new Date("2021-07-01T21:38:58Z"), item_type: "costume", discount_applied: "0.13" },
            { id: 89, player_id: "8cf5d232-c016-4734-a96e-2f85c4147310", costume_id: 33, currency_used: 51, purchase_date: new Date("2022-03-17T20:20:49Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 90, player_id: "662741f1-1509-445b-a7e5-a47dd0da343f", costume_id: 24, currency_used: 70, purchase_date: new Date("2022-07-10T07:51:04Z"), item_type: "currency", discount_applied: "0.35" },
            { id: 91, player_id: "7bcb6eee-1e50-4b8f-884b-534d7f9bcd87", costume_id: 74, currency_used: 40, purchase_date: new Date("2023-08-30T15:57:16Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 92, player_id: "6df0a38f-77e1-4eac-99b2-ec728ec19603", costume_id: 19, currency_used: 105, purchase_date: new Date("2020-08-04T18:42:33Z"), item_type: "currency", discount_applied: "0.29" },
            { id: 93, player_id: "99e67f23-47d3-4cae-8a9d-2f99dcc90c65", costume_id: 14, currency_used: 112, purchase_date: new Date("2020-11-29T06:19:57Z"), item_type: "costume", discount_applied: "0.32" },
            { id: 94, player_id: "e6838f72-2e15-4be2-9d88-58769dae8b1e", costume_id: 64, currency_used: 13, purchase_date: new Date("2020-09-06T16:05:58Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 95, player_id: "1a3cd41d-aac9-43d7-a0a8-08d8beaf119c", costume_id: 2, currency_used: 134, purchase_date: new Date("2021-05-18T18:35:12Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 96, player_id: "a4440871-d0ce-42bb-9c21-dae38142a509", costume_id: 20, currency_used: 66, purchase_date: new Date("2020-09-24T00:05:59Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 97, player_id: "ccc7cbd5-0080-4078-8bdd-5640acfb1e92", costume_id: 60, currency_used: 101, purchase_date: new Date("2022-03-14T22:06:50Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 98, player_id: "79ac6974-5977-4543-9d7f-8c3f2bed242a", costume_id: 30, currency_used: 145, purchase_date: new Date("2021-10-27T18:13:44Z"), item_type: "costume", discount_applied: "0.13" },
            { id: 99, player_id: "08b6f42b-ffd5-4681-9984-485e02e2cfc6", costume_id: 12, currency_used: 2, purchase_date: new Date("2022-01-08T09:00:13Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 100, player_id: "df64bc87-e336-4506-b366-3527b4453b4f", costume_id: 54, currency_used: 58, purchase_date: new Date("2022-07-26T18:29:09Z"), item_type: "other", discount_applied: "0.20" },
            { id: 101, player_id: "e67f8c0f-c820-4282-8516-a4cab9ce4820", costume_id: 13, currency_used: 67, purchase_date: new Date("2022-07-11T20:27:27Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 102, player_id: "598d1e80-3e79-4466-b371-2156ea71b160", costume_id: 38, currency_used: 76, purchase_date: new Date("2023-01-18T09:08:18Z"), item_type: "other", discount_applied: "0.15" },
            { id: 103, player_id: "3f0a0e90-ea0a-43a8-8d9a-272f74f05f8c", costume_id: null, currency_used: 109, purchase_date: new Date("2023-12-18T12:39:37Z"), item_type: "costume", discount_applied: "0.37" },
            { id: 104, player_id: "980aa518-0706-42c9-85f9-153c34f93520", costume_id: 49, currency_used: 105, purchase_date: new Date("2022-03-28T22:14:12Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 105, player_id: "18a2c015-1063-4f6e-9566-56d889840bf6", costume_id: 51, currency_used: 73, purchase_date: new Date("2021-12-07T16:15:32Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 106, player_id: "47140bc2-f111-4997-a8d8-88d35d6730a3", costume_id: 71, currency_used: 51, purchase_date: new Date("2023-06-18T07:14:06Z"), item_type: "costume", discount_applied: "0.15" },
            { id: 107, player_id: "7054aba4-18a1-4101-9fe2-27143a36c074", costume_id: 20, currency_used: 147, purchase_date: new Date("2021-07-05T10:45:07Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 108, player_id: "e2103852-11c4-4be6-8743-48519aba57b5", costume_id: 59, currency_used: 14, purchase_date: new Date("2020-05-24T03:51:41Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 109, player_id: "641e7663-2ab2-4a22-b2fc-77d2344c85de", costume_id: 60, currency_used: 49, purchase_date: new Date("2021-07-22T09:45:05Z"), item_type: "other", discount_applied: "0.25" },
            { id: 110, player_id: "3f160e70-c45a-4be0-815e-bcdf227df5b7", costume_id: 24, currency_used: 24, purchase_date: new Date("2022-04-17T19:08:18Z"), item_type: "other", discount_applied: "0.19" },
            { id: 111, player_id: "a43bf331-0022-44b2-b184-6517c3ee66b8", costume_id: 61, currency_used: 29, purchase_date: new Date("2023-09-04T21:05:28Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 112, player_id: "9639ed2b-b1a3-4e14-adae-3f3c234869a1", costume_id: 51, currency_used: 100, purchase_date: new Date("2023-09-19T11:02:06Z"), item_type: "currency", discount_applied: "0.28" },
            { id: 113, player_id: "11a964d2-3b3b-4977-bd97-0ee173b87bd4", costume_id: 43, currency_used: 62, purchase_date: new Date("2020-10-28T18:02:48Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 114, player_id: "7c291e01-c299-4c42-b7eb-dc59f02a68c7", costume_id: 36, currency_used: 3, purchase_date: new Date("2021-09-29T14:13:24Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 115, player_id: "fe7523d5-12d5-4306-8cec-01a7fc0527b4", costume_id: 71, currency_used: 9, purchase_date: new Date("2020-10-21T06:26:20Z"), item_type: "other", discount_applied: "0.10" },
            { id: 116, player_id: "03b83ceb-eac0-435f-b883-a8aa6810b87b", costume_id: 38, currency_used: 90, purchase_date: new Date("2023-11-03T14:55:46Z"), item_type: "costume", discount_applied: "0.14" },
            { id: 117, player_id: "21c0604d-3c11-42e4-bb46-ea131629dc90", costume_id: 33, currency_used: 58, purchase_date: new Date("2021-06-19T11:36:46Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 118, player_id: "f71412a6-fd27-48ef-8ee3-aab59e0598d5", costume_id: 9, currency_used: 105, purchase_date: new Date("2023-11-16T01:21:03Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 119, player_id: "1ed197ff-bdeb-412c-8d7d-f651b61abe65", costume_id: 77, currency_used: 7, purchase_date: new Date("2023-08-12T17:38:15Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 120, player_id: "2618b0c9-e0c6-4804-8f05-90daca41a022", costume_id: 17, currency_used: 120, purchase_date: new Date("2022-05-03T19:08:25Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 121, player_id: "ce4b0fe0-3f16-4995-8867-72d1693c6247", costume_id: 15, currency_used: 127, purchase_date: new Date("2022-08-02T13:44:10Z"), item_type: "costume", discount_applied: "0.32" },
            { id: 122, player_id: "30c3f59c-1686-4233-b160-5af853b40215", costume_id: 9, currency_used: 74, purchase_date: new Date("2020-05-23T18:32:11Z"), item_type: "currency", discount_applied: "0.27" },
            { id: 123, player_id: "53382213-3d59-4db7-8fd5-fc8242cf09e2", costume_id: null, currency_used: 64, purchase_date: new Date("2023-06-13T13:43:07Z"), item_type: "costume", discount_applied: "0.27" },
            { id: 124, player_id: "5b69ae3c-ff36-4a9a-a903-a7157d2cedb6", costume_id: 71, currency_used: 132, purchase_date: new Date("2022-03-11T21:35:40Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 125, player_id: "e1965605-535d-4406-86af-318bc5051491", costume_id: 17, currency_used: 25, purchase_date: new Date("2023-08-11T17:52:44Z"), item_type: "costume", discount_applied: "0.37" },
            { id: 126, player_id: "f7f25663-ea2f-412b-acef-db4efad90b55", costume_id: 7, currency_used: 22, purchase_date: new Date("2022-10-20T20:36:59Z"), item_type: "other", discount_applied: "0.36" },
            { id: 127, player_id: "69ed5d3c-72c0-453f-b93b-0190a9070749", costume_id: 29, currency_used: 66, purchase_date: new Date("2021-01-06T20:38:21Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 128, player_id: "a20b0883-a992-4e7a-bad2-8c08461425f4", costume_id: 17, currency_used: 106, purchase_date: new Date("2021-09-05T16:53:19Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 129, player_id: "e89309fa-75ad-46a9-bc79-13e684210ffc", costume_id: 1, currency_used: 96, purchase_date: new Date("2020-12-06T14:58:55Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 130, player_id: "6268796a-4d19-4492-8ee3-7dd849c7f694", costume_id: 6, currency_used: 66, purchase_date: new Date("2020-10-16T09:04:48Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 131, player_id: "2be2f669-fe36-4666-85b9-15a3b1e88e36", costume_id: 73, currency_used: 12, purchase_date: new Date("2022-07-12T18:57:28Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 132, player_id: "1a0da8cd-db02-40a7-bd39-fdd39f276ad7", costume_id: 11, currency_used: 66, purchase_date: new Date("2020-03-05T18:18:59Z"), item_type: "costume", discount_applied: "0.33" },
            { id: 133, player_id: "2c6dea1d-a97c-4dca-b55c-4832b6d9f29b", costume_id: 69, currency_used: 35, purchase_date: new Date("2020-05-14T08:03:17Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 134, player_id: "13bbd6c2-b286-4d4c-ab6e-345eee61700c", costume_id: 4, currency_used: 98, purchase_date: new Date("2022-09-25T05:19:57Z"), item_type: "currency", discount_applied: "0.22" },
            { id: 135, player_id: "204d8046-1fa1-4477-8a64-e02da7e3f47f", costume_id: 80, currency_used: 14, purchase_date: new Date("2023-03-18T13:19:28Z"), item_type: "currency", discount_applied: "0.16" },
            { id: 136, player_id: "a88c6a35-bf59-4031-8062-28f9878b78c4", costume_id: 22, currency_used: 33, purchase_date: new Date("2023-09-12T20:57:27Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 137, player_id: "4c60e711-1946-4255-925b-31e1a5eb080f", costume_id: 14, currency_used: 137, purchase_date: new Date("2021-10-15T14:40:33Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 138, player_id: "00cea8cc-08da-4bea-99d2-59d11dee9d76", costume_id: 12, currency_used: 96, purchase_date: new Date("2022-05-22T07:04:29Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 139, player_id: "85a472fb-8ad6-46f5-9506-8d7c2a5aceca", costume_id: 31, currency_used: 117, purchase_date: new Date("2021-04-03T12:33:10Z"), item_type: "costume", discount_applied: "0.36" },
            { id: 140, player_id: "3c5e1d04-2beb-43f1-8dd9-9146daa01869", costume_id: 25, currency_used: 133, purchase_date: new Date("2020-05-25T11:51:06Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 141, player_id: "4b436446-3057-456f-9366-aa49759324f7", costume_id: 61, currency_used: 71, purchase_date: new Date("2021-11-06T09:14:03Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 142, player_id: "cacabb77-6329-4d1e-904b-7e9e8b49f076", costume_id: 53, currency_used: 26, purchase_date: new Date("2020-03-16T19:21:00Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 143, player_id: "720d580d-9af3-43b3-93a4-1384898d165d", costume_id: 59, currency_used: 30, purchase_date: new Date("2022-12-16T09:47:54Z"), item_type: "costume", discount_applied: "0.12" },
            { id: 144, player_id: "6d151630-df23-4be4-b114-af3a9f343db1", costume_id: 9, currency_used: 139, purchase_date: new Date("2020-08-04T02:02:08Z"), item_type: "currency", discount_applied: "0.30" },
            { id: 145, player_id: "7fe70e54-8a3f-47eb-9793-2420d61ff28b", costume_id: 74, currency_used: 77, purchase_date: new Date("2021-05-07T17:19:33Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 146, player_id: "b48a364e-ed93-471b-a599-c2a88b180416", costume_id: 8, currency_used: 127, purchase_date: new Date("2020-04-30T18:49:16Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 147, player_id: "11c716ba-2bd1-4a62-8c44-8af4a6147cac", costume_id: 45, currency_used: 72, purchase_date: new Date("2022-10-01T20:55:45Z"), item_type: "currency", discount_applied: "0.38" },
            { id: 148, player_id: "70a39d21-f8ec-4a62-a1ca-7b8f087e29d3", costume_id: 54, currency_used: 101, purchase_date: new Date("2020-07-26T20:56:34Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 149, player_id: "1b588568-ac4c-4dbb-9341-468778c169dc", costume_id: 64, currency_used: 96, purchase_date: new Date("2021-11-23T21:40:59Z"), item_type: "costume", discount_applied: "0.36" },
            { id: 150, player_id: "7bdf91d0-0bd6-426d-be0d-d4f49b7257b9", costume_id: 20, currency_used: 47, purchase_date: new Date("2023-12-28T09:09:57Z"), item_type: "currency", discount_applied: "0.15" },
            { id: 151, player_id: "3ca9edb2-a20c-4aae-a72b-0bf44d9d2018", costume_id: 62, currency_used: 105, purchase_date: new Date("2023-04-03T20:37:33Z"), item_type: "currency", discount_applied: "0.25" },
            { id: 152, player_id: "42ef33dc-de03-4fad-ae9d-288660b3a2c8", costume_id: 39, currency_used: 50, purchase_date: new Date("2021-04-08T12:15:55Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 153, player_id: "25d4af7f-c9e1-49da-964d-8ab9671f1f16", costume_id: 58, currency_used: 10, purchase_date: new Date("2022-07-07T09:42:38Z"), item_type: "costume", discount_applied: "0.08" },
            { id: 154, player_id: "d0928510-9d5f-49c5-b5d4-8651228fc55e", costume_id: null, currency_used: 118, purchase_date: new Date("2022-08-17T14:47:07Z"), item_type: "costume", discount_applied: "0.28" },
            { id: 155, player_id: "9d1e61d8-ca97-4e5d-8970-e245cc7e23db", costume_id: 46, currency_used: 100, purchase_date: new Date("2021-04-20T17:30:25Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 156, player_id: "5f35ce6e-8a6e-419f-8ae9-15d86ec15ad2", costume_id: 62, currency_used: 48, purchase_date: new Date("2021-02-04T02:54:47Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 157, player_id: "22815861-908c-4f24-8b14-dc38203d3033", costume_id: 26, currency_used: 34, purchase_date: new Date("2021-09-15T18:29:28Z"), item_type: "currency", discount_applied: "0.27" },
            { id: 158, player_id: "c3ea672d-4971-4ff5-83d5-9190be635869", costume_id: 51, currency_used: 143, purchase_date: new Date("2020-12-31T08:48:16Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 159, player_id: "c178fe60-a0e9-4941-a5cd-630d6d080901", costume_id: 17, currency_used: 140, purchase_date: new Date("2023-05-26T16:22:26Z"), item_type: "costume", discount_applied: "0.11" },
            { id: 160, player_id: "c596ddfa-96d5-4de3-b002-523a38242364", costume_id: 21, currency_used: 75, purchase_date: new Date("2023-09-29T20:40:00Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 161, player_id: "19d76866-98d5-4445-b6c1-e27ea85055bb", costume_id: 25, currency_used: 127, purchase_date: new Date("2022-05-19T12:11:36Z"), item_type: "costume", discount_applied: "0.33" },
            { id: 162, player_id: "32a1bfd3-108f-4c73-b989-37653e36e380", costume_id: 35, currency_used: 61, purchase_date: new Date("2022-04-28T12:55:07Z"), item_type: "other", discount_applied: "0.19" },
            { id: 163, player_id: "0f3c3421-3135-4104-844e-370743144f11", costume_id: 58, currency_used: 126, purchase_date: new Date("2023-06-14T11:22:36Z"), item_type: "other", discount_applied: "0.34" },
            { id: 164, player_id: "9f45e285-731c-4182-96d2-bfc55ac7753f", costume_id: 22, currency_used: 45, purchase_date: new Date("2022-07-13T07:07:48Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 165, player_id: "0a49ef3c-2755-410f-97e5-9b8edcc7acf0", costume_id: 38, currency_used: 102, purchase_date: new Date("2020-09-23T11:34:52Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 166, player_id: "b6752afa-a7aa-4923-b623-a1111debefb0", costume_id: 23, currency_used: 56, purchase_date: new Date("2021-01-06T14:38:56Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 167, player_id: "6e09ceec-f927-402f-adf4-eeb88816d533", costume_id: 34, currency_used: 39, purchase_date: new Date("2020-09-24T14:24:53Z"), item_type: "currency", discount_applied: "0.34" },
            { id: 168, player_id: "936b6461-e1ad-4a6b-8fcd-5a2d7ddae754", costume_id: 13, currency_used: 76, purchase_date: new Date("2021-08-29T18:53:58Z"), item_type: "costume", discount_applied: "0.12" },
            { id: 169, player_id: "7b11694b-3148-492a-aadb-4d8de97668ea", costume_id: 43, currency_used: 12, purchase_date: new Date("2023-11-07T19:01:03Z"), item_type: "costume", discount_applied: "0.11" },
            { id: 170, player_id: "51117e4e-8bca-47f7-acc4-735add50447e", costume_id: 63, currency_used: 138, purchase_date: new Date("2020-04-29T17:55:07Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 171, player_id: "9926306e-4db2-48fa-ba81-5c1e0d10df17", costume_id: 66, currency_used: 67, purchase_date: new Date("2023-11-21T15:55:17Z"), item_type: "other", discount_applied: "0.34" },
            { id: 172, player_id: "6797538e-16b3-4f9f-9590-8b3f0cce4998", costume_id: 29, currency_used: 28, purchase_date: new Date("2020-09-26T10:46:05Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 173, player_id: "7c0a89ff-bf68-4bdb-b75a-509e610de774", costume_id: 10, currency_used: 84, purchase_date: new Date("2023-08-25T22:43:44Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 174, player_id: "74ea0f8c-76c4-4764-9cd8-36b35676e406", costume_id: 38, currency_used: 1, purchase_date: new Date("2022-04-09T20:15:49Z"), item_type: "currency", discount_applied: "0.25" },
            { id: 175, player_id: "ab0ae440-fb9d-442e-b4ef-ed47a57b639a", costume_id: 50, currency_used: 1, purchase_date: new Date("2020-01-14T09:34:12Z"), item_type: "currency", discount_applied: "0.39" },
            { id: 176, player_id: "845b81f1-10db-4491-8fdd-4d593eb7dae3", costume_id: 61, currency_used: 128, purchase_date: new Date("2021-09-20T15:51:15Z"), item_type: "costume", discount_applied: "0.10" },
            { id: 177, player_id: "cd6c2cdc-5776-494d-a2ed-bb13fca380e4", costume_id: 76, currency_used: 83, purchase_date: new Date("2021-10-15T15:20:08Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 178, player_id: "294f9620-0a1d-4ab2-83ae-1bf34bfff0a2", costume_id: 16, currency_used: 95, purchase_date: new Date("2022-07-26T12:43:51Z"), item_type: "currency", discount_applied: "0.25" },
            { id: 179, player_id: "50903cb7-a768-49f6-b018-d1345de18f97", costume_id: 29, currency_used: 95, purchase_date: new Date("2022-10-20T12:28:26Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 180, player_id: "e1bf2e54-46c9-4114-98b8-d206db9df55b", costume_id: 4, currency_used: 47, purchase_date: new Date("2021-06-29T10:04:27Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 181, player_id: "00f5d4c2-6a23-4ad6-b971-02c8e26e2922", costume_id: 40, currency_used: 40, purchase_date: new Date("2020-11-03T16:44:35Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 182, player_id: "b2f25e7d-7b9d-4bbf-8078-b823170b5551", costume_id: 41, currency_used: 81, purchase_date: new Date("2021-02-14T17:58:56Z"), item_type: "costume", discount_applied: "0.11" },
            { id: 183, player_id: "1a6f5df4-801a-429f-9796-f615efd23dcb", costume_id: 14, currency_used: 133, purchase_date: new Date("2021-01-29T12:38:17Z"), item_type: "other", discount_applied: "0.33" },
            { id: 184, player_id: "f2f44a26-eece-4447-b79d-ea8ecf87d9cd", costume_id: 47, currency_used: 42, purchase_date: new Date("2023-09-21T15:36:10Z"), item_type: "costume", discount_applied: "0.10" },
            { id: 185, player_id: "9220e56d-9b88-4d49-92ad-c947789013ff", costume_id: 27, currency_used: 91, purchase_date: new Date("2020-08-12T14:06:15Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 186, player_id: "2d599189-23ea-45be-8bd1-170480e20bba", costume_id: 6, currency_used: 91, purchase_date: new Date("2020-06-12T21:00:15Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 187, player_id: "0e3cfac3-aaf1-4fa7-99cb-86d1a2cfaa4d", costume_id: 62, currency_used: 106, purchase_date: new Date("2023-10-09T18:16:59Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 188, player_id: "64008e9a-704e-4488-a484-ed2d851cdaf1", costume_id: 19, currency_used: 34, purchase_date: new Date("2020-02-08T22:11:13Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 189, player_id: "7b649a9f-1078-4ec2-9346-e1be86c5664e", costume_id: 4, currency_used: 64, purchase_date: new Date("2023-10-01T13:34:51Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 190, player_id: "23b9a193-278f-48f6-9133-5b8005ff0f1c", costume_id: 76, currency_used: 106, purchase_date: new Date("2021-07-29T13:22:08Z"), item_type: "other", discount_applied: "0.26" },
            { id: 191, player_id: "828664d0-4df6-4748-89d7-b51ee222066d", costume_id: 58, currency_used: 33, purchase_date: new Date("2021-05-08T20:51:08Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 192, player_id: "115f75a2-a03e-4feb-bb44-42af2b136a67", costume_id: 75, currency_used: 139, purchase_date: new Date("2020-10-11T20:27:53Z"), item_type: "currency", discount_applied: "0.23" },
            { id: 193, player_id: "1119427b-fbd7-4de9-9665-0dcb7330761c", costume_id: 12, currency_used: 146, purchase_date: new Date("2020-08-22T16:06:36Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 194, player_id: "063a5577-21e2-4aca-a924-874d3d9c36e7", costume_id: 40, currency_used: 48, purchase_date: new Date("2021-03-19T22:37:54Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 195, player_id: "bbaaeea9-bbad-4246-8be1-3d8483870731", costume_id: 78, currency_used: 37, purchase_date: new Date("2020-02-12T20:12:56Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 196, player_id: "b4c0244b-a779-4a8f-a4ac-b0f5773c3716", costume_id: 66, currency_used: 135, purchase_date: new Date("2022-02-04T18:46:00Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 197, player_id: "f6b66d94-53ec-406c-a64c-da4747984a03", costume_id: null, currency_used: 3, purchase_date: new Date("2021-02-03T23:33:40Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 198, player_id: "043e3f13-d631-4e0c-b75b-d5962d2731c9", costume_id: 48, currency_used: 60, purchase_date: new Date("2022-07-16T13:28:59Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 199, player_id: "34ce7162-44ba-4960-8317-84fd580f4399", costume_id: 27, currency_used: 108, purchase_date: new Date("2023-02-08T12:43:32Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 200, player_id: "fc58b1e5-4d18-44b5-aff0-8665d54fb48e", costume_id: 11, currency_used: 21, purchase_date: new Date("2022-05-27T12:44:41Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 201, player_id: "8713f7c8-0a6f-497f-aad0-115479397c9b", costume_id: 74, currency_used: 105, purchase_date: new Date("2021-12-12T07:29:42Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 202, player_id: "5e1c5ceb-0e8a-4501-adeb-f9303ce8f6db", costume_id: 58, currency_used: 27, purchase_date: new Date("2021-07-20T19:00:08Z"), item_type: "other", discount_applied: "0.35" },
            { id: 203, player_id: "6e26215c-0723-42b0-a0bf-fa5a0e63f2f7", costume_id: 12, currency_used: 64, purchase_date: new Date("2023-08-17T17:18:08Z"), item_type: "currency", discount_applied: "0.17" },
            { id: 204, player_id: "5f54783d-79d4-4d09-952c-be202ce53877", costume_id: 11, currency_used: 7, purchase_date: new Date("2021-10-04T19:38:13Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 205, player_id: "4fb29366-fbfd-44bc-bbff-7aba93e23e37", costume_id: 73, currency_used: 123, purchase_date: new Date("2021-11-15T08:11:14Z"), item_type: "currency", discount_applied: "0.34" },
            { id: 206, player_id: "7a6c4f04-77d2-438b-b026-43fd0bd17c44", costume_id: 57, currency_used: 100, purchase_date: new Date("2022-07-16T14:40:50Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 207, player_id: "0734c5b0-c9f8-4550-8e86-ccfc90bf5ccd", costume_id: 12, currency_used: 114, purchase_date: new Date("2020-12-29T19:33:25Z"), item_type: "other", discount_applied: "0.36" },
            { id: 208, player_id: "869668de-5891-42b4-815b-9158bcd8012c", costume_id: 67, currency_used: 113, purchase_date: new Date("2022-12-15T18:25:58Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 209, player_id: "1fdfb450-4228-41a0-90c2-a4c0a0e386a3", costume_id: 7, currency_used: 101, purchase_date: new Date("2022-11-02T20:27:38Z"), item_type: "currency", discount_applied: "0.27" },
            { id: 210, player_id: "35f8a0ba-1c37-45b4-a793-fa867d5be8cb", costume_id: 48, currency_used: 69, purchase_date: new Date("2020-10-10T19:08:41Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 211, player_id: "aab4ae41-0241-489d-b447-d2a73ccb30c0", costume_id: 32, currency_used: 120, purchase_date: new Date("2021-07-26T13:27:13Z"), item_type: "currency", discount_applied: "0.19" },
            { id: 212, player_id: "7965ecfc-e93f-4ccc-b027-53b462ffb860", costume_id: 14, currency_used: 12, purchase_date: new Date("2023-06-02T08:53:37Z"), item_type: "costume", discount_applied: "0.40" },
            { id: 213, player_id: "b18629cf-fb60-4cd0-a4b7-54b90200f99b", costume_id: 38, currency_used: 81, purchase_date: new Date("2021-03-24T14:28:18Z"), item_type: "costume", discount_applied: "0.17" },
            { id: 214, player_id: "330a4692-31ed-48f1-94a2-3cdf704d6339", costume_id: 61, currency_used: 69, purchase_date: new Date("2020-03-16T18:10:54Z"), item_type: "costume", discount_applied: "0.32" },
            { id: 215, player_id: "43a775da-0c87-468d-9fd5-ea99a95834e6", costume_id: 78, currency_used: 15, purchase_date: new Date("2023-06-06T11:09:35Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 216, player_id: "dcaffe0e-39e7-496f-912e-8f87902573a7", costume_id: 20, currency_used: 92, purchase_date: new Date("2020-11-26T17:31:16Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 217, player_id: "d73aaeb2-9298-48c4-bc7f-296b8b614be6", costume_id: 51, currency_used: 3, purchase_date: new Date("2023-02-17T07:44:43Z"), item_type: "costume", discount_applied: "0.38" },
            { id: 218, player_id: "8fb2f1d2-6a6b-49f6-ad51-da10a3024489", costume_id: 30, currency_used: 109, purchase_date: new Date("2023-04-10T07:13:06Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 219, player_id: "60513bbd-e1f6-44c5-a996-a5df79a8788e", costume_id: 67, currency_used: 40, purchase_date: new Date("2021-06-02T14:29:22Z"), item_type: "currency", discount_applied: "0.28" },
            { id: 220, player_id: "8d9644b9-9e0f-4142-a8ef-056299c09d45", costume_id: 38, currency_used: 49, purchase_date: new Date("2023-02-21T21:22:30Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 221, player_id: "a5c4c9eb-c181-4442-80eb-d37df14ff058", costume_id: null, currency_used: 21, purchase_date: new Date("2023-05-21T21:32:29Z"), item_type: "costume", discount_applied: "0.37" },
            { id: 222, player_id: "b80b6d71-12ec-404c-b27c-34c983b5b2e4", costume_id: 44, currency_used: 147, purchase_date: new Date("2021-06-23T18:11:05Z"), item_type: "currency", discount_applied: "0.29" },
            { id: 223, player_id: "0b535540-237b-450d-be7c-56ac03779343", costume_id: null, currency_used: 140, purchase_date: new Date("2023-01-24T12:48:34Z"), item_type: "costume", discount_applied: "0.15" },
            { id: 224, player_id: "343691ac-5ee8-4cbe-8b2c-06a54fb74643", costume_id: 38, currency_used: 113, purchase_date: new Date("2020-01-07T20:40:38Z"), item_type: "costume", discount_applied: "0.28" },
            { id: 225, player_id: "c8e8ce09-1b7b-4a30-a035-556702d865e1", costume_id: 27, currency_used: 137, purchase_date: new Date("2023-03-22T15:41:17Z"), item_type: "costume", discount_applied: "0.35" },
            { id: 226, player_id: "7f6a6952-3801-4acd-9897-59bc5d2098da", costume_id: 49, currency_used: 16, purchase_date: new Date("2021-09-02T11:09:39Z"), item_type: "other", discount_applied: "0.36" },
            { id: 227, player_id: "da772976-0d48-4b20-aa86-873caf7c3000", costume_id: 26, currency_used: 24, purchase_date: new Date("2020-01-17T17:43:23Z"), item_type: "costume", discount_applied: "0.21" },
            { id: 228, player_id: "f494bf7f-b78e-4673-b9f4-2748a97c1cf8", costume_id: 44, currency_used: 94, purchase_date: new Date("2022-08-02T19:36:47Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 229, player_id: "5f2f300f-b570-44d5-9725-0a0d3dd89814", costume_id: 24, currency_used: 142, purchase_date: new Date("2021-01-01T19:45:23Z"), item_type: "costume", discount_applied: "0.13" },
            { id: 230, player_id: "0c87e315-10cb-4796-9f60-81c65e94d279", costume_id: 6, currency_used: 117, purchase_date: new Date("2021-11-17T20:57:23Z"), item_type: "other", discount_applied: "0.30" },
            { id: 231, player_id: "ce0c4999-8915-4b79-b520-81199014787d", costume_id: 9, currency_used: 60, purchase_date: new Date("2020-04-12T05:07:16Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 232, player_id: "1432eef8-4d16-459a-9402-3a2bf386c2b4", costume_id: 72, currency_used: 140, purchase_date: new Date("2020-08-28T17:23:31Z"), item_type: "costume", discount_applied: "0.28" },
            { id: 233, player_id: "bbfca26d-864e-43c4-bec0-4fcaa326f884", costume_id: 40, currency_used: 18, purchase_date: new Date("2021-11-21T21:46:49Z"), item_type: "costume", discount_applied: "0.13" },
            { id: 234, player_id: "0a50f1a9-8b98-43df-988f-12df4b795e80", costume_id: 7, currency_used: 114, purchase_date: new Date("2021-03-25T01:52:24Z"), item_type: "costume", discount_applied: "0.40" },
            { id: 235, player_id: "bccd4503-0a6d-4216-b76e-433b6a1866f1", costume_id: 69, currency_used: 13, purchase_date: new Date("2020-07-15T00:47:48Z"), item_type: "currency", discount_applied: "0.19" },
            { id: 236, player_id: "5c365e6f-cda5-4978-a75c-fb3b483419a6", costume_id: 7, currency_used: 117, purchase_date: new Date("2022-07-14T18:55:27Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 237, player_id: "8211a292-a135-48d3-b76f-b0627ab33a3e", costume_id: 27, currency_used: 135, purchase_date: new Date("2020-03-17T15:46:03Z"), item_type: "currency", discount_applied: "0.37" },
            { id: 238, player_id: "5bad82e8-2ec3-468c-a2ce-bac7cc6b3c26", costume_id: 32, currency_used: 68, purchase_date: new Date("2023-01-18T13:51:24Z"), item_type: "costume", discount_applied: "0.27" },
            { id: 239, player_id: "80c9d3b5-d26d-404b-8998-23ff8eb12ac0", costume_id: 41, currency_used: 13, purchase_date: new Date("2020-03-04T05:46:29Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 240, player_id: "53ab23ae-d767-4a66-9e13-210d1dc57c31", costume_id: 79, currency_used: 18, purchase_date: new Date("2020-07-31T06:56:01Z"), item_type: "other", discount_applied: "0.22" },
            { id: 241, player_id: "a2d60063-499e-4395-856b-d7c92e5a5a8c", costume_id: null, currency_used: 35, purchase_date: new Date("2021-11-12T20:00:00Z"), item_type: "costume", discount_applied: "0.16" },
            { id: 242, player_id: "02fea27f-57d0-4d87-9a53-55377e30caf5", costume_id: 45, currency_used: 45, purchase_date: new Date("2022-11-22T12:57:53Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 243, player_id: "2d97b36d-3e8f-4f85-acbd-a980434c5317", costume_id: 42, currency_used: 52, purchase_date: new Date("2020-10-23T17:18:51Z"), item_type: "currency", discount_applied: "0.26" },
            { id: 244, player_id: "17ca34b5-50b4-4e7d-9b67-609ac1d13665", costume_id: 75, currency_used: 20, purchase_date: new Date("2023-08-25T00:38:50Z"), item_type: "costume", discount_applied: "0.32" },
            { id: 245, player_id: "d41f870f-de0a-41a4-9abb-f37ac2bc1bdc", costume_id: 48, currency_used: 141, purchase_date: new Date("2023-12-31T07:38:21Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 246, player_id: "2e6549e2-71bb-4d6f-9ff8-a8ddfdd6d90f", costume_id: 70, currency_used: 108, purchase_date: new Date("2022-05-20T21:54:55Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 247, player_id: "160249aa-41a4-4770-9ae4-3f1a7dfb66f5", costume_id: 65, currency_used: 69, purchase_date: new Date("2020-08-19T18:09:44Z"), item_type: "currency", discount_applied: "0.20" },
            { id: 248, player_id: "ebe314ca-46e2-49b7-ac64-ea4384bc214b", costume_id: 52, currency_used: 124, purchase_date: new Date("2021-09-07T07:54:17Z"), item_type: "currency", discount_applied: "0.26" },
            { id: 249, player_id: "d8b001ff-d41f-4f95-b513-f230232833d4", costume_id: 46, currency_used: 141, purchase_date: new Date("2020-04-21T16:39:55Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 250, player_id: "1cbb2ea7-a40d-4321-b167-c1b9a0b82caf", costume_id: 14, currency_used: 114, purchase_date: new Date("2021-12-23T18:15:11Z"), item_type: "currency", discount_applied: "0.43" },
            { id: 251, player_id: "ddb688d3-9261-4c65-8fdf-a4a8d4123719", costume_id: 29, currency_used: 143, purchase_date: new Date("2021-12-11T20:46:46Z"), item_type: "other", discount_applied: "0.26" },
            { id: 252, player_id: "ef2f108f-e2a0-4f14-8c06-3530af377f3b", costume_id: 9, currency_used: 67, purchase_date: new Date("2021-05-31T19:22:42Z"), item_type: "costume", discount_applied: "0.41" },
            { id: 253, player_id: "9c52690f-8324-4862-bd23-3ebf5677473b", costume_id: 79, currency_used: 88, purchase_date: new Date("2021-12-15T17:43:45Z"), item_type: "costume", discount_applied: "0.43" },
            { id: 254, player_id: "9d42b7dd-7455-4e2f-a990-3e38b2172280", costume_id: 67, currency_used: 144, purchase_date: new Date("2022-10-02T14:16:21Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 255, player_id: "24959e78-7e29-40cf-a351-960a525ea368", costume_id: 16, currency_used: 72, purchase_date: new Date("2021-10-09T14:19:11Z"), item_type: "costume", discount_applied: "0.42" },
            { id: 256, player_id: "5986784e-90b7-440b-b295-5354748750d4", costume_id: 77, currency_used: 16, purchase_date: new Date("2023-08-08T15:47:31Z"), item_type: "currency", discount_applied: "0.31" },
            { id: 257, player_id: "4d136d13-1f06-4de5-b0a5-8b1e43f4006e", costume_id: 10, currency_used: 139, purchase_date: new Date("2021-01-19T16:34:12Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 258, player_id: "ced7edd8-a668-4cb3-a8c5-4a14317ba089", costume_id: 14, currency_used: 15, purchase_date: new Date("2021-12-02T14:38:12Z"), item_type: "costume", discount_applied: "0.36" },
            { id: 259, player_id: "80138e34-d4e3-4df3-ab3e-991ea961a5b9", costume_id: 65, currency_used: 18, purchase_date: new Date("2020-05-07T10:08:18Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 260, player_id: "b061ed82-6bf1-417f-8c05-d8b86b19afa9", costume_id: 69, currency_used: 10, purchase_date: new Date("2020-11-18T18:14:26Z"), item_type: "currency", discount_applied: "0.22" },
            { id: 261, player_id: "953cc5d8-c9b8-4d9e-b31e-f8ffcc1e17d5", costume_id: 41, currency_used: 42, purchase_date: new Date("2020-03-26T23:16:22Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 262, player_id: "853fc856-7e05-459d-b814-4473c8a4ccc6", costume_id: 23, currency_used: 21, purchase_date: new Date("2021-08-12T04:54:25Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 263, player_id: "1f2e4d2a-c85f-4753-8d0e-24896290c85c", costume_id: 54, currency_used: 57, purchase_date: new Date("2022-10-19T22:18:12Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 264, player_id: "b5133d71-ba41-418b-abd6-d44e86bd1ccd", costume_id: 9, currency_used: 94, purchase_date: new Date("2022-04-24T14:13:07Z"), item_type: "costume", discount_applied: "0.31" },
            { id: 265, player_id: "fa24a1b4-147b-44d2-b1bd-a27914c1127b", costume_id: null, currency_used: 80, purchase_date: new Date("2023-09-21T12:23:09Z"), item_type: "other", discount_applied: "0.31" },
            { id: 266, player_id: "79cc78bb-100f-4cf5-80fe-5503dd9a9f3d", costume_id: 33, currency_used: 106, purchase_date: new Date("2022-02-08T22:22:23Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 267, player_id: "ba0d559a-8283-4510-bb37-ef0dc0b45fc0", costume_id: 37, currency_used: 35, purchase_date: new Date("2023-07-14T14:59:25Z"), item_type: "costume", discount_applied: "0.24" },
            { id: 268, player_id: "c5852ad4-07c8-48c1-8856-3a5c61346af6", costume_id: 2, currency_used: 146, purchase_date: new Date("2021-05-29T21:04:41Z"), item_type: "other", discount_applied: "0.27" },
            { id: 269, player_id: "cb77c1c2-6e4c-490f-a1bd-fd2a5afba2ac", costume_id: 24, currency_used: 103, purchase_date: new Date("2020-01-01T14:24:26Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 270, player_id: "1e334455-5d36-4ed9-a913-659d56109ee0", costume_id: 22, currency_used: 20, purchase_date: new Date("2022-02-19T06:41:05Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 271, player_id: "c36e7322-5a1f-43ac-9797-61cd13e47686", costume_id: 41, currency_used: 148, purchase_date: new Date("2021-05-31T19:31:11Z"), item_type: "currency", discount_applied: "0.31" },
            { id: 272, player_id: "230d0490-0de7-43e7-8f3c-faba346655ad", costume_id: 56, currency_used: 7, purchase_date: new Date("2023-10-17T18:45:58Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 273, player_id: "3c1ae0f6-e6bb-47d7-b24b-13f871af0c7b", costume_id: 10, currency_used: 119, purchase_date: new Date("2021-02-26T22:12:30Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 274, player_id: "bb15b522-bb37-4593-8b64-fddc819dee8e", costume_id: 63, currency_used: 138, purchase_date: new Date("2020-04-14T15:23:46Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 275, player_id: "2ee9ed97-a814-4e5f-b9ec-36f882fdc851", costume_id: 8, currency_used: 81, purchase_date: new Date("2023-11-20T17:57:07Z"), item_type: "costume", discount_applied: "0.10" },
            { id: 276, player_id: "3d5ed429-cf85-45ba-a056-02c2e5ceb3a6", costume_id: 36, currency_used: 32, purchase_date: new Date("2021-08-09T09:19:05Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 277, player_id: "267d42df-0574-4e8f-8ee5-ae817ee5255e", costume_id: 70, currency_used: 98, purchase_date: new Date("2021-12-02T10:46:21Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 278, player_id: "e9802308-cebf-4bce-83ff-893dea62bf79", costume_id: 3, currency_used: 18, purchase_date: new Date("2020-07-18T17:27:36Z"), item_type: "costume", discount_applied: "0.33" },
            { id: 279, player_id: "9bbc9ce4-2989-459c-a1d6-24bda5c3922f", costume_id: 16, currency_used: 56, purchase_date: new Date("2022-07-28T22:15:43Z"), item_type: "costume", discount_applied: "0.33" },
            { id: 280, player_id: "3766a654-0bb2-438d-a5ad-0201d90bcb4d", costume_id: 46, currency_used: 133, purchase_date: new Date("2022-06-08T12:15:57Z"), item_type: "currency", discount_applied: "0.32" },
            { id: 281, player_id: "ef5824a3-03db-432a-b15c-a1945098e854", costume_id: 40, currency_used: 145, purchase_date: new Date("2022-06-14T18:30:06Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 282, player_id: "d66532e3-4022-4adf-9c4b-e68e46a86b69", costume_id: 32, currency_used: 25, purchase_date: new Date("2023-10-09T22:52:01Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 283, player_id: "8142e1d6-d423-4013-8ce4-47f706c8ff1a", costume_id: 55, currency_used: 76, purchase_date: new Date("2020-09-11T18:29:34Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 284, player_id: "c8b70b48-a92a-47b3-89f8-c72428715540", costume_id: 1, currency_used: 123, purchase_date: new Date("2020-12-05T18:43:52Z"), item_type: "costume", discount_applied: "0.33" },
            { id: 285, player_id: "dabb3319-2769-45aa-b96f-4d5f32e1dcd6", costume_id: 36, currency_used: 85, purchase_date: new Date("2023-03-07T14:47:29Z"), item_type: "costume", discount_applied: "0.25" },
            { id: 286, player_id: "90b7d88a-e01e-47cd-aedc-693bcf837261", costume_id: 63, currency_used: 131, purchase_date: new Date("2023-11-28T10:50:12Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 287, player_id: "03415012-a486-49a3-8b07-3cf3079c79a0", costume_id: 42, currency_used: 47, purchase_date: new Date("2023-09-02T18:57:35Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 288, player_id: "cfb95f3a-9b57-4c4b-b072-96fe1778a063", costume_id: 36, currency_used: 114, purchase_date: new Date("2023-01-11T21:46:31Z"), item_type: "costume", discount_applied: "0.22" },
            { id: 289, player_id: "1a2f329a-e6c5-470f-a659-07896200f7e4", costume_id: 50, currency_used: 120, purchase_date: new Date("2021-01-27T17:54:57Z"), item_type: "costume", discount_applied: "0.18" },
            { id: 290, player_id: "655da19d-faad-4f53-a536-03f0fc4f4bb6", costume_id: 48, currency_used: 51, purchase_date: new Date("2023-03-16T16:50:45Z"), item_type: "costume", discount_applied: "0.20" },
            { id: 291, player_id: "bf55bbf2-738e-4f51-8e75-bdbf0232dedc", costume_id: 40, currency_used: 124, purchase_date: new Date("2023-09-11T18:56:34Z"), item_type: "costume", discount_applied: "0.34" },
            { id: 292, player_id: "c5101022-1481-4ab6-bef0-9d5151a44b4b", costume_id: null, currency_used: 50, purchase_date: new Date("2022-07-08T20:52:56Z"), item_type: "currency", discount_applied: "0.21" },
            { id: 293, player_id: "54fa750f-7892-43e4-a408-bbe2ed6d3404", costume_id: null, currency_used: 122, purchase_date: new Date("2020-06-17T15:18:04Z"), item_type: "costume", discount_applied: "0.30" },
            { id: 294, player_id: "c2f9bbb4-e78f-4e4d-ad63-41ddb034c9c2", costume_id: 80, currency_used: 150, purchase_date: new Date("2023-06-08T10:57:00Z"), item_type: "costume", discount_applied: "0.39" },
            { id: 295, player_id: "01d96891-2657-4ce6-b3e5-6ba70d34b1d7", costume_id: 15, currency_used: 29, purchase_date: new Date("2020-11-03T08:13:07Z"), item_type: "costume", discount_applied: "0.19" },
            { id: 296, player_id: "d9f7b8de-5ebe-4f0f-a0a6-19fe287076d4", costume_id: 70, currency_used: 86, purchase_date: new Date("2020-11-15T17:51:14Z"), item_type: "costume", discount_applied: "0.26" },
            { id: 297, player_id: "4c4d540d-8335-4c44-a4ad-126681208396", costume_id: 49, currency_used: 80, purchase_date: new Date("2021-08-15T17:38:00Z"), item_type: "other", discount_applied: "0.20" },
            { id: 298, player_id: "a25e4ade-0563-4534-a73c-36dc5120a7af", costume_id: null, currency_used: 15, purchase_date: new Date("2020-03-24T11:05:52Z"), item_type: "costume", discount_applied: "0.23" },
            { id: 299, player_id: "f1d8f345-4ac8-42a6-a184-527361b91c5a", costume_id: 36, currency_used: 128, purchase_date: new Date("2022-11-12T21:26:50Z"), item_type: "costume", discount_applied: "0.29" },
            { id: 300, player_id: "2d2e46bc-1942-4d98-99fc-39337506f80a", costume_id: 66, currency_used: 50, purchase_date: new Date("2020-05-04T10:42:07Z"), item_type: "currency", discount_applied: "0.19" },
        ],
    });
    await prisma.quests.createMany({
        data: [
            { id: 1, chapter_id: 35, difficulty: "easy", completion_rate: "0.30", reward_currency: 396 },
            { id: 2, chapter_id: 52, difficulty: "hard", completion_rate: "0.27", reward_currency: 24 },
            { id: 3, chapter_id: 9, difficulty: "easy", completion_rate: "0.16", reward_currency: 111 },
            { id: 4, chapter_id: 1, difficulty: "easy", completion_rate: "0.97", reward_currency: 8 },
            { id: 5, chapter_id: 35, difficulty: "medium", completion_rate: "0.99", reward_currency: 69 },
            { id: 6, chapter_id: 13, difficulty: "medium", completion_rate: "0.94", reward_currency: 223 },
            { id: 7, chapter_id: 18, difficulty: "easy", completion_rate: "0.90", reward_currency: 411 },
            { id: 8, chapter_id: 23, difficulty: "easy", completion_rate: "0.36", reward_currency: 111 },
            { id: 9, chapter_id: 2, difficulty: "medium", completion_rate: "0.65", reward_currency: 162 },
            { id: 10, chapter_id: 37, difficulty: "easy", completion_rate: "0.94", reward_currency: 1 },
            { id: 11, chapter_id: 43, difficulty: "easy", completion_rate: "0.48", reward_currency: 16 },
            { id: 12, chapter_id: 58, difficulty: "hard", completion_rate: "0.19", reward_currency: 14 },
            { id: 13, chapter_id: 9, difficulty: "easy", completion_rate: "0.59", reward_currency: 136 },
            { id: 14, chapter_id: 31, difficulty: "hard", completion_rate: "0.76", reward_currency: 94 },
            { id: 15, chapter_id: 57, difficulty: "medium", completion_rate: "0.94", reward_currency: 7 },
            { id: 16, chapter_id: 11, difficulty: "easy", completion_rate: "0.13", reward_currency: 366 },
            { id: 17, chapter_id: 28, difficulty: "easy", completion_rate: "1.00", reward_currency: 34 },
            { id: 18, chapter_id: 22, difficulty: "easy", completion_rate: "1.00", reward_currency: 208 },
            { id: 19, chapter_id: 38, difficulty: "medium", completion_rate: "0.95", reward_currency: 325 },
            { id: 20, chapter_id: 59, difficulty: "easy", completion_rate: "0.91", reward_currency: 142 },
            { id: 21, chapter_id: 44, difficulty: "medium", completion_rate: "0.28", reward_currency: 171 },
            { id: 22, chapter_id: 2, difficulty: "easy", completion_rate: "0.72", reward_currency: 1 },
            { id: 23, chapter_id: 4, difficulty: "easy", completion_rate: "0.65", reward_currency: 423 },
            { id: 24, chapter_id: 10, difficulty: "medium", completion_rate: "0.75", reward_currency: 78 },
            { id: 25, chapter_id: 5, difficulty: "medium", completion_rate: "0.80", reward_currency: 316 },
            { id: 26, chapter_id: 7, difficulty: "medium", completion_rate: "0.98", reward_currency: 429 },
            { id: 27, chapter_id: 34, difficulty: "medium", completion_rate: "0.48", reward_currency: 109 },
            { id: 28, chapter_id: 24, difficulty: "easy", completion_rate: "0.98", reward_currency: 198 },
            { id: 29, chapter_id: 8, difficulty: "medium", completion_rate: "0.96", reward_currency: 10 },
            { id: 30, chapter_id: 8, difficulty: "easy", completion_rate: "0.68", reward_currency: 307 },
            { id: 31, chapter_id: 43, difficulty: "medium", completion_rate: "0.80", reward_currency: 50 },
            { id: 32, chapter_id: 2, difficulty: "easy", completion_rate: "1.00", reward_currency: 230 },
            { id: 33, chapter_id: 26, difficulty: "easy", completion_rate: "0.12", reward_currency: 335 },
            { id: 34, chapter_id: 24, difficulty: "hard", completion_rate: "0.81", reward_currency: 8 },
            { id: 35, chapter_id: 3, difficulty: "hard", completion_rate: "0.99", reward_currency: 222 },
            { id: 36, chapter_id: 13, difficulty: "hard", completion_rate: "0.70", reward_currency: 390 },
            { id: 37, chapter_id: 10, difficulty: "easy", completion_rate: "1.00", reward_currency: 283 },
            { id: 38, chapter_id: 32, difficulty: "easy", completion_rate: "0.80", reward_currency: 5 },
            { id: 39, chapter_id: 41, difficulty: "easy", completion_rate: "0.88", reward_currency: 229 },
            { id: 40, chapter_id: 46, difficulty: "medium", completion_rate: "0.99", reward_currency: 36 },
            { id: 41, chapter_id: 13, difficulty: "easy", completion_rate: "0.22", reward_currency: 468 },
            { id: 42, chapter_id: 45, difficulty: "easy", completion_rate: "0.36", reward_currency: 398 },
            { id: 43, chapter_id: 25, difficulty: "easy", completion_rate: "0.93", reward_currency: 134 },
            { id: 44, chapter_id: 15, difficulty: "easy", completion_rate: "1.00", reward_currency: 35 },
            { id: 45, chapter_id: 44, difficulty: "medium", completion_rate: "0.22", reward_currency: 195 },
            { id: 46, chapter_id: 50, difficulty: "medium", completion_rate: "0.88", reward_currency: 17 },
            { id: 47, chapter_id: 53, difficulty: "easy", completion_rate: "0.61", reward_currency: 198 },
            { id: 48, chapter_id: 32, difficulty: "medium", completion_rate: "0.03", reward_currency: 265 },
            { id: 49, chapter_id: 49, difficulty: "easy", completion_rate: "0.96", reward_currency: 366 },
            { id: 50, chapter_id: 18, difficulty: "medium", completion_rate: "0.52", reward_currency: 1 },
            { id: 51, chapter_id: 56, difficulty: "easy", completion_rate: "0.92", reward_currency: 91 },
            { id: 52, chapter_id: 15, difficulty: "medium", completion_rate: "0.58", reward_currency: 256 },
            { id: 53, chapter_id: 19, difficulty: "hard", completion_rate: "0.07", reward_currency: 222 },
            { id: 54, chapter_id: 40, difficulty: "easy", completion_rate: "0.90", reward_currency: 53 },
            { id: 55, chapter_id: 23, difficulty: "easy", completion_rate: "0.82", reward_currency: 355 },
            { id: 56, chapter_id: 13, difficulty: "easy", completion_rate: "0.86", reward_currency: 385 },
            { id: 57, chapter_id: 15, difficulty: "easy", completion_rate: "0.11", reward_currency: 106 },
            { id: 58, chapter_id: 27, difficulty: "easy", completion_rate: "0.69", reward_currency: 2 },
            { id: 59, chapter_id: 6, difficulty: "medium", completion_rate: "0.99", reward_currency: 82 },
            { id: 60, chapter_id: 59, difficulty: "easy", completion_rate: "0.49", reward_currency: 300 },
            { id: 61, chapter_id: 43, difficulty: "easy", completion_rate: "0.36", reward_currency: 3 },
            { id: 62, chapter_id: 16, difficulty: "medium", completion_rate: "1.00", reward_currency: 200 },
            { id: 63, chapter_id: 45, difficulty: "medium", completion_rate: "0.59", reward_currency: 135 },
            { id: 64, chapter_id: 9, difficulty: "easy", completion_rate: "0.91", reward_currency: 88 },
            { id: 65, chapter_id: 5, difficulty: "easy", completion_rate: "0.64", reward_currency: 134 },
            { id: 66, chapter_id: 31, difficulty: "easy", completion_rate: "0.39", reward_currency: 77 },
            { id: 67, chapter_id: 36, difficulty: "easy", completion_rate: "0.49", reward_currency: 136 },
            { id: 68, chapter_id: 12, difficulty: "easy", completion_rate: "0.88", reward_currency: 8 },
            { id: 69, chapter_id: 53, difficulty: "easy", completion_rate: "0.91", reward_currency: 166 },
            { id: 70, chapter_id: 8, difficulty: "medium", completion_rate: "0.83", reward_currency: 455 },
            { id: 71, chapter_id: 38, difficulty: "easy", completion_rate: "1.00", reward_currency: 19 },
            { id: 72, chapter_id: 29, difficulty: "easy", completion_rate: "0.56", reward_currency: 60 },
            { id: 73, chapter_id: 21, difficulty: "easy", completion_rate: "0.14", reward_currency: 4 },
            { id: 74, chapter_id: 58, difficulty: "easy", completion_rate: "0.16", reward_currency: 295 },
            { id: 75, chapter_id: 36, difficulty: "medium", completion_rate: "0.99", reward_currency: 4 },
            { id: 76, chapter_id: 29, difficulty: "hard", completion_rate: "0.86", reward_currency: 9 },
            { id: 77, chapter_id: 18, difficulty: "easy", completion_rate: "0.99", reward_currency: 37 },
            { id: 78, chapter_id: 59, difficulty: "easy", completion_rate: "0.76", reward_currency: 16 },
            { id: 79, chapter_id: 22, difficulty: "easy", completion_rate: "0.67", reward_currency: 27 },
            { id: 80, chapter_id: 18, difficulty: "medium", completion_rate: "0.83", reward_currency: 461 },
            { id: 81, chapter_id: 7, difficulty: "hard", completion_rate: "0.64", reward_currency: 15 },
            { id: 82, chapter_id: 54, difficulty: "medium", completion_rate: "0.99", reward_currency: 98 },
            { id: 83, chapter_id: 46, difficulty: "easy", completion_rate: "0.59", reward_currency: 1 },
            { id: 84, chapter_id: 7, difficulty: "hard", completion_rate: "0.39", reward_currency: 326 },
            { id: 85, chapter_id: 48, difficulty: "easy", completion_rate: "0.64", reward_currency: 155 },
            { id: 86, chapter_id: 2, difficulty: "easy", completion_rate: "0.98", reward_currency: 405 },
            { id: 87, chapter_id: 50, difficulty: "easy", completion_rate: "1.00", reward_currency: 13 },
            { id: 88, chapter_id: 20, difficulty: "medium", completion_rate: "0.17", reward_currency: 334 },
            { id: 89, chapter_id: 17, difficulty: "hard", completion_rate: "0.99", reward_currency: 3 },
            { id: 90, chapter_id: 15, difficulty: "easy", completion_rate: "0.89", reward_currency: 244 },
            { id: 91, chapter_id: 12, difficulty: "medium", completion_rate: "1.00", reward_currency: 7 },
            { id: 92, chapter_id: 27, difficulty: "easy", completion_rate: "0.36", reward_currency: 26 },
            { id: 93, chapter_id: 46, difficulty: "easy", completion_rate: "0.59", reward_currency: 90 },
            { id: 94, chapter_id: 26, difficulty: "easy", completion_rate: "1.00", reward_currency: 62 },
            { id: 95, chapter_id: 10, difficulty: "hard", completion_rate: "0.39", reward_currency: 20 },
            { id: 96, chapter_id: 53, difficulty: "easy", completion_rate: "0.56", reward_currency: 360 },
            { id: 97, chapter_id: 17, difficulty: "easy", completion_rate: "0.71", reward_currency: 199 },
            { id: 98, chapter_id: 31, difficulty: "easy", completion_rate: "0.83", reward_currency: 21 },
            { id: 99, chapter_id: 40, difficulty: "medium", completion_rate: "0.92", reward_currency: 80 },
            { id: 100, chapter_id: 14, difficulty: "hard", completion_rate: "0.92", reward_currency: 121 },
            { id: 101, chapter_id: 25, difficulty: "easy", completion_rate: "0.10", reward_currency: 57 },
            { id: 102, chapter_id: 16, difficulty: "easy", completion_rate: "0.64", reward_currency: 8 },
            { id: 103, chapter_id: 36, difficulty: "easy", completion_rate: "0.57", reward_currency: 498 },
            { id: 104, chapter_id: 45, difficulty: "easy", completion_rate: "0.99", reward_currency: 1 },
            { id: 105, chapter_id: 17, difficulty: "medium", completion_rate: "0.84", reward_currency: 139 },
            { id: 106, chapter_id: 14, difficulty: "easy", completion_rate: "0.03", reward_currency: 311 },
            { id: 107, chapter_id: 11, difficulty: "easy", completion_rate: "1.00", reward_currency: 308 },
            { id: 108, chapter_id: 51, difficulty: "medium", completion_rate: "0.93", reward_currency: 2 },
            { id: 109, chapter_id: 14, difficulty: "hard", completion_rate: "0.93", reward_currency: 350 },
            { id: 110, chapter_id: 40, difficulty: "medium", completion_rate: "0.50", reward_currency: 95 },
            { id: 111, chapter_id: 6, difficulty: "medium", completion_rate: "0.99", reward_currency: 458 },
            { id: 112, chapter_id: 4, difficulty: "medium", completion_rate: "0.38", reward_currency: 242 },
            { id: 113, chapter_id: 42, difficulty: "easy", completion_rate: "0.73", reward_currency: 89 },
            { id: 114, chapter_id: 49, difficulty: "easy", completion_rate: "0.99", reward_currency: 372 },
            { id: 115, chapter_id: 13, difficulty: "medium", completion_rate: "0.70", reward_currency: 394 },
            { id: 116, chapter_id: 44, difficulty: "easy", completion_rate: "0.81", reward_currency: 173 },
            { id: 117, chapter_id: 17, difficulty: "easy", completion_rate: "0.91", reward_currency: 54 },
            { id: 118, chapter_id: 46, difficulty: "easy", completion_rate: "0.02", reward_currency: 262 },
            { id: 119, chapter_id: 11, difficulty: "easy", completion_rate: "0.76", reward_currency: 274 },
            { id: 120, chapter_id: 12, difficulty: "easy", completion_rate: "0.17", reward_currency: 277 },
        ],
    });
}

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