// Mystery Game Interactions (interactive-mystery-game) 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.locations), 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.locations.createMany({
        data: [
            { id: 1, name: "marsh", description: "An operator confirmed the details and the transfer was processed.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 2, name: "dungeon", description: "A repeat payment was processed the same day.", difficulty_level: "hard", num_puzzles: 3 },
            { id: 3, name: "forest mountain road", description: "The account owner confirmed the details and the record was approved.", difficulty_level: "medium", num_puzzles: 4 },
            { id: 4, name: "oasis mountain", description: "The document was completed after a late check.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 5, name: "lake glade tower", description: "An urgent order was rejected the same day.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 6, name: "swamp", description: "The appointment was closed following a duplicate review.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 7, name: "swamp", description: "A late appointment was approved the same day.", difficulty_level: "hard", num_puzzles: 3 },
            { id: 8, name: "swamp", description: "The ticket was reviewed after a manual check.", difficulty_level: "medium", num_puzzles: 2 },
            { id: 9, name: "mountain swamp temple", description: "No response from the customer, so the shipment was refunded.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 10, name: "castle", description: "The courier asked for a change and the account was replaced.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 11, name: "castle", description: "The appointment was reviewed — standard case, no further action.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 12, name: "marsh", description: "The customer confirmed the details and the request was resolved.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 13, name: "temple dungeon road", description: "The report was reviewed after a standard check.", difficulty_level: "medium", num_puzzles: 2 },
            { id: 14, name: "dungeon", description: "Flagged as unusual. The customer completed the delivery.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 15, name: "village cave mountain", description: "A late follow-up: the invoice was confirmed.", difficulty_level: "hard", num_puzzles: 2 },
            { id: 16, name: "temple canyon marsh", description: "Support confirmed the details and the transfer was confirmed.", difficulty_level: "easy", num_puzzles: 2 },
            { id: 17, name: "cave forest fortress", description: "An incomplete document was closed the same day.", difficulty_level: "easy", num_puzzles: 4 },
            { id: 18, name: "valley dungeon", description: "No response from an operator, so the ticket was delayed.", difficulty_level: "easy", num_puzzles: 4 },
            { id: 19, name: "crypt forest glade", description: "Support asked for a change and the refund was delayed.", difficulty_level: "easy", num_puzzles: 2 },
            { id: 20, name: "road marsh", description: "Support reported a late issue; the request was delayed.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 21, name: "village fortress valley", description: "Flagged as routine. The supplier rescheduled the record.", difficulty_level: "medium", num_puzzles: 4 },
            { id: 22, name: "crypt", description: "The team reported a routine issue; the refund was resolved.", difficulty_level: "medium", num_puzzles: 2 },
            { id: 23, name: "cave castle canyon", description: "The report was closed after a partial check.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 24, name: "tower", description: null, difficulty_level: "easy", num_puzzles: 3 },
            { id: 25, name: "swamp glade", description: "The account owner asked for a change and the session was replaced.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 26, name: "temple castle ruins", description: "Flagged as urgent. An operator resolved the item.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 27, name: "oasis", description: "Flagged as manual. The customer cancelled the ticket.", difficulty_level: "easy", num_puzzles: 2 },
            { id: 28, name: "mountain bridge swamp", description: "Support confirmed the details and the report was resolved.", difficulty_level: "hard", num_puzzles: 2 },
            { id: 29, name: "cave valley", description: "The account owner confirmed the details and the appointment was refunded.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 30, name: "road forest", description: "The item was rejected after a partial check.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 31, name: "island mountain", description: "The refund was reopened — manual case, no further action.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 32, name: "tower", description: null, difficulty_level: "easy", num_puzzles: 4 },
            { id: 33, name: "valley", description: "No response from the customer, so the refund was confirmed.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 34, name: "mountain", description: "An operator confirmed the details and the ticket was rejected.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 35, name: "canyon", description: "The shipment was approved following an unusual review.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 36, name: "fortress crypt", description: "A manual account was reopened the same day.", difficulty_level: "hard", num_puzzles: 3 },
            { id: 37, name: "mountain bridge", description: "The reviewer asked for a change and the request was replaced.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 38, name: "glade lake", description: "The order was cancelled — incomplete case, no further action.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 39, name: "mountain forest glade", description: "The customer asked for a change and the item was cancelled.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 40, name: "cave", description: "A late report was approved the same day.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 41, name: "fortress", description: null, difficulty_level: "hard", num_puzzles: 2 },
            { id: 42, name: "valley castle", description: "The courier asked for a change and the invoice was approved.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 43, name: "temple", description: "No response from the supplier, so the order was rejected.", difficulty_level: "hard", num_puzzles: 3 },
            { id: 44, name: "island road forest", description: "A late follow-up: the document was reopened.", difficulty_level: "easy", num_puzzles: 4 },
            { id: 45, name: "cave mountain", description: "The record was resolved — incomplete case, no further action.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 46, name: "glade valley", description: "No response from the team, so the account was delayed.", difficulty_level: "easy", num_puzzles: 3 },
            { id: 47, name: "bridge tower valley", description: "The reviewer asked for a change and the report was cancelled.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 48, name: "castle crypt village", description: "A duplicate follow-up: the report was replaced.", difficulty_level: "hard", num_puzzles: 3 },
            { id: 49, name: "fortress tower swamp", description: "The supplier confirmed the details and the booking was completed.", difficulty_level: "medium", num_puzzles: 3 },
            { id: 50, name: "ruins road crypt", description: "No response from the team, so the invoice was processed.", difficulty_level: "easy", num_puzzles: 2 },
        ],
    });
    await prisma.players.createMany({
        data: [
            { id: 1, full_name: "Ibrahim Taylor", email: "ibrahim.taylor@example.org", total_achievements: 4 },
            { id: 2, full_name: "Karim Diaz", email: "karim.diaz@example.org", total_achievements: 8 },
            { id: 3, full_name: "Chen Ibrahim", email: "chen.ibrahim@example.com", total_achievements: null },
            { id: 4, full_name: "Wei Vargas", email: "wei.vargas@example.com", total_achievements: 7 },
            { id: 5, full_name: "Theo Gomez", email: "theo.gomez@example.org", total_achievements: 0 },
            { id: 6, full_name: "Mia Demir", email: "mia.demir@example.org", total_achievements: 1 },
            { id: 7, full_name: "Hana Murphy", email: "hana.murphy@example.net", total_achievements: 0 },
            { id: 8, full_name: "Andre Larsen", email: "andre.larsen@example.net", total_achievements: 7 },
            { id: 9, full_name: "Grace Cruz", email: "grace.cruz@example.org", total_achievements: 7 },
            { id: 10, full_name: "Ben Young", email: "ben.young@example.net", total_achievements: 8 },
            { id: 11, full_name: "Yara Larsen", email: "yara.larsen@example.org", total_achievements: 6 },
            { id: 12, full_name: "Ana Wilson", email: "ana.wilson@example.com", total_achievements: 9 },
            { id: 13, full_name: "Uma Walker", email: "uma.walker@example.net", total_achievements: 9 },
            { id: 14, full_name: "Mohamed Garcia", email: "mohamed.garcia@example.org", total_achievements: 5 },
            { id: 15, full_name: "Victor Carter", email: "victor.carter@example.org", total_achievements: 2 },
            { id: 16, full_name: "Sven Lee", email: "sven.lee@example.org", total_achievements: 5 },
            { id: 17, full_name: "Jack Hughes", email: "jack.hughes@example.net", total_achievements: 1 },
            { id: 18, full_name: "Lina Khan", email: "lina.khan@example.com", total_achievements: 9 },
            { id: 19, full_name: "Victor Murphy", email: "victor.murphy@example.org", total_achievements: 3 },
            { id: 20, full_name: "Nour Park", email: "nour.park@example.com", total_achievements: 3 },
            { id: 21, full_name: "Ivan Kowalski", email: "ivan.kowalski@example.org", total_achievements: 6 },
            { id: 22, full_name: "Ines Hansen", email: "ines.hansen@example.com", total_achievements: 6 },
            { id: 23, full_name: "Oscar Bauer", email: "oscar.bauer@example.net", total_achievements: null },
            { id: 24, full_name: "Chen Davis", email: "chen.davis@example.com", total_achievements: 6 },
            { id: 25, full_name: "Lina Clark", email: "lina.clark@example.org", total_achievements: 6 },
            { id: 26, full_name: "Grace Vargas", email: "grace.vargas@example.net", total_achievements: 10 },
            { id: 27, full_name: "Andre Pereira", email: "andre.pereira@example.net", total_achievements: null },
            { id: 28, full_name: "Deniz Becker", email: "deniz.becker@example.net", total_achievements: null },
            { id: 29, full_name: "Jonas Lopez", email: "jonas.lopez@example.org", total_achievements: 7 },
            { id: 30, full_name: "Hugo Torres", email: "hugo.torres@example.net", total_achievements: 2 },
            { id: 31, full_name: "Carla Ruiz", email: "carla.ruiz@example.org", total_achievements: 7 },
            { id: 32, full_name: "Zoe Miller", email: "zoe.miller@example.org", total_achievements: 2 },
            { id: 33, full_name: "Rafael Patel", email: "rafael.patel@example.org", total_achievements: 4 },
            { id: 34, full_name: "Theo Rossi", email: "theo.rossi@example.net", total_achievements: 10 },
            { id: 35, full_name: "Lina Meyer", email: "lina.meyer@example.net", total_achievements: 9 },
            { id: 36, full_name: "Tariq Becker", email: "tariq.becker@example.org", total_achievements: 10 },
            { id: 37, full_name: "Maria Almeida", email: "maria.almeida@example.com", total_achievements: 4 },
            { id: 38, full_name: "Pedro Zhang", email: "pedro.zhang@example.net", total_achievements: 2 },
            { id: 39, full_name: "Hana Johnson", email: "hana.johnson@example.org", total_achievements: 6 },
            { id: 40, full_name: "Felix Vargas", email: "felix.vargas@example.net", total_achievements: 3 },
            { id: 41, full_name: "Diego Becker", email: "diego.becker@example.com", total_achievements: 2 },
            { id: 42, full_name: "Amir Gomez", email: "amir.gomez@example.org", total_achievements: 3 },
            { id: 43, full_name: "Karim Larsen", email: "karim.larsen@example.com", total_achievements: 9 },
            { id: 44, full_name: "Chloe Vargas", email: "chloe.vargas@example.com", total_achievements: 1 },
            { id: 45, full_name: "Nadia Gomez", email: "nadia.gomez@example.org", total_achievements: 6 },
            { id: 46, full_name: "Jonas Wilson", email: "jonas.wilson@example.org", total_achievements: 6 },
            { id: 47, full_name: "Andre Ahmed", email: "andre.ahmed@example.net", total_achievements: 8 },
            { id: 48, full_name: "Olivia Chen", email: "olivia.chen@example.net", total_achievements: 3 },
            { id: 49, full_name: "Ibrahim Lee", email: "ibrahim.lee@example.net", total_achievements: 7 },
            { id: 50, full_name: "Andre Brown", email: "andre.brown@example.com", total_achievements: 1 },
            { id: 51, full_name: "Maja Castro", email: "maja.castro@example.org", total_achievements: 0 },
            { id: 52, full_name: "Hana Garcia", email: "hana.garcia@example.net", total_achievements: 1 },
            { id: 53, full_name: "Nadia Bauer", email: "nadia.bauer@example.com", total_achievements: 5 },
            { id: 54, full_name: "Noah Wilson", email: "noah.wilson@example.com", total_achievements: null },
            { id: 55, full_name: "Jack Reyes", email: "jack.reyes@example.com", total_achievements: 3 },
            { id: 56, full_name: "Liam Fischer", email: "liam.fischer@example.net", total_achievements: 2 },
            { id: 57, full_name: "Deniz Larsen", email: "deniz.larsen@example.org", total_achievements: 5 },
            { id: 58, full_name: "Fatima Jensen", email: "fatima.jensen@example.com", total_achievements: null },
            { id: 59, full_name: "Yara Yilmaz", email: "yara.yilmaz@example.com", total_achievements: null },
            { id: 60, full_name: "Lena Almeida", email: "lena.almeida@example.com", total_achievements: 9 },
            { id: 61, full_name: "Karim Bauer", email: "karim.bauer@example.org", total_achievements: 8 },
            { id: 62, full_name: "Andre Wilson", email: "andre.wilson@example.org", total_achievements: 2 },
            { id: 63, full_name: "Lina Gupta", email: "lina.gupta@example.org", total_achievements: 8 },
            { id: 64, full_name: "Lena Baker", email: "lena.baker@example.net", total_achievements: 6 },
            { id: 65, full_name: "Rafael Walker", email: "rafael.walker@example.net", total_achievements: 3 },
            { id: 66, full_name: "Selin Gupta", email: "selin.gupta@example.com", total_achievements: 6 },
            { id: 67, full_name: "Emma Wright", email: "emma.wright@example.net", total_achievements: 8 },
            { id: 68, full_name: "James Shah", email: "james.shah@example.org", total_achievements: 3 },
            { id: 69, full_name: "Leo Gomez", email: "leo.gomez@example.net", total_achievements: 9 },
            { id: 70, full_name: "Laura Clark", email: "laura.clark@example.net", total_achievements: null },
            { id: 71, full_name: "Zara Nakamura", email: "zara.nakamura@example.com", total_achievements: 9 },
            { id: 72, full_name: "Uma Larsen", email: "uma.larsen@example.net", total_achievements: 1 },
            { id: 73, full_name: "Amir Miller", email: "amir.miller@example.com", total_achievements: 6 },
            { id: 74, full_name: "Pedro Fischer", email: "pedro.fischer@example.org", total_achievements: 9 },
            { id: 75, full_name: "Diego Wang", email: "diego.wang@example.com", total_achievements: 3 },
            { id: 76, full_name: "Jack Carter", email: "jack.carter@example.net", total_achievements: 2 },
            { id: 77, full_name: "Jack Zhang", email: "jack.zhang@example.com", total_achievements: 8 },
            { id: 78, full_name: "Amir Kim", email: "amir.kim@example.net", total_achievements: 2 },
            { id: 79, full_name: "Mia Clark", email: "mia.clark@example.com", total_achievements: 4 },
            { id: 80, full_name: "Olivia Kowalski", email: "olivia.kowalski@example.com", total_achievements: 6 },
            { id: 81, full_name: "Karim Schneider", email: "karim.schneider@example.com", total_achievements: 0 },
            { id: 82, full_name: "David Yilmaz", email: "david.yilmaz@example.net", total_achievements: 9 },
            { id: 83, full_name: "Hugo Wilson", email: "hugo.wilson@example.org", total_achievements: 3 },
            { id: 84, full_name: "Elena Hassan", email: "elena.hassan@example.net", total_achievements: 2 },
            { id: 85, full_name: "Chloe Larsen", email: "chloe.larsen@example.net", total_achievements: 8 },
            { id: 86, full_name: "Wei Fischer", email: "wei.fischer@example.com", total_achievements: 1 },
            { id: 87, full_name: "Elena Tanaka", email: "elena.tanaka@example.com", total_achievements: 3 },
            { id: 88, full_name: "Alice Klein", email: "alice.klein@example.net", total_achievements: 6 },
            { id: 89, full_name: "Noah Rossi", email: "noah.rossi@example.net", total_achievements: 3 },
            { id: 90, full_name: "Rosa Wright", email: "rosa.wright@example.net", total_achievements: 7 },
            { id: 91, full_name: "Carlos Khan", email: "carlos.khan@example.net", total_achievements: 10 },
            { id: 92, full_name: "Elena Baker", email: "elena.baker@example.org", total_achievements: 2 },
            { id: 93, full_name: "Ethan Yilmaz", email: "ethan.yilmaz@example.com", total_achievements: 5 },
            { id: 94, full_name: "Nadia Tanaka", email: "nadia.tanaka@example.net", total_achievements: 0 },
            { id: 95, full_name: "Nadia Ali", email: "nadia.ali@example.net", total_achievements: 0 },
            { id: 96, full_name: "Mila Jensen", email: "mila.jensen@example.org", total_achievements: 4 },
            { id: 97, full_name: "Grace Zhang", email: "grace.zhang@example.net", total_achievements: 6 },
            { id: 98, full_name: "David Wilson", email: "david.wilson@example.org", total_achievements: 6 },
            { id: 99, full_name: "Arjun Kumar", email: "arjun.kumar@example.com", total_achievements: 5 },
            { id: 100, full_name: "Isaac Silva", email: "isaac.silva@example.net", total_achievements: 0 },
            { id: 101, full_name: "Maria Young", email: "maria.young@example.com", total_achievements: 10 },
            { id: 102, full_name: "Diego Ahmed", email: "diego.ahmed@example.org", total_achievements: 7 },
            { id: 103, full_name: "Hannah Wagner", email: "hannah.wagner@example.com", total_achievements: 3 },
            { id: 104, full_name: "Pedro Clark", email: "pedro.clark@example.com", total_achievements: 6 },
            { id: 105, full_name: "Wei Adams", email: "wei.adams@example.com", total_achievements: 0 },
            { id: 106, full_name: "Ivan Gomez", email: "ivan.gomez@example.org", total_achievements: 0 },
            { id: 107, full_name: "Leo Flores", email: "leo.flores@example.net", total_achievements: 9 },
            { id: 108, full_name: "Mateo Cruz", email: "mateo.cruz@example.org", total_achievements: 8 },
            { id: 109, full_name: "Carlos Baker", email: "carlos.baker@example.com", total_achievements: 3 },
            { id: 110, full_name: "Deniz Wilson", email: "deniz.wilson@example.com", total_achievements: 9 },
            { id: 111, full_name: "Tomas Miller", email: "tomas.miller@example.com", total_achievements: 1 },
            { id: 112, full_name: "Mei Silva", email: "mei.silva@example.com", total_achievements: 0 },
            { id: 113, full_name: "Alice Hassan", email: "alice.hassan@example.com", total_achievements: 2 },
            { id: 114, full_name: "Theo Kaya", email: "theo.kaya@example.org", total_achievements: 0 },
            { id: 115, full_name: "Ines Rossi", email: "ines.rossi@example.com", total_achievements: 4 },
            { id: 116, full_name: "Leo Nguyen", email: "leo.nguyen@example.org", total_achievements: 10 },
            { id: 117, full_name: "Hugo Singh", email: "hugo.singh@example.org", total_achievements: null },
            { id: 118, full_name: "Pedro Lee", email: "pedro.lee@example.com", total_achievements: 9 },
            { id: 119, full_name: "Isaac Lopez", email: "isaac.lopez@example.net", total_achievements: 1 },
            { id: 120, full_name: "Carla Cruz", email: "carla.cruz@example.net", total_achievements: 0 },
            { id: 121, full_name: "Zoe Lopez", email: "zoe.lopez@example.net", total_achievements: null },
            { id: 122, full_name: "Carlos Larsen", email: "carlos.larsen@example.org", total_achievements: null },
            { id: 123, full_name: "Anna Moreau", email: "anna.moreau@example.org", total_achievements: 1 },
            { id: 124, full_name: "Paula Khan", email: "paula.khan@example.com", total_achievements: 8 },
            { id: 125, full_name: "Zara Sato", email: "zara.sato@example.net", total_achievements: 0 },
            { id: 126, full_name: "Ana Ali", email: "ana.ali@example.org", total_achievements: 1 },
            { id: 127, full_name: "Hana Lopez", email: "hana.lopez@example.org", total_achievements: 3 },
            { id: 128, full_name: "Amir Gupta", email: "amir.gupta@example.org", total_achievements: 8 },
            { id: 129, full_name: "Daniel Martin", email: "daniel.martin@example.net", total_achievements: 4 },
            { id: 130, full_name: "Selin Jensen", email: "selin.jensen@example.net", total_achievements: 4 },
            { id: 131, full_name: "Carlos Rossi", email: "carlos.rossi@example.com", total_achievements: 3 },
            { id: 132, full_name: "Zoe Smith", email: "zoe.smith@example.com", total_achievements: 2 },
            { id: 133, full_name: "James Hansen", email: "james.hansen@example.org", total_achievements: 7 },
            { id: 134, full_name: "Yusuf Walker", email: "yusuf.walker@example.com", total_achievements: null },
            { id: 135, full_name: "Carlos Khan", email: "carlos.khan@example.net", total_achievements: 2 },
            { id: 136, full_name: "Deniz Kim", email: "deniz.kim@example.net", total_achievements: 7 },
            { id: 137, full_name: "Zara Wilson", email: "zara.wilson@example.net", total_achievements: 7 },
            { id: 138, full_name: "Ravi Baker", email: "ravi.baker@example.com", total_achievements: 8 },
            { id: 139, full_name: "Ines Moreau", email: "ines.moreau@example.net", total_achievements: 1 },
            { id: 140, full_name: "Lucas Moreau", email: "lucas.moreau@example.com", total_achievements: 7 },
            { id: 141, full_name: "Ibrahim Mendes", email: "ibrahim.mendes@example.com", total_achievements: 4 },
            { id: 142, full_name: "Tariq Ruiz", email: "tariq.ruiz@example.net", total_achievements: 9 },
            { id: 143, full_name: "Ben Larsen", email: "ben.larsen@example.org", total_achievements: 4 },
            { id: 144, full_name: "Diego Clark", email: "diego.clark@example.com", total_achievements: 5 },
            { id: 145, full_name: "Sven Wagner", email: "sven.wagner@example.org", total_achievements: 5 },
            { id: 146, full_name: "Nadia Costa", email: "nadia.costa@example.net", total_achievements: 3 },
            { id: 147, full_name: "Olivia Sato", email: "olivia.sato@example.net", total_achievements: 8 },
            { id: 148, full_name: "Tariq Schmidt", email: "tariq.schmidt@example.net", total_achievements: 6 },
            { id: 149, full_name: "Mateo Kumar", email: "mateo.kumar@example.com", total_achievements: 9 },
            { id: 150, full_name: "Ibrahim Hansen", email: "ibrahim.hansen@example.net", total_achievements: 5 },
            { id: 151, full_name: "Rosa Gupta", email: "rosa.gupta@example.com", total_achievements: 4 },
            { id: 152, full_name: "Ana Torres", email: "ana.torres@example.net", total_achievements: 7 },
            { id: 153, full_name: "Fatima Young", email: "fatima.young@example.com", total_achievements: 10 },
            { id: 154, full_name: "James Chen", email: "james.chen@example.com", total_achievements: 1 },
            { id: 155, full_name: "Sven Jensen", email: "sven.jensen@example.net", total_achievements: 7 },
            { id: 156, full_name: "Julia Patel", email: "julia.patel@example.net", total_achievements: 10 },
            { id: 157, full_name: "Pedro Chen", email: "pedro.chen@example.org", total_achievements: 7 },
            { id: 158, full_name: "Nina Costa", email: "nina.costa@example.org", total_achievements: 4 },
            { id: 159, full_name: "Anna Rossi", email: "anna.rossi@example.org", total_achievements: 0 },
            { id: 160, full_name: "James Brown", email: "james.brown@example.org", total_achievements: 7 },
            { id: 161, full_name: "Mohamed Sato", email: "mohamed.sato@example.org", total_achievements: 3 },
            { id: 162, full_name: "Isaac Lopez", email: "isaac.lopez@example.org", total_achievements: 9 },
            { id: 163, full_name: "Ravi Zhang", email: "ravi.zhang@example.org", total_achievements: 0 },
            { id: 164, full_name: "Nina Davis", email: "nina.davis@example.com", total_achievements: 1 },
            { id: 165, full_name: "Carla Meyer", email: "carla.meyer@example.net", total_achievements: 7 },
            { id: 166, full_name: "Karim Bennett", email: "karim.bennett@example.net", total_achievements: null },
            { id: 167, full_name: "Daniel Meyer", email: "daniel.meyer@example.org", total_achievements: 8 },
            { id: 168, full_name: "Tariq Kumar", email: "tariq.kumar@example.net", total_achievements: 4 },
            { id: 169, full_name: "Rosa Hoffmann", email: "rosa.hoffmann@example.net", total_achievements: 0 },
            { id: 170, full_name: "Chloe Larsen", email: "chloe.larsen@example.com", total_achievements: 1 },
            { id: 171, full_name: "Elena Meyer", email: "elena.meyer@example.com", total_achievements: 1 },
            { id: 172, full_name: "Ruby Kowalski", email: "ruby.kowalski@example.com", total_achievements: 8 },
            { id: 173, full_name: "Chen Evans", email: "chen.evans@example.com", total_achievements: 3 },
            { id: 174, full_name: "Grace Pereira", email: "grace.pereira@example.net", total_achievements: 9 },
            { id: 175, full_name: "Jonas Vargas", email: "jonas.vargas@example.net", total_achievements: 3 },
            { id: 176, full_name: "Isaac Jensen", email: "isaac.jensen@example.org", total_achievements: 2 },
            { id: 177, full_name: "Ines Park", email: "ines.park@example.net", total_achievements: 9 },
            { id: 178, full_name: "Ruby Diaz", email: "ruby.diaz@example.com", total_achievements: 4 },
            { id: 179, full_name: "Mateo Shah", email: "mateo.shah@example.com", total_achievements: 4 },
            { id: 180, full_name: "Chen Ahmed", email: "chen.ahmed@example.org", total_achievements: 0 },
            { id: 181, full_name: "Lucas Garcia", email: "lucas.garcia@example.net", total_achievements: 8 },
            { id: 182, full_name: "Laura Hoffmann", email: "laura.hoffmann@example.net", total_achievements: 0 },
            { id: 183, full_name: "Hannah Kim", email: "hannah.kim@example.net", total_achievements: 4 },
            { id: 184, full_name: "Uma Fischer", email: "uma.fischer@example.com", total_achievements: 1 },
            { id: 185, full_name: "Mia Wright", email: "mia.wright@example.org", total_achievements: 5 },
            { id: 186, full_name: "Ravi Carter", email: "ravi.carter@example.com", total_achievements: 6 },
            { id: 187, full_name: "Theo Miller", email: "theo.miller@example.org", total_achievements: null },
            { id: 188, full_name: "Oscar Jensen", email: "oscar.jensen@example.org", total_achievements: 1 },
            { id: 189, full_name: "Ethan Young", email: "ethan.young@example.org", total_achievements: 4 },
            { id: 190, full_name: "Ben Davis", email: "ben.davis@example.com", total_achievements: 1 },
            { id: 191, full_name: "Ben Walker", email: "ben.walker@example.org", total_achievements: 10 },
            { id: 192, full_name: "Ibrahim Sato", email: "ibrahim.sato@example.org", total_achievements: 0 },
            { id: 193, full_name: "Diego Costa", email: "diego.costa@example.com", total_achievements: 7 },
            { id: 194, full_name: "Elena Clark", email: "elena.clark@example.com", total_achievements: 6 },
            { id: 195, full_name: "Sara Ibrahim", email: "sara.ibrahim@example.org", total_achievements: 2 },
            { id: 196, full_name: "Ines Cruz", email: "ines.cruz@example.net", total_achievements: 8 },
            { id: 197, full_name: "Carlos Klein", email: "carlos.klein@example.org", total_achievements: 7 },
            { id: 198, full_name: "Chloe Becker", email: "chloe.becker@example.net", total_achievements: null },
            { id: 199, full_name: "Selin Nguyen", email: "selin.nguyen@example.net", total_achievements: 3 },
            { id: 200, full_name: "Sven Zhang", email: "sven.zhang@example.com", total_achievements: null },
        ],
    });
    await prisma.puzzles.createMany({
        data: [
            { id: 1, title: "Saga", difficulty: "easy", average_time: 74 },
            { id: 2, title: "Investigation", difficulty: "medium", average_time: 78 },
            { id: 3, title: "Adventure Riddle", difficulty: "easy", average_time: 63 },
            { id: 4, title: "Trial Expedition Test", difficulty: "easy", average_time: 84 },
            { id: 5, title: "Search Mystery Discovery", difficulty: "medium", average_time: 29 },
            { id: 6, title: "Conundrum", difficulty: "easy", average_time: 67 },
            { id: 7, title: "Puzzle Clue Exploration", difficulty: "easy", average_time: 78 },
            { id: 8, title: "Conundrum", difficulty: "easy", average_time: 33 },
            { id: 9, title: "Labyrinth Exploration Puzzle", difficulty: "hard", average_time: null },
            { id: 10, title: "Enigma Trial Journey", difficulty: "easy", average_time: 75 },
            { id: 11, title: "Puzzle Search", difficulty: "easy", average_time: 49 },
            { id: 12, title: "Clue Discovery Investigation", difficulty: "hard", average_time: null },
            { id: 13, title: "Expedition Secret Adventure", difficulty: "easy", average_time: 81 },
            { id: 14, title: "Quest Expedition", difficulty: "easy", average_time: 90 },
            { id: 15, title: "Puzzle Test", difficulty: "easy", average_time: 45 },
            { id: 16, title: "Puzzle Secret", difficulty: "easy", average_time: 53 },
            { id: 17, title: "Challenge Discovery", difficulty: "medium", average_time: 60 },
            { id: 18, title: "Code Adventure", difficulty: "easy", average_time: 16 },
            { id: 19, title: "Riddle Puzzle Secret", difficulty: "medium", average_time: 56 },
            { id: 20, title: "Discovery Adventure", difficulty: "easy", average_time: 77 },
            { id: 21, title: "Puzzle", difficulty: "easy", average_time: 37 },
            { id: 22, title: "Saga Enigma Journey", difficulty: "medium", average_time: 79 },
            { id: 23, title: "Discovery Riddle Clue", difficulty: "easy", average_time: 61 },
            { id: 24, title: "Trial Investigation Adventure", difficulty: "hard", average_time: null },
            { id: 25, title: "Quest", difficulty: "easy", average_time: 69 },
            { id: 26, title: "Test", difficulty: "medium", average_time: 46 },
            { id: 27, title: "Saga", difficulty: "medium", average_time: 62 },
            { id: 28, title: "Trial", difficulty: "easy", average_time: 66 },
            { id: 29, title: "Conundrum Clue", difficulty: "easy", average_time: 60 },
            { id: 30, title: "Enigma Secret Puzzle", difficulty: "easy", average_time: 96 },
            { id: 31, title: "Expedition", difficulty: "easy", average_time: 45 },
            { id: 32, title: "Secret Adventure", difficulty: "easy", average_time: 36 },
            { id: 33, title: "Exploration Enigma", difficulty: "easy", average_time: 93 },
            { id: 34, title: "Mystery Test Quest", difficulty: "easy", average_time: 74 },
            { id: 35, title: "Code Mystery Search", difficulty: "medium", average_time: 71 },
            { id: 36, title: "Test Expedition Code", difficulty: "easy", average_time: 78 },
            { id: 37, title: "Search Quest Trial", difficulty: "easy", average_time: 74 },
            { id: 38, title: "Search Discovery Investigation", difficulty: "medium", average_time: 62 },
            { id: 39, title: "Riddle Test Adventure", difficulty: "easy", average_time: 36 },
            { id: 40, title: "Exploration Puzzle", difficulty: "hard", average_time: null },
            { id: 41, title: "Puzzle Secret Exploration", difficulty: "medium", average_time: 39 },
            { id: 42, title: "Enigma", difficulty: "medium", average_time: 60 },
            { id: 43, title: "Conundrum Search", difficulty: "easy", average_time: 71 },
            { id: 44, title: "Journey", difficulty: "easy", average_time: 31 },
            { id: 45, title: "Clue Labyrinth", difficulty: "easy", average_time: 64 },
            { id: 46, title: "Secret Clue Labyrinth", difficulty: "hard", average_time: null },
            { id: 47, title: "Trial Quest", difficulty: "easy", average_time: 82 },
            { id: 48, title: "Mystery Trial Conundrum", difficulty: "easy", average_time: 54 },
            { id: 49, title: "Exploration Test", difficulty: "medium", average_time: 64 },
            { id: 50, title: "Secret Conundrum Code", difficulty: "medium", average_time: 60 },
            { id: 51, title: "Discovery", difficulty: "easy", average_time: 33 },
            { id: 52, title: "Clue Adventure", difficulty: "medium", average_time: 63 },
            { id: 53, title: "Discovery Search", difficulty: "hard", average_time: null },
            { id: 54, title: "Mystery Investigation Journey", difficulty: "medium", average_time: 56 },
            { id: 55, title: "Adventure Quest Saga", difficulty: "hard", average_time: null },
            { id: 56, title: "Enigma", difficulty: "medium", average_time: 51 },
            { id: 57, title: "Investigation Trial Mystery", difficulty: "easy", average_time: 69 },
            { id: 58, title: "Quest Secret", difficulty: "medium", average_time: 67 },
            { id: 59, title: "Challenge Discovery", difficulty: "easy", average_time: 45 },
            { id: 60, title: "Enigma Expedition Clue", difficulty: "easy", average_time: 53 },
            { id: 61, title: "Riddle Clue", difficulty: "hard", average_time: null },
            { id: 62, title: "Mystery Adventure", difficulty: "easy", average_time: 63 },
            { id: 63, title: "Journey Exploration", difficulty: "medium", average_time: 17 },
            { id: 64, title: "Investigation", difficulty: "easy", average_time: 38 },
            { id: 65, title: "Exploration Enigma Journey", difficulty: "easy", average_time: 67 },
            { id: 66, title: "Journey Mystery Challenge", difficulty: "easy", average_time: 70 },
            { id: 67, title: "Search", difficulty: "easy", average_time: 59 },
            { id: 68, title: "Search Riddle Discovery", difficulty: "easy", average_time: 39 },
            { id: 69, title: "Investigation", difficulty: "medium", average_time: 30 },
            { id: 70, title: "Clue Riddle", difficulty: "easy", average_time: 75 },
            { id: 71, title: "Trial", difficulty: "medium", average_time: 71 },
            { id: 72, title: "Trial", difficulty: "hard", average_time: null },
            { id: 73, title: "Riddle Mystery", difficulty: "easy", average_time: 45 },
            { id: 74, title: "Secret", difficulty: "easy", average_time: 44 },
            { id: 75, title: "Labyrinth", difficulty: "easy", average_time: 43 },
            { id: 76, title: "Secret", difficulty: "medium", average_time: 51 },
            { id: 77, title: "Mystery Puzzle Code", difficulty: "hard", average_time: null },
            { id: 78, title: "Clue", difficulty: "hard", average_time: null },
            { id: 79, title: "Trial Journey", difficulty: "medium", average_time: 60 },
            { id: 80, title: "Exploration Mystery", difficulty: "hard", average_time: null },
            { id: 81, title: "Enigma Secret Riddle", difficulty: "easy", average_time: 56 },
            { id: 82, title: "Search Adventure Expedition", difficulty: "medium", average_time: 47 },
            { id: 83, title: "Challenge Saga", difficulty: "medium", average_time: 94 },
            { id: 84, title: "Exploration", difficulty: "medium", average_time: 101 },
            { id: 85, title: "Test", difficulty: "easy", average_time: 73 },
            { id: 86, title: "Conundrum", difficulty: "medium", average_time: 80 },
            { id: 87, title: "Journey Conundrum", difficulty: "hard", average_time: null },
            { id: 88, title: "Discovery", difficulty: "easy", average_time: 53 },
            { id: 89, title: "Saga", difficulty: "easy", average_time: 74 },
            { id: 90, title: "Labyrinth Adventure", difficulty: "easy", average_time: 82 },
            { id: 91, title: "Expedition Exploration Clue", difficulty: "easy", average_time: 101 },
            { id: 92, title: "Discovery", difficulty: "easy", average_time: 69 },
            { id: 93, title: "Adventure Secret Code", difficulty: "easy", average_time: 82 },
            { id: 94, title: "Investigation Expedition", difficulty: "easy", average_time: 68 },
            { id: 95, title: "Mystery Saga", difficulty: "medium", average_time: 61 },
            { id: 96, title: "Saga Investigation Code", difficulty: "easy", average_time: 35 },
            { id: 97, title: "Enigma Mystery", difficulty: "easy", average_time: 58 },
            { id: 98, title: "Labyrinth Search Investigation", difficulty: "easy", average_time: 45 },
            { id: 99, title: "Expedition Saga", difficulty: "medium", average_time: 26 },
            { id: 100, title: "Enigma Labyrinth", difficulty: "easy", average_time: 69 },
        ],
    });
    await prisma.clues.createMany({
        data: [
            { id: 1, description: "A routine follow-up: the delivery was reviewed.", puzzle_id: 76, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-27T13:32:27Z") },
            { id: 2, description: "The courier asked for a change and the booking was completed.", puzzle_id: 44, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-01T08:05:54Z") },
            { id: 3, description: "The invoice was confirmed following an automatic review.", puzzle_id: 61, puzzle_difficulty: "medium", found_timestamp: new Date("2023-09-16T18:47:41Z") },
            { id: 4, description: "The customer reported a routine issue; the order was processed.", puzzle_id: 89, puzzle_difficulty: "hard", found_timestamp: new Date("2023-04-01T08:49:12Z") },
            { id: 5, description: "An operator reported a repeat issue; the booking was approved.", puzzle_id: 2, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-27T19:11:17Z") },
            { id: 6, description: "The account was updated following an unusual review.", puzzle_id: 16, puzzle_difficulty: "hard", found_timestamp: new Date("2023-11-08T08:55:04Z") },
            { id: 7, description: null, puzzle_id: 29, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-21T15:26:43Z") },
            { id: 8, description: "The customer reported a manual issue; the document was delayed.", puzzle_id: 26, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-09T17:31:29Z") },
            { id: 9, description: "An operator reported a repeat issue; the request was escalated.", puzzle_id: 36, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-12T22:00:53Z") },
            { id: 10, description: "The shipment was approved following a standard review.", puzzle_id: 68, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-28T06:41:03Z") },
            { id: 11, description: "Flagged as manual. The supplier cancelled the delivery.", puzzle_id: 12, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-03T09:20:52Z") },
            { id: 12, description: "The courier reported an unusual issue; the order was closed.", puzzle_id: 44, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-14T11:28:07Z") },
            { id: 13, description: "The account owner asked for a change and the session was refunded.", puzzle_id: 24, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-06T02:53:09Z") },
            { id: 14, description: "Support asked for a change and the booking was replaced.", puzzle_id: 88, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-09T09:27:43Z") },
            { id: 15, description: "An automatic transfer was closed the same day.", puzzle_id: 29, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-16T05:04:42Z") },
            { id: 16, description: "The ticket was refunded after a duplicate check.", puzzle_id: 15, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-05T15:42:02Z") },
            { id: 17, description: "An automatic refund was rejected the same day.", puzzle_id: 31, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-18T11:33:01Z") },
            { id: 18, description: "Flagged as minor. An operator replaced the ticket.", puzzle_id: 50, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-16T17:23:20Z") },
            { id: 19, description: "Flagged as unusual. The account owner rejected the ticket.", puzzle_id: 60, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-21T08:21:11Z") },
            { id: 20, description: "No response from support, so the appointment was completed.", puzzle_id: 39, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-26T09:38:54Z") },
            { id: 21, description: "Flagged as minor. The account owner resolved the document.", puzzle_id: 18, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-11T16:31:48Z") },
            { id: 22, description: "The account owner confirmed the details and the delivery was refunded.", puzzle_id: 29, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-27T20:40:55Z") },
            { id: 23, description: "Flagged as duplicate. The customer reopened the request.", puzzle_id: 42, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-28T03:48:09Z") },
            { id: 24, description: "The customer confirmed the details and the report was updated.", puzzle_id: 50, puzzle_difficulty: "medium", found_timestamp: new Date("2023-06-14T06:58:44Z") },
            { id: 25, description: "The invoice was confirmed — unusual case, no further action.", puzzle_id: 100, puzzle_difficulty: "hard", found_timestamp: new Date("2023-05-11T12:44:57Z") },
            { id: 26, description: "A repeat shipment was rejected the same day.", puzzle_id: 24, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-22T17:18:49Z") },
            { id: 27, description: "The payment was reviewed — automatic case, no further action.", puzzle_id: 97, puzzle_difficulty: "hard", found_timestamp: new Date("2023-11-11T15:40:31Z") },
            { id: 28, description: "The request was replaced following a routine review.", puzzle_id: 97, puzzle_difficulty: "hard", found_timestamp: new Date("2023-06-03T20:28:02Z") },
            { id: 29, description: "A repeat transfer was delayed the same day.", puzzle_id: 35, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-22T10:17:48Z") },
            { id: 30, description: "No response from the reviewer, so the claim was updated.", puzzle_id: 26, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-21T06:07:21Z") },
            { id: 31, description: "A repeat ticket was processed the same day.", puzzle_id: 55, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-03T23:22:59Z") },
            { id: 32, description: "The supplier reported a duplicate issue; the delivery was rescheduled.", puzzle_id: 73, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-29T14:03:07Z") },
            { id: 33, description: "The request was reopened after a repeat check.", puzzle_id: 9, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-21T10:02:37Z") },
            { id: 34, description: "The document was rejected following a minor review.", puzzle_id: 85, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-11T01:23:43Z") },
            { id: 35, description: "An operator reported a routine issue; the invoice was confirmed.", puzzle_id: 6, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-04T09:17:29Z") },
            { id: 36, description: "No response from the team, so the record was rejected.", puzzle_id: 68, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-18T08:14:18Z") },
            { id: 37, description: "A manual follow-up: the payment was delayed.", puzzle_id: 35, puzzle_difficulty: "hard", found_timestamp: new Date("2023-04-18T04:40:29Z") },
            { id: 38, description: "The record was refunded following a routine review.", puzzle_id: 36, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-21T21:26:16Z") },
            { id: 39, description: "Flagged as urgent. An operator completed the ticket.", puzzle_id: 32, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-11T19:21:28Z") },
            { id: 40, description: "A duplicate record was closed the same day.", puzzle_id: 18, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-23T12:47:53Z") },
            { id: 41, description: "Flagged as incomplete. Support reopened the session.", puzzle_id: 94, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-10T01:51:04Z") },
            { id: 42, description: "The delivery was confirmed following an urgent review.", puzzle_id: 14, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-21T21:12:48Z") },
            { id: 43, description: "No response from an operator, so the record was approved.", puzzle_id: 43, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-07T08:38:40Z") },
            { id: 44, description: "Flagged as late. The customer completed the refund.", puzzle_id: 81, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-07T01:58:24Z") },
            { id: 45, description: "Flagged as routine. The customer approved the delivery.", puzzle_id: 67, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-05T10:48:37Z") },
            { id: 46, description: "The document was rejected — minor case, no further action.", puzzle_id: 9, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-01T19:50:34Z") },
            { id: 47, description: "The refund was escalated — minor case, no further action.", puzzle_id: 37, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-08T06:41:05Z") },
            { id: 48, description: "An operator reported a minor issue; the session was reviewed.", puzzle_id: 80, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-24T18:11:56Z") },
            { id: 49, description: "A manual follow-up: the ticket was delayed.", puzzle_id: 67, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-10T09:12:30Z") },
            { id: 50, description: "The supplier reported a manual issue; the shipment was rejected.", puzzle_id: 83, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-22T13:19:48Z") },
            { id: 51, description: "No response from the account owner, so the item was delayed.", puzzle_id: 98, puzzle_difficulty: "hard", found_timestamp: new Date("2023-12-10T03:06:19Z") },
            { id: 52, description: "A manual follow-up: the record was rejected.", puzzle_id: 75, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-11T14:30:31Z") },
            { id: 53, description: null, puzzle_id: 38, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-30T05:37:33Z") },
            { id: 54, description: "The account owner reported a manual issue; the claim was processed.", puzzle_id: 3, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-31T04:12:26Z") },
            { id: 55, description: "The supplier asked for a change and the refund was reopened.", puzzle_id: 65, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-13T23:22:23Z") },
            { id: 56, description: "Flagged as partial. The account owner resolved the shipment.", puzzle_id: 56, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-02T13:05:32Z") },
            { id: 57, description: "The account owner asked for a change and the report was cancelled.", puzzle_id: 61, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-02T17:25:57Z") },
            { id: 58, description: "Flagged as repeat. The reviewer rejected the invoice.", puzzle_id: 25, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-18T06:06:29Z") },
            { id: 59, description: "The account was completed following an unusual review.", puzzle_id: 4, puzzle_difficulty: "medium", found_timestamp: new Date("2023-06-02T01:04:34Z") },
            { id: 60, description: "A partial payment was escalated the same day.", puzzle_id: 68, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-23T19:47:22Z") },
            { id: 61, description: "An urgent shipment was cancelled the same day.", puzzle_id: 81, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-30T03:44:11Z") },
            { id: 62, description: "The account owner confirmed the details and the transfer was closed.", puzzle_id: 39, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-08T00:35:32Z") },
            { id: 63, description: "A standard appointment was reopened the same day.", puzzle_id: 14, puzzle_difficulty: "hard", found_timestamp: new Date("2023-11-15T13:20:00Z") },
            { id: 64, description: "Flagged as automatic. The reviewer rejected the claim.", puzzle_id: 59, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-11T04:30:03Z") },
            { id: 65, description: "A partial order was cancelled the same day.", puzzle_id: 62, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-19T11:34:33Z") },
            { id: 66, description: "Flagged as repeat. The courier reopened the invoice.", puzzle_id: 60, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-16T01:51:59Z") },
            { id: 67, description: null, puzzle_id: 7, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-21T02:54:15Z") },
            { id: 68, description: "The account owner reported an urgent issue; the booking was replaced.", puzzle_id: 22, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-31T20:25:10Z") },
            { id: 69, description: "An automatic follow-up: the refund was rejected.", puzzle_id: 15, puzzle_difficulty: "hard", found_timestamp: new Date("2023-02-23T03:57:35Z") },
            { id: 70, description: "The account owner confirmed the details and the booking was rescheduled.", puzzle_id: 31, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-26T14:58:42Z") },
            { id: 71, description: "The account owner reported a duplicate issue; the account was confirmed.", puzzle_id: 94, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-24T04:00:27Z") },
            { id: 72, description: null, puzzle_id: 38, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-18T20:19:23Z") },
            { id: 73, description: "The reviewer reported an incomplete issue; the ticket was replaced.", puzzle_id: 80, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-17T02:39:49Z") },
            { id: 74, description: "Flagged as unusual. Support updated the shipment.", puzzle_id: 73, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-05T22:05:07Z") },
            { id: 75, description: "The supplier asked for a change and the delivery was updated.", puzzle_id: 67, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-29T00:04:06Z") },
            { id: 76, description: "A manual report was resolved the same day.", puzzle_id: 67, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-29T22:38:04Z") },
            { id: 77, description: "The session was processed after an unusual check.", puzzle_id: 98, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-30T03:04:00Z") },
            { id: 78, description: "The report was refunded following a routine review.", puzzle_id: 8, puzzle_difficulty: "hard", found_timestamp: new Date("2023-10-26T09:27:10Z") },
            { id: 79, description: "An operator asked for a change and the appointment was rescheduled.", puzzle_id: 22, puzzle_difficulty: "medium", found_timestamp: new Date("2023-12-21T02:33:14Z") },
            { id: 80, description: "Flagged as partial. The courier rejected the claim.", puzzle_id: 83, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-04T05:40:45Z") },
            { id: 81, description: "The document was reviewed after a late check.", puzzle_id: 31, puzzle_difficulty: "medium", found_timestamp: new Date("2023-06-20T03:39:41Z") },
            { id: 82, description: "An operator confirmed the details and the report was cancelled.", puzzle_id: 29, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-02T20:59:52Z") },
            { id: 83, description: "The refund was resolved — urgent case, no further action.", puzzle_id: 38, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-17T18:27:32Z") },
            { id: 84, description: "The booking was escalated following an incomplete review.", puzzle_id: 7, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-19T09:53:20Z") },
            { id: 85, description: null, puzzle_id: 48, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-01T17:45:47Z") },
            { id: 86, description: "The team asked for a change and the refund was rescheduled.", puzzle_id: 52, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-19T04:38:24Z") },
            { id: 87, description: "A partial claim was completed the same day.", puzzle_id: 2, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-05T11:50:41Z") },
            { id: 88, description: "No response from the team, so the delivery was refunded.", puzzle_id: 7, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-09T09:44:18Z") },
            { id: 89, description: "An operator reported an urgent issue; the account was cancelled.", puzzle_id: 10, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-12T20:51:03Z") },
            { id: 90, description: "A standard follow-up: the document was processed.", puzzle_id: 6, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-21T02:28:03Z") },
            { id: 91, description: "The session was processed after an automatic check.", puzzle_id: 83, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-18T19:32:24Z") },
            { id: 92, description: "The payment was rescheduled — urgent case, no further action.", puzzle_id: 57, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-22T03:47:48Z") },
            { id: 93, description: "The record was refunded — minor case, no further action.", puzzle_id: 77, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-21T16:58:17Z") },
            { id: 94, description: "No response from the team, so the report was completed.", puzzle_id: 51, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-02T06:50:41Z") },
            { id: 95, description: "The reviewer confirmed the details and the payment was rescheduled.", puzzle_id: 39, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-04T07:09:01Z") },
            { id: 96, description: "No response from the courier, so the claim was resolved.", puzzle_id: 76, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-17T09:35:08Z") },
            { id: 97, description: "The booking was replaced — unusual case, no further action.", puzzle_id: 22, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-15T08:34:42Z") },
            { id: 98, description: "Flagged as manual. The customer approved the request.", puzzle_id: 78, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-14T16:38:53Z") },
            { id: 99, description: "A duplicate follow-up: the claim was completed.", puzzle_id: 84, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-31T09:16:05Z") },
            { id: 100, description: "No response from the courier, so the ticket was delayed.", puzzle_id: 39, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-10T09:10:34Z") },
            { id: 101, description: "Flagged as late. The reviewer delayed the shipment.", puzzle_id: 15, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-20T05:41:52Z") },
            { id: 102, description: "The supplier confirmed the details and the record was closed.", puzzle_id: 56, puzzle_difficulty: "hard", found_timestamp: new Date("2023-12-13T12:24:47Z") },
            { id: 103, description: "No response from an operator, so the payment was approved.", puzzle_id: 93, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-30T03:14:18Z") },
            { id: 104, description: "The supplier asked for a change and the appointment was rejected.", puzzle_id: 55, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-06T16:36:58Z") },
            { id: 105, description: "The ticket was escalated following a manual review.", puzzle_id: 100, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-09T07:44:31Z") },
            { id: 106, description: "An operator confirmed the details and the order was replaced.", puzzle_id: 27, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-31T19:33:57Z") },
            { id: 107, description: "No response from the supplier, so the item was delayed.", puzzle_id: 99, puzzle_difficulty: "hard", found_timestamp: new Date("2023-12-11T21:54:09Z") },
            { id: 108, description: "A repeat appointment was rescheduled the same day.", puzzle_id: 58, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-05T13:32:48Z") },
            { id: 109, description: "No response from an operator, so the booking was delayed.", puzzle_id: 51, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-11T13:56:29Z") },
            { id: 110, description: "Flagged as repeat. The courier processed the account.", puzzle_id: 39, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-10T18:48:15Z") },
            { id: 111, description: "The customer reported an unusual issue; the shipment was processed.", puzzle_id: 63, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-17T03:03:42Z") },
            { id: 112, description: "The appointment was updated following an automatic review.", puzzle_id: 29, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-13T16:33:05Z") },
            { id: 113, description: "Flagged as partial. The account owner reviewed the request.", puzzle_id: 60, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-20T03:57:21Z") },
            { id: 114, description: "The document was cancelled following a routine review.", puzzle_id: 21, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-24T03:55:41Z") },
            { id: 115, description: null, puzzle_id: 78, puzzle_difficulty: "hard", found_timestamp: new Date("2023-12-19T18:00:31Z") },
            { id: 116, description: "A duplicate follow-up: the shipment was processed.", puzzle_id: 81, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-27T19:04:28Z") },
            { id: 117, description: "The supplier confirmed the details and the record was updated.", puzzle_id: 45, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-17T22:08:44Z") },
            { id: 118, description: "The appointment was confirmed — routine case, no further action.", puzzle_id: 74, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-15T21:53:21Z") },
            { id: 119, description: "The shipment was refunded after an automatic check.", puzzle_id: 62, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-09T09:10:42Z") },
            { id: 120, description: "An incomplete refund was rejected the same day.", puzzle_id: 98, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-04T04:56:50Z") },
            { id: 121, description: "The reviewer confirmed the details and the request was processed.", puzzle_id: 91, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-23T00:09:26Z") },
            { id: 122, description: "The supplier reported an urgent issue; the appointment was rejected.", puzzle_id: 80, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-18T23:58:39Z") },
            { id: 123, description: "Flagged as urgent. The account owner resolved the claim.", puzzle_id: 55, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-11T22:40:45Z") },
            { id: 124, description: "Flagged as automatic. The courier delayed the invoice.", puzzle_id: 37, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-20T02:48:01Z") },
            { id: 125, description: "No response from the team, so the claim was rescheduled.", puzzle_id: 49, puzzle_difficulty: "hard", found_timestamp: new Date("2023-07-29T10:19:30Z") },
            { id: 126, description: "An incomplete follow-up: the booking was reviewed.", puzzle_id: 16, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-22T14:10:02Z") },
            { id: 127, description: "An incomplete transfer was completed the same day.", puzzle_id: 15, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-25T21:38:27Z") },
            { id: 128, description: "The supplier asked for a change and the request was rescheduled.", puzzle_id: 32, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-12T04:42:11Z") },
            { id: 129, description: "The delivery was replaced following a late review.", puzzle_id: 84, puzzle_difficulty: "hard", found_timestamp: new Date("2023-10-28T18:26:54Z") },
            { id: 130, description: "Flagged as routine. The account owner completed the session.", puzzle_id: 25, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-15T19:22:11Z") },
            { id: 131, description: "An incomplete follow-up: the invoice was refunded.", puzzle_id: 41, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-07T17:46:22Z") },
            { id: 132, description: null, puzzle_id: 49, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-05T12:04:46Z") },
            { id: 133, description: "The item was approved — partial case, no further action.", puzzle_id: 69, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-24T20:02:41Z") },
            { id: 134, description: "The account was closed following a standard review.", puzzle_id: 77, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-22T12:56:50Z") },
            { id: 135, description: "Support asked for a change and the shipment was rejected.", puzzle_id: 81, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-05T11:29:47Z") },
            { id: 136, description: "Flagged as standard. The customer replaced the refund.", puzzle_id: 84, puzzle_difficulty: "hard", found_timestamp: new Date("2023-10-26T11:47:57Z") },
            { id: 137, description: "A manual account was processed the same day.", puzzle_id: 29, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-12T15:49:51Z") },
            { id: 138, description: "An operator asked for a change and the account was delayed.", puzzle_id: 29, puzzle_difficulty: "hard", found_timestamp: new Date("2023-04-17T09:57:44Z") },
            { id: 139, description: "The account owner asked for a change and the request was approved.", puzzle_id: 2, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-08T18:58:20Z") },
            { id: 140, description: "The account was rejected following a manual review.", puzzle_id: 44, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-02T05:33:43Z") },
            { id: 141, description: "The refund was refunded — repeat case, no further action.", puzzle_id: 79, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-13T19:51:30Z") },
            { id: 142, description: "The refund was processed — manual case, no further action.", puzzle_id: 71, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-08T13:56:03Z") },
            { id: 143, description: "The claim was delayed after a minor check.", puzzle_id: 13, puzzle_difficulty: "medium", found_timestamp: new Date("2023-12-09T20:55:42Z") },
            { id: 144, description: null, puzzle_id: 19, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-01T16:06:54Z") },
            { id: 145, description: "The report was replaced — routine case, no further action.", puzzle_id: 48, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-29T17:54:43Z") },
            { id: 146, description: "The payment was replaced following an urgent review.", puzzle_id: 30, puzzle_difficulty: "medium", found_timestamp: new Date("2023-11-06T12:06:22Z") },
            { id: 147, description: null, puzzle_id: 76, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-10T20:35:54Z") },
            { id: 148, description: "The supplier asked for a change and the session was approved.", puzzle_id: 8, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-15T02:38:53Z") },
            { id: 149, description: "The ticket was approved after a minor check.", puzzle_id: 81, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-09T04:23:29Z") },
            { id: 150, description: "Support confirmed the details and the claim was reviewed.", puzzle_id: 86, puzzle_difficulty: "hard", found_timestamp: new Date("2023-02-17T16:32:23Z") },
            { id: 151, description: "The booking was reopened following a manual review.", puzzle_id: 29, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-21T04:07:09Z") },
            { id: 152, description: "A minor follow-up: the ticket was reviewed.", puzzle_id: 63, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-17T13:48:10Z") },
            { id: 153, description: "No response from the customer, so the delivery was reviewed.", puzzle_id: 94, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-24T23:40:58Z") },
            { id: 154, description: "The reviewer confirmed the details and the item was rejected.", puzzle_id: 81, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-09T02:52:51Z") },
            { id: 155, description: "The reviewer asked for a change and the request was updated.", puzzle_id: 31, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-06T11:49:16Z") },
            { id: 156, description: "A standard follow-up: the delivery was replaced.", puzzle_id: 89, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-23T19:17:12Z") },
            { id: 157, description: "The shipment was replaced following a repeat review.", puzzle_id: 85, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-27T04:14:32Z") },
            { id: 158, description: "The claim was reviewed following a duplicate review.", puzzle_id: 71, puzzle_difficulty: "hard", found_timestamp: new Date("2023-10-23T18:56:26Z") },
            { id: 159, description: "Flagged as incomplete. The customer rescheduled the invoice.", puzzle_id: 48, puzzle_difficulty: "medium", found_timestamp: new Date("2023-06-25T00:34:37Z") },
            { id: 160, description: "A manual follow-up: the document was escalated.", puzzle_id: 95, puzzle_difficulty: "medium", found_timestamp: new Date("2023-11-14T01:39:38Z") },
            { id: 161, description: "The report was approved after a repeat check.", puzzle_id: 75, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-21T09:45:15Z") },
            { id: 162, description: "An urgent payment was reopened the same day.", puzzle_id: 31, puzzle_difficulty: "hard", found_timestamp: new Date("2023-03-18T00:38:58Z") },
            { id: 163, description: "The claim was confirmed following a minor review.", puzzle_id: 39, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-24T00:15:46Z") },
            { id: 164, description: null, puzzle_id: 34, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-13T09:34:22Z") },
            { id: 165, description: "Support asked for a change and the request was closed.", puzzle_id: 46, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-22T04:52:58Z") },
            { id: 166, description: "The courier confirmed the details and the ticket was refunded.", puzzle_id: 58, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-02T02:30:28Z") },
            { id: 167, description: "The reviewer reported a standard issue; the booking was approved.", puzzle_id: 19, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-15T14:09:41Z") },
            { id: 168, description: "A minor refund was reviewed the same day.", puzzle_id: 100, puzzle_difficulty: "hard", found_timestamp: new Date("2023-06-29T04:38:46Z") },
            { id: 169, description: "An urgent follow-up: the refund was delayed.", puzzle_id: 23, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-17T16:15:39Z") },
            { id: 170, description: null, puzzle_id: 52, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-13T05:19:55Z") },
            { id: 171, description: "The claim was approved following a routine review.", puzzle_id: 29, puzzle_difficulty: "hard", found_timestamp: new Date("2023-01-04T00:20:26Z") },
            { id: 172, description: "The appointment was reviewed following a minor review.", puzzle_id: 87, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-26T09:38:42Z") },
            { id: 173, description: "Flagged as incomplete. Support processed the item.", puzzle_id: 31, puzzle_difficulty: "medium", found_timestamp: new Date("2023-11-14T01:53:47Z") },
            { id: 174, description: "An automatic invoice was replaced the same day.", puzzle_id: 1, puzzle_difficulty: "medium", found_timestamp: new Date("2023-04-08T16:18:55Z") },
            { id: 175, description: "The booking was processed — routine case, no further action.", puzzle_id: 29, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-21T06:31:10Z") },
            { id: 176, description: "A late account was approved the same day.", puzzle_id: 46, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-29T16:27:06Z") },
            { id: 177, description: "An operator confirmed the details and the claim was approved.", puzzle_id: 49, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-13T05:00:06Z") },
            { id: 178, description: "The customer reported a repeat issue; the record was replaced.", puzzle_id: 46, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-13T09:18:46Z") },
            { id: 179, description: null, puzzle_id: 74, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-11T13:11:13Z") },
            { id: 180, description: "The customer confirmed the details and the request was closed.", puzzle_id: 9, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-16T01:46:20Z") },
            { id: 181, description: "The appointment was delayed after an incomplete check.", puzzle_id: 72, puzzle_difficulty: "medium", found_timestamp: new Date("2023-09-08T23:36:12Z") },
            { id: 182, description: "The reviewer asked for a change and the document was rescheduled.", puzzle_id: 48, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-04T00:35:01Z") },
            { id: 183, description: "The invoice was confirmed — duplicate case, no further action.", puzzle_id: 68, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-14T19:24:39Z") },
            { id: 184, description: "No response from the reviewer, so the request was replaced.", puzzle_id: 60, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-11T02:49:17Z") },
            { id: 185, description: "A manual follow-up: the booking was updated.", puzzle_id: 94, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-11T01:37:45Z") },
            { id: 186, description: "The supplier confirmed the details and the delivery was approved.", puzzle_id: 96, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-03T19:19:29Z") },
            { id: 187, description: "No response from an operator, so the request was reviewed.", puzzle_id: 28, puzzle_difficulty: "medium", found_timestamp: new Date("2023-04-24T11:27:59Z") },
            { id: 188, description: "The booking was escalated after a manual check.", puzzle_id: 37, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-09T09:06:13Z") },
            { id: 189, description: "An automatic follow-up: the document was replaced.", puzzle_id: 10, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-28T03:30:35Z") },
            { id: 190, description: "The document was rejected following an unusual review.", puzzle_id: 28, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-12T07:26:09Z") },
            { id: 191, description: "The courier asked for a change and the document was updated.", puzzle_id: 75, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-02T16:56:57Z") },
            { id: 192, description: "No response from the reviewer, so the invoice was confirmed.", puzzle_id: 9, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-29T12:55:15Z") },
            { id: 193, description: "The item was delayed following a manual review.", puzzle_id: 99, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-26T11:13:04Z") },
            { id: 194, description: "The item was updated — late case, no further action.", puzzle_id: 28, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-23T18:57:10Z") },
            { id: 195, description: null, puzzle_id: 1, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-18T07:01:02Z") },
            { id: 196, description: "The customer confirmed the details and the item was completed.", puzzle_id: 16, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-14T07:59:28Z") },
            { id: 197, description: "An unusual refund was completed the same day.", puzzle_id: 96, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-28T08:35:29Z") },
            { id: 198, description: "The invoice was confirmed — partial case, no further action.", puzzle_id: 9, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-17T09:52:14Z") },
            { id: 199, description: "The claim was updated after a manual check.", puzzle_id: 64, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-24T21:33:49Z") },
            { id: 200, description: "Flagged as minor. Support reviewed the refund.", puzzle_id: 2, puzzle_difficulty: "medium", found_timestamp: new Date("2023-06-14T15:54:18Z") },
            { id: 201, description: "The booking was updated following a repeat review.", puzzle_id: 5, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-17T09:13:44Z") },
            { id: 202, description: "The courier asked for a change and the claim was rejected.", puzzle_id: 90, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-04T01:54:10Z") },
            { id: 203, description: "The ticket was refunded after a standard check.", puzzle_id: 86, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-26T19:23:52Z") },
            { id: 204, description: "Flagged as routine. The customer cancelled the refund.", puzzle_id: 37, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-01T19:37:33Z") },
            { id: 205, description: "The record was replaced — incomplete case, no further action.", puzzle_id: 78, puzzle_difficulty: "medium", found_timestamp: new Date("2023-08-14T01:17:18Z") },
            { id: 206, description: "The courier asked for a change and the payment was confirmed.", puzzle_id: 21, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-02T03:00:44Z") },
            { id: 207, description: "The transfer was refunded after a repeat check.", puzzle_id: 68, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-14T11:34:51Z") },
            { id: 208, description: "The item was updated after an urgent check.", puzzle_id: 71, puzzle_difficulty: "medium", found_timestamp: new Date("2023-12-11T19:58:20Z") },
            { id: 209, description: "The courier asked for a change and the record was reopened.", puzzle_id: 93, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-23T02:02:32Z") },
            { id: 210, description: "The customer asked for a change and the shipment was cancelled.", puzzle_id: 5, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-01T13:00:45Z") },
            { id: 211, description: "The shipment was rejected — partial case, no further action.", puzzle_id: 52, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-27T15:28:21Z") },
            { id: 212, description: "A standard follow-up: the record was replaced.", puzzle_id: 51, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-04T06:23:39Z") },
            { id: 213, description: "An urgent claim was refunded the same day.", puzzle_id: 81, puzzle_difficulty: "medium", found_timestamp: new Date("2023-07-08T02:44:20Z") },
            { id: 214, description: "The customer reported an automatic issue; the shipment was refunded.", puzzle_id: 26, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-17T10:54:23Z") },
            { id: 215, description: "Flagged as standard. The reviewer cancelled the shipment.", puzzle_id: 70, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-12T12:38:37Z") },
            { id: 216, description: null, puzzle_id: 28, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-03T11:29:04Z") },
            { id: 217, description: "The delivery was rejected — automatic case, no further action.", puzzle_id: 44, puzzle_difficulty: "hard", found_timestamp: new Date("2023-11-30T12:26:07Z") },
            { id: 218, description: "An unusual follow-up: the order was confirmed.", puzzle_id: 3, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-24T07:45:21Z") },
            { id: 219, description: "Flagged as duplicate. The account owner refunded the request.", puzzle_id: 30, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-07T15:23:22Z") },
            { id: 220, description: "The invoice was closed following a repeat review.", puzzle_id: 65, puzzle_difficulty: "easy", found_timestamp: new Date("2023-05-17T18:37:11Z") },
            { id: 221, description: "The supplier reported an incomplete issue; the payment was rejected.", puzzle_id: 39, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-02T07:22:46Z") },
            { id: 222, description: "The transfer was resolved — partial case, no further action.", puzzle_id: 21, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-03T17:22:08Z") },
            { id: 223, description: "Flagged as routine. The courier refunded the invoice.", puzzle_id: 100, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-07T18:04:25Z") },
            { id: 224, description: null, puzzle_id: 88, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-18T04:25:46Z") },
            { id: 225, description: null, puzzle_id: 22, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-26T14:08:27Z") },
            { id: 226, description: "A repeat booking was rescheduled the same day.", puzzle_id: 97, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-27T20:11:48Z") },
            { id: 227, description: "The invoice was reviewed — automatic case, no further action.", puzzle_id: 52, puzzle_difficulty: "hard", found_timestamp: new Date("2023-05-06T16:28:03Z") },
            { id: 228, description: "A duplicate follow-up: the shipment was processed.", puzzle_id: 35, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-23T18:25:02Z") },
            { id: 229, description: "The customer asked for a change and the ticket was resolved.", puzzle_id: 72, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-18T13:32:36Z") },
            { id: 230, description: "The reviewer asked for a change and the ticket was escalated.", puzzle_id: 2, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-08T19:18:12Z") },
            { id: 231, description: "The courier confirmed the details and the transfer was completed.", puzzle_id: 12, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-05T21:53:29Z") },
            { id: 232, description: "Flagged as urgent. An operator reviewed the transfer.", puzzle_id: 12, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-15T21:25:44Z") },
            { id: 233, description: "An automatic order was reopened the same day.", puzzle_id: 37, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-24T22:05:21Z") },
            { id: 234, description: "A manual follow-up: the ticket was updated.", puzzle_id: 70, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-26T21:53:14Z") },
            { id: 235, description: "The supplier reported an incomplete issue; the booking was closed.", puzzle_id: 16, puzzle_difficulty: "hard", found_timestamp: new Date("2023-02-08T06:07:13Z") },
            { id: 236, description: "The courier confirmed the details and the document was completed.", puzzle_id: 97, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-20T04:15:38Z") },
            { id: 237, description: "The supplier asked for a change and the claim was reviewed.", puzzle_id: 35, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-08T17:19:55Z") },
            { id: 238, description: null, puzzle_id: 13, puzzle_difficulty: "hard", found_timestamp: new Date("2023-01-02T21:39:19Z") },
            { id: 239, description: "A late report was resolved the same day.", puzzle_id: 60, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-25T22:50:25Z") },
            { id: 240, description: "The customer confirmed the details and the order was approved.", puzzle_id: 51, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-08T00:10:46Z") },
            { id: 241, description: null, puzzle_id: 13, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-13T22:25:51Z") },
            { id: 242, description: "The courier reported a repeat issue; the claim was resolved.", puzzle_id: 35, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-22T15:45:54Z") },
            { id: 243, description: "The request was replaced following an unusual review.", puzzle_id: 52, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-31T05:58:09Z") },
            { id: 244, description: null, puzzle_id: 79, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-24T19:10:10Z") },
            { id: 245, description: "Flagged as standard. The team confirmed the account.", puzzle_id: 1, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-03T03:07:43Z") },
            { id: 246, description: "A routine follow-up: the item was replaced.", puzzle_id: 99, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-03T21:58:49Z") },
            { id: 247, description: null, puzzle_id: 27, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-09T10:03:40Z") },
            { id: 248, description: "A routine account was reopened the same day.", puzzle_id: 98, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-22T05:08:41Z") },
            { id: 249, description: "The customer confirmed the details and the record was rescheduled.", puzzle_id: 54, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-11T08:40:07Z") },
            { id: 250, description: "The supplier asked for a change and the shipment was completed.", puzzle_id: 97, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-29T08:09:06Z") },
            { id: 251, description: "The payment was processed after a manual check.", puzzle_id: 82, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-28T07:53:38Z") },
            { id: 252, description: "The courier reported a standard issue; the request was resolved.", puzzle_id: 1, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-19T18:10:13Z") },
            { id: 253, description: "The booking was refunded — repeat case, no further action.", puzzle_id: 24, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-18T09:15:27Z") },
            { id: 254, description: null, puzzle_id: 20, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-25T11:31:00Z") },
            { id: 255, description: "A repeat follow-up: the transfer was replaced.", puzzle_id: 12, puzzle_difficulty: "medium", found_timestamp: new Date("2023-09-01T18:56:56Z") },
            { id: 256, description: "The reviewer confirmed the details and the payment was rescheduled.", puzzle_id: 16, puzzle_difficulty: "easy", found_timestamp: new Date("2023-07-15T12:02:06Z") },
            { id: 257, description: "A duplicate shipment was closed the same day.", puzzle_id: 68, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-10T15:29:03Z") },
            { id: 258, description: null, puzzle_id: 59, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-20T20:21:58Z") },
            { id: 259, description: "The team asked for a change and the shipment was replaced.", puzzle_id: 48, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-11T22:21:11Z") },
            { id: 260, description: "The team reported a minor issue; the delivery was delayed.", puzzle_id: 91, puzzle_difficulty: "easy", found_timestamp: new Date("2023-08-02T23:05:25Z") },
            { id: 261, description: "The courier reported an urgent issue; the record was resolved.", puzzle_id: 26, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-16T10:50:14Z") },
            { id: 262, description: "The shipment was refunded — repeat case, no further action.", puzzle_id: 56, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-27T04:17:25Z") },
            { id: 263, description: "The transfer was rejected — standard case, no further action.", puzzle_id: 78, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-07T15:58:39Z") },
            { id: 264, description: "A minor account was rejected the same day.", puzzle_id: 97, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-28T07:28:52Z") },
            { id: 265, description: "The claim was approved after an unusual check.", puzzle_id: 14, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-11T13:35:30Z") },
            { id: 266, description: null, puzzle_id: 13, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-18T08:21:14Z") },
            { id: 267, description: "The courier confirmed the details and the transfer was delayed.", puzzle_id: 58, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-10T02:24:19Z") },
            { id: 268, description: "An unusual transfer was escalated the same day.", puzzle_id: 22, puzzle_difficulty: "hard", found_timestamp: new Date("2023-12-04T00:35:07Z") },
            { id: 269, description: "A duplicate document was processed the same day.", puzzle_id: 71, puzzle_difficulty: "medium", found_timestamp: new Date("2023-04-28T19:53:00Z") },
            { id: 270, description: null, puzzle_id: 88, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-06T22:21:52Z") },
            { id: 271, description: "A duplicate follow-up: the claim was cancelled.", puzzle_id: 15, puzzle_difficulty: "hard", found_timestamp: new Date("2023-04-08T01:27:26Z") },
            { id: 272, description: "Flagged as incomplete. The courier updated the document.", puzzle_id: 70, puzzle_difficulty: "medium", found_timestamp: new Date("2023-05-08T05:57:36Z") },
            { id: 273, description: "An unusual follow-up: the invoice was rescheduled.", puzzle_id: 18, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-11T18:39:56Z") },
            { id: 274, description: "The item was reviewed after a late check.", puzzle_id: 64, puzzle_difficulty: "hard", found_timestamp: new Date("2023-08-07T20:10:05Z") },
            { id: 275, description: "The shipment was escalated — unusual case, no further action.", puzzle_id: 11, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-28T21:25:33Z") },
            { id: 276, description: "A partial follow-up: the invoice was processed.", puzzle_id: 80, puzzle_difficulty: "easy", found_timestamp: new Date("2023-04-21T10:06:50Z") },
            { id: 277, description: "The reviewer asked for a change and the invoice was processed.", puzzle_id: 43, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-22T23:22:06Z") },
            { id: 278, description: "The document was approved after an automatic check.", puzzle_id: 47, puzzle_difficulty: "easy", found_timestamp: new Date("2023-03-07T18:39:33Z") },
            { id: 279, description: "An operator reported an automatic issue; the session was rescheduled.", puzzle_id: 33, puzzle_difficulty: "medium", found_timestamp: new Date("2023-09-18T03:33:48Z") },
            { id: 280, description: "A partial follow-up: the ticket was reopened.", puzzle_id: 92, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-27T21:49:00Z") },
            { id: 281, description: "No response from the reviewer, so the account was resolved.", puzzle_id: 56, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-01T11:20:22Z") },
            { id: 282, description: "No response from the customer, so the account was processed.", puzzle_id: 63, puzzle_difficulty: "medium", found_timestamp: new Date("2023-01-02T12:37:47Z") },
            { id: 283, description: "The payment was approved following a repeat review.", puzzle_id: 7, puzzle_difficulty: "easy", found_timestamp: new Date("2023-10-08T01:06:51Z") },
            { id: 284, description: "An incomplete record was refunded the same day.", puzzle_id: 92, puzzle_difficulty: "medium", found_timestamp: new Date("2023-09-04T16:33:03Z") },
            { id: 285, description: "The supplier confirmed the details and the payment was rescheduled.", puzzle_id: 64, puzzle_difficulty: "easy", found_timestamp: new Date("2023-11-19T05:46:06Z") },
            { id: 286, description: "The team asked for a change and the transfer was resolved.", puzzle_id: 28, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-23T11:07:00Z") },
            { id: 287, description: "The reviewer confirmed the details and the shipment was replaced.", puzzle_id: 68, puzzle_difficulty: "easy", found_timestamp: new Date("2023-01-18T19:15:41Z") },
            { id: 288, description: "An unusual shipment was rescheduled the same day.", puzzle_id: 27, puzzle_difficulty: "easy", found_timestamp: new Date("2023-06-23T06:31:32Z") },
            { id: 289, description: "Support reported a manual issue; the transfer was replaced.", puzzle_id: 53, puzzle_difficulty: "medium", found_timestamp: new Date("2023-09-26T12:14:03Z") },
            { id: 290, description: "Support reported an automatic issue; the shipment was escalated.", puzzle_id: 19, puzzle_difficulty: "hard", found_timestamp: new Date("2023-11-13T21:09:58Z") },
            { id: 291, description: "No response from support, so the order was completed.", puzzle_id: 8, puzzle_difficulty: "hard", found_timestamp: new Date("2023-11-30T21:57:04Z") },
            { id: 292, description: "Support confirmed the details and the record was approved.", puzzle_id: 45, puzzle_difficulty: "medium", found_timestamp: new Date("2023-03-12T13:09:58Z") },
            { id: 293, description: "A manual follow-up: the report was completed.", puzzle_id: 86, puzzle_difficulty: "medium", found_timestamp: new Date("2023-02-10T02:40:43Z") },
            { id: 294, description: "The reviewer confirmed the details and the ticket was reopened.", puzzle_id: 73, puzzle_difficulty: "hard", found_timestamp: new Date("2023-09-03T13:26:24Z") },
            { id: 295, description: null, puzzle_id: 1, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-08T13:58:37Z") },
            { id: 296, description: "The shipment was escalated — standard case, no further action.", puzzle_id: 18, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-19T06:50:20Z") },
            { id: 297, description: "An automatic follow-up: the shipment was reopened.", puzzle_id: 95, puzzle_difficulty: "medium", found_timestamp: new Date("2023-10-12T10:26:39Z") },
            { id: 298, description: "The document was confirmed — manual case, no further action.", puzzle_id: 33, puzzle_difficulty: "easy", found_timestamp: new Date("2023-12-31T01:48:19Z") },
            { id: 299, description: "An incomplete item was escalated the same day.", puzzle_id: 82, puzzle_difficulty: "easy", found_timestamp: new Date("2023-09-24T20:19:28Z") },
            { id: 300, description: "The request was reopened following an incomplete review.", puzzle_id: 2, puzzle_difficulty: "easy", found_timestamp: new Date("2023-02-01T09:00:23Z") },
        ],
    });
    await prisma.player_puzzle_interactions.createMany({
        data: [
            { id: 1, player_id: 151, puzzle_id: 71, time_taken: 95, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-02T03:30:59Z") },
            { id: 2, player_id: 15, puzzle_id: 52, time_taken: 33, success: false, attempt_number: 4, completion_timestamp: new Date("2023-06-18T13:40:50Z") },
            { id: 3, player_id: 24, puzzle_id: 24, time_taken: 67, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-22T07:39:44Z") },
            { id: 4, player_id: 88, puzzle_id: 92, time_taken: 70, success: true, attempt_number: 2, completion_timestamp: new Date("2023-01-08T23:49:36Z") },
            { id: 5, player_id: 21, puzzle_id: 64, time_taken: 63, success: true, attempt_number: 2, completion_timestamp: new Date("2023-11-14T17:00:51Z") },
            { id: 6, player_id: 138, puzzle_id: 13, time_taken: 55, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-05T04:10:37Z") },
            { id: 7, player_id: 168, puzzle_id: 56, time_taken: 54, success: false, attempt_number: 3, completion_timestamp: new Date("2023-01-22T02:31:05Z") },
            { id: 8, player_id: 162, puzzle_id: 87, time_taken: 61, success: true, attempt_number: 2, completion_timestamp: new Date("2023-08-13T02:11:55Z") },
            { id: 9, player_id: 185, puzzle_id: 16, time_taken: 78, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-13T04:57:10Z") },
            { id: 10, player_id: 119, puzzle_id: 77, time_taken: 59, success: false, attempt_number: 3, completion_timestamp: new Date("2023-10-17T22:48:09Z") },
            { id: 11, player_id: 64, puzzle_id: 93, time_taken: 49, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-02T18:26:53Z") },
            { id: 12, player_id: 135, puzzle_id: 41, time_taken: 22, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-01T05:51:19Z") },
            { id: 13, player_id: 101, puzzle_id: 47, time_taken: 84, success: false, attempt_number: 2, completion_timestamp: new Date("2023-10-12T17:48:17Z") },
            { id: 14, player_id: 139, puzzle_id: 61, time_taken: 43, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-30T00:29:13Z") },
            { id: 15, player_id: 95, puzzle_id: 13, time_taken: 42, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-24T03:08:28Z") },
            { id: 16, player_id: 89, puzzle_id: 87, time_taken: 64, success: false, attempt_number: 2, completion_timestamp: new Date("2023-10-28T05:24:30Z") },
            { id: 17, player_id: 49, puzzle_id: 10, time_taken: 60, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-08T08:37:48Z") },
            { id: 18, player_id: 85, puzzle_id: 16, time_taken: 55, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-21T20:16:40Z") },
            { id: 19, player_id: 113, puzzle_id: 58, time_taken: 49, success: false, attempt_number: 3, completion_timestamp: new Date("2023-05-15T11:08:11Z") },
            { id: 20, player_id: 188, puzzle_id: 40, time_taken: 63, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-01T05:57:34Z") },
            { id: 21, player_id: 39, puzzle_id: 77, time_taken: 92, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-28T15:41:33Z") },
            { id: 22, player_id: 197, puzzle_id: 95, time_taken: 69, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-26T16:57:53Z") },
            { id: 23, player_id: 156, puzzle_id: 30, time_taken: 79, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-18T10:09:19Z") },
            { id: 24, player_id: 148, puzzle_id: 63, time_taken: 82, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-12T15:06:08Z") },
            { id: 25, player_id: 5, puzzle_id: 23, time_taken: 67, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-12T01:43:08Z") },
            { id: 26, player_id: 125, puzzle_id: 80, time_taken: 64, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-07T18:48:32Z") },
            { id: 27, player_id: 108, puzzle_id: 17, time_taken: 75, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-21T14:03:39Z") },
            { id: 28, player_id: 24, puzzle_id: 72, time_taken: 55, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-16T23:33:05Z") },
            { id: 29, player_id: 129, puzzle_id: 71, time_taken: 70, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-20T02:32:54Z") },
            { id: 30, player_id: 56, puzzle_id: 44, time_taken: 38, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-27T00:12:08Z") },
            { id: 31, player_id: 91, puzzle_id: 18, time_taken: 67, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-06T00:26:29Z") },
            { id: 32, player_id: 78, puzzle_id: 21, time_taken: 87, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-07T01:47:45Z") },
            { id: 33, player_id: 94, puzzle_id: 96, time_taken: 69, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-16T05:14:39Z") },
            { id: 34, player_id: 141, puzzle_id: 29, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-14T15:15:38Z") },
            { id: 35, player_id: 181, puzzle_id: 44, time_taken: 42, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-04T14:03:23Z") },
            { id: 36, player_id: 102, puzzle_id: 80, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-20T07:47:03Z") },
            { id: 37, player_id: 182, puzzle_id: 80, time_taken: 32, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-12T15:32:11Z") },
            { id: 38, player_id: 8, puzzle_id: 50, time_taken: 70, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-06T21:39:12Z") },
            { id: 39, player_id: 22, puzzle_id: 80, time_taken: 49, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-23T19:34:13Z") },
            { id: 40, player_id: 143, puzzle_id: 72, time_taken: 65, success: false, attempt_number: 4, completion_timestamp: new Date("2023-01-09T18:29:15Z") },
            { id: 41, player_id: 116, puzzle_id: 17, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-19T08:52:18Z") },
            { id: 42, player_id: 86, puzzle_id: 38, time_taken: 27, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-14T16:18:17Z") },
            { id: 43, player_id: 174, puzzle_id: 4, time_taken: 56, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-18T05:33:18Z") },
            { id: 44, player_id: 54, puzzle_id: 63, time_taken: 74, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-31T09:49:34Z") },
            { id: 45, player_id: 135, puzzle_id: 78, time_taken: 67, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-07T03:22:51Z") },
            { id: 46, player_id: 92, puzzle_id: 3, time_taken: 12, success: true, attempt_number: 4, completion_timestamp: new Date("2023-05-11T19:38:32Z") },
            { id: 47, player_id: 173, puzzle_id: 83, time_taken: 98, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-07T13:55:31Z") },
            { id: 48, player_id: 25, puzzle_id: 53, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-21T19:10:48Z") },
            { id: 49, player_id: 25, puzzle_id: 10, time_taken: 48, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-22T01:40:01Z") },
            { id: 50, player_id: 168, puzzle_id: 51, time_taken: 66, success: false, attempt_number: 3, completion_timestamp: new Date("2023-01-07T04:12:41Z") },
            { id: 51, player_id: 86, puzzle_id: 94, time_taken: 73, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-03T18:39:21Z") },
            { id: 52, player_id: 140, puzzle_id: 80, time_taken: 71, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-01T14:58:11Z") },
            { id: 53, player_id: 158, puzzle_id: 81, time_taken: 84, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-04T15:01:57Z") },
            { id: 54, player_id: 195, puzzle_id: 51, time_taken: 71, success: false, attempt_number: 4, completion_timestamp: new Date("2023-11-26T03:58:40Z") },
            { id: 55, player_id: 25, puzzle_id: 42, time_taken: 52, success: true, attempt_number: 4, completion_timestamp: new Date("2023-08-01T06:26:59Z") },
            { id: 56, player_id: 94, puzzle_id: 69, time_taken: 40, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-05T21:33:13Z") },
            { id: 57, player_id: 171, puzzle_id: 23, time_taken: 66, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-23T06:24:49Z") },
            { id: 58, player_id: 38, puzzle_id: 53, time_taken: 59, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-17T04:35:52Z") },
            { id: 59, player_id: 129, puzzle_id: 81, time_taken: 71, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-13T02:28:17Z") },
            { id: 60, player_id: 33, puzzle_id: 29, time_taken: 88, success: false, attempt_number: 2, completion_timestamp: new Date("2023-01-15T04:59:16Z") },
            { id: 61, player_id: 5, puzzle_id: 7, time_taken: 64, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-06T16:22:49Z") },
            { id: 62, player_id: 140, puzzle_id: 91, time_taken: 45, success: false, attempt_number: 2, completion_timestamp: new Date("2023-10-17T02:48:00Z") },
            { id: 63, player_id: 54, puzzle_id: 52, time_taken: 67, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-21T08:41:09Z") },
            { id: 64, player_id: 167, puzzle_id: 57, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-05T02:21:29Z") },
            { id: 65, player_id: 4, puzzle_id: 27, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-16T02:23:42Z") },
            { id: 66, player_id: 71, puzzle_id: 83, time_taken: 30, success: false, attempt_number: 2, completion_timestamp: new Date("2023-05-22T13:40:53Z") },
            { id: 67, player_id: 113, puzzle_id: 5, time_taken: 93, success: false, attempt_number: 3, completion_timestamp: new Date("2023-02-20T14:59:35Z") },
            { id: 68, player_id: 61, puzzle_id: 19, time_taken: 82, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-11T17:32:24Z") },
            { id: 69, player_id: 190, puzzle_id: 73, time_taken: 63, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-26T19:34:23Z") },
            { id: 70, player_id: 107, puzzle_id: 88, time_taken: 60, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-07T14:39:24Z") },
            { id: 71, player_id: 163, puzzle_id: 15, time_taken: 72, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-01T00:54:19Z") },
            { id: 72, player_id: 38, puzzle_id: 12, time_taken: 24, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-04T19:42:22Z") },
            { id: 73, player_id: 40, puzzle_id: 84, time_taken: 58, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-12T14:22:35Z") },
            { id: 74, player_id: 160, puzzle_id: 87, time_taken: 52, success: false, attempt_number: 3, completion_timestamp: new Date("2023-12-09T00:11:14Z") },
            { id: 75, player_id: 156, puzzle_id: 17, time_taken: 76, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-07T07:11:51Z") },
            { id: 76, player_id: 44, puzzle_id: 18, time_taken: 72, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-05T06:41:58Z") },
            { id: 77, player_id: 38, puzzle_id: 49, time_taken: 71, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-27T02:24:39Z") },
            { id: 78, player_id: 194, puzzle_id: 63, time_taken: 32, success: false, attempt_number: 2, completion_timestamp: new Date("2023-06-26T17:54:47Z") },
            { id: 79, player_id: 93, puzzle_id: 15, time_taken: 48, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-31T18:26:34Z") },
            { id: 80, player_id: 110, puzzle_id: 30, time_taken: 59, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-03T20:29:24Z") },
            { id: 81, player_id: 181, puzzle_id: 92, time_taken: 87, success: false, attempt_number: 2, completion_timestamp: new Date("2023-09-14T03:35:33Z") },
            { id: 82, player_id: 194, puzzle_id: 69, time_taken: 66, success: false, attempt_number: 2, completion_timestamp: new Date("2023-08-01T09:13:53Z") },
            { id: 83, player_id: 50, puzzle_id: 60, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-11T04:12:06Z") },
            { id: 84, player_id: 110, puzzle_id: 73, time_taken: 43, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-15T18:37:29Z") },
            { id: 85, player_id: 76, puzzle_id: 45, time_taken: 56, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-16T00:33:22Z") },
            { id: 86, player_id: 186, puzzle_id: 71, time_taken: 47, success: false, attempt_number: 3, completion_timestamp: new Date("2023-01-02T05:50:58Z") },
            { id: 87, player_id: 113, puzzle_id: 68, time_taken: 65, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-15T18:42:54Z") },
            { id: 88, player_id: 107, puzzle_id: 19, time_taken: 87, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-26T22:23:58Z") },
            { id: 89, player_id: 185, puzzle_id: 21, time_taken: 31, success: true, attempt_number: 4, completion_timestamp: new Date("2023-11-14T15:36:28Z") },
            { id: 90, player_id: 76, puzzle_id: 65, time_taken: 26, success: false, attempt_number: 4, completion_timestamp: new Date("2023-07-15T17:34:58Z") },
            { id: 91, player_id: 29, puzzle_id: 18, time_taken: 77, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-05T00:06:47Z") },
            { id: 92, player_id: 17, puzzle_id: 41, time_taken: 77, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-06T03:17:10Z") },
            { id: 93, player_id: 43, puzzle_id: 43, time_taken: 91, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-23T13:42:10Z") },
            { id: 94, player_id: 100, puzzle_id: 99, time_taken: 58, success: false, attempt_number: 4, completion_timestamp: new Date("2023-12-24T02:28:01Z") },
            { id: 95, player_id: 20, puzzle_id: 93, time_taken: 52, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-16T05:29:33Z") },
            { id: 96, player_id: 100, puzzle_id: 13, time_taken: 46, success: true, attempt_number: 4, completion_timestamp: new Date("2023-11-01T17:08:15Z") },
            { id: 97, player_id: 196, puzzle_id: 28, time_taken: 39, success: true, attempt_number: 4, completion_timestamp: new Date("2023-08-25T01:17:27Z") },
            { id: 98, player_id: 88, puzzle_id: 78, time_taken: 81, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-11T07:19:01Z") },
            { id: 99, player_id: 146, puzzle_id: 30, time_taken: 75, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-06T02:57:02Z") },
            { id: 100, player_id: 126, puzzle_id: 46, time_taken: 69, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-02T10:24:02Z") },
            { id: 101, player_id: 184, puzzle_id: 52, time_taken: 70, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-01T00:43:16Z") },
            { id: 102, player_id: 183, puzzle_id: 7, time_taken: 49, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-02T10:28:52Z") },
            { id: 103, player_id: 93, puzzle_id: 98, time_taken: 33, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-10T00:30:27Z") },
            { id: 104, player_id: 113, puzzle_id: 18, time_taken: 75, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-18T06:37:29Z") },
            { id: 105, player_id: 26, puzzle_id: 83, time_taken: 40, success: true, attempt_number: 4, completion_timestamp: new Date("2023-05-26T22:50:16Z") },
            { id: 106, player_id: 66, puzzle_id: 15, time_taken: 53, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-05T11:10:10Z") },
            { id: 107, player_id: 56, puzzle_id: 29, time_taken: 85, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-22T03:22:49Z") },
            { id: 108, player_id: 159, puzzle_id: 25, time_taken: 48, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-18T04:02:41Z") },
            { id: 109, player_id: 21, puzzle_id: 10, time_taken: 64, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-29T19:20:08Z") },
            { id: 110, player_id: 25, puzzle_id: 6, time_taken: 75, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-20T06:02:34Z") },
            { id: 111, player_id: 1, puzzle_id: 30, time_taken: 51, success: false, attempt_number: 4, completion_timestamp: new Date("2023-12-10T04:55:51Z") },
            { id: 112, player_id: 93, puzzle_id: 39, time_taken: 84, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-07T10:12:06Z") },
            { id: 113, player_id: 194, puzzle_id: 40, time_taken: 69, success: false, attempt_number: 2, completion_timestamp: new Date("2023-06-30T12:37:30Z") },
            { id: 114, player_id: 59, puzzle_id: 20, time_taken: 21, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-13T12:23:11Z") },
            { id: 115, player_id: 88, puzzle_id: 28, time_taken: 73, success: false, attempt_number: 4, completion_timestamp: new Date("2023-08-18T21:16:59Z") },
            { id: 116, player_id: 192, puzzle_id: 67, time_taken: 80, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-28T00:14:59Z") },
            { id: 117, player_id: 190, puzzle_id: 34, time_taken: 71, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-28T23:58:39Z") },
            { id: 118, player_id: 88, puzzle_id: 30, time_taken: 54, success: false, attempt_number: 2, completion_timestamp: new Date("2023-12-15T21:25:09Z") },
            { id: 119, player_id: 40, puzzle_id: 66, time_taken: 36, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-02T03:38:08Z") },
            { id: 120, player_id: 108, puzzle_id: 14, time_taken: 48, success: false, attempt_number: 4, completion_timestamp: new Date("2023-10-08T08:34:00Z") },
            { id: 121, player_id: 7, puzzle_id: 100, time_taken: 67, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-15T01:05:07Z") },
            { id: 122, player_id: 67, puzzle_id: 39, time_taken: 38, success: false, attempt_number: 4, completion_timestamp: new Date("2023-02-22T17:00:57Z") },
            { id: 123, player_id: 6, puzzle_id: 39, time_taken: 61, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-24T02:42:14Z") },
            { id: 124, player_id: 79, puzzle_id: 11, time_taken: 61, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-04T04:36:47Z") },
            { id: 125, player_id: 137, puzzle_id: 2, time_taken: 41, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-01T05:40:49Z") },
            { id: 126, player_id: 46, puzzle_id: 20, time_taken: 51, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-30T12:06:04Z") },
            { id: 127, player_id: 48, puzzle_id: 69, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-29T20:07:01Z") },
            { id: 128, player_id: 106, puzzle_id: 20, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-12T03:23:49Z") },
            { id: 129, player_id: 160, puzzle_id: 47, time_taken: 78, success: false, attempt_number: 4, completion_timestamp: new Date("2023-12-05T11:38:32Z") },
            { id: 130, player_id: 84, puzzle_id: 11, time_taken: 75, success: false, attempt_number: 2, completion_timestamp: new Date("2023-03-03T22:18:45Z") },
            { id: 131, player_id: 66, puzzle_id: 59, time_taken: 54, success: false, attempt_number: 2, completion_timestamp: new Date("2023-10-06T11:45:37Z") },
            { id: 132, player_id: 15, puzzle_id: 79, time_taken: 57, success: false, attempt_number: 4, completion_timestamp: new Date("2023-07-28T19:42:16Z") },
            { id: 133, player_id: 150, puzzle_id: 37, time_taken: 69, success: false, attempt_number: 2, completion_timestamp: new Date("2023-09-26T00:01:42Z") },
            { id: 134, player_id: 67, puzzle_id: 91, time_taken: 67, success: true, attempt_number: 2, completion_timestamp: new Date("2023-11-19T14:33:56Z") },
            { id: 135, player_id: 197, puzzle_id: 24, time_taken: 89, success: false, attempt_number: 3, completion_timestamp: new Date("2023-02-21T18:25:47Z") },
            { id: 136, player_id: 164, puzzle_id: 1, time_taken: 60, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-09T16:15:15Z") },
            { id: 137, player_id: 118, puzzle_id: 36, time_taken: 47, success: false, attempt_number: 2, completion_timestamp: new Date("2023-09-11T06:56:57Z") },
            { id: 138, player_id: 41, puzzle_id: 28, time_taken: 56, success: true, attempt_number: 4, completion_timestamp: new Date("2023-11-13T08:23:05Z") },
            { id: 139, player_id: 35, puzzle_id: 66, time_taken: 53, success: true, attempt_number: 2, completion_timestamp: new Date("2023-11-17T14:00:34Z") },
            { id: 140, player_id: 99, puzzle_id: 65, time_taken: 62, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-15T07:35:15Z") },
            { id: 141, player_id: 73, puzzle_id: 72, time_taken: 75, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-31T22:28:17Z") },
            { id: 142, player_id: 28, puzzle_id: 20, time_taken: 44, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-07T21:04:04Z") },
            { id: 143, player_id: 140, puzzle_id: 80, time_taken: 77, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-11T11:56:03Z") },
            { id: 144, player_id: 157, puzzle_id: 33, time_taken: 68, success: false, attempt_number: 4, completion_timestamp: new Date("2023-04-22T11:47:55Z") },
            { id: 145, player_id: 24, puzzle_id: 60, time_taken: 27, success: false, attempt_number: 4, completion_timestamp: new Date("2023-03-19T07:23:48Z") },
            { id: 146, player_id: 84, puzzle_id: 65, time_taken: 23, success: false, attempt_number: 4, completion_timestamp: new Date("2023-05-05T23:38:23Z") },
            { id: 147, player_id: 176, puzzle_id: 22, time_taken: 82, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-30T19:36:33Z") },
            { id: 148, player_id: 91, puzzle_id: 100, time_taken: 52, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-17T08:19:50Z") },
            { id: 149, player_id: 124, puzzle_id: 56, time_taken: 62, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-31T12:31:28Z") },
            { id: 150, player_id: 114, puzzle_id: 55, time_taken: 48, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-10T11:13:42Z") },
            { id: 151, player_id: 192, puzzle_id: 91, time_taken: 52, success: false, attempt_number: 2, completion_timestamp: new Date("2023-03-08T23:19:40Z") },
            { id: 152, player_id: 123, puzzle_id: 22, time_taken: 66, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-11T16:03:25Z") },
            { id: 153, player_id: 193, puzzle_id: 45, time_taken: 73, success: true, attempt_number: 4, completion_timestamp: new Date("2023-07-10T22:13:59Z") },
            { id: 154, player_id: 158, puzzle_id: 11, time_taken: 68, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-01T11:57:38Z") },
            { id: 155, player_id: 16, puzzle_id: 45, time_taken: 29, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-16T02:24:55Z") },
            { id: 156, player_id: 82, puzzle_id: 100, time_taken: 44, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-24T09:04:33Z") },
            { id: 157, player_id: 83, puzzle_id: 25, time_taken: 54, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-30T13:25:06Z") },
            { id: 158, player_id: 47, puzzle_id: 99, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-19T15:06:58Z") },
            { id: 159, player_id: 21, puzzle_id: 97, time_taken: 50, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-08T18:19:29Z") },
            { id: 160, player_id: 193, puzzle_id: 46, time_taken: 93, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-25T09:56:00Z") },
            { id: 161, player_id: 83, puzzle_id: 16, time_taken: 60, success: false, attempt_number: 3, completion_timestamp: new Date("2023-10-18T03:04:31Z") },
            { id: 162, player_id: 125, puzzle_id: 16, time_taken: 63, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-27T12:50:13Z") },
            { id: 163, player_id: 170, puzzle_id: 91, time_taken: 46, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-07T15:10:49Z") },
            { id: 164, player_id: 34, puzzle_id: 63, time_taken: 73, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-04T16:33:25Z") },
            { id: 165, player_id: 193, puzzle_id: 87, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-20T00:44:20Z") },
            { id: 166, player_id: 96, puzzle_id: 77, time_taken: 77, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-29T09:02:45Z") },
            { id: 167, player_id: 158, puzzle_id: 66, time_taken: 51, success: false, attempt_number: 4, completion_timestamp: new Date("2023-11-27T11:59:38Z") },
            { id: 168, player_id: 81, puzzle_id: 97, time_taken: 28, success: true, attempt_number: 4, completion_timestamp: new Date("2023-07-28T02:30:04Z") },
            { id: 169, player_id: 164, puzzle_id: 93, time_taken: 60, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-07T04:42:20Z") },
            { id: 170, player_id: 132, puzzle_id: 62, time_taken: 49, success: true, attempt_number: 2, completion_timestamp: new Date("2023-12-12T13:21:15Z") },
            { id: 171, player_id: 54, puzzle_id: 12, time_taken: 60, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-11T12:23:33Z") },
            { id: 172, player_id: 195, puzzle_id: 54, time_taken: 71, success: true, attempt_number: 2, completion_timestamp: new Date("2023-08-04T19:30:52Z") },
            { id: 173, player_id: 95, puzzle_id: 2, time_taken: 57, success: true, attempt_number: 4, completion_timestamp: new Date("2023-05-02T14:17:07Z") },
            { id: 174, player_id: 153, puzzle_id: 96, time_taken: 30, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-06T17:03:49Z") },
            { id: 175, player_id: 12, puzzle_id: 23, time_taken: 54, success: true, attempt_number: 2, completion_timestamp: new Date("2023-08-20T15:42:52Z") },
            { id: 176, player_id: 95, puzzle_id: 99, time_taken: 49, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-16T17:11:13Z") },
            { id: 177, player_id: 157, puzzle_id: 63, time_taken: 37, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-16T22:12:59Z") },
            { id: 178, player_id: 22, puzzle_id: 72, time_taken: 49, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-18T06:50:26Z") },
            { id: 179, player_id: 7, puzzle_id: 11, time_taken: 55, success: false, attempt_number: 3, completion_timestamp: new Date("2023-03-05T09:25:06Z") },
            { id: 180, player_id: 72, puzzle_id: 61, time_taken: 82, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-12T10:30:26Z") },
            { id: 181, player_id: 135, puzzle_id: 51, time_taken: 60, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-19T07:58:04Z") },
            { id: 182, player_id: 126, puzzle_id: 39, time_taken: 64, success: true, attempt_number: 4, completion_timestamp: new Date("2023-08-13T01:21:11Z") },
            { id: 183, player_id: 40, puzzle_id: 11, time_taken: 65, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-11T06:43:42Z") },
            { id: 184, player_id: 50, puzzle_id: 92, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-04T02:02:28Z") },
            { id: 185, player_id: 200, puzzle_id: 59, time_taken: 22, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-11T04:23:24Z") },
            { id: 186, player_id: 44, puzzle_id: 49, time_taken: 54, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-04T05:33:43Z") },
            { id: 187, player_id: 71, puzzle_id: 85, time_taken: 53, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-21T14:41:43Z") },
            { id: 188, player_id: 194, puzzle_id: 29, time_taken: 77, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-06T19:49:06Z") },
            { id: 189, player_id: 115, puzzle_id: 75, time_taken: 86, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-07T13:40:22Z") },
            { id: 190, player_id: 52, puzzle_id: 50, time_taken: 71, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-04T04:42:09Z") },
            { id: 191, player_id: 71, puzzle_id: 2, time_taken: 61, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-01T04:14:08Z") },
            { id: 192, player_id: 124, puzzle_id: 23, time_taken: 29, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-12T10:13:01Z") },
            { id: 193, player_id: 21, puzzle_id: 21, time_taken: 55, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-03T15:20:24Z") },
            { id: 194, player_id: 19, puzzle_id: 61, time_taken: 45, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-30T14:39:57Z") },
            { id: 195, player_id: 154, puzzle_id: 59, time_taken: 56, success: true, attempt_number: 2, completion_timestamp: new Date("2023-12-14T16:00:04Z") },
            { id: 196, player_id: 158, puzzle_id: 88, time_taken: 64, success: false, attempt_number: 4, completion_timestamp: new Date("2023-11-17T18:33:01Z") },
            { id: 197, player_id: 86, puzzle_id: 10, time_taken: 88, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-05T16:04:28Z") },
            { id: 198, player_id: 98, puzzle_id: 69, time_taken: 71, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-31T00:51:12Z") },
            { id: 199, player_id: 3, puzzle_id: 46, time_taken: 65, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-26T10:31:45Z") },
            { id: 200, player_id: 51, puzzle_id: 60, time_taken: 45, success: true, attempt_number: 2, completion_timestamp: new Date("2023-12-07T21:21:56Z") },
            { id: 201, player_id: 129, puzzle_id: 94, time_taken: 75, success: false, attempt_number: 4, completion_timestamp: new Date("2023-07-12T20:45:18Z") },
            { id: 202, player_id: 103, puzzle_id: 19, time_taken: 93, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-17T11:54:41Z") },
            { id: 203, player_id: 38, puzzle_id: 99, time_taken: 55, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-10T09:52:37Z") },
            { id: 204, player_id: 67, puzzle_id: 97, time_taken: 40, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-19T21:33:04Z") },
            { id: 205, player_id: 145, puzzle_id: 10, time_taken: 79, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-31T02:31:38Z") },
            { id: 206, player_id: 102, puzzle_id: 4, time_taken: 60, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-04T01:40:11Z") },
            { id: 207, player_id: 164, puzzle_id: 82, time_taken: 58, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-14T05:30:20Z") },
            { id: 208, player_id: 130, puzzle_id: 93, time_taken: 46, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-30T05:18:16Z") },
            { id: 209, player_id: 106, puzzle_id: 43, time_taken: 43, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-13T00:36:15Z") },
            { id: 210, player_id: 73, puzzle_id: 24, time_taken: 36, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-03T06:18:50Z") },
            { id: 211, player_id: 158, puzzle_id: 32, time_taken: 102, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-04T20:01:19Z") },
            { id: 212, player_id: 76, puzzle_id: 61, time_taken: 36, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-10T20:22:48Z") },
            { id: 213, player_id: 192, puzzle_id: 65, time_taken: 84, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-18T19:55:09Z") },
            { id: 214, player_id: 95, puzzle_id: 53, time_taken: 100, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-21T10:07:25Z") },
            { id: 215, player_id: 77, puzzle_id: 35, time_taken: 91, success: false, attempt_number: 4, completion_timestamp: new Date("2023-02-06T02:33:11Z") },
            { id: 216, player_id: 73, puzzle_id: 73, time_taken: 99, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-02T00:57:42Z") },
            { id: 217, player_id: 12, puzzle_id: 37, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-19T00:03:29Z") },
            { id: 218, player_id: 67, puzzle_id: 5, time_taken: 34, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-12T09:00:45Z") },
            { id: 219, player_id: 26, puzzle_id: 1, time_taken: 69, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-25T18:35:00Z") },
            { id: 220, player_id: 174, puzzle_id: 85, time_taken: 35, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-12T02:57:15Z") },
            { id: 221, player_id: 49, puzzle_id: 89, time_taken: 66, success: false, attempt_number: 2, completion_timestamp: new Date("2023-04-02T20:29:23Z") },
            { id: 222, player_id: 95, puzzle_id: 12, time_taken: 52, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-04T15:04:05Z") },
            { id: 223, player_id: 183, puzzle_id: 65, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-01T19:51:10Z") },
            { id: 224, player_id: 111, puzzle_id: 94, time_taken: 84, success: false, attempt_number: 4, completion_timestamp: new Date("2023-04-01T10:32:44Z") },
            { id: 225, player_id: 194, puzzle_id: 47, time_taken: 62, success: true, attempt_number: 2, completion_timestamp: new Date("2023-08-02T23:46:14Z") },
            { id: 226, player_id: 3, puzzle_id: 43, time_taken: 44, success: false, attempt_number: 2, completion_timestamp: new Date("2023-12-27T12:28:13Z") },
            { id: 227, player_id: 94, puzzle_id: 1, time_taken: 82, success: true, attempt_number: 2, completion_timestamp: new Date("2023-12-29T09:07:36Z") },
            { id: 228, player_id: 12, puzzle_id: 15, time_taken: 59, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-21T20:27:48Z") },
            { id: 229, player_id: 68, puzzle_id: 31, time_taken: 45, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-25T12:05:06Z") },
            { id: 230, player_id: 149, puzzle_id: 58, time_taken: 85, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-26T16:12:00Z") },
            { id: 231, player_id: 22, puzzle_id: 10, time_taken: 76, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-20T05:43:29Z") },
            { id: 232, player_id: 124, puzzle_id: 75, time_taken: 64, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-15T11:22:09Z") },
            { id: 233, player_id: 163, puzzle_id: 40, time_taken: 73, success: false, attempt_number: 2, completion_timestamp: new Date("2023-11-11T16:08:06Z") },
            { id: 234, player_id: 123, puzzle_id: 2, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-20T03:34:23Z") },
            { id: 235, player_id: 183, puzzle_id: 20, time_taken: 60, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-11T13:04:47Z") },
            { id: 236, player_id: 129, puzzle_id: 51, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-09T08:59:00Z") },
            { id: 237, player_id: 138, puzzle_id: 34, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-02T11:18:46Z") },
            { id: 238, player_id: 19, puzzle_id: 30, time_taken: 76, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-28T13:26:15Z") },
            { id: 239, player_id: 9, puzzle_id: 63, time_taken: 62, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-25T23:53:39Z") },
            { id: 240, player_id: 105, puzzle_id: 84, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-09T12:21:52Z") },
            { id: 241, player_id: 199, puzzle_id: 89, time_taken: 68, success: false, attempt_number: 4, completion_timestamp: new Date("2023-09-22T12:23:44Z") },
            { id: 242, player_id: 58, puzzle_id: 84, time_taken: 70, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-29T08:45:43Z") },
            { id: 243, player_id: 177, puzzle_id: 18, time_taken: 58, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-01T21:10:54Z") },
            { id: 244, player_id: 40, puzzle_id: 82, time_taken: 68, success: false, attempt_number: 2, completion_timestamp: new Date("2023-11-26T09:17:11Z") },
            { id: 245, player_id: 190, puzzle_id: 98, time_taken: 36, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-12T17:26:48Z") },
            { id: 246, player_id: 180, puzzle_id: 12, time_taken: 37, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-16T14:38:30Z") },
            { id: 247, player_id: 125, puzzle_id: 55, time_taken: 63, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-02T18:31:29Z") },
            { id: 248, player_id: 162, puzzle_id: 12, time_taken: 58, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-22T14:16:49Z") },
            { id: 249, player_id: 171, puzzle_id: 69, time_taken: 69, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-28T08:24:46Z") },
            { id: 250, player_id: 53, puzzle_id: 95, time_taken: 41, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-31T10:19:18Z") },
            { id: 251, player_id: 196, puzzle_id: 5, time_taken: 40, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-31T19:25:54Z") },
            { id: 252, player_id: 30, puzzle_id: 6, time_taken: 71, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-01T01:30:33Z") },
            { id: 253, player_id: 6, puzzle_id: 83, time_taken: 73, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-27T07:30:33Z") },
            { id: 254, player_id: 80, puzzle_id: 38, time_taken: 52, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-15T18:50:44Z") },
            { id: 255, player_id: 12, puzzle_id: 10, time_taken: 59, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-18T16:33:35Z") },
            { id: 256, player_id: 24, puzzle_id: 25, time_taken: 76, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-03T21:46:48Z") },
            { id: 257, player_id: 84, puzzle_id: 99, time_taken: 63, success: false, attempt_number: 3, completion_timestamp: new Date("2023-09-18T07:26:33Z") },
            { id: 258, player_id: 185, puzzle_id: 86, time_taken: 48, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-30T09:27:44Z") },
            { id: 259, player_id: 35, puzzle_id: 63, time_taken: 84, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-18T04:11:05Z") },
            { id: 260, player_id: 13, puzzle_id: 21, time_taken: 45, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-28T03:48:47Z") },
            { id: 261, player_id: 115, puzzle_id: 74, time_taken: 64, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-15T10:00:43Z") },
            { id: 262, player_id: 173, puzzle_id: 12, time_taken: 77, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-06T06:32:19Z") },
            { id: 263, player_id: 68, puzzle_id: 17, time_taken: 80, success: false, attempt_number: 2, completion_timestamp: new Date("2023-07-19T15:37:26Z") },
            { id: 264, player_id: 63, puzzle_id: 32, time_taken: 86, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-26T00:55:03Z") },
            { id: 265, player_id: 105, puzzle_id: 6, time_taken: 83, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-29T09:56:46Z") },
            { id: 266, player_id: 189, puzzle_id: 35, time_taken: 99, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-01T13:06:27Z") },
            { id: 267, player_id: 158, puzzle_id: 6, time_taken: 92, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-27T10:45:55Z") },
            { id: 268, player_id: 46, puzzle_id: 91, time_taken: 50, success: false, attempt_number: 2, completion_timestamp: new Date("2023-08-19T15:10:10Z") },
            { id: 269, player_id: 170, puzzle_id: 45, time_taken: 57, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-24T20:37:21Z") },
            { id: 270, player_id: 92, puzzle_id: 67, time_taken: 77, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-20T10:14:20Z") },
            { id: 271, player_id: 72, puzzle_id: 15, time_taken: 79, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-18T19:47:52Z") },
            { id: 272, player_id: 175, puzzle_id: 85, time_taken: 57, success: false, attempt_number: 2, completion_timestamp: new Date("2023-07-08T12:03:07Z") },
            { id: 273, player_id: 146, puzzle_id: 44, time_taken: 71, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-29T09:17:40Z") },
            { id: 274, player_id: 47, puzzle_id: 57, time_taken: 68, success: false, attempt_number: 4, completion_timestamp: new Date("2023-07-12T03:57:41Z") },
            { id: 275, player_id: 98, puzzle_id: 78, time_taken: 53, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-23T23:20:58Z") },
            { id: 276, player_id: 154, puzzle_id: 44, time_taken: 46, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-04T06:39:15Z") },
            { id: 277, player_id: 109, puzzle_id: 76, time_taken: 87, success: false, attempt_number: 4, completion_timestamp: new Date("2023-10-10T12:39:12Z") },
            { id: 278, player_id: 111, puzzle_id: 97, time_taken: 34, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-18T20:21:55Z") },
            { id: 279, player_id: 159, puzzle_id: 91, time_taken: 36, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-29T03:57:58Z") },
            { id: 280, player_id: 138, puzzle_id: 34, time_taken: 61, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-06T01:21:55Z") },
            { id: 281, player_id: 66, puzzle_id: 1, time_taken: 94, success: false, attempt_number: 2, completion_timestamp: new Date("2023-07-26T23:48:42Z") },
            { id: 282, player_id: 79, puzzle_id: 100, time_taken: 65, success: false, attempt_number: 2, completion_timestamp: new Date("2023-12-04T06:51:14Z") },
            { id: 283, player_id: 74, puzzle_id: 29, time_taken: 61, success: true, attempt_number: 2, completion_timestamp: new Date("2023-11-23T03:21:45Z") },
            { id: 284, player_id: 154, puzzle_id: 34, time_taken: 94, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-11T19:37:02Z") },
            { id: 285, player_id: 34, puzzle_id: 75, time_taken: 25, success: false, attempt_number: 3, completion_timestamp: new Date("2023-05-04T00:58:23Z") },
            { id: 286, player_id: 124, puzzle_id: 49, time_taken: 58, success: false, attempt_number: 2, completion_timestamp: new Date("2023-11-25T21:54:40Z") },
            { id: 287, player_id: 166, puzzle_id: 19, time_taken: 47, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-23T17:45:10Z") },
            { id: 288, player_id: 9, puzzle_id: 80, time_taken: 59, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-27T15:26:27Z") },
            { id: 289, player_id: 11, puzzle_id: 72, time_taken: 55, success: false, attempt_number: 3, completion_timestamp: new Date("2023-12-13T03:53:53Z") },
            { id: 290, player_id: 12, puzzle_id: 76, time_taken: 58, success: true, attempt_number: 2, completion_timestamp: new Date("2023-05-18T22:01:23Z") },
            { id: 291, player_id: 95, puzzle_id: 10, time_taken: 77, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-27T08:46:12Z") },
            { id: 292, player_id: 87, puzzle_id: 20, time_taken: 47, success: false, attempt_number: 4, completion_timestamp: new Date("2023-02-06T10:54:50Z") },
            { id: 293, player_id: 91, puzzle_id: 17, time_taken: 69, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-15T14:12:03Z") },
            { id: 294, player_id: 76, puzzle_id: 79, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-08T03:21:22Z") },
            { id: 295, player_id: 108, puzzle_id: 88, time_taken: 60, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-04T04:02:09Z") },
            { id: 296, player_id: 84, puzzle_id: 22, time_taken: 67, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-18T09:24:09Z") },
            { id: 297, player_id: 112, puzzle_id: 36, time_taken: 70, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-13T09:43:32Z") },
            { id: 298, player_id: 196, puzzle_id: 80, time_taken: 53, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-18T16:04:42Z") },
            { id: 299, player_id: 103, puzzle_id: 60, time_taken: 49, success: true, attempt_number: 2, completion_timestamp: new Date("2023-11-18T01:54:18Z") },
            { id: 300, player_id: 5, puzzle_id: 13, time_taken: 71, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-18T00:53:36Z") },
            { id: 301, player_id: 108, puzzle_id: 76, time_taken: 59, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-31T10:50:46Z") },
            { id: 302, player_id: 153, puzzle_id: 76, time_taken: 54, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-23T23:19:25Z") },
            { id: 303, player_id: 154, puzzle_id: 33, time_taken: 64, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-13T13:06:17Z") },
            { id: 304, player_id: 92, puzzle_id: 62, time_taken: 81, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-25T19:07:32Z") },
            { id: 305, player_id: 18, puzzle_id: 78, time_taken: 42, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-26T05:26:05Z") },
            { id: 306, player_id: 120, puzzle_id: 68, time_taken: 96, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-21T01:29:22Z") },
            { id: 307, player_id: 98, puzzle_id: 50, time_taken: 77, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-24T02:45:20Z") },
            { id: 308, player_id: 178, puzzle_id: 86, time_taken: 57, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-19T16:41:08Z") },
            { id: 309, player_id: 131, puzzle_id: 85, time_taken: 67, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-01T07:51:42Z") },
            { id: 310, player_id: 78, puzzle_id: 98, time_taken: 48, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-09T21:07:29Z") },
            { id: 311, player_id: 112, puzzle_id: 10, time_taken: 74, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-05T21:33:12Z") },
            { id: 312, player_id: 169, puzzle_id: 44, time_taken: 58, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-04T05:09:52Z") },
            { id: 313, player_id: 123, puzzle_id: 99, time_taken: 86, success: false, attempt_number: 2, completion_timestamp: new Date("2023-01-04T04:15:52Z") },
            { id: 314, player_id: 134, puzzle_id: 40, time_taken: 54, success: false, attempt_number: 4, completion_timestamp: new Date("2023-08-12T17:35:40Z") },
            { id: 315, player_id: 197, puzzle_id: 78, time_taken: 97, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-02T07:51:34Z") },
            { id: 316, player_id: 33, puzzle_id: 34, time_taken: 55, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-06T01:36:13Z") },
            { id: 317, player_id: 46, puzzle_id: 54, time_taken: 103, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-24T12:50:26Z") },
            { id: 318, player_id: 94, puzzle_id: 57, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-06T03:58:32Z") },
            { id: 319, player_id: 192, puzzle_id: 69, time_taken: 53, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-28T21:45:52Z") },
            { id: 320, player_id: 189, puzzle_id: 46, time_taken: 62, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-04T18:05:55Z") },
            { id: 321, player_id: 13, puzzle_id: 6, time_taken: 86, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-12T00:03:08Z") },
            { id: 322, player_id: 31, puzzle_id: 87, time_taken: 99, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-19T22:57:03Z") },
            { id: 323, player_id: 176, puzzle_id: 62, time_taken: 66, success: false, attempt_number: 4, completion_timestamp: new Date("2023-01-25T08:43:38Z") },
            { id: 324, player_id: 187, puzzle_id: 22, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-07T22:55:32Z") },
            { id: 325, player_id: 38, puzzle_id: 78, time_taken: 84, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-19T08:50:58Z") },
            { id: 326, player_id: 90, puzzle_id: 26, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-13T04:21:41Z") },
            { id: 327, player_id: 84, puzzle_id: 48, time_taken: 58, success: true, attempt_number: 4, completion_timestamp: new Date("2023-05-26T13:32:23Z") },
            { id: 328, player_id: 39, puzzle_id: 39, time_taken: 34, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-31T02:07:19Z") },
            { id: 329, player_id: 98, puzzle_id: 43, time_taken: 57, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-28T02:07:18Z") },
            { id: 330, player_id: 30, puzzle_id: 51, time_taken: 48, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-27T14:50:28Z") },
            { id: 331, player_id: 196, puzzle_id: 35, time_taken: 63, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-31T20:39:46Z") },
            { id: 332, player_id: 114, puzzle_id: 45, time_taken: 35, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-07T17:02:18Z") },
            { id: 333, player_id: 149, puzzle_id: 69, time_taken: 79, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-08T00:28:21Z") },
            { id: 334, player_id: 16, puzzle_id: 79, time_taken: 70, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-24T00:26:01Z") },
            { id: 335, player_id: 84, puzzle_id: 47, time_taken: 73, success: false, attempt_number: 2, completion_timestamp: new Date("2023-10-15T15:18:28Z") },
            { id: 336, player_id: 196, puzzle_id: 83, time_taken: 82, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-20T00:53:42Z") },
            { id: 337, player_id: 161, puzzle_id: 12, time_taken: 40, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-05T06:55:00Z") },
            { id: 338, player_id: 136, puzzle_id: 32, time_taken: 95, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-10T08:07:01Z") },
            { id: 339, player_id: 149, puzzle_id: 81, time_taken: 55, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-17T10:05:50Z") },
            { id: 340, player_id: 164, puzzle_id: 25, time_taken: 61, success: false, attempt_number: 4, completion_timestamp: new Date("2023-04-15T23:22:06Z") },
            { id: 341, player_id: 37, puzzle_id: 8, time_taken: 73, success: false, attempt_number: 2, completion_timestamp: new Date("2023-01-13T09:24:15Z") },
            { id: 342, player_id: 153, puzzle_id: 13, time_taken: 57, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-17T02:14:06Z") },
            { id: 343, player_id: 191, puzzle_id: 90, time_taken: 89, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-29T21:03:18Z") },
            { id: 344, player_id: 55, puzzle_id: 61, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-13T18:03:10Z") },
            { id: 345, player_id: 1, puzzle_id: 5, time_taken: 82, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-03T17:57:57Z") },
            { id: 346, player_id: 188, puzzle_id: 17, time_taken: 74, success: false, attempt_number: 3, completion_timestamp: new Date("2023-03-05T12:01:04Z") },
            { id: 347, player_id: 70, puzzle_id: 43, time_taken: 66, success: true, attempt_number: 2, completion_timestamp: new Date("2023-01-02T15:16:11Z") },
            { id: 348, player_id: 187, puzzle_id: 25, time_taken: 78, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-06T05:04:27Z") },
            { id: 349, player_id: 157, puzzle_id: 85, time_taken: 43, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-05T14:39:24Z") },
            { id: 350, player_id: 172, puzzle_id: 32, time_taken: 59, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-09T12:03:16Z") },
            { id: 351, player_id: 180, puzzle_id: 3, time_taken: 40, success: false, attempt_number: 2, completion_timestamp: new Date("2023-08-04T06:20:09Z") },
            { id: 352, player_id: 72, puzzle_id: 86, time_taken: 66, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-01T12:30:24Z") },
            { id: 353, player_id: 75, puzzle_id: 10, time_taken: 53, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-01T02:17:20Z") },
            { id: 354, player_id: 98, puzzle_id: 89, time_taken: 62, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-31T06:16:55Z") },
            { id: 355, player_id: 85, puzzle_id: 64, time_taken: 55, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-05T07:18:58Z") },
            { id: 356, player_id: 144, puzzle_id: 35, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-11T07:51:49Z") },
            { id: 357, player_id: 73, puzzle_id: 19, time_taken: 85, success: true, attempt_number: 2, completion_timestamp: new Date("2023-05-03T19:55:55Z") },
            { id: 358, player_id: 194, puzzle_id: 96, time_taken: 45, success: false, attempt_number: 4, completion_timestamp: new Date("2023-11-06T14:46:16Z") },
            { id: 359, player_id: 197, puzzle_id: 72, time_taken: 53, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-04T08:04:44Z") },
            { id: 360, player_id: 183, puzzle_id: 78, time_taken: 101, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-23T04:19:29Z") },
            { id: 361, player_id: 137, puzzle_id: 73, time_taken: 81, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-25T05:03:30Z") },
            { id: 362, player_id: 98, puzzle_id: 80, time_taken: 65, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-18T11:20:05Z") },
            { id: 363, player_id: 188, puzzle_id: 81, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-26T06:57:31Z") },
            { id: 364, player_id: 129, puzzle_id: 87, time_taken: 38, success: false, attempt_number: 3, completion_timestamp: new Date("2023-01-13T11:11:28Z") },
            { id: 365, player_id: 138, puzzle_id: 24, time_taken: 69, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-25T03:13:12Z") },
            { id: 366, player_id: 39, puzzle_id: 88, time_taken: 18, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-19T04:00:35Z") },
            { id: 367, player_id: 39, puzzle_id: 75, time_taken: 47, success: false, attempt_number: 3, completion_timestamp: new Date("2023-10-25T08:42:27Z") },
            { id: 368, player_id: 195, puzzle_id: 2, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-15T11:50:22Z") },
            { id: 369, player_id: 157, puzzle_id: 75, time_taken: 46, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-15T08:34:34Z") },
            { id: 370, player_id: 160, puzzle_id: 25, time_taken: 79, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-02T14:38:15Z") },
            { id: 371, player_id: 14, puzzle_id: 19, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-21T21:13:42Z") },
            { id: 372, player_id: 123, puzzle_id: 26, time_taken: 78, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-28T04:28:22Z") },
            { id: 373, player_id: 126, puzzle_id: 14, time_taken: 72, success: true, attempt_number: 3, completion_timestamp: new Date("2023-09-28T23:23:00Z") },
            { id: 374, player_id: 64, puzzle_id: 20, time_taken: 31, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-09T22:45:13Z") },
            { id: 375, player_id: 60, puzzle_id: 56, time_taken: 25, success: true, attempt_number: 4, completion_timestamp: new Date("2023-08-17T09:44:45Z") },
            { id: 376, player_id: 5, puzzle_id: 96, time_taken: 37, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-25T15:06:36Z") },
            { id: 377, player_id: 190, puzzle_id: 30, time_taken: 28, success: false, attempt_number: 2, completion_timestamp: new Date("2023-03-25T19:38:19Z") },
            { id: 378, player_id: 142, puzzle_id: 79, time_taken: 90, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-12T04:43:18Z") },
            { id: 379, player_id: 120, puzzle_id: 3, time_taken: 58, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-28T12:15:28Z") },
            { id: 380, player_id: 24, puzzle_id: 23, time_taken: 70, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-03T07:57:32Z") },
            { id: 381, player_id: 40, puzzle_id: 30, time_taken: 76, success: false, attempt_number: 4, completion_timestamp: new Date("2023-07-04T00:03:56Z") },
            { id: 382, player_id: 6, puzzle_id: 87, time_taken: 51, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-29T11:15:33Z") },
            { id: 383, player_id: 193, puzzle_id: 30, time_taken: 41, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-25T14:55:15Z") },
            { id: 384, player_id: 97, puzzle_id: 45, time_taken: 56, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-05T22:06:05Z") },
            { id: 385, player_id: 86, puzzle_id: 18, time_taken: 63, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-31T13:55:19Z") },
            { id: 386, player_id: 14, puzzle_id: 89, time_taken: 91, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-02T09:03:39Z") },
            { id: 387, player_id: 111, puzzle_id: 66, time_taken: 82, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-30T10:52:03Z") },
            { id: 388, player_id: 57, puzzle_id: 48, time_taken: 28, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-14T09:15:00Z") },
            { id: 389, player_id: 187, puzzle_id: 52, time_taken: 50, success: true, attempt_number: 2, completion_timestamp: new Date("2023-02-19T06:28:51Z") },
            { id: 390, player_id: 9, puzzle_id: 87, time_taken: 41, success: false, attempt_number: 4, completion_timestamp: new Date("2023-02-10T14:05:42Z") },
            { id: 391, player_id: 188, puzzle_id: 51, time_taken: 46, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-31T01:20:21Z") },
            { id: 392, player_id: 190, puzzle_id: 34, time_taken: 65, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-10T02:52:20Z") },
            { id: 393, player_id: 131, puzzle_id: 21, time_taken: 70, success: false, attempt_number: 4, completion_timestamp: new Date("2023-04-25T20:23:59Z") },
            { id: 394, player_id: 187, puzzle_id: 17, time_taken: 63, success: true, attempt_number: 3, completion_timestamp: new Date("2023-10-02T18:48:47Z") },
            { id: 395, player_id: 48, puzzle_id: 26, time_taken: 80, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-13T00:02:49Z") },
            { id: 396, player_id: 107, puzzle_id: 18, time_taken: 57, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-22T02:57:19Z") },
            { id: 397, player_id: 108, puzzle_id: 6, time_taken: 74, success: false, attempt_number: 3, completion_timestamp: new Date("2023-05-05T22:27:43Z") },
            { id: 398, player_id: 95, puzzle_id: 45, time_taken: 64, success: true, attempt_number: 2, completion_timestamp: new Date("2023-05-22T02:07:52Z") },
            { id: 399, player_id: 150, puzzle_id: 67, time_taken: 53, success: false, attempt_number: 2, completion_timestamp: new Date("2023-07-27T23:34:08Z") },
            { id: 400, player_id: 178, puzzle_id: 82, time_taken: 67, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-03T06:29:46Z") },
            { id: 401, player_id: 169, puzzle_id: 76, time_taken: 73, success: false, attempt_number: 3, completion_timestamp: new Date("2023-01-06T08:52:50Z") },
            { id: 402, player_id: 4, puzzle_id: 8, time_taken: 23, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-14T14:06:06Z") },
            { id: 403, player_id: 170, puzzle_id: 16, time_taken: 53, success: false, attempt_number: 3, completion_timestamp: new Date("2023-03-12T21:35:22Z") },
            { id: 404, player_id: 111, puzzle_id: 60, time_taken: 106, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-06T16:11:38Z") },
            { id: 405, player_id: 89, puzzle_id: 98, time_taken: 60, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-09T10:51:38Z") },
            { id: 406, player_id: 36, puzzle_id: 1, time_taken: 39, success: true, attempt_number: 2, completion_timestamp: new Date("2023-01-02T10:54:57Z") },
            { id: 407, player_id: 85, puzzle_id: 34, time_taken: 61, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-30T11:53:04Z") },
            { id: 408, player_id: 11, puzzle_id: 68, time_taken: 52, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-21T18:06:38Z") },
            { id: 409, player_id: 129, puzzle_id: 45, time_taken: 74, success: false, attempt_number: 3, completion_timestamp: new Date("2023-10-04T12:40:35Z") },
            { id: 410, player_id: 142, puzzle_id: 77, time_taken: 52, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-12T14:33:11Z") },
            { id: 411, player_id: 148, puzzle_id: 56, time_taken: 87, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-11T14:19:07Z") },
            { id: 412, player_id: 117, puzzle_id: 76, time_taken: 52, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-04T07:16:31Z") },
            { id: 413, player_id: 107, puzzle_id: 56, time_taken: 37, success: true, attempt_number: 3, completion_timestamp: new Date("2023-04-22T11:48:00Z") },
            { id: 414, player_id: 145, puzzle_id: 15, time_taken: 95, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-29T23:12:40Z") },
            { id: 415, player_id: 144, puzzle_id: 67, time_taken: 63, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-28T05:01:07Z") },
            { id: 416, player_id: 171, puzzle_id: 28, time_taken: 85, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-11T19:41:25Z") },
            { id: 417, player_id: 141, puzzle_id: 21, time_taken: 63, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-16T17:37:47Z") },
            { id: 418, player_id: 41, puzzle_id: 30, time_taken: 93, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-10T11:51:52Z") },
            { id: 419, player_id: 136, puzzle_id: 35, time_taken: 30, success: true, attempt_number: 2, completion_timestamp: new Date("2023-10-30T14:18:22Z") },
            { id: 420, player_id: 93, puzzle_id: 71, time_taken: 66, success: true, attempt_number: 4, completion_timestamp: new Date("2023-08-03T10:27:43Z") },
            { id: 421, player_id: 128, puzzle_id: 75, time_taken: 68, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-26T04:48:41Z") },
            { id: 422, player_id: 64, puzzle_id: 18, time_taken: 52, success: true, attempt_number: 2, completion_timestamp: new Date("2023-01-17T09:38:07Z") },
            { id: 423, player_id: 97, puzzle_id: 95, time_taken: 63, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-19T07:10:29Z") },
            { id: 424, player_id: 78, puzzle_id: 86, time_taken: 50, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-24T19:34:37Z") },
            { id: 425, player_id: 17, puzzle_id: 6, time_taken: 62, success: false, attempt_number: 3, completion_timestamp: new Date("2023-09-25T13:48:40Z") },
            { id: 426, player_id: 145, puzzle_id: 18, time_taken: 79, success: true, attempt_number: 2, completion_timestamp: new Date("2023-12-18T12:19:03Z") },
            { id: 427, player_id: 5, puzzle_id: 69, time_taken: 79, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-16T06:12:01Z") },
            { id: 428, player_id: 19, puzzle_id: 94, time_taken: 91, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-19T06:10:48Z") },
            { id: 429, player_id: 142, puzzle_id: 71, time_taken: 85, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-02T12:27:15Z") },
            { id: 430, player_id: 13, puzzle_id: 96, time_taken: 30, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-04T02:47:44Z") },
            { id: 431, player_id: 6, puzzle_id: 28, time_taken: 65, success: false, attempt_number: 3, completion_timestamp: new Date("2023-04-21T03:32:30Z") },
            { id: 432, player_id: 169, puzzle_id: 12, time_taken: 60, success: true, attempt_number: 2, completion_timestamp: new Date("2023-08-15T01:24:35Z") },
            { id: 433, player_id: 165, puzzle_id: 31, time_taken: 71, success: true, attempt_number: 4, completion_timestamp: new Date("2023-06-26T17:35:27Z") },
            { id: 434, player_id: 99, puzzle_id: 19, time_taken: 64, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-11T19:40:19Z") },
            { id: 435, player_id: 122, puzzle_id: 19, time_taken: 51, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-01T00:39:17Z") },
            { id: 436, player_id: 69, puzzle_id: 24, time_taken: 29, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-13T09:48:26Z") },
            { id: 437, player_id: 141, puzzle_id: 46, time_taken: 46, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-12T19:21:09Z") },
            { id: 438, player_id: 90, puzzle_id: 10, time_taken: 71, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-15T20:47:28Z") },
            { id: 439, player_id: 71, puzzle_id: 4, time_taken: 49, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-01T03:59:42Z") },
            { id: 440, player_id: 85, puzzle_id: 7, time_taken: 62, success: true, attempt_number: 3, completion_timestamp: new Date("2023-06-23T14:46:13Z") },
            { id: 441, player_id: 121, puzzle_id: 100, time_taken: 67, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-18T10:29:58Z") },
            { id: 442, player_id: 74, puzzle_id: 69, time_taken: 79, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-28T11:12:21Z") },
            { id: 443, player_id: 177, puzzle_id: 34, time_taken: 74, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-07T02:16:12Z") },
            { id: 444, player_id: 130, puzzle_id: 91, time_taken: 58, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-23T07:13:24Z") },
            { id: 445, player_id: 64, puzzle_id: 80, time_taken: 48, success: true, attempt_number: 4, completion_timestamp: new Date("2023-11-08T11:23:43Z") },
            { id: 446, player_id: 23, puzzle_id: 27, time_taken: 49, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-22T17:00:29Z") },
            { id: 447, player_id: 43, puzzle_id: 1, time_taken: 62, success: true, attempt_number: 4, completion_timestamp: new Date("2023-03-13T08:33:40Z") },
            { id: 448, player_id: 90, puzzle_id: 27, time_taken: 47, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-23T14:34:48Z") },
            { id: 449, player_id: 53, puzzle_id: 55, time_taken: 76, success: false, attempt_number: 3, completion_timestamp: new Date("2023-02-03T06:27:42Z") },
            { id: 450, player_id: 173, puzzle_id: 77, time_taken: 36, success: true, attempt_number: 4, completion_timestamp: new Date("2023-12-30T03:43:22Z") },
            { id: 451, player_id: 159, puzzle_id: 22, time_taken: 55, success: true, attempt_number: 4, completion_timestamp: new Date("2023-04-29T12:24:18Z") },
            { id: 452, player_id: 179, puzzle_id: 41, time_taken: 57, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-26T07:45:09Z") },
            { id: 453, player_id: 28, puzzle_id: 48, time_taken: 62, success: true, attempt_number: 2, completion_timestamp: new Date("2023-04-30T14:59:51Z") },
            { id: 454, player_id: 111, puzzle_id: 52, time_taken: 61, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-01T01:15:31Z") },
            { id: 455, player_id: 71, puzzle_id: 97, time_taken: 78, success: false, attempt_number: 3, completion_timestamp: new Date("2023-01-11T19:45:32Z") },
            { id: 456, player_id: 150, puzzle_id: 23, time_taken: 48, success: false, attempt_number: 2, completion_timestamp: new Date("2023-07-23T01:14:52Z") },
            { id: 457, player_id: 192, puzzle_id: 39, time_taken: 66, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-09T20:23:54Z") },
            { id: 458, player_id: 163, puzzle_id: 91, time_taken: 67, success: true, attempt_number: 2, completion_timestamp: new Date("2023-07-19T15:59:50Z") },
            { id: 459, player_id: 55, puzzle_id: 82, time_taken: 53, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-08T04:07:46Z") },
            { id: 460, player_id: 186, puzzle_id: 82, time_taken: 84, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-29T12:30:49Z") },
            { id: 461, player_id: 141, puzzle_id: 97, time_taken: 43, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-04T12:10:21Z") },
            { id: 462, player_id: 144, puzzle_id: 79, time_taken: 70, success: true, attempt_number: 2, completion_timestamp: new Date("2023-01-29T10:53:47Z") },
            { id: 463, player_id: 50, puzzle_id: 94, time_taken: 64, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-15T10:34:21Z") },
            { id: 464, player_id: 84, puzzle_id: 89, time_taken: 89, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-08T00:44:18Z") },
            { id: 465, player_id: 131, puzzle_id: 86, time_taken: 45, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-09T06:43:46Z") },
            { id: 466, player_id: 104, puzzle_id: 25, time_taken: 66, success: false, attempt_number: 4, completion_timestamp: new Date("2023-06-20T00:43:47Z") },
            { id: 467, player_id: 196, puzzle_id: 89, time_taken: 84, success: false, attempt_number: 2, completion_timestamp: new Date("2023-09-30T07:20:12Z") },
            { id: 468, player_id: 92, puzzle_id: 89, time_taken: 52, success: false, attempt_number: 4, completion_timestamp: new Date("2023-06-19T09:04:51Z") },
            { id: 469, player_id: 190, puzzle_id: 5, time_taken: 61, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-19T17:55:55Z") },
            { id: 470, player_id: 102, puzzle_id: 30, time_taken: 44, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-14T01:42:45Z") },
            { id: 471, player_id: 48, puzzle_id: 43, time_taken: 21, success: true, attempt_number: 3, completion_timestamp: new Date("2023-03-04T02:42:46Z") },
            { id: 472, player_id: 70, puzzle_id: 24, time_taken: 83, success: false, attempt_number: 3, completion_timestamp: new Date("2023-05-09T10:06:20Z") },
            { id: 473, player_id: 147, puzzle_id: 74, time_taken: 52, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-13T08:45:59Z") },
            { id: 474, player_id: 150, puzzle_id: 62, time_taken: 63, success: false, attempt_number: 4, completion_timestamp: new Date("2023-02-17T15:20:49Z") },
            { id: 475, player_id: 167, puzzle_id: 9, time_taken: 53, success: true, attempt_number: 2, completion_timestamp: new Date("2023-09-03T05:49:22Z") },
            { id: 476, player_id: 84, puzzle_id: 10, time_taken: 71, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-25T16:36:51Z") },
            { id: 477, player_id: 137, puzzle_id: 47, time_taken: 53, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-10T21:58:32Z") },
            { id: 478, player_id: 135, puzzle_id: 11, time_taken: 70, success: true, attempt_number: 2, completion_timestamp: new Date("2023-03-03T17:18:53Z") },
            { id: 479, player_id: 119, puzzle_id: 46, time_taken: 70, success: false, attempt_number: 3, completion_timestamp: new Date("2023-08-18T05:57:38Z") },
            { id: 480, player_id: 1, puzzle_id: 78, time_taken: 47, success: true, attempt_number: 2, completion_timestamp: new Date("2023-06-21T13:49:16Z") },
            { id: 481, player_id: 161, puzzle_id: 53, time_taken: 69, success: true, attempt_number: 4, completion_timestamp: new Date("2023-10-20T19:13:46Z") },
            { id: 482, player_id: 191, puzzle_id: 67, time_taken: 59, success: true, attempt_number: 4, completion_timestamp: new Date("2023-02-14T15:01:19Z") },
            { id: 483, player_id: 189, puzzle_id: 28, time_taken: 45, success: false, attempt_number: 3, completion_timestamp: new Date("2023-02-02T04:53:39Z") },
            { id: 484, player_id: 177, puzzle_id: 53, time_taken: 39, success: false, attempt_number: 3, completion_timestamp: new Date("2023-11-07T13:15:08Z") },
            { id: 485, player_id: 63, puzzle_id: 52, time_taken: 87, success: true, attempt_number: 3, completion_timestamp: new Date("2023-02-05T16:15:44Z") },
            { id: 486, player_id: 194, puzzle_id: 24, time_taken: 47, success: true, attempt_number: 4, completion_timestamp: new Date("2023-01-09T18:02:26Z") },
            { id: 487, player_id: 195, puzzle_id: 47, time_taken: 73, success: true, attempt_number: 2, completion_timestamp: new Date("2023-01-25T12:42:20Z") },
            { id: 488, player_id: 96, puzzle_id: 85, time_taken: 58, success: false, attempt_number: 3, completion_timestamp: new Date("2023-06-19T15:12:21Z") },
            { id: 489, player_id: 99, puzzle_id: 26, time_taken: 92, success: false, attempt_number: 3, completion_timestamp: new Date("2023-12-05T03:40:02Z") },
            { id: 490, player_id: 110, puzzle_id: 31, time_taken: 41, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-13T19:12:12Z") },
            { id: 491, player_id: 36, puzzle_id: 16, time_taken: 72, success: true, attempt_number: 3, completion_timestamp: new Date("2023-12-05T09:28:34Z") },
            { id: 492, player_id: 56, puzzle_id: 86, time_taken: 76, success: true, attempt_number: 3, completion_timestamp: new Date("2023-07-24T11:52:57Z") },
            { id: 493, player_id: 152, puzzle_id: 78, time_taken: 61, success: true, attempt_number: 3, completion_timestamp: new Date("2023-11-24T01:33:21Z") },
            { id: 494, player_id: 144, puzzle_id: 78, time_taken: 54, success: true, attempt_number: 2, completion_timestamp: new Date("2023-05-30T23:28:59Z") },
            { id: 495, player_id: 118, puzzle_id: 84, time_taken: 23, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-05T16:58:31Z") },
            { id: 496, player_id: 54, puzzle_id: 76, time_taken: 46, success: true, attempt_number: 3, completion_timestamp: new Date("2023-08-26T23:08:51Z") },
            { id: 497, player_id: 43, puzzle_id: 7, time_taken: 29, success: true, attempt_number: 3, completion_timestamp: new Date("2023-05-17T08:21:04Z") },
            { id: 498, player_id: 20, puzzle_id: 8, time_taken: 47, success: true, attempt_number: 3, completion_timestamp: new Date("2023-01-05T05:46:39Z") },
            { id: 499, player_id: 12, puzzle_id: 45, time_taken: 59, success: false, attempt_number: 3, completion_timestamp: new Date("2023-10-20T17:19:07Z") },
            { id: 500, player_id: 88, puzzle_id: 26, time_taken: 73, success: false, attempt_number: 3, completion_timestamp: new Date("2023-07-03T19:57:16Z") },
        ],
    });
}

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