// Backpacking Enthusiasts Dataset (backpacking-community-platform) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.trails), 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.trails.createMany({
        data: [
            { id: 1, name: "forest mountain canyon", difficulty: "easy", popularity: 57 },
            { id: 2, name: "lake bay valley", difficulty: "easy", popularity: 14 },
            { id: 3, name: "glade summit forest", difficulty: "easy", popularity: null },
            { id: 4, name: "lake meadow saddle", difficulty: "hard", popularity: 134 },
            { id: 5, name: "bay way canyon", difficulty: "easy", popularity: null },
            { id: 6, name: "peak hill", difficulty: "easy", popularity: 729 },
            { id: 7, name: "forest canyon", difficulty: "easy", popularity: null },
            { id: 8, name: "vista glade", difficulty: "easy", popularity: 231 },
            { id: 9, name: "way overlook creek", difficulty: "easy", popularity: null },
            { id: 10, name: "overlook valley peak", difficulty: "moderate", popularity: 827 },
            { id: 11, name: "creek bay", difficulty: "hard", popularity: 299 },
            { id: 12, name: "saddle way mountain", difficulty: "easy", popularity: 3 },
            { id: 13, name: "hill saddle", difficulty: "hard", popularity: 233 },
            { id: 14, name: "forest overlook", difficulty: "easy", popularity: 686 },
            { id: 15, name: "valley", difficulty: "moderate", popularity: 479 },
            { id: 16, name: "overlook saddle hill", difficulty: "easy", popularity: 861 },
            { id: 17, name: "lake canyon forest", difficulty: "hard", popularity: 224 },
            { id: 18, name: "saddle canyon ridge", difficulty: "hard", popularity: 628 },
            { id: 19, name: "ridge canyon meadow", difficulty: "easy", popularity: 12 },
            { id: 20, name: "way bay glade", difficulty: "moderate", popularity: 128 },
            { id: 21, name: "river creek", difficulty: "moderate", popularity: 424 },
            { id: 22, name: "vista", difficulty: "easy", popularity: 241 },
            { id: 23, name: "lake", difficulty: "easy", popularity: 394 },
            { id: 24, name: "ridge path trail", difficulty: "easy", popularity: 167 },
            { id: 25, name: "mountain", difficulty: "easy", popularity: 4 },
            { id: 26, name: "lake", difficulty: "easy", popularity: 7 },
            { id: 27, name: "path mountain meadow", difficulty: "hard", popularity: 228 },
            { id: 28, name: "canyon saddle", difficulty: "easy", popularity: null },
            { id: 29, name: "peak glade", difficulty: "moderate", popularity: null },
            { id: 30, name: "path lake", difficulty: "easy", popularity: 0 },
            { id: 31, name: "river creek", difficulty: "easy", popularity: 57 },
            { id: 32, name: "hill", difficulty: "easy", popularity: 65 },
            { id: 33, name: "ridge", difficulty: "moderate", popularity: 872 },
            { id: 34, name: "path overlook", difficulty: "easy", popularity: 332 },
            { id: 35, name: "overlook ridge", difficulty: "moderate", popularity: 383 },
            { id: 36, name: "meadow valley creek", difficulty: "moderate", popularity: 308 },
            { id: 37, name: "river", difficulty: "easy", popularity: 88 },
            { id: 38, name: "vista mountain creek", difficulty: "easy", popularity: 609 },
            { id: 39, name: "trail", difficulty: "moderate", popularity: 933 },
            { id: 40, name: "hill peak", difficulty: "easy", popularity: 751 },
            { id: 41, name: "mountain", difficulty: "easy", popularity: null },
            { id: 42, name: "bay peak", difficulty: "moderate", popularity: 451 },
            { id: 43, name: "peak valley", difficulty: "hard", popularity: 294 },
            { id: 44, name: "canyon ridge", difficulty: "easy", popularity: 85 },
            { id: 45, name: "canyon river", difficulty: "moderate", popularity: 3 },
            { id: 46, name: "path river trail", difficulty: "moderate", popularity: 155 },
            { id: 47, name: "lake bay meadow", difficulty: "easy", popularity: 191 },
            { id: 48, name: "way", difficulty: "easy", popularity: 32 },
            { id: 49, name: "way glade", difficulty: "easy", popularity: 3 },
            { id: 50, name: "forest way path", difficulty: "easy", popularity: 185 },
            { id: 51, name: "ridge hill trail", difficulty: "moderate", popularity: 825 },
            { id: 52, name: "loop", difficulty: "hard", popularity: 518 },
            { id: 53, name: "trail saddle peak", difficulty: "hard", popularity: 801 },
            { id: 54, name: "river saddle forest", difficulty: "easy", popularity: 276 },
            { id: 55, name: "hill peak canyon", difficulty: "hard", popularity: 710 },
            { id: 56, name: "peak loop bay", difficulty: "easy", popularity: 338 },
            { id: 57, name: "creek river mountain", difficulty: "easy", popularity: 56 },
            { id: 58, name: "vista", difficulty: "easy", popularity: 501 },
            { id: 59, name: "creek", difficulty: "easy", popularity: 303 },
            { id: 60, name: "way", difficulty: "easy", popularity: 0 },
            { id: 61, name: "overlook saddle", difficulty: "easy", popularity: 354 },
            { id: 62, name: "way ridge", difficulty: "easy", popularity: null },
            { id: 63, name: "valley path", difficulty: "moderate", popularity: 42 },
            { id: 64, name: "mountain way loop", difficulty: "hard", popularity: 174 },
            { id: 65, name: "glade mountain lake", difficulty: "easy", popularity: 848 },
            { id: 66, name: "forest", difficulty: "moderate", popularity: 271 },
            { id: 67, name: "forest", difficulty: "easy", popularity: 675 },
            { id: 68, name: "vista", difficulty: "easy", popularity: 205 },
            { id: 69, name: "canyon way overlook", difficulty: "easy", popularity: 108 },
            { id: 70, name: "lake creek vista", difficulty: "hard", popularity: null },
            { id: 71, name: "bay hill", difficulty: "hard", popularity: 310 },
            { id: 72, name: "glade creek hill", difficulty: "hard", popularity: 771 },
            { id: 73, name: "vista creek overlook", difficulty: "moderate", popularity: 622 },
            { id: 74, name: "mountain creek meadow", difficulty: "moderate", popularity: 513 },
            { id: 75, name: "lake", difficulty: "easy", popularity: 0 },
            { id: 76, name: "path trail", difficulty: "moderate", popularity: 6 },
            { id: 77, name: "loop trail way", difficulty: "moderate", popularity: 401 },
            { id: 78, name: "creek overlook", difficulty: "hard", popularity: 38 },
            { id: 79, name: "valley", difficulty: "easy", popularity: 35 },
            { id: 80, name: "glade summit path", difficulty: "moderate", popularity: 829 },
            { id: 81, name: "summit glade hill", difficulty: "easy", popularity: 12 },
            { id: 82, name: "lake meadow vista", difficulty: "moderate", popularity: 386 },
            { id: 83, name: "lake", difficulty: "hard", popularity: 462 },
            { id: 84, name: "overlook forest", difficulty: "easy", popularity: 186 },
            { id: 85, name: "overlook", difficulty: "moderate", popularity: 35 },
            { id: 86, name: "creek overlook loop", difficulty: "easy", popularity: 284 },
            { id: 87, name: "peak overlook mountain", difficulty: "easy", popularity: 107 },
            { id: 88, name: "saddle hill", difficulty: "easy", popularity: 919 },
            { id: 89, name: "path", difficulty: "hard", popularity: 55 },
            { id: 90, name: "lake", difficulty: "easy", popularity: 995 },
            { id: 91, name: "hill trail path", difficulty: "easy", popularity: 8 },
            { id: 92, name: "meadow", difficulty: "moderate", popularity: 251 },
            { id: 93, name: "valley hill", difficulty: "easy", popularity: 798 },
            { id: 94, name: "river", difficulty: "moderate", popularity: 399 },
            { id: 95, name: "creek ridge vista", difficulty: "easy", popularity: 410 },
            { id: 96, name: "meadow", difficulty: "moderate", popularity: 156 },
            { id: 97, name: "mountain bay summit", difficulty: "moderate", popularity: null },
            { id: 98, name: "lake meadow", difficulty: "easy", popularity: 96 },
            { id: 99, name: "vista hill mountain", difficulty: "easy", popularity: 844 },
            { id: 100, name: "lake mountain", difficulty: "moderate", popularity: 5 },
            { id: 101, name: "peak glade way", difficulty: "easy", popularity: 579 },
            { id: 102, name: "creek vista", difficulty: "easy", popularity: 38 },
            { id: 103, name: "lake canyon", difficulty: "hard", popularity: 14 },
            { id: 104, name: "glade path", difficulty: "easy", popularity: 415 },
            { id: 105, name: "hill glade forest", difficulty: "easy", popularity: 92 },
            { id: 106, name: "canyon", difficulty: "easy", popularity: 156 },
            { id: 107, name: "valley canyon", difficulty: "moderate", popularity: 895 },
            { id: 108, name: "meadow", difficulty: "moderate", popularity: 922 },
            { id: 109, name: "saddle meadow bay", difficulty: "easy", popularity: 990 },
            { id: 110, name: "river", difficulty: "easy", popularity: 868 },
            { id: 111, name: "hill", difficulty: "moderate", popularity: 636 },
            { id: 112, name: "hill vista loop", difficulty: "moderate", popularity: 2 },
            { id: 113, name: "lake", difficulty: "moderate", popularity: 934 },
            { id: 114, name: "meadow overlook vista", difficulty: "easy", popularity: 58 },
            { id: 115, name: "trail way creek", difficulty: "easy", popularity: 636 },
            { id: 116, name: "valley summit path", difficulty: "easy", popularity: 195 },
            { id: 117, name: "bay creek", difficulty: "easy", popularity: 33 },
            { id: 118, name: "overlook", difficulty: "hard", popularity: 445 },
            { id: 119, name: "mountain trail saddle", difficulty: "moderate", popularity: 682 },
            { id: 120, name: "forest", difficulty: "easy", popularity: 608 },
            { id: 121, name: "glade loop hill", difficulty: "easy", popularity: 12 },
            { id: 122, name: "trail loop", difficulty: "easy", popularity: 349 },
            { id: 123, name: "valley mountain peak", difficulty: "hard", popularity: 7 },
            { id: 124, name: "peak way summit", difficulty: "moderate", popularity: 18 },
            { id: 125, name: "bay meadow", difficulty: "easy", popularity: 898 },
            { id: 126, name: "overlook", difficulty: "easy", popularity: 580 },
            { id: 127, name: "glade vista", difficulty: "easy", popularity: 238 },
            { id: 128, name: "ridge glade", difficulty: "moderate", popularity: 231 },
            { id: 129, name: "canyon", difficulty: "moderate", popularity: 59 },
            { id: 130, name: "lake creek forest", difficulty: "easy", popularity: 351 },
            { id: 131, name: "summit meadow", difficulty: "moderate", popularity: 543 },
            { id: 132, name: "ridge", difficulty: "moderate", popularity: null },
            { id: 133, name: "bay way", difficulty: "moderate", popularity: 27 },
            { id: 134, name: "meadow", difficulty: "easy", popularity: 0 },
            { id: 135, name: "saddle way", difficulty: "hard", popularity: 926 },
            { id: 136, name: "hill loop glade", difficulty: "easy", popularity: 263 },
            { id: 137, name: "bay ridge trail", difficulty: "moderate", popularity: 55 },
            { id: 138, name: "trail saddle way", difficulty: "easy", popularity: 782 },
            { id: 139, name: "lake peak", difficulty: "easy", popularity: 23 },
            { id: 140, name: "lake", difficulty: "moderate", popularity: 587 },
            { id: 141, name: "meadow mountain", difficulty: "easy", popularity: 971 },
            { id: 142, name: "path", difficulty: "easy", popularity: 1 },
            { id: 143, name: "saddle", difficulty: "moderate", popularity: 912 },
            { id: 144, name: "peak", difficulty: "easy", popularity: 97 },
            { id: 145, name: "trail lake", difficulty: "easy", popularity: 954 },
            { id: 146, name: "canyon peak vista", difficulty: "easy", popularity: 649 },
            { id: 147, name: "overlook hill ridge", difficulty: "moderate", popularity: null },
            { id: 148, name: "canyon", difficulty: "easy", popularity: 245 },
            { id: 149, name: "mountain ridge path", difficulty: "moderate", popularity: 442 },
            { id: 150, name: "loop way", difficulty: "easy", popularity: 242 },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Ravi Adams", email: "ravi.adams@example.net", badge_count: 71 },
            { id: 2, full_name: "Jack Schmidt", email: "jack.schmidt@example.net", badge_count: 46 },
            { id: 3, full_name: "Sven Murphy", email: "sven.murphy@example.net", badge_count: null },
            { id: 4, full_name: "Daniel Dubois", email: "daniel.dubois@example.net", badge_count: 33 },
            { id: 5, full_name: "Ravi Sousa", email: "ravi.sousa@example.net", badge_count: 44 },
            { id: 6, full_name: "Paula Clark", email: "paula.clark@example.net", badge_count: 14 },
            { id: 7, full_name: "Wei Hughes", email: "wei.hughes@example.org", badge_count: 36 },
            { id: 8, full_name: "Maria Nguyen", email: "maria.nguyen@example.org", badge_count: 39 },
            { id: 9, full_name: "Zara Wilson", email: "zara.wilson@example.org", badge_count: 56 },
            { id: 10, full_name: "Yusuf Lee", email: "yusuf.lee@example.org", badge_count: 69 },
            { id: 11, full_name: "Nour Weber", email: "nour.weber@example.org", badge_count: 5 },
            { id: 12, full_name: "Theo Zhang", email: "theo.zhang@example.net", badge_count: 93 },
            { id: 13, full_name: "Ibrahim Andersen", email: "ibrahim.andersen@example.net", badge_count: 28 },
            { id: 14, full_name: "Sam Oliveira", email: "sam.oliveira@example.net", badge_count: 91 },
            { id: 15, full_name: "Laura Wright", email: "laura.wright@example.com", badge_count: 29 },
            { id: 16, full_name: "Noah Khan", email: "noah.khan@example.org", badge_count: 82 },
            { id: 17, full_name: "Mohamed Klein", email: "mohamed.klein@example.com", badge_count: 75 },
            { id: 18, full_name: "Elif Cruz", email: "elif.cruz@example.net", badge_count: 17 },
            { id: 19, full_name: "Carla Novak", email: "carla.novak@example.org", badge_count: 13 },
            { id: 20, full_name: "Hana Baker", email: "hana.baker@example.org", badge_count: 86 },
            { id: 21, full_name: "Fatima Miller", email: "fatima.miller@example.org", badge_count: 6 },
            { id: 22, full_name: "Chloe Diaz", email: "chloe.diaz@example.org", badge_count: 16 },
            { id: 23, full_name: "Liam Davis", email: "liam.davis@example.com", badge_count: 34 },
            { id: 24, full_name: "Andre Evans", email: "andre.evans@example.org", badge_count: 43 },
            { id: 25, full_name: "Mei Gupta", email: "mei.gupta@example.com", badge_count: 3 },
            { id: 26, full_name: "Hugo Young", email: "hugo.young@example.net", badge_count: 56 },
            { id: 27, full_name: "Chen Lopez", email: "chen.lopez@example.net", badge_count: 3 },
            { id: 28, full_name: "Theo Pereira", email: "theo.pereira@example.com", badge_count: 58 },
            { id: 29, full_name: "Maria Johnson", email: "maria.johnson@example.net", badge_count: 68 },
            { id: 30, full_name: "Mia Adams", email: "mia.adams@example.net", badge_count: 94 },
            { id: 31, full_name: "Sam Silva", email: "sam.silva@example.org", badge_count: 60 },
            { id: 32, full_name: "Alice Flores", email: "alice.flores@example.net", badge_count: 81 },
            { id: 33, full_name: "Uma Klein", email: "uma.klein@example.org", badge_count: 95 },
            { id: 34, full_name: "Carla Kaya", email: "carla.kaya@example.org", badge_count: 10 },
            { id: 35, full_name: "Yara Bennett", email: "yara.bennett@example.net", badge_count: 72 },
            { id: 36, full_name: "Carlos Martin", email: "carlos.martin@example.com", badge_count: 49 },
            { id: 37, full_name: "Priya Lee", email: "priya.lee@example.org", badge_count: 96 },
            { id: 38, full_name: "Zoe Ali", email: "zoe.ali@example.org", badge_count: 64 },
            { id: 39, full_name: "Liam Moreau", email: "liam.moreau@example.org", badge_count: 28 },
            { id: 40, full_name: "Hana Lopez", email: "hana.lopez@example.org", badge_count: 19 },
            { id: 41, full_name: "Liam Dubois", email: "liam.dubois@example.com", badge_count: 10 },
            { id: 42, full_name: "Selin Yilmaz", email: "selin.yilmaz@example.com", badge_count: 47 },
            { id: 43, full_name: "Sven Martin", email: "sven.martin@example.com", badge_count: 86 },
            { id: 44, full_name: "Ben Smith", email: "ben.smith@example.org", badge_count: 56 },
            { id: 45, full_name: "Liam Hughes", email: "liam.hughes@example.net", badge_count: 29 },
            { id: 46, full_name: "Selin Kowalski", email: "selin.kowalski@example.com", badge_count: 98 },
            { id: 47, full_name: "Fatima Gomez", email: "fatima.gomez@example.net", badge_count: 50 },
            { id: 48, full_name: "Elena Costa", email: "elena.costa@example.org", badge_count: 57 },
            { id: 49, full_name: "Nadia Wilson", email: "nadia.wilson@example.com", badge_count: 65 },
            { id: 50, full_name: "Julia Johnson", email: "julia.johnson@example.net", badge_count: 21 },
            { id: 51, full_name: "Liam Fischer", email: "liam.fischer@example.net", badge_count: 2 },
            { id: 52, full_name: "Deniz Wright", email: "deniz.wright@example.com", badge_count: 90 },
            { id: 53, full_name: "Olivia Hoffmann", email: "olivia.hoffmann@example.com", badge_count: null },
            { id: 54, full_name: "Noah Zhang", email: "noah.zhang@example.net", badge_count: 68 },
            { id: 55, full_name: "Omar Gomez", email: "omar.gomez@example.net", badge_count: 38 },
            { id: 56, full_name: "Nina Adams", email: "nina.adams@example.net", badge_count: 72 },
            { id: 57, full_name: "Ravi Carter", email: "ravi.carter@example.org", badge_count: 63 },
            { id: 58, full_name: "Julia Adams", email: "julia.adams@example.net", badge_count: 35 },
            { id: 59, full_name: "Jade Mendes", email: "jade.mendes@example.com", badge_count: 15 },
            { id: 60, full_name: "Laura Meyer", email: "laura.meyer@example.com", badge_count: 19 },
            { id: 61, full_name: "Laura Ruiz", email: "laura.ruiz@example.net", badge_count: 43 },
            { id: 62, full_name: "Priya Silva", email: "priya.silva@example.org", badge_count: 44 },
            { id: 63, full_name: "Ethan Kumar", email: "ethan.kumar@example.org", badge_count: 43 },
            { id: 64, full_name: "Ravi Andersen", email: "ravi.andersen@example.org", badge_count: 25 },
            { id: 65, full_name: "Hannah Wagner", email: "hannah.wagner@example.org", badge_count: 93 },
            { id: 66, full_name: "Maya Mendes", email: "maya.mendes@example.org", badge_count: 6 },
            { id: 67, full_name: "Diego Gupta", email: "diego.gupta@example.org", badge_count: 70 },
            { id: 68, full_name: "Mohamed Martin", email: "mohamed.martin@example.net", badge_count: 69 },
            { id: 69, full_name: "Elena Rossi", email: "elena.rossi@example.org", badge_count: 38 },
            { id: 70, full_name: "Rafael Wright", email: "rafael.wright@example.com", badge_count: 92 },
            { id: 71, full_name: "Amir Nakamura", email: "amir.nakamura@example.net", badge_count: 82 },
            { id: 72, full_name: "Mateo Schneider", email: "mateo.schneider@example.net", badge_count: 60 },
            { id: 73, full_name: "Lena Smith", email: "lena.smith@example.com", badge_count: 22 },
            { id: 74, full_name: "Olivia Meyer", email: "olivia.meyer@example.org", badge_count: 88 },
            { id: 75, full_name: "Sam Hughes", email: "sam.hughes@example.net", badge_count: 94 },
            { id: 76, full_name: "Nour Fischer", email: "nour.fischer@example.org", badge_count: 16 },
            { id: 77, full_name: "Ana Zhang", email: "ana.zhang@example.com", badge_count: 81 },
            { id: 78, full_name: "Lina Chen", email: "lina.chen@example.com", badge_count: 56 },
            { id: 79, full_name: "Kai Silva", email: "kai.silva@example.org", badge_count: 85 },
            { id: 80, full_name: "Hugo Gomez", email: "hugo.gomez@example.com", badge_count: 39 },
            { id: 81, full_name: "Mohamed Gupta", email: "mohamed.gupta@example.com", badge_count: 8 },
            { id: 82, full_name: "Alice Kim", email: "alice.kim@example.net", badge_count: 33 },
            { id: 83, full_name: "Mei Miller", email: "mei.miller@example.net", badge_count: 50 },
            { id: 84, full_name: "Hannah Almeida", email: "hannah.almeida@example.net", badge_count: 39 },
            { id: 85, full_name: "Alice Pereira", email: "alice.pereira@example.net", badge_count: 75 },
            { id: 86, full_name: "Paula Sato", email: "paula.sato@example.net", badge_count: 92 },
            { id: 87, full_name: "Diego Flores", email: "diego.flores@example.com", badge_count: 33 },
            { id: 88, full_name: "Lina Cruz", email: "lina.cruz@example.org", badge_count: 72 },
            { id: 89, full_name: "Hannah Taylor", email: "hannah.taylor@example.org", badge_count: 25 },
            { id: 90, full_name: "Elif Demir", email: "elif.demir@example.org", badge_count: 44 },
            { id: 91, full_name: "Wei Nguyen", email: "wei.nguyen@example.org", badge_count: 20 },
            { id: 92, full_name: "Andre Sato", email: "andre.sato@example.net", badge_count: 10 },
            { id: 93, full_name: "Sara Hassan", email: "sara.hassan@example.com", badge_count: 80 },
            { id: 94, full_name: "Isaac Klein", email: "isaac.klein@example.com", badge_count: 83 },
            { id: 95, full_name: "Hana Wilson", email: "hana.wilson@example.com", badge_count: 54 },
            { id: 96, full_name: "Zoe Baker", email: "zoe.baker@example.com", badge_count: 26 },
            { id: 97, full_name: "Tariq Adams", email: "tariq.adams@example.com", badge_count: 74 },
            { id: 98, full_name: "Maria Gomez", email: "maria.gomez@example.com", badge_count: 2 },
            { id: 99, full_name: "Victor Silva", email: "victor.silva@example.com", badge_count: 21 },
            { id: 100, full_name: "Lucas Vargas", email: "lucas.vargas@example.net", badge_count: 56 },
            { id: 101, full_name: "Nour Young", email: "nour.young@example.com", badge_count: 63 },
            { id: 102, full_name: "Tomas Diaz", email: "tomas.diaz@example.org", badge_count: 88 },
            { id: 103, full_name: "Tariq Fischer", email: "tariq.fischer@example.com", badge_count: 23 },
            { id: 104, full_name: "Marco Park", email: "marco.park@example.net", badge_count: 92 },
            { id: 105, full_name: "Nina Taylor", email: "nina.taylor@example.com", badge_count: 94 },
            { id: 106, full_name: "Ruby Hughes", email: "ruby.hughes@example.com", badge_count: 16 },
            { id: 107, full_name: "Mateo Mendes", email: "mateo.mendes@example.net", badge_count: 74 },
            { id: 108, full_name: "Deniz Clark", email: "deniz.clark@example.net", badge_count: 27 },
            { id: 109, full_name: "Rosa Demir", email: "rosa.demir@example.com", badge_count: 52 },
            { id: 110, full_name: "Alice Castro", email: "alice.castro@example.com", badge_count: 14 },
            { id: 111, full_name: "Selin Klein", email: "selin.klein@example.org", badge_count: 12 },
            { id: 112, full_name: "Rosa Dubois", email: "rosa.dubois@example.net", badge_count: null },
            { id: 113, full_name: "Nour Martin", email: "nour.martin@example.com", badge_count: 32 },
            { id: 114, full_name: "Amir Mendes", email: "amir.mendes@example.com", badge_count: 33 },
            { id: 115, full_name: "Nour Shah", email: "nour.shah@example.org", badge_count: 26 },
            { id: 116, full_name: "Wei Weber", email: "wei.weber@example.net", badge_count: 4 },
            { id: 117, full_name: "Ana Ruiz", email: "ana.ruiz@example.net", badge_count: 62 },
            { id: 118, full_name: "Grace Davis", email: "grace.davis@example.com", badge_count: 83 },
            { id: 119, full_name: "Sven Becker", email: "sven.becker@example.com", badge_count: 1 },
            { id: 120, full_name: "Laura Moreau", email: "laura.moreau@example.com", badge_count: 54 },
            { id: 121, full_name: "Ivan Gupta", email: "ivan.gupta@example.com", badge_count: 14 },
            { id: 122, full_name: "Mei Gomez", email: "mei.gomez@example.org", badge_count: 6 },
            { id: 123, full_name: "Zara Garcia", email: "zara.garcia@example.com", badge_count: 38 },
            { id: 124, full_name: "Maya Pereira", email: "maya.pereira@example.org", badge_count: 96 },
            { id: 125, full_name: "Laura Johnson", email: "laura.johnson@example.org", badge_count: 51 },
            { id: 126, full_name: "Omar Tanaka", email: "omar.tanaka@example.net", badge_count: 21 },
            { id: 127, full_name: "Emma Almeida", email: "emma.almeida@example.com", badge_count: 71 },
            { id: 128, full_name: "Diego Hansen", email: "diego.hansen@example.com", badge_count: 51 },
            { id: 129, full_name: "Hannah Demir", email: "hannah.demir@example.com", badge_count: 8 },
            { id: 130, full_name: "Ethan Wagner", email: "ethan.wagner@example.net", badge_count: 37 },
            { id: 131, full_name: "Nina Clark", email: "nina.clark@example.net", badge_count: 57 },
            { id: 132, full_name: "Ethan Kim", email: "ethan.kim@example.net", badge_count: null },
            { id: 133, full_name: "Ibrahim Meyer", email: "ibrahim.meyer@example.com", badge_count: 86 },
            { id: 134, full_name: "Lina Gomez", email: "lina.gomez@example.com", badge_count: 96 },
            { id: 135, full_name: "Oscar Oliveira", email: "oscar.oliveira@example.net", badge_count: 49 },
            { id: 136, full_name: "Jack Oliveira", email: "jack.oliveira@example.net", badge_count: 92 },
            { id: 137, full_name: "Mia Hansen", email: "mia.hansen@example.com", badge_count: 22 },
            { id: 138, full_name: "Tariq Singh", email: "tariq.singh@example.org", badge_count: 28 },
            { id: 139, full_name: "Yusuf Khan", email: "yusuf.khan@example.com", badge_count: null },
            { id: 140, full_name: "Laura Ali", email: "laura.ali@example.com", badge_count: 75 },
            { id: 141, full_name: "Kai Ahmed", email: "kai.ahmed@example.net", badge_count: 49 },
            { id: 142, full_name: "James Nakamura", email: "james.nakamura@example.net", badge_count: 97 },
            { id: 143, full_name: "Sara Kaya", email: "sara.kaya@example.com", badge_count: 50 },
            { id: 144, full_name: "Selin Wang", email: "selin.wang@example.net", badge_count: null },
            { id: 145, full_name: "Fatima Nguyen", email: "fatima.nguyen@example.net", badge_count: 1 },
            { id: 146, full_name: "Jack Cruz", email: "jack.cruz@example.org", badge_count: 79 },
            { id: 147, full_name: "Ravi Yilmaz", email: "ravi.yilmaz@example.org", badge_count: null },
            { id: 148, full_name: "Mohamed Wagner", email: "mohamed.wagner@example.org", badge_count: 53 },
            { id: 149, full_name: "Mohamed Almeida", email: "mohamed.almeida@example.org", badge_count: 2 },
            { id: 150, full_name: "Wei Hansen", email: "wei.hansen@example.org", badge_count: 42 },
            { id: 151, full_name: "Jade Miller", email: "jade.miller@example.org", badge_count: 67 },
            { id: 152, full_name: "Arjun Silva", email: "arjun.silva@example.net", badge_count: 65 },
            { id: 153, full_name: "Zara Young", email: "zara.young@example.net", badge_count: 46 },
            { id: 154, full_name: "Deniz Carter", email: "deniz.carter@example.org", badge_count: null },
            { id: 155, full_name: "Carlos Nakamura", email: "carlos.nakamura@example.org", badge_count: 97 },
            { id: 156, full_name: "Marco Demir", email: "marco.demir@example.org", badge_count: 32 },
            { id: 157, full_name: "Selin Gupta", email: "selin.gupta@example.com", badge_count: 87 },
            { id: 158, full_name: "Olivia Demir", email: "olivia.demir@example.net", badge_count: 8 },
            { id: 159, full_name: "Julia Ruiz", email: "julia.ruiz@example.net", badge_count: null },
            { id: 160, full_name: "Julia Lopez", email: "julia.lopez@example.com", badge_count: 22 },
            { id: 161, full_name: "Zoe Castro", email: "zoe.castro@example.org", badge_count: 30 },
            { id: 162, full_name: "Arjun Torres", email: "arjun.torres@example.org", badge_count: 11 },
            { id: 163, full_name: "Zara Costa", email: "zara.costa@example.net", badge_count: 97 },
            { id: 164, full_name: "Laura Nguyen", email: "laura.nguyen@example.net", badge_count: 62 },
            { id: 165, full_name: "Priya Kaya", email: "priya.kaya@example.org", badge_count: 77 },
            { id: 166, full_name: "Lina Nguyen", email: "lina.nguyen@example.org", badge_count: 5 },
            { id: 167, full_name: "Ruby Clark", email: "ruby.clark@example.net", badge_count: 33 },
            { id: 168, full_name: "Deniz Adams", email: "deniz.adams@example.com", badge_count: 68 },
            { id: 169, full_name: "Emma Murphy", email: "emma.murphy@example.net", badge_count: 74 },
            { id: 170, full_name: "Zara Tanaka", email: "zara.tanaka@example.org", badge_count: 32 },
            { id: 171, full_name: "Maya Bauer", email: "maya.bauer@example.org", badge_count: 54 },
            { id: 172, full_name: "Sven Lee", email: "sven.lee@example.org", badge_count: 96 },
            { id: 173, full_name: "Olivia Almeida", email: "olivia.almeida@example.com", badge_count: null },
            { id: 174, full_name: "Arjun Wagner", email: "arjun.wagner@example.com", badge_count: 60 },
            { id: 175, full_name: "Olivia Lee", email: "olivia.lee@example.com", badge_count: 25 },
            { id: 176, full_name: "Yusuf Schmidt", email: "yusuf.schmidt@example.org", badge_count: 26 },
            { id: 177, full_name: "Oscar Young", email: "oscar.young@example.com", badge_count: 23 },
            { id: 178, full_name: "Ethan Pereira", email: "ethan.pereira@example.com", badge_count: 49 },
            { id: 179, full_name: "Hannah Evans", email: "hannah.evans@example.com", badge_count: 18 },
            { id: 180, full_name: "Ben Carter", email: "ben.carter@example.com", badge_count: 74 },
            { id: 181, full_name: "Mateo Weber", email: "mateo.weber@example.org", badge_count: 77 },
            { id: 182, full_name: "Zoe Becker", email: "zoe.becker@example.org", badge_count: 4 },
            { id: 183, full_name: "Paula Torres", email: "paula.torres@example.com", badge_count: 3 },
            { id: 184, full_name: "Zoe Hoffmann", email: "zoe.hoffmann@example.org", badge_count: 38 },
            { id: 185, full_name: "Ivan Ahmed", email: "ivan.ahmed@example.com", badge_count: 89 },
            { id: 186, full_name: "Mila Fischer", email: "mila.fischer@example.com", badge_count: 43 },
            { id: 187, full_name: "Maria Wang", email: "maria.wang@example.net", badge_count: 82 },
            { id: 188, full_name: "Mei Bauer", email: "mei.bauer@example.net", badge_count: 54 },
            { id: 189, full_name: "Diego Adams", email: "diego.adams@example.net", badge_count: 52 },
            { id: 190, full_name: "Tariq Novak", email: "tariq.novak@example.org", badge_count: 77 },
            { id: 191, full_name: "Jack Clark", email: "jack.clark@example.org", badge_count: 26 },
            { id: 192, full_name: "Andre Murphy", email: "andre.murphy@example.org", badge_count: 46 },
            { id: 193, full_name: "Sam Vargas", email: "sam.vargas@example.com", badge_count: 42 },
            { id: 194, full_name: "Hannah Bennett", email: "hannah.bennett@example.com", badge_count: 47 },
            { id: 195, full_name: "Mia Bauer", email: "mia.bauer@example.org", badge_count: 62 },
            { id: 196, full_name: "Daniel Oliveira", email: "daniel.oliveira@example.org", badge_count: 17 },
            { id: 197, full_name: "Kai Almeida", email: "kai.almeida@example.com", badge_count: 80 },
            { id: 198, full_name: "Hana Gomez", email: "hana.gomez@example.com", badge_count: 16 },
            { id: 199, full_name: "Priya Oliveira", email: "priya.oliveira@example.net", badge_count: 62 },
            { id: 200, full_name: "Ines Khan", email: "ines.khan@example.org", badge_count: 68 },
        ],
    });
    await prisma.gear_reviews.createMany({
        data: [
            { id: 1, user_id: 182, gear_name: "stove multitool", rating: 2, review_text: "No response from the supplier, so the delivery was delayed." },
            { id: 2, user_id: 86, gear_name: "hikingboots", rating: 5, review_text: "The supplier reported an incomplete issue; the transfer was reopened." },
            { id: 3, user_id: 59, gear_name: "hammock multitool", rating: 4, review_text: "An operator reported an urgent issue; the delivery was refunded." },
            { id: 4, user_id: 193, gear_name: "clothing backpack sleepingbag", rating: 1, review_text: "The customer reported a routine issue; the delivery was completed." },
            { id: 5, user_id: 179, gear_name: "multitool map compass", rating: 4, review_text: "No response from the account owner, so the request was replaced." },
            { id: 6, user_id: 34, gear_name: "headlamp multitool trekkingpoles", rating: 3, review_text: "An operator asked for a change and the document was confirmed." },
            { id: 7, user_id: 12, gear_name: "stove", rating: 5, review_text: "No response from the customer, so the request was delayed." },
            { id: 8, user_id: 51, gear_name: "gps sleepingbag", rating: 4, review_text: "The team confirmed the details and the booking was replaced." },
            { id: 9, user_id: 146, gear_name: "waterbottle cookware sleepingbag", rating: 5, review_text: "No response from the customer, so the appointment was replaced." },
            { id: 10, user_id: 107, gear_name: "knife", rating: 5, review_text: "The transfer was escalated — minor case, no further action." },
            { id: 11, user_id: 142, gear_name: "firstaidkit", rating: 4, review_text: "The courier reported a routine issue; the record was delayed." },
            { id: 12, user_id: 99, gear_name: "knife backpack", rating: 3, review_text: "The customer confirmed the details and the session was resolved." },
            { id: 13, user_id: 137, gear_name: "compass binoculars headlamp", rating: 5, review_text: "No response from the team, so the booking was processed." },
            { id: 14, user_id: 88, gear_name: "binoculars", rating: 4, review_text: "The courier asked for a change and the request was closed." },
            { id: 15, user_id: 174, gear_name: "knife tent map", rating: 4, review_text: "The team reported a partial issue; the shipment was closed." },
            { id: 16, user_id: 94, gear_name: "stove firstaidkit hikingboots", rating: 5, review_text: "No response from the supplier, so the invoice was updated." },
            { id: 17, user_id: 104, gear_name: "stove", rating: 1, review_text: "The reviewer confirmed the details and the appointment was closed." },
            { id: 18, user_id: 107, gear_name: "binoculars", rating: null, review_text: null },
            { id: 19, user_id: 27, gear_name: "map trekkingpoles sleepingbag", rating: 2, review_text: "The refund was rejected — automatic case, no further action." },
            { id: 20, user_id: 43, gear_name: "chair", rating: 2, review_text: "The courier reported a standard issue; the invoice was rejected." },
            { id: 21, user_id: 97, gear_name: "compass sleepingbag tent", rating: 5, review_text: null },
            { id: 22, user_id: 91, gear_name: "firstaidkit stove", rating: 3, review_text: "The account owner confirmed the details and the item was closed." },
            { id: 23, user_id: 104, gear_name: "knife map", rating: 3, review_text: "The reviewer confirmed the details and the shipment was replaced." },
            { id: 24, user_id: 169, gear_name: "tent trekkingpoles clothing", rating: 2, review_text: "The customer asked for a change and the report was processed." },
            { id: 25, user_id: 73, gear_name: "cookware", rating: 3, review_text: "The courier reported a partial issue; the invoice was reopened." },
            { id: 26, user_id: 133, gear_name: "firstaidkit", rating: null, review_text: "No response from the account owner, so the item was cancelled." },
            { id: 27, user_id: 147, gear_name: "knife compass stove", rating: 4, review_text: "The account owner asked for a change and the account was confirmed." },
            { id: 28, user_id: 13, gear_name: "filter", rating: 5, review_text: "The customer asked for a change and the account was closed." },
            { id: 29, user_id: 39, gear_name: "hikingboots gps backpack", rating: 5, review_text: "No response from an operator, so the ticket was closed." },
            { id: 30, user_id: 76, gear_name: "headlamp", rating: 5, review_text: "The invoice was refunded — unusual case, no further action." },
            { id: 31, user_id: 98, gear_name: "hammock stove hikingboots", rating: 5, review_text: "The supplier confirmed the details and the appointment was replaced." },
            { id: 32, user_id: 121, gear_name: "multitool tent filter", rating: 4, review_text: "The payment was approved — repeat case, no further action." },
            { id: 33, user_id: 1, gear_name: "headlamp", rating: 4, review_text: "The reviewer asked for a change and the ticket was reviewed." },
            { id: 34, user_id: 109, gear_name: "clothing multitool", rating: 4, review_text: "The supplier confirmed the details and the report was approved." },
            { id: 35, user_id: 114, gear_name: "backpack", rating: 3, review_text: "The supplier reported a duplicate issue; the request was processed." },
            { id: 36, user_id: 199, gear_name: "trekkingpoles", rating: 4, review_text: "An operator asked for a change and the refund was delayed." },
            { id: 37, user_id: 32, gear_name: "sleepingbag", rating: 4, review_text: "The record was rescheduled — late case, no further action." },
            { id: 38, user_id: 76, gear_name: "hikingboots tent", rating: 3, review_text: "The reviewer confirmed the details and the payment was escalated." },
            { id: 39, user_id: 89, gear_name: "trekkingpoles chair", rating: null, review_text: "No response from the customer, so the booking was rescheduled." },
            { id: 40, user_id: 6, gear_name: "multitool hikingboots trekkingpoles", rating: 3, review_text: "The supplier confirmed the details and the claim was processed." },
            { id: 41, user_id: 53, gear_name: "knife", rating: 5, review_text: "The claim was approved — duplicate case, no further action." },
            { id: 42, user_id: 109, gear_name: "flashlight", rating: null, review_text: "No response from the team, so the claim was rescheduled." },
            { id: 43, user_id: 26, gear_name: "sleepingbag map multitool", rating: null, review_text: "The request was replaced — late case, no further action." },
            { id: 44, user_id: 163, gear_name: "waterbottle", rating: 3, review_text: "No response from the customer, so the record was confirmed." },
            { id: 45, user_id: 163, gear_name: "filter cookware", rating: 4, review_text: "The team asked for a change and the refund was reopened." },
            { id: 46, user_id: 133, gear_name: "filter hammock compass", rating: 4, review_text: "The supplier reported a duplicate issue; the order was delayed." },
            { id: 47, user_id: 186, gear_name: "compass hammock", rating: 5, review_text: "The request was reopened — manual case, no further action." },
            { id: 48, user_id: 179, gear_name: "firstaidkit chair compass", rating: null, review_text: null },
            { id: 49, user_id: 3, gear_name: "hammock", rating: 2, review_text: "The refund was confirmed — repeat case, no further action." },
            { id: 50, user_id: 25, gear_name: "tent sleepingbag", rating: 4, review_text: "No response from the account owner, so the session was completed." },
            { id: 51, user_id: 3, gear_name: "waterbottle hammock", rating: 5, review_text: "The account was resolved — incomplete case, no further action." },
            { id: 52, user_id: 109, gear_name: "chair filter", rating: 3, review_text: "No response from the supplier, so the document was updated." },
            { id: 53, user_id: 138, gear_name: "cookware backpack hikingboots", rating: 3, review_text: null },
            { id: 54, user_id: 142, gear_name: "hikingboots hammock filter", rating: 4, review_text: "No response from the courier, so the account was completed." },
            { id: 55, user_id: 153, gear_name: "flashlight", rating: 5, review_text: "The customer asked for a change and the order was confirmed." },
            { id: 56, user_id: 190, gear_name: "firstaidkit map", rating: 4, review_text: "The account owner reported a late issue; the appointment was delayed." },
            { id: 57, user_id: 67, gear_name: "hikingboots multitool firstaidkit", rating: 4, review_text: "The courier asked for a change and the refund was rejected." },
            { id: 58, user_id: 162, gear_name: "compass binoculars", rating: 5, review_text: "Support asked for a change and the request was updated." },
            { id: 59, user_id: 62, gear_name: "tent knife chair", rating: 5, review_text: "No response from the team, so the appointment was reopened." },
            { id: 60, user_id: 118, gear_name: "trekkingpoles filter", rating: null, review_text: "The report was refunded — minor case, no further action." },
            { id: 61, user_id: 59, gear_name: "headlamp chair clothing", rating: 4, review_text: "No response from the team, so the request was completed." },
            { id: 62, user_id: 23, gear_name: "gps chair backpack", rating: 5, review_text: "The customer confirmed the details and the session was delayed." },
            { id: 63, user_id: 76, gear_name: "flashlight", rating: 5, review_text: "The account owner confirmed the details and the account was cancelled." },
            { id: 64, user_id: 139, gear_name: "trekkingpoles waterbottle firstaidkit", rating: 5, review_text: "Support asked for a change and the report was confirmed." },
            { id: 65, user_id: 128, gear_name: "flashlight trekkingpoles", rating: 5, review_text: "The reviewer asked for a change and the invoice was completed." },
            { id: 66, user_id: 49, gear_name: "flashlight chair cookware", rating: null, review_text: "The courier asked for a change and the refund was updated." },
            { id: 67, user_id: 120, gear_name: "clothing", rating: null, review_text: "No response from the reviewer, so the ticket was approved." },
            { id: 68, user_id: 79, gear_name: "cookware filter", rating: 2, review_text: null },
            { id: 69, user_id: 78, gear_name: "clothing sleepingbag trekkingpoles", rating: null, review_text: null },
            { id: 70, user_id: 24, gear_name: "waterbottle chair", rating: 5, review_text: "The shipment was replaced — automatic case, no further action." },
            { id: 71, user_id: 54, gear_name: "clothing", rating: 5, review_text: "The courier asked for a change and the refund was reopened." },
            { id: 72, user_id: 99, gear_name: "chair", rating: 5, review_text: "The courier reported a manual issue; the payment was updated." },
            { id: 73, user_id: 189, gear_name: "sleepingbag tent", rating: 4, review_text: "The reviewer asked for a change and the appointment was replaced." },
            { id: 74, user_id: 46, gear_name: "hikingboots multitool", rating: 5, review_text: "The team reported a partial issue; the payment was resolved." },
            { id: 75, user_id: 106, gear_name: "clothing hikingboots cookware", rating: 4, review_text: "The supplier asked for a change and the refund was cancelled." },
            { id: 76, user_id: 175, gear_name: "compass waterbottle flashlight", rating: 2, review_text: "The team asked for a change and the ticket was escalated." },
            { id: 77, user_id: 165, gear_name: "knife", rating: 5, review_text: "The team reported a repeat issue; the order was escalated." },
            { id: 78, user_id: 106, gear_name: "cookware tent", rating: 5, review_text: "The item was reviewed — automatic case, no further action." },
            { id: 79, user_id: 30, gear_name: "knife", rating: 4, review_text: "The shipment was refunded — automatic case, no further action." },
            { id: 80, user_id: 162, gear_name: "waterbottle hikingboots cookware", rating: 2, review_text: "The team reported a partial issue; the shipment was cancelled." },
            { id: 81, user_id: 25, gear_name: "map clothing", rating: 5, review_text: null },
            { id: 82, user_id: 54, gear_name: "tent map", rating: 5, review_text: "The courier asked for a change and the booking was refunded." },
            { id: 83, user_id: 161, gear_name: "multitool", rating: 4, review_text: null },
            { id: 84, user_id: 26, gear_name: "trekkingpoles firstaidkit", rating: 3, review_text: "No response from the team, so the claim was delayed." },
            { id: 85, user_id: 191, gear_name: "filter", rating: 5, review_text: "The account owner reported an unusual issue; the appointment was delayed." },
            { id: 86, user_id: 130, gear_name: "backpack binoculars cookware", rating: 4, review_text: "No response from the account owner, so the report was closed." },
            { id: 87, user_id: 32, gear_name: "hammock", rating: 3, review_text: "The customer confirmed the details and the item was updated." },
            { id: 88, user_id: 47, gear_name: "filter", rating: 3, review_text: "An operator confirmed the details and the account was refunded." },
            { id: 89, user_id: 115, gear_name: "compass headlamp trekkingpoles", rating: 5, review_text: "No response from the team, so the session was updated." },
            { id: 90, user_id: 11, gear_name: "filter sleepingbag gps", rating: 3, review_text: "The customer confirmed the details and the appointment was rejected." },
            { id: 91, user_id: 164, gear_name: "backpack gps multitool", rating: 1, review_text: "No response from the team, so the ticket was reviewed." },
            { id: 92, user_id: 190, gear_name: "filter", rating: 4, review_text: null },
            { id: 93, user_id: 35, gear_name: "sleepingbag hammock tent", rating: 5, review_text: "The invoice was delayed — late case, no further action." },
            { id: 94, user_id: 48, gear_name: "knife hammock", rating: 4, review_text: "No response from an operator, so the payment was replaced." },
            { id: 95, user_id: 45, gear_name: "gps binoculars trekkingpoles", rating: 4, review_text: "No response from the reviewer, so the session was replaced." },
            { id: 96, user_id: 183, gear_name: "chair", rating: 4, review_text: "The team confirmed the details and the account was reviewed." },
            { id: 97, user_id: 43, gear_name: "sleepingbag hammock", rating: 4, review_text: "An operator reported a manual issue; the document was approved." },
            { id: 98, user_id: 161, gear_name: "flashlight cookware", rating: 5, review_text: "The customer reported a standard issue; the record was replaced." },
            { id: 99, user_id: 92, gear_name: "clothing stove", rating: 3, review_text: "An operator confirmed the details and the ticket was approved." },
            { id: 100, user_id: 80, gear_name: "firstaidkit", rating: 2, review_text: "The report was replaced — partial case, no further action." },
            { id: 101, user_id: 137, gear_name: "cookware", rating: 5, review_text: "The reviewer reported an unusual issue; the claim was cancelled." },
            { id: 102, user_id: 94, gear_name: "compass", rating: 5, review_text: "The refund was reviewed — repeat case, no further action." },
            { id: 103, user_id: 161, gear_name: "cookware map", rating: 4, review_text: "The reviewer reported a routine issue; the claim was processed." },
            { id: 104, user_id: 30, gear_name: "firstaidkit", rating: 1, review_text: "No response from an operator, so the payment was replaced." },
            { id: 105, user_id: 13, gear_name: "hikingboots", rating: 4, review_text: "The record was rejected — late case, no further action." },
            { id: 106, user_id: 147, gear_name: "filter", rating: 5, review_text: "The refund was updated — urgent case, no further action." },
            { id: 107, user_id: 177, gear_name: "chair", rating: 4, review_text: "The customer asked for a change and the refund was closed." },
            { id: 108, user_id: 54, gear_name: "clothing", rating: 5, review_text: "The customer reported an unusual issue; the account was approved." },
            { id: 109, user_id: 132, gear_name: "clothing firstaidkit map", rating: 5, review_text: "No response from an operator, so the ticket was replaced." },
            { id: 110, user_id: 182, gear_name: "flashlight filter", rating: 4, review_text: "The reviewer reported a minor issue; the delivery was replaced." },
            { id: 111, user_id: 183, gear_name: "headlamp", rating: 4, review_text: "The customer confirmed the details and the item was updated." },
            { id: 112, user_id: 107, gear_name: "chair", rating: 4, review_text: "The courier reported a routine issue; the transfer was resolved." },
            { id: 113, user_id: 97, gear_name: "multitool", rating: 5, review_text: null },
            { id: 114, user_id: 84, gear_name: "knife stove hammock", rating: 5, review_text: null },
            { id: 115, user_id: 107, gear_name: "filter", rating: 1, review_text: "The item was reopened — late case, no further action." },
            { id: 116, user_id: 52, gear_name: "tent flashlight", rating: null, review_text: "No response from the courier, so the refund was confirmed." },
            { id: 117, user_id: 132, gear_name: "filter firstaidkit", rating: 5, review_text: "The team reported a repeat issue; the refund was approved." },
            { id: 118, user_id: 182, gear_name: "chair multitool", rating: null, review_text: null },
            { id: 119, user_id: 61, gear_name: "tent hammock waterbottle", rating: 3, review_text: "The reviewer asked for a change and the session was rejected." },
            { id: 120, user_id: 115, gear_name: "chair sleepingbag", rating: 3, review_text: "The account owner confirmed the details and the document was completed." },
            { id: 121, user_id: 189, gear_name: "chair cookware", rating: 3, review_text: "No response from the courier, so the request was reviewed." },
            { id: 122, user_id: 187, gear_name: "chair firstaidkit cookware", rating: 1, review_text: "The courier reported a late issue; the invoice was cancelled." },
            { id: 123, user_id: 73, gear_name: "compass", rating: 5, review_text: "The request was rejected — routine case, no further action." },
            { id: 124, user_id: 2, gear_name: "trekkingpoles backpack clothing", rating: 2, review_text: "The supplier reported a partial issue; the appointment was replaced." },
            { id: 125, user_id: 177, gear_name: "chair stove", rating: 5, review_text: "The item was delayed — late case, no further action." },
            { id: 126, user_id: 106, gear_name: "chair", rating: 4, review_text: "The customer asked for a change and the shipment was resolved." },
            { id: 127, user_id: 174, gear_name: "sleepingbag", rating: 5, review_text: "The reviewer confirmed the details and the claim was updated." },
            { id: 128, user_id: 53, gear_name: "cookware", rating: 5, review_text: "No response from the account owner, so the booking was updated." },
            { id: 129, user_id: 199, gear_name: "firstaidkit trekkingpoles map", rating: 3, review_text: "The account owner reported an incomplete issue; the order was rejected." },
            { id: 130, user_id: 131, gear_name: "compass sleepingbag", rating: 4, review_text: "An operator reported a repeat issue; the refund was closed." },
            { id: 131, user_id: 39, gear_name: "stove multitool clothing", rating: 3, review_text: "No response from the supplier, so the order was approved." },
            { id: 132, user_id: 6, gear_name: "knife", rating: 4, review_text: "The customer reported a standard issue; the report was escalated." },
            { id: 133, user_id: 84, gear_name: "clothing", rating: 5, review_text: "The customer asked for a change and the appointment was escalated." },
            { id: 134, user_id: 150, gear_name: "map firstaidkit filter", rating: 3, review_text: "The courier asked for a change and the request was delayed." },
            { id: 135, user_id: 65, gear_name: "gps", rating: 5, review_text: "The courier asked for a change and the record was reopened." },
            { id: 136, user_id: 90, gear_name: "headlamp binoculars", rating: 4, review_text: null },
            { id: 137, user_id: 196, gear_name: "multitool", rating: 4, review_text: "An operator asked for a change and the document was refunded." },
            { id: 138, user_id: 99, gear_name: "sleepingbag", rating: 4, review_text: "The customer asked for a change and the delivery was cancelled." },
            { id: 139, user_id: 1, gear_name: "firstaidkit backpack", rating: 4, review_text: "The courier reported a routine issue; the payment was cancelled." },
            { id: 140, user_id: 17, gear_name: "knife hikingboots map", rating: 5, review_text: "The courier confirmed the details and the refund was closed." },
            { id: 141, user_id: 163, gear_name: "multitool filter trekkingpoles", rating: null, review_text: "The reviewer reported an unusual issue; the invoice was reopened." },
            { id: 142, user_id: 192, gear_name: "tent backpack filter", rating: 4, review_text: "The customer asked for a change and the item was processed." },
            { id: 143, user_id: 187, gear_name: "tent waterbottle", rating: 3, review_text: "The reviewer confirmed the details and the ticket was rescheduled." },
            { id: 144, user_id: 26, gear_name: "compass", rating: 5, review_text: "An operator confirmed the details and the invoice was approved." },
            { id: 145, user_id: 143, gear_name: "firstaidkit stove", rating: 4, review_text: null },
            { id: 146, user_id: 87, gear_name: "trekkingpoles headlamp", rating: 3, review_text: "The team confirmed the details and the invoice was completed." },
            { id: 147, user_id: 153, gear_name: "cookware chair flashlight", rating: null, review_text: "The customer asked for a change and the invoice was updated." },
            { id: 148, user_id: 144, gear_name: "hammock", rating: 1, review_text: "The customer asked for a change and the appointment was closed." },
            { id: 149, user_id: 41, gear_name: "clothing backpack", rating: 2, review_text: "The courier asked for a change and the payment was replaced." },
            { id: 150, user_id: 84, gear_name: "cookware sleepingbag multitool", rating: null, review_text: "The customer confirmed the details and the refund was updated." },
            { id: 151, user_id: 190, gear_name: "tent hikingboots", rating: 5, review_text: "No response from the supplier, so the record was processed." },
            { id: 152, user_id: 57, gear_name: "hammock multitool", rating: 5, review_text: "The item was confirmed — manual case, no further action." },
            { id: 153, user_id: 185, gear_name: "hammock stove headlamp", rating: 5, review_text: "The supplier reported an automatic issue; the appointment was closed." },
            { id: 154, user_id: 37, gear_name: "map", rating: 5, review_text: "The account owner asked for a change and the claim was updated." },
            { id: 155, user_id: 182, gear_name: "backpack sleepingbag", rating: 4, review_text: null },
            { id: 156, user_id: 150, gear_name: "compass", rating: 2, review_text: "No response from the reviewer, so the request was reviewed." },
            { id: 157, user_id: 28, gear_name: "flashlight compass trekkingpoles", rating: 3, review_text: "No response from the team, so the claim was updated." },
            { id: 158, user_id: 64, gear_name: "stove", rating: 3, review_text: "The ticket was reopened — routine case, no further action." },
            { id: 159, user_id: 31, gear_name: "trekkingpoles", rating: 1, review_text: "The account owner asked for a change and the report was delayed." },
            { id: 160, user_id: 30, gear_name: "multitool firstaidkit", rating: 5, review_text: "An operator reported an incomplete issue; the transfer was refunded." },
            { id: 161, user_id: 41, gear_name: "clothing backpack map", rating: 3, review_text: "The supplier confirmed the details and the item was rescheduled." },
            { id: 162, user_id: 152, gear_name: "map", rating: null, review_text: "The customer confirmed the details and the account was completed." },
            { id: 163, user_id: 92, gear_name: "gps trekkingpoles map", rating: 5, review_text: "The account owner asked for a change and the invoice was processed." },
            { id: 164, user_id: 114, gear_name: "map hammock clothing", rating: 4, review_text: "The request was processed — automatic case, no further action." },
            { id: 165, user_id: 45, gear_name: "trekkingpoles knife", rating: 3, review_text: "The session was confirmed — minor case, no further action." },
            { id: 166, user_id: 177, gear_name: "gps compass", rating: 5, review_text: "The reviewer asked for a change and the booking was updated." },
            { id: 167, user_id: 95, gear_name: "compass tent filter", rating: 5, review_text: "No response from the account owner, so the ticket was completed." },
            { id: 168, user_id: 134, gear_name: "sleepingbag", rating: 5, review_text: "No response from the team, so the refund was replaced." },
            { id: 169, user_id: 133, gear_name: "firstaidkit compass stove", rating: 5, review_text: "No response from an operator, so the claim was cancelled." },
            { id: 170, user_id: 27, gear_name: "compass waterbottle cookware", rating: 2, review_text: "No response from the account owner, so the payment was escalated." },
            { id: 171, user_id: 189, gear_name: "hammock firstaidkit binoculars", rating: null, review_text: "No response from the courier, so the payment was confirmed." },
            { id: 172, user_id: 120, gear_name: "compass", rating: 5, review_text: "No response from the reviewer, so the payment was rescheduled." },
            { id: 173, user_id: 162, gear_name: "binoculars flashlight compass", rating: 5, review_text: "The reviewer reported an automatic issue; the report was reopened." },
            { id: 174, user_id: 39, gear_name: "multitool", rating: 1, review_text: "An operator asked for a change and the payment was delayed." },
            { id: 175, user_id: 17, gear_name: "firstaidkit", rating: 5, review_text: "The courier asked for a change and the shipment was closed." },
            { id: 176, user_id: 64, gear_name: "sleepingbag gps", rating: 4, review_text: "No response from the reviewer, so the session was replaced." },
            { id: 177, user_id: 1, gear_name: "backpack", rating: 4, review_text: null },
            { id: 178, user_id: 184, gear_name: "tent flashlight stove", rating: 5, review_text: "The reviewer asked for a change and the item was completed." },
            { id: 179, user_id: 20, gear_name: "cookware backpack", rating: 5, review_text: "No response from an operator, so the account was approved." },
            { id: 180, user_id: 121, gear_name: "hikingboots gps hammock", rating: 1, review_text: "The claim was rescheduled — late case, no further action." },
            { id: 181, user_id: 187, gear_name: "waterbottle sleepingbag binoculars", rating: 4, review_text: "The courier asked for a change and the ticket was updated." },
            { id: 182, user_id: 39, gear_name: "gps stove backpack", rating: 5, review_text: "The courier reported an incomplete issue; the claim was processed." },
            { id: 183, user_id: 62, gear_name: "binoculars", rating: 5, review_text: "Support asked for a change and the delivery was updated." },
            { id: 184, user_id: 41, gear_name: "backpack map chair", rating: 5, review_text: "No response from the team, so the order was reviewed." },
            { id: 185, user_id: 46, gear_name: "multitool stove", rating: 5, review_text: "The account owner asked for a change and the transfer was rejected." },
            { id: 186, user_id: 107, gear_name: "hikingboots sleepingbag multitool", rating: 4, review_text: "The request was processed — routine case, no further action." },
            { id: 187, user_id: 64, gear_name: "headlamp backpack", rating: 4, review_text: "The team asked for a change and the invoice was reviewed." },
            { id: 188, user_id: 92, gear_name: "clothing", rating: 5, review_text: "The reviewer asked for a change and the session was delayed." },
            { id: 189, user_id: 158, gear_name: "gps sleepingbag flashlight", rating: 5, review_text: "The supplier asked for a change and the booking was replaced." },
            { id: 190, user_id: 21, gear_name: "waterbottle hikingboots", rating: null, review_text: "The refund was rejected — standard case, no further action." },
            { id: 191, user_id: 61, gear_name: "map compass hammock", rating: 4, review_text: "The reviewer confirmed the details and the ticket was approved." },
            { id: 192, user_id: 179, gear_name: "multitool", rating: 5, review_text: null },
            { id: 193, user_id: 64, gear_name: "multitool hammock", rating: 5, review_text: "The supplier confirmed the details and the transfer was rejected." },
            { id: 194, user_id: 76, gear_name: "sleepingbag multitool", rating: null, review_text: "The reviewer confirmed the details and the booking was reviewed." },
            { id: 195, user_id: 110, gear_name: "chair backpack", rating: 5, review_text: "The account owner reported an automatic issue; the payment was reviewed." },
            { id: 196, user_id: 97, gear_name: "backpack chair", rating: 2, review_text: "The invoice was escalated — manual case, no further action." },
            { id: 197, user_id: 162, gear_name: "compass gps clothing", rating: 5, review_text: "The request was confirmed — manual case, no further action." },
            { id: 198, user_id: 52, gear_name: "tent cookware waterbottle", rating: 2, review_text: "The record was rejected — manual case, no further action." },
            { id: 199, user_id: 23, gear_name: "gps", rating: 5, review_text: null },
            { id: 200, user_id: 165, gear_name: "backpack tent", rating: 4, review_text: "The order was cancelled — incomplete case, no further action." },
            { id: 201, user_id: 108, gear_name: "knife waterbottle", rating: null, review_text: "No response from the courier, so the account was closed." },
            { id: 202, user_id: 174, gear_name: "sleepingbag", rating: 4, review_text: null },
            { id: 203, user_id: 67, gear_name: "trekkingpoles", rating: 5, review_text: "The ticket was cancelled — duplicate case, no further action." },
            { id: 204, user_id: 16, gear_name: "trekkingpoles firstaidkit", rating: 3, review_text: "The supplier reported a duplicate issue; the document was approved." },
            { id: 205, user_id: 7, gear_name: "headlamp gps", rating: null, review_text: null },
            { id: 206, user_id: 1, gear_name: "trekkingpoles", rating: 3, review_text: null },
            { id: 207, user_id: 53, gear_name: "gps tent", rating: 5, review_text: null },
            { id: 208, user_id: 112, gear_name: "clothing sleepingbag compass", rating: 1, review_text: "The account owner reported a routine issue; the refund was rescheduled." },
            { id: 209, user_id: 99, gear_name: "filter trekkingpoles flashlight", rating: 5, review_text: "No response from the customer, so the appointment was completed." },
            { id: 210, user_id: 135, gear_name: "gps hammock backpack", rating: 2, review_text: "The item was resolved — manual case, no further action." },
            { id: 211, user_id: 77, gear_name: "hammock binoculars chair", rating: 1, review_text: "The account owner reported a minor issue; the refund was refunded." },
            { id: 212, user_id: 16, gear_name: "trekkingpoles knife cookware", rating: 5, review_text: "An operator confirmed the details and the report was approved." },
            { id: 213, user_id: 188, gear_name: "flashlight waterbottle firstaidkit", rating: 3, review_text: "The customer reported a late issue; the request was approved." },
            { id: 214, user_id: 182, gear_name: "headlamp filter compass", rating: 5, review_text: null },
            { id: 215, user_id: 139, gear_name: "hammock headlamp", rating: 2, review_text: "No response from the customer, so the record was rejected." },
            { id: 216, user_id: 189, gear_name: "headlamp firstaidkit multitool", rating: 3, review_text: "An operator reported a standard issue; the appointment was confirmed." },
            { id: 217, user_id: 138, gear_name: "flashlight map", rating: 5, review_text: "The report was processed — automatic case, no further action." },
            { id: 218, user_id: 23, gear_name: "knife binoculars", rating: 4, review_text: "An operator confirmed the details and the report was completed." },
            { id: 219, user_id: 189, gear_name: "trekkingpoles waterbottle", rating: 5, review_text: "The transfer was reviewed — incomplete case, no further action." },
            { id: 220, user_id: 111, gear_name: "sleepingbag clothing map", rating: 3, review_text: null },
            { id: 221, user_id: 156, gear_name: "knife", rating: 2, review_text: "The claim was rescheduled — unusual case, no further action." },
            { id: 222, user_id: 105, gear_name: "binoculars clothing", rating: 5, review_text: "No response from the account owner, so the booking was closed." },
            { id: 223, user_id: 20, gear_name: "trekkingpoles", rating: 5, review_text: "The delivery was confirmed — partial case, no further action." },
            { id: 224, user_id: 195, gear_name: "sleepingbag", rating: 3, review_text: "The account owner reported a standard issue; the payment was updated." },
            { id: 225, user_id: 81, gear_name: "chair", rating: 2, review_text: "An operator asked for a change and the delivery was resolved." },
            { id: 226, user_id: 97, gear_name: "knife cookware", rating: 3, review_text: "No response from the team, so the request was escalated." },
            { id: 227, user_id: 2, gear_name: "sleepingbag compass", rating: 5, review_text: "No response from the team, so the claim was rescheduled." },
            { id: 228, user_id: 91, gear_name: "trekkingpoles", rating: null, review_text: "The account owner reported an urgent issue; the order was refunded." },
            { id: 229, user_id: 10, gear_name: "filter knife", rating: 2, review_text: "The courier reported a routine issue; the ticket was processed." },
            { id: 230, user_id: 75, gear_name: "multitool sleepingbag clothing", rating: 2, review_text: "The record was rejected — partial case, no further action." },
            { id: 231, user_id: 96, gear_name: "binoculars", rating: 3, review_text: "The reviewer reported a manual issue; the delivery was refunded." },
            { id: 232, user_id: 174, gear_name: "tent firstaidkit multitool", rating: null, review_text: "The team reported an unusual issue; the report was rescheduled." },
            { id: 233, user_id: 32, gear_name: "binoculars gps map", rating: 4, review_text: "The team asked for a change and the refund was completed." },
            { id: 234, user_id: 31, gear_name: "compass", rating: 3, review_text: "No response from the team, so the report was completed." },
            { id: 235, user_id: 92, gear_name: "multitool", rating: 3, review_text: "The supplier reported a duplicate issue; the report was cancelled." },
            { id: 236, user_id: 5, gear_name: "hammock chair sleepingbag", rating: null, review_text: "The courier asked for a change and the report was confirmed." },
            { id: 237, user_id: 23, gear_name: "gps flashlight trekkingpoles", rating: null, review_text: "The transfer was completed — routine case, no further action." },
            { id: 238, user_id: 76, gear_name: "binoculars hammock", rating: 2, review_text: "No response from the supplier, so the account was reviewed." },
            { id: 239, user_id: 6, gear_name: "chair clothing binoculars", rating: 5, review_text: "The reviewer reported a late issue; the request was confirmed." },
            { id: 240, user_id: 77, gear_name: "chair", rating: 4, review_text: "No response from an operator, so the report was reviewed." },
            { id: 241, user_id: 88, gear_name: "headlamp gps", rating: 5, review_text: "No response from the reviewer, so the account was rescheduled." },
            { id: 242, user_id: 158, gear_name: "clothing filter", rating: 3, review_text: "The customer asked for a change and the payment was processed." },
            { id: 243, user_id: 40, gear_name: "backpack", rating: null, review_text: "The courier reported an unusual issue; the ticket was approved." },
            { id: 244, user_id: 25, gear_name: "tent", rating: 4, review_text: "The customer confirmed the details and the item was processed." },
            { id: 245, user_id: 181, gear_name: "trekkingpoles gps", rating: 5, review_text: "The reviewer asked for a change and the account was confirmed." },
            { id: 246, user_id: 39, gear_name: "waterbottle", rating: 4, review_text: "The booking was cancelled — partial case, no further action." },
            { id: 247, user_id: 26, gear_name: "firstaidkit", rating: 4, review_text: "The courier confirmed the details and the delivery was reviewed." },
            { id: 248, user_id: 34, gear_name: "multitool", rating: 4, review_text: "The courier confirmed the details and the claim was delayed." },
            { id: 249, user_id: 7, gear_name: "compass", rating: 1, review_text: "The team asked for a change and the request was replaced." },
            { id: 250, user_id: 31, gear_name: "gps", rating: 5, review_text: "No response from the team, so the request was rescheduled." },
        ],
    });
    await prisma.trips.createMany({
        data: [
            { id: 1, user_id: 115, trail_id: 80, start_date: "2022-11-26", end_date: null },
            { id: 2, user_id: 90, trail_id: 29, start_date: "2021-07-09", end_date: "2023-09-02" },
            { id: 3, user_id: 62, trail_id: 34, start_date: "2020-10-24", end_date: null },
            { id: 4, user_id: 63, trail_id: 34, start_date: "2022-07-16", end_date: "2020-08-15" },
            { id: 5, user_id: 99, trail_id: 41, start_date: "2023-10-31", end_date: "2023-07-07" },
            { id: 6, user_id: 166, trail_id: 21, start_date: null, end_date: null },
            { id: 7, user_id: 200, trail_id: 5, start_date: "2020-06-13", end_date: "2022-09-28" },
            { id: 8, user_id: 72, trail_id: 26, start_date: "2022-10-28", end_date: "2020-01-23" },
            { id: 9, user_id: 81, trail_id: 85, start_date: "2022-03-06", end_date: "2022-01-02" },
            { id: 10, user_id: 97, trail_id: 6, start_date: "2023-12-17", end_date: "2023-08-17" },
            { id: 11, user_id: 150, trail_id: 53, start_date: "2021-10-18", end_date: "2022-04-18" },
            { id: 12, user_id: 177, trail_id: 75, start_date: "2021-10-28", end_date: "2020-05-21" },
            { id: 13, user_id: 115, trail_id: 142, start_date: "2021-02-19", end_date: "2022-07-28" },
            { id: 14, user_id: 34, trail_id: 24, start_date: "2021-07-01", end_date: "2023-01-16" },
            { id: 15, user_id: 117, trail_id: 115, start_date: "2021-06-12", end_date: "2020-06-22" },
            { id: 16, user_id: 166, trail_id: 86, start_date: "2023-11-07", end_date: "2023-11-07" },
            { id: 17, user_id: 151, trail_id: 89, start_date: "2023-07-11", end_date: null },
            { id: 18, user_id: 10, trail_id: 103, start_date: "2021-02-21", end_date: "2023-10-14" },
            { id: 19, user_id: 19, trail_id: 91, start_date: "2022-12-10", end_date: "2023-12-14" },
            { id: 20, user_id: 27, trail_id: 3, start_date: "2023-09-14", end_date: "2020-10-26" },
            { id: 21, user_id: 67, trail_id: 102, start_date: "2022-03-05", end_date: null },
            { id: 22, user_id: 27, trail_id: 24, start_date: "2022-11-27", end_date: "2021-03-08" },
            { id: 23, user_id: 14, trail_id: 79, start_date: "2023-10-06", end_date: "2021-11-28" },
            { id: 24, user_id: 101, trail_id: 123, start_date: "2021-07-31", end_date: "2023-08-19" },
            { id: 25, user_id: 101, trail_id: 130, start_date: "2020-06-26", end_date: "2023-12-10" },
            { id: 26, user_id: 134, trail_id: 27, start_date: "2023-06-19", end_date: "2022-09-13" },
            { id: 27, user_id: 192, trail_id: 137, start_date: "2023-04-02", end_date: "2021-07-24" },
            { id: 28, user_id: 61, trail_id: 27, start_date: "2023-07-26", end_date: "2023-06-21" },
            { id: 29, user_id: 49, trail_id: 84, start_date: "2023-12-19", end_date: "2023-03-30" },
            { id: 30, user_id: 166, trail_id: 7, start_date: "2023-07-10", end_date: "2020-11-17" },
            { id: 31, user_id: 96, trail_id: 52, start_date: null, end_date: "2023-07-14" },
            { id: 32, user_id: 105, trail_id: 116, start_date: null, end_date: "2021-03-26" },
            { id: 33, user_id: 154, trail_id: 9, start_date: "2022-04-20", end_date: "2023-03-01" },
            { id: 34, user_id: 8, trail_id: 33, start_date: "2020-10-04", end_date: "2020-12-11" },
            { id: 35, user_id: 81, trail_id: 110, start_date: "2022-11-15", end_date: "2023-09-17" },
            { id: 36, user_id: 75, trail_id: 141, start_date: "2020-07-18", end_date: "2020-11-21" },
            { id: 37, user_id: 153, trail_id: 86, start_date: "2020-12-19", end_date: "2020-06-27" },
            { id: 38, user_id: 41, trail_id: 134, start_date: "2023-11-17", end_date: "2021-01-06" },
            { id: 39, user_id: 7, trail_id: 112, start_date: "2020-08-09", end_date: "2021-09-06" },
            { id: 40, user_id: 154, trail_id: 37, start_date: "2023-12-15", end_date: "2022-06-13" },
            { id: 41, user_id: 5, trail_id: 85, start_date: "2023-07-07", end_date: "2022-09-23" },
            { id: 42, user_id: 54, trail_id: 24, start_date: "2023-07-12", end_date: "2020-07-03" },
            { id: 43, user_id: 149, trail_id: 87, start_date: null, end_date: "2020-03-13" },
            { id: 44, user_id: 162, trail_id: 74, start_date: null, end_date: "2022-01-28" },
            { id: 45, user_id: 119, trail_id: 47, start_date: "2022-06-21", end_date: "2023-01-08" },
            { id: 46, user_id: 47, trail_id: 142, start_date: "2023-09-19", end_date: "2020-07-30" },
            { id: 47, user_id: 40, trail_id: 50, start_date: "2022-02-23", end_date: "2023-10-16" },
            { id: 48, user_id: 139, trail_id: 113, start_date: "2022-01-14", end_date: "2022-05-23" },
            { id: 49, user_id: 60, trail_id: 61, start_date: null, end_date: "2022-11-17" },
            { id: 50, user_id: 38, trail_id: 78, start_date: "2020-06-03", end_date: "2023-06-12" },
            { id: 51, user_id: 152, trail_id: 88, start_date: "2020-11-18", end_date: "2022-03-06" },
            { id: 52, user_id: 191, trail_id: 79, start_date: "2023-09-29", end_date: "2022-10-17" },
            { id: 53, user_id: 53, trail_id: 20, start_date: "2023-05-25", end_date: "2020-03-28" },
            { id: 54, user_id: 113, trail_id: 50, start_date: "2022-06-10", end_date: "2021-05-12" },
            { id: 55, user_id: 127, trail_id: 106, start_date: "2023-01-21", end_date: "2020-05-15" },
            { id: 56, user_id: 198, trail_id: 62, start_date: "2021-07-29", end_date: null },
            { id: 57, user_id: 185, trail_id: 54, start_date: "2022-05-23", end_date: "2020-10-23" },
            { id: 58, user_id: 135, trail_id: 10, start_date: "2023-06-08", end_date: "2022-10-04" },
            { id: 59, user_id: 92, trail_id: 126, start_date: "2023-07-20", end_date: "2021-12-17" },
            { id: 60, user_id: 142, trail_id: 110, start_date: "2022-11-05", end_date: "2022-10-26" },
            { id: 61, user_id: 57, trail_id: 85, start_date: null, end_date: "2023-04-01" },
            { id: 62, user_id: 6, trail_id: 6, start_date: "2022-07-03", end_date: null },
            { id: 63, user_id: 28, trail_id: 73, start_date: "2020-02-22", end_date: "2020-06-30" },
            { id: 64, user_id: 68, trail_id: 76, start_date: "2022-07-23", end_date: "2022-02-28" },
            { id: 65, user_id: 171, trail_id: 74, start_date: "2022-11-20", end_date: "2021-12-14" },
            { id: 66, user_id: 128, trail_id: 42, start_date: "2023-07-20", end_date: "2023-12-29" },
            { id: 67, user_id: 155, trail_id: 62, start_date: "2022-03-28", end_date: "2020-07-06" },
            { id: 68, user_id: 84, trail_id: 68, start_date: "2022-12-18", end_date: "2022-04-16" },
            { id: 69, user_id: 40, trail_id: 52, start_date: "2020-04-30", end_date: null },
            { id: 70, user_id: 51, trail_id: 66, start_date: null, end_date: null },
            { id: 71, user_id: 135, trail_id: 99, start_date: "2022-10-20", end_date: "2021-02-28" },
            { id: 72, user_id: 109, trail_id: 8, start_date: null, end_date: "2023-04-30" },
            { id: 73, user_id: 149, trail_id: 135, start_date: "2022-10-31", end_date: null },
            { id: 74, user_id: 35, trail_id: 66, start_date: "2022-09-02", end_date: "2021-05-25" },
            { id: 75, user_id: 120, trail_id: 61, start_date: "2022-09-07", end_date: "2023-11-23" },
            { id: 76, user_id: 50, trail_id: 145, start_date: null, end_date: "2022-11-25" },
            { id: 77, user_id: 179, trail_id: 105, start_date: "2022-08-19", end_date: "2022-04-09" },
            { id: 78, user_id: 35, trail_id: 18, start_date: "2021-09-08", end_date: "2022-02-24" },
            { id: 79, user_id: 87, trail_id: 22, start_date: null, end_date: "2021-01-03" },
            { id: 80, user_id: 19, trail_id: 137, start_date: "2023-06-14", end_date: null },
            { id: 81, user_id: 138, trail_id: 124, start_date: "2023-09-28", end_date: "2023-08-04" },
            { id: 82, user_id: 104, trail_id: 37, start_date: null, end_date: "2022-09-06" },
            { id: 83, user_id: 152, trail_id: 69, start_date: "2022-03-08", end_date: "2023-12-08" },
            { id: 84, user_id: 58, trail_id: 32, start_date: "2023-05-14", end_date: "2021-11-11" },
            { id: 85, user_id: 69, trail_id: 78, start_date: "2020-09-15", end_date: "2022-09-27" },
            { id: 86, user_id: 163, trail_id: 46, start_date: "2022-05-31", end_date: "2023-06-11" },
            { id: 87, user_id: 4, trail_id: 33, start_date: "2020-06-26", end_date: "2023-09-11" },
            { id: 88, user_id: 21, trail_id: 121, start_date: "2020-12-26", end_date: "2020-05-02" },
            { id: 89, user_id: 101, trail_id: 150, start_date: "2022-06-09", end_date: "2023-11-08" },
            { id: 90, user_id: 58, trail_id: 23, start_date: null, end_date: "2022-07-03" },
            { id: 91, user_id: 165, trail_id: 97, start_date: "2022-12-04", end_date: null },
            { id: 92, user_id: 152, trail_id: 79, start_date: "2023-02-24", end_date: "2020-05-03" },
            { id: 93, user_id: 41, trail_id: 10, start_date: null, end_date: "2023-12-07" },
            { id: 94, user_id: 136, trail_id: 91, start_date: "2021-09-02", end_date: "2023-03-28" },
            { id: 95, user_id: 57, trail_id: 47, start_date: "2022-04-06", end_date: "2021-07-26" },
            { id: 96, user_id: 188, trail_id: 142, start_date: "2023-10-10", end_date: "2023-08-07" },
            { id: 97, user_id: 48, trail_id: 34, start_date: "2023-10-17", end_date: "2020-10-02" },
            { id: 98, user_id: 28, trail_id: 37, start_date: "2023-02-07", end_date: null },
            { id: 99, user_id: 170, trail_id: 20, start_date: "2023-08-22", end_date: "2021-09-16" },
            { id: 100, user_id: 184, trail_id: 3, start_date: null, end_date: null },
            { id: 101, user_id: 112, trail_id: 23, start_date: "2022-07-13", end_date: "2023-10-30" },
            { id: 102, user_id: 70, trail_id: 6, start_date: "2021-03-09", end_date: "2023-08-16" },
            { id: 103, user_id: 49, trail_id: 40, start_date: "2023-02-25", end_date: null },
            { id: 104, user_id: 11, trail_id: 48, start_date: "2020-03-04", end_date: "2020-08-17" },
            { id: 105, user_id: 158, trail_id: 93, start_date: "2022-03-15", end_date: "2021-07-20" },
            { id: 106, user_id: 140, trail_id: 50, start_date: "2021-11-18", end_date: "2020-10-23" },
            { id: 107, user_id: 97, trail_id: 43, start_date: "2020-10-17", end_date: "2022-12-08" },
            { id: 108, user_id: 116, trail_id: 92, start_date: "2021-03-02", end_date: "2022-01-10" },
            { id: 109, user_id: 109, trail_id: 15, start_date: "2021-07-17", end_date: "2023-09-19" },
            { id: 110, user_id: 199, trail_id: 19, start_date: "2023-10-15", end_date: "2022-01-05" },
            { id: 111, user_id: 31, trail_id: 149, start_date: "2022-10-19", end_date: "2023-11-29" },
            { id: 112, user_id: 94, trail_id: 70, start_date: "2022-07-29", end_date: "2023-12-25" },
            { id: 113, user_id: 116, trail_id: 15, start_date: "2023-10-08", end_date: "2021-01-30" },
            { id: 114, user_id: 151, trail_id: 121, start_date: "2023-04-17", end_date: "2020-09-02" },
            { id: 115, user_id: 60, trail_id: 147, start_date: "2020-12-31", end_date: "2022-12-14" },
            { id: 116, user_id: 94, trail_id: 109, start_date: "2022-08-30", end_date: "2022-10-17" },
            { id: 117, user_id: 195, trail_id: 15, start_date: "2021-11-23", end_date: "2020-01-27" },
            { id: 118, user_id: 142, trail_id: 40, start_date: "2022-12-01", end_date: null },
            { id: 119, user_id: 164, trail_id: 135, start_date: "2020-02-22", end_date: "2023-08-02" },
            { id: 120, user_id: 133, trail_id: 91, start_date: "2023-06-03", end_date: null },
            { id: 121, user_id: 3, trail_id: 44, start_date: "2023-08-27", end_date: "2021-07-20" },
            { id: 122, user_id: 186, trail_id: 102, start_date: null, end_date: null },
            { id: 123, user_id: 75, trail_id: 142, start_date: "2023-03-08", end_date: "2022-03-20" },
            { id: 124, user_id: 170, trail_id: 99, start_date: "2023-10-24", end_date: "2022-08-19" },
            { id: 125, user_id: 10, trail_id: 63, start_date: "2020-12-12", end_date: "2023-04-11" },
            { id: 126, user_id: 81, trail_id: 76, start_date: "2023-08-15", end_date: "2023-10-23" },
            { id: 127, user_id: 103, trail_id: 45, start_date: "2021-10-13", end_date: "2023-02-20" },
            { id: 128, user_id: 188, trail_id: 84, start_date: "2023-10-28", end_date: null },
            { id: 129, user_id: 139, trail_id: 64, start_date: "2023-07-07", end_date: "2020-06-28" },
            { id: 130, user_id: 55, trail_id: 26, start_date: "2022-08-27", end_date: "2020-09-09" },
            { id: 131, user_id: 80, trail_id: 100, start_date: "2020-03-03", end_date: "2023-06-17" },
            { id: 132, user_id: 104, trail_id: 24, start_date: "2020-12-05", end_date: "2021-05-03" },
            { id: 133, user_id: 138, trail_id: 16, start_date: "2022-06-19", end_date: "2023-01-07" },
            { id: 134, user_id: 140, trail_id: 56, start_date: "2022-10-22", end_date: "2023-08-30" },
            { id: 135, user_id: 134, trail_id: 106, start_date: "2023-08-04", end_date: "2021-06-13" },
            { id: 136, user_id: 68, trail_id: 76, start_date: "2020-08-15", end_date: null },
            { id: 137, user_id: 172, trail_id: 11, start_date: null, end_date: "2021-06-21" },
            { id: 138, user_id: 31, trail_id: 2, start_date: "2023-03-23", end_date: "2020-10-21" },
            { id: 139, user_id: 124, trail_id: 36, start_date: "2023-01-11", end_date: "2023-08-13" },
            { id: 140, user_id: 185, trail_id: 53, start_date: "2021-12-28", end_date: "2020-08-05" },
            { id: 141, user_id: 113, trail_id: 53, start_date: "2023-08-03", end_date: "2020-09-02" },
            { id: 142, user_id: 191, trail_id: 23, start_date: "2020-01-01", end_date: "2023-03-10" },
            { id: 143, user_id: 163, trail_id: 21, start_date: "2020-07-10", end_date: "2020-01-12" },
            { id: 144, user_id: 23, trail_id: 109, start_date: "2022-03-02", end_date: "2023-08-09" },
            { id: 145, user_id: 180, trail_id: 56, start_date: "2021-03-09", end_date: "2020-12-22" },
            { id: 146, user_id: 57, trail_id: 85, start_date: "2021-08-14", end_date: "2020-11-30" },
            { id: 147, user_id: 105, trail_id: 136, start_date: "2022-08-18", end_date: "2021-10-09" },
            { id: 148, user_id: 56, trail_id: 47, start_date: "2021-01-19", end_date: "2020-05-22" },
            { id: 149, user_id: 55, trail_id: 72, start_date: "2020-06-01", end_date: null },
            { id: 150, user_id: 41, trail_id: 27, start_date: "2022-12-11", end_date: "2022-11-26" },
            { id: 151, user_id: 69, trail_id: 116, start_date: "2023-04-18", end_date: "2021-07-31" },
            { id: 152, user_id: 102, trail_id: 24, start_date: null, end_date: null },
            { id: 153, user_id: 40, trail_id: 105, start_date: "2020-07-23", end_date: "2022-07-09" },
            { id: 154, user_id: 128, trail_id: 99, start_date: "2022-01-21", end_date: "2022-02-27" },
            { id: 155, user_id: 133, trail_id: 54, start_date: "2022-10-21", end_date: "2022-03-29" },
            { id: 156, user_id: 101, trail_id: 67, start_date: "2022-07-10", end_date: "2022-09-09" },
            { id: 157, user_id: 175, trail_id: 67, start_date: "2022-01-30", end_date: "2020-04-01" },
            { id: 158, user_id: 44, trail_id: 52, start_date: "2021-11-07", end_date: "2020-10-31" },
            { id: 159, user_id: 99, trail_id: 11, start_date: null, end_date: "2021-09-13" },
            { id: 160, user_id: 11, trail_id: 114, start_date: "2022-12-23", end_date: "2022-10-29" },
            { id: 161, user_id: 62, trail_id: 150, start_date: "2021-03-24", end_date: "2023-10-08" },
            { id: 162, user_id: 138, trail_id: 42, start_date: null, end_date: "2021-02-03" },
            { id: 163, user_id: 35, trail_id: 91, start_date: "2020-01-22", end_date: "2020-11-06" },
            { id: 164, user_id: 80, trail_id: 58, start_date: null, end_date: "2021-05-07" },
            { id: 165, user_id: 54, trail_id: 19, start_date: "2021-06-19", end_date: "2022-11-26" },
            { id: 166, user_id: 69, trail_id: 135, start_date: "2020-08-20", end_date: "2023-11-30" },
            { id: 167, user_id: 109, trail_id: 89, start_date: "2021-05-14", end_date: "2020-06-12" },
            { id: 168, user_id: 17, trail_id: 61, start_date: "2022-09-15", end_date: "2022-10-07" },
            { id: 169, user_id: 132, trail_id: 130, start_date: "2022-07-25", end_date: "2022-07-22" },
            { id: 170, user_id: 162, trail_id: 58, start_date: "2022-08-08", end_date: "2022-12-07" },
            { id: 171, user_id: 199, trail_id: 8, start_date: "2020-07-10", end_date: "2021-04-11" },
            { id: 172, user_id: 120, trail_id: 114, start_date: null, end_date: "2022-03-05" },
            { id: 173, user_id: 15, trail_id: 148, start_date: "2021-09-08", end_date: "2023-07-07" },
            { id: 174, user_id: 37, trail_id: 131, start_date: "2023-12-04", end_date: "2021-01-19" },
            { id: 175, user_id: 115, trail_id: 141, start_date: "2020-12-13", end_date: "2023-10-14" },
            { id: 176, user_id: 112, trail_id: 73, start_date: null, end_date: "2022-04-28" },
            { id: 177, user_id: 7, trail_id: 54, start_date: "2020-10-01", end_date: "2023-11-21" },
            { id: 178, user_id: 185, trail_id: 13, start_date: "2021-01-06", end_date: "2022-01-11" },
            { id: 179, user_id: 35, trail_id: 64, start_date: "2020-06-09", end_date: "2023-08-23" },
            { id: 180, user_id: 187, trail_id: 18, start_date: "2022-05-11", end_date: "2023-10-02" },
            { id: 181, user_id: 179, trail_id: 47, start_date: "2023-08-15", end_date: "2021-07-26" },
            { id: 182, user_id: 102, trail_id: 16, start_date: "2023-10-22", end_date: "2023-03-15" },
            { id: 183, user_id: 162, trail_id: 112, start_date: null, end_date: "2022-08-03" },
            { id: 184, user_id: 124, trail_id: 56, start_date: "2022-10-14", end_date: "2020-02-05" },
            { id: 185, user_id: 148, trail_id: 72, start_date: "2021-06-27", end_date: "2023-08-16" },
            { id: 186, user_id: 60, trail_id: 144, start_date: "2022-02-21", end_date: "2022-07-04" },
            { id: 187, user_id: 83, trail_id: 22, start_date: "2023-02-21", end_date: "2020-09-19" },
            { id: 188, user_id: 16, trail_id: 58, start_date: "2023-03-22", end_date: "2020-03-01" },
            { id: 189, user_id: 195, trail_id: 48, start_date: "2022-08-31", end_date: "2021-07-09" },
            { id: 190, user_id: 62, trail_id: 116, start_date: "2020-07-20", end_date: "2021-08-13" },
            { id: 191, user_id: 90, trail_id: 2, start_date: "2020-05-18", end_date: "2021-05-14" },
            { id: 192, user_id: 11, trail_id: 80, start_date: "2022-04-05", end_date: "2022-04-11" },
            { id: 193, user_id: 115, trail_id: 23, start_date: "2020-10-26", end_date: "2022-07-21" },
            { id: 194, user_id: 166, trail_id: 71, start_date: "2023-06-29", end_date: "2022-07-31" },
            { id: 195, user_id: 62, trail_id: 12, start_date: "2023-05-04", end_date: "2023-09-16" },
            { id: 196, user_id: 105, trail_id: 47, start_date: "2023-12-25", end_date: "2022-08-10" },
            { id: 197, user_id: 104, trail_id: 72, start_date: "2022-11-17", end_date: "2021-12-22" },
            { id: 198, user_id: 188, trail_id: 115, start_date: null, end_date: "2021-04-12" },
            { id: 199, user_id: 40, trail_id: 144, start_date: "2022-12-12", end_date: "2021-01-20" },
            { id: 200, user_id: 156, trail_id: 3, start_date: "2023-04-12", end_date: "2023-10-13" },
            { id: 201, user_id: 185, trail_id: 128, start_date: "2023-08-08", end_date: "2023-07-05" },
            { id: 202, user_id: 17, trail_id: 108, start_date: "2023-10-05", end_date: "2022-05-18" },
            { id: 203, user_id: 46, trail_id: 59, start_date: "2023-09-05", end_date: "2022-05-07" },
            { id: 204, user_id: 100, trail_id: 45, start_date: "2020-09-05", end_date: "2022-01-02" },
            { id: 205, user_id: 88, trail_id: 66, start_date: "2023-05-29", end_date: "2021-04-22" },
            { id: 206, user_id: 162, trail_id: 7, start_date: null, end_date: null },
            { id: 207, user_id: 73, trail_id: 81, start_date: "2021-12-30", end_date: "2021-06-10" },
            { id: 208, user_id: 155, trail_id: 15, start_date: "2022-06-12", end_date: null },
            { id: 209, user_id: 46, trail_id: 80, start_date: "2021-01-12", end_date: null },
            { id: 210, user_id: 115, trail_id: 138, start_date: "2021-10-11", end_date: "2023-01-21" },
            { id: 211, user_id: 22, trail_id: 140, start_date: "2021-02-03", end_date: "2023-05-28" },
            { id: 212, user_id: 2, trail_id: 92, start_date: null, end_date: "2023-04-17" },
            { id: 213, user_id: 118, trail_id: 50, start_date: "2023-03-09", end_date: "2020-06-14" },
            { id: 214, user_id: 163, trail_id: 133, start_date: "2020-04-26", end_date: "2023-10-14" },
            { id: 215, user_id: 83, trail_id: 22, start_date: "2023-05-08", end_date: "2023-06-23" },
            { id: 216, user_id: 37, trail_id: 132, start_date: "2022-03-29", end_date: null },
            { id: 217, user_id: 113, trail_id: 26, start_date: "2023-07-30", end_date: "2022-10-14" },
            { id: 218, user_id: 145, trail_id: 62, start_date: "2023-04-05", end_date: "2020-08-07" },
            { id: 219, user_id: 129, trail_id: 101, start_date: null, end_date: "2023-05-09" },
            { id: 220, user_id: 30, trail_id: 113, start_date: "2023-01-09", end_date: "2020-03-28" },
            { id: 221, user_id: 77, trail_id: 72, start_date: "2021-06-30", end_date: "2022-02-28" },
            { id: 222, user_id: 65, trail_id: 135, start_date: null, end_date: "2022-01-10" },
            { id: 223, user_id: 93, trail_id: 61, start_date: "2023-01-31", end_date: "2021-10-16" },
            { id: 224, user_id: 8, trail_id: 69, start_date: "2023-09-17", end_date: "2020-03-21" },
            { id: 225, user_id: 3, trail_id: 140, start_date: null, end_date: "2023-10-17" },
            { id: 226, user_id: 59, trail_id: 30, start_date: "2022-07-18", end_date: "2022-08-21" },
            { id: 227, user_id: 49, trail_id: 82, start_date: null, end_date: "2021-03-15" },
            { id: 228, user_id: 12, trail_id: 68, start_date: "2022-10-08", end_date: "2021-10-28" },
            { id: 229, user_id: 14, trail_id: 72, start_date: "2020-05-17", end_date: "2023-05-28" },
            { id: 230, user_id: 37, trail_id: 130, start_date: null, end_date: "2023-02-04" },
            { id: 231, user_id: 89, trail_id: 30, start_date: "2022-09-25", end_date: "2022-10-03" },
            { id: 232, user_id: 135, trail_id: 41, start_date: "2023-12-10", end_date: "2022-07-23" },
            { id: 233, user_id: 36, trail_id: 94, start_date: null, end_date: null },
            { id: 234, user_id: 176, trail_id: 37, start_date: "2023-05-21", end_date: "2021-07-11" },
            { id: 235, user_id: 193, trail_id: 57, start_date: "2023-07-24", end_date: null },
            { id: 236, user_id: 155, trail_id: 139, start_date: "2023-09-19", end_date: "2023-10-22" },
            { id: 237, user_id: 2, trail_id: 115, start_date: "2023-03-13", end_date: "2022-12-10" },
            { id: 238, user_id: 189, trail_id: 30, start_date: "2023-06-09", end_date: "2021-03-05" },
            { id: 239, user_id: 115, trail_id: 41, start_date: "2022-06-20", end_date: "2020-09-19" },
            { id: 240, user_id: 8, trail_id: 141, start_date: "2023-08-27", end_date: "2023-05-27" },
            { id: 241, user_id: 129, trail_id: 88, start_date: "2023-12-02", end_date: "2022-10-02" },
            { id: 242, user_id: 108, trail_id: 148, start_date: "2023-03-31", end_date: "2020-01-31" },
            { id: 243, user_id: 6, trail_id: 99, start_date: "2021-07-20", end_date: "2020-12-17" },
            { id: 244, user_id: 131, trail_id: 147, start_date: "2021-02-07", end_date: "2021-05-12" },
            { id: 245, user_id: 159, trail_id: 130, start_date: null, end_date: "2020-09-11" },
            { id: 246, user_id: 119, trail_id: 60, start_date: null, end_date: "2021-06-23" },
            { id: 247, user_id: 190, trail_id: 54, start_date: "2023-04-07", end_date: "2021-06-17" },
            { id: 248, user_id: 20, trail_id: 110, start_date: "2023-04-04", end_date: "2023-07-31" },
            { id: 249, user_id: 145, trail_id: 62, start_date: "2022-05-15", end_date: "2021-06-14" },
            { id: 250, user_id: 189, trail_id: 90, start_date: "2022-04-02", end_date: "2021-05-17" },
            { id: 251, user_id: 180, trail_id: 85, start_date: "2022-08-23", end_date: "2021-08-25" },
            { id: 252, user_id: 77, trail_id: 142, start_date: "2021-02-28", end_date: "2023-08-30" },
            { id: 253, user_id: 14, trail_id: 148, start_date: null, end_date: "2020-08-09" },
            { id: 254, user_id: 132, trail_id: 68, start_date: "2023-03-14", end_date: "2023-05-04" },
            { id: 255, user_id: 139, trail_id: 145, start_date: "2023-07-23", end_date: "2023-05-04" },
            { id: 256, user_id: 66, trail_id: 48, start_date: "2020-10-13", end_date: "2023-12-05" },
            { id: 257, user_id: 132, trail_id: 37, start_date: "2023-08-04", end_date: "2021-11-30" },
            { id: 258, user_id: 40, trail_id: 61, start_date: "2022-04-02", end_date: "2021-09-10" },
            { id: 259, user_id: 194, trail_id: 121, start_date: "2021-07-07", end_date: "2020-10-21" },
            { id: 260, user_id: 34, trail_id: 60, start_date: "2023-05-01", end_date: "2020-03-19" },
            { id: 261, user_id: 42, trail_id: 66, start_date: "2020-08-03", end_date: "2021-02-14" },
            { id: 262, user_id: 2, trail_id: 36, start_date: null, end_date: "2022-12-08" },
            { id: 263, user_id: 182, trail_id: 136, start_date: "2023-06-02", end_date: "2021-09-20" },
            { id: 264, user_id: 37, trail_id: 50, start_date: "2020-04-23", end_date: "2023-09-17" },
            { id: 265, user_id: 100, trail_id: 35, start_date: "2023-04-14", end_date: "2023-04-07" },
            { id: 266, user_id: 31, trail_id: 35, start_date: "2023-04-13", end_date: "2023-03-22" },
            { id: 267, user_id: 51, trail_id: 16, start_date: "2020-12-05", end_date: "2022-10-02" },
            { id: 268, user_id: 159, trail_id: 148, start_date: "2022-05-13", end_date: "2023-05-26" },
            { id: 269, user_id: 160, trail_id: 67, start_date: "2021-06-21", end_date: "2023-03-24" },
            { id: 270, user_id: 100, trail_id: 93, start_date: "2022-08-16", end_date: "2020-07-01" },
            { id: 271, user_id: 134, trail_id: 61, start_date: "2023-04-12", end_date: "2020-01-11" },
            { id: 272, user_id: 139, trail_id: 106, start_date: "2022-06-17", end_date: "2023-04-07" },
            { id: 273, user_id: 183, trail_id: 102, start_date: "2021-02-04", end_date: "2020-07-09" },
            { id: 274, user_id: 79, trail_id: 146, start_date: "2022-11-12", end_date: "2022-11-27" },
            { id: 275, user_id: 156, trail_id: 53, start_date: "2022-08-01", end_date: "2022-08-26" },
            { id: 276, user_id: 98, trail_id: 15, start_date: "2023-01-28", end_date: "2022-05-14" },
            { id: 277, user_id: 85, trail_id: 94, start_date: "2023-02-05", end_date: "2023-06-08" },
            { id: 278, user_id: 77, trail_id: 148, start_date: "2020-05-17", end_date: "2021-10-06" },
            { id: 279, user_id: 184, trail_id: 38, start_date: "2021-03-08", end_date: "2023-03-24" },
            { id: 280, user_id: 59, trail_id: 124, start_date: "2023-06-29", end_date: null },
            { id: 281, user_id: 14, trail_id: 128, start_date: "2021-10-17", end_date: "2021-04-15" },
            { id: 282, user_id: 5, trail_id: 84, start_date: "2021-12-08", end_date: "2023-01-09" },
            { id: 283, user_id: 125, trail_id: 23, start_date: "2022-09-11", end_date: "2022-01-24" },
            { id: 284, user_id: 71, trail_id: 106, start_date: "2020-02-21", end_date: "2022-04-20" },
            { id: 285, user_id: 189, trail_id: 72, start_date: "2023-02-02", end_date: "2023-07-25" },
            { id: 286, user_id: 93, trail_id: 1, start_date: "2021-03-24", end_date: "2020-08-15" },
            { id: 287, user_id: 21, trail_id: 114, start_date: "2021-06-27", end_date: "2023-02-11" },
            { id: 288, user_id: 57, trail_id: 135, start_date: "2020-11-28", end_date: "2022-05-13" },
            { id: 289, user_id: 192, trail_id: 14, start_date: "2021-11-04", end_date: "2021-10-12" },
            { id: 290, user_id: 126, trail_id: 103, start_date: "2022-04-02", end_date: "2023-11-29" },
            { id: 291, user_id: 114, trail_id: 48, start_date: "2020-10-10", end_date: "2023-08-02" },
            { id: 292, user_id: 91, trail_id: 101, start_date: "2022-10-07", end_date: "2021-04-07" },
            { id: 293, user_id: 114, trail_id: 96, start_date: "2023-04-30", end_date: "2022-05-01" },
            { id: 294, user_id: 186, trail_id: 76, start_date: "2022-09-11", end_date: null },
            { id: 295, user_id: 106, trail_id: 101, start_date: "2022-04-23", end_date: "2022-07-21" },
            { id: 296, user_id: 89, trail_id: 91, start_date: "2023-12-17", end_date: "2021-03-26" },
            { id: 297, user_id: 24, trail_id: 26, start_date: "2023-03-22", end_date: null },
            { id: 298, user_id: 81, trail_id: 95, start_date: "2023-08-18", end_date: "2022-03-08" },
            { id: 299, user_id: 188, trail_id: 113, start_date: "2022-01-29", end_date: null },
            { id: 300, user_id: 155, trail_id: 42, start_date: "2021-09-06", end_date: "2023-01-24" },
            { id: 301, user_id: 90, trail_id: 142, start_date: "2023-09-23", end_date: "2022-09-15" },
            { id: 302, user_id: 73, trail_id: 56, start_date: "2022-07-31", end_date: "2023-06-05" },
            { id: 303, user_id: 69, trail_id: 119, start_date: "2022-08-17", end_date: "2020-12-28" },
            { id: 304, user_id: 198, trail_id: 99, start_date: "2022-11-16", end_date: "2021-09-29" },
            { id: 305, user_id: 50, trail_id: 31, start_date: null, end_date: "2020-05-13" },
            { id: 306, user_id: 162, trail_id: 3, start_date: "2021-05-18", end_date: "2023-06-07" },
            { id: 307, user_id: 28, trail_id: 60, start_date: "2021-09-05", end_date: "2021-03-18" },
            { id: 308, user_id: 163, trail_id: 60, start_date: "2023-12-19", end_date: "2020-01-04" },
            { id: 309, user_id: 97, trail_id: 94, start_date: "2021-12-04", end_date: "2020-01-04" },
            { id: 310, user_id: 151, trail_id: 28, start_date: "2023-12-23", end_date: "2023-12-14" },
            { id: 311, user_id: 4, trail_id: 28, start_date: "2020-07-24", end_date: "2021-05-16" },
            { id: 312, user_id: 74, trail_id: 68, start_date: null, end_date: "2023-04-26" },
            { id: 313, user_id: 171, trail_id: 72, start_date: "2023-12-18", end_date: "2022-07-08" },
            { id: 314, user_id: 60, trail_id: 116, start_date: "2023-11-09", end_date: "2020-06-13" },
            { id: 315, user_id: 118, trail_id: 31, start_date: "2023-01-04", end_date: "2023-05-12" },
            { id: 316, user_id: 77, trail_id: 42, start_date: "2023-09-23", end_date: "2023-08-06" },
            { id: 317, user_id: 44, trail_id: 125, start_date: "2023-02-15", end_date: "2022-06-21" },
            { id: 318, user_id: 92, trail_id: 17, start_date: "2022-01-07", end_date: "2022-08-23" },
            { id: 319, user_id: 140, trail_id: 134, start_date: null, end_date: "2023-06-11" },
            { id: 320, user_id: 62, trail_id: 137, start_date: "2021-01-21", end_date: "2022-05-30" },
            { id: 321, user_id: 45, trail_id: 79, start_date: "2022-06-08", end_date: "2022-04-08" },
            { id: 322, user_id: 109, trail_id: 42, start_date: "2021-06-24", end_date: "2023-08-20" },
            { id: 323, user_id: 188, trail_id: 105, start_date: "2023-09-26", end_date: "2021-12-28" },
            { id: 324, user_id: 2, trail_id: 143, start_date: "2022-07-15", end_date: "2023-04-08" },
            { id: 325, user_id: 43, trail_id: 121, start_date: "2020-09-10", end_date: "2022-06-13" },
            { id: 326, user_id: 75, trail_id: 124, start_date: "2020-01-25", end_date: "2021-08-15" },
            { id: 327, user_id: 186, trail_id: 134, start_date: "2020-02-08", end_date: "2023-11-29" },
            { id: 328, user_id: 3, trail_id: 35, start_date: "2023-06-30", end_date: "2023-02-04" },
            { id: 329, user_id: 83, trail_id: 57, start_date: "2020-09-19", end_date: null },
            { id: 330, user_id: 178, trail_id: 125, start_date: "2022-07-20", end_date: "2023-12-14" },
            { id: 331, user_id: 61, trail_id: 118, start_date: "2022-10-11", end_date: "2020-11-24" },
            { id: 332, user_id: 75, trail_id: 16, start_date: "2020-11-07", end_date: "2022-07-01" },
            { id: 333, user_id: 187, trail_id: 16, start_date: "2023-11-17", end_date: "2023-02-17" },
            { id: 334, user_id: 136, trail_id: 75, start_date: "2023-12-10", end_date: "2023-12-11" },
            { id: 335, user_id: 93, trail_id: 95, start_date: "2023-12-11", end_date: "2021-04-11" },
            { id: 336, user_id: 161, trail_id: 131, start_date: "2021-10-09", end_date: "2023-05-20" },
            { id: 337, user_id: 11, trail_id: 128, start_date: "2021-01-08", end_date: "2020-12-20" },
            { id: 338, user_id: 112, trail_id: 33, start_date: "2023-04-22", end_date: "2021-01-16" },
            { id: 339, user_id: 81, trail_id: 143, start_date: null, end_date: "2023-11-26" },
            { id: 340, user_id: 27, trail_id: 15, start_date: "2023-10-09", end_date: "2023-04-17" },
            { id: 341, user_id: 52, trail_id: 7, start_date: "2022-06-12", end_date: "2020-03-17" },
            { id: 342, user_id: 66, trail_id: 109, start_date: "2023-04-02", end_date: "2020-12-11" },
            { id: 343, user_id: 129, trail_id: 126, start_date: "2022-04-21", end_date: "2022-07-10" },
            { id: 344, user_id: 154, trail_id: 65, start_date: "2022-10-03", end_date: "2022-04-29" },
            { id: 345, user_id: 93, trail_id: 123, start_date: null, end_date: "2023-11-07" },
            { id: 346, user_id: 74, trail_id: 28, start_date: "2020-11-26", end_date: "2022-06-03" },
            { id: 347, user_id: 109, trail_id: 111, start_date: null, end_date: "2023-10-23" },
            { id: 348, user_id: 16, trail_id: 53, start_date: "2023-02-22", end_date: "2022-03-15" },
            { id: 349, user_id: 200, trail_id: 115, start_date: "2023-04-23", end_date: "2023-09-12" },
            { id: 350, user_id: 91, trail_id: 20, start_date: "2021-04-15", end_date: "2022-04-23" },
            { id: 351, user_id: 11, trail_id: 89, start_date: "2023-09-27", end_date: "2021-04-03" },
            { id: 352, user_id: 157, trail_id: 32, start_date: "2022-04-17", end_date: "2022-11-23" },
            { id: 353, user_id: 28, trail_id: 144, start_date: "2022-11-30", end_date: "2022-07-01" },
            { id: 354, user_id: 148, trail_id: 133, start_date: "2022-10-23", end_date: "2023-01-03" },
            { id: 355, user_id: 7, trail_id: 120, start_date: "2023-10-26", end_date: "2023-01-30" },
            { id: 356, user_id: 76, trail_id: 78, start_date: "2020-10-06", end_date: "2023-07-18" },
            { id: 357, user_id: 107, trail_id: 5, start_date: "2023-07-17", end_date: "2020-03-28" },
            { id: 358, user_id: 35, trail_id: 14, start_date: "2020-09-09", end_date: "2023-09-27" },
            { id: 359, user_id: 191, trail_id: 53, start_date: "2022-08-01", end_date: "2023-04-02" },
            { id: 360, user_id: 36, trail_id: 59, start_date: "2023-12-28", end_date: "2021-07-16" },
            { id: 361, user_id: 1, trail_id: 32, start_date: "2021-06-04", end_date: "2021-05-06" },
            { id: 362, user_id: 157, trail_id: 90, start_date: "2022-09-14", end_date: "2021-05-03" },
            { id: 363, user_id: 123, trail_id: 26, start_date: "2023-10-06", end_date: "2022-10-07" },
            { id: 364, user_id: 179, trail_id: 143, start_date: "2020-09-01", end_date: "2021-05-06" },
            { id: 365, user_id: 62, trail_id: 31, start_date: "2022-03-20", end_date: "2022-01-18" },
            { id: 366, user_id: 19, trail_id: 144, start_date: "2022-12-26", end_date: "2020-11-18" },
            { id: 367, user_id: 178, trail_id: 52, start_date: "2020-04-24", end_date: "2022-01-08" },
            { id: 368, user_id: 167, trail_id: 20, start_date: "2022-12-03", end_date: "2023-07-05" },
            { id: 369, user_id: 17, trail_id: 113, start_date: "2023-06-04", end_date: "2020-02-05" },
            { id: 370, user_id: 50, trail_id: 81, start_date: "2023-03-17", end_date: "2022-03-03" },
            { id: 371, user_id: 152, trail_id: 109, start_date: "2023-10-12", end_date: "2023-08-25" },
            { id: 372, user_id: 142, trail_id: 34, start_date: "2020-04-30", end_date: "2021-04-24" },
            { id: 373, user_id: 179, trail_id: 79, start_date: "2023-02-06", end_date: "2021-09-28" },
            { id: 374, user_id: 153, trail_id: 74, start_date: null, end_date: "2021-07-15" },
            { id: 375, user_id: 124, trail_id: 129, start_date: "2023-05-11", end_date: "2022-01-12" },
            { id: 376, user_id: 25, trail_id: 124, start_date: "2023-12-26", end_date: "2020-02-07" },
            { id: 377, user_id: 57, trail_id: 28, start_date: "2022-04-02", end_date: "2020-04-09" },
            { id: 378, user_id: 92, trail_id: 78, start_date: "2023-06-06", end_date: "2023-04-21" },
            { id: 379, user_id: 65, trail_id: 135, start_date: "2021-06-22", end_date: "2022-12-05" },
            { id: 380, user_id: 44, trail_id: 119, start_date: "2022-07-10", end_date: "2021-01-19" },
            { id: 381, user_id: 42, trail_id: 9, start_date: "2022-02-19", end_date: "2021-06-17" },
            { id: 382, user_id: 33, trail_id: 22, start_date: "2021-12-31", end_date: "2022-07-05" },
            { id: 383, user_id: 193, trail_id: 48, start_date: "2022-05-17", end_date: null },
            { id: 384, user_id: 197, trail_id: 15, start_date: "2023-04-17", end_date: "2021-07-19" },
            { id: 385, user_id: 79, trail_id: 96, start_date: "2023-04-02", end_date: "2021-03-30" },
            { id: 386, user_id: 47, trail_id: 25, start_date: "2022-11-30", end_date: "2023-11-25" },
            { id: 387, user_id: 63, trail_id: 142, start_date: null, end_date: "2020-07-25" },
            { id: 388, user_id: 45, trail_id: 101, start_date: "2020-02-16", end_date: "2022-12-15" },
            { id: 389, user_id: 2, trail_id: 142, start_date: "2022-09-12", end_date: "2023-10-25" },
            { id: 390, user_id: 45, trail_id: 79, start_date: "2023-09-09", end_date: "2021-01-27" },
            { id: 391, user_id: 182, trail_id: 13, start_date: "2020-06-04", end_date: "2021-03-07" },
            { id: 392, user_id: 110, trail_id: 26, start_date: null, end_date: null },
            { id: 393, user_id: 145, trail_id: 88, start_date: null, end_date: "2023-07-22" },
            { id: 394, user_id: 150, trail_id: 9, start_date: "2022-01-22", end_date: "2023-06-11" },
            { id: 395, user_id: 27, trail_id: 65, start_date: "2022-09-11", end_date: "2022-10-24" },
            { id: 396, user_id: 32, trail_id: 127, start_date: "2022-05-16", end_date: null },
            { id: 397, user_id: 132, trail_id: 73, start_date: "2022-07-08", end_date: "2022-11-13" },
            { id: 398, user_id: 189, trail_id: 101, start_date: "2023-02-08", end_date: "2022-09-04" },
            { id: 399, user_id: 11, trail_id: 119, start_date: "2021-02-06", end_date: "2021-10-07" },
            { id: 400, user_id: 176, trail_id: 54, start_date: "2023-12-03", end_date: "2023-09-29" },
        ],
    });
    await prisma.wildlife_sightings.createMany({
        data: [
            { id: 1, user_id: 62, trail_id: 90, species: "salmon coyote otter", sighting_date: null },
            { id: 2, user_id: 112, trail_id: 112, species: "bison eagle raccoon", sighting_date: "2021-04-02" },
            { id: 3, user_id: 68, trail_id: 138, species: "turkey fox", sighting_date: "2022-09-07" },
            { id: 4, user_id: 107, trail_id: 53, species: "coyote fox", sighting_date: null },
            { id: 5, user_id: 51, trail_id: 10, species: "fox", sighting_date: "2020-07-22" },
            { id: 6, user_id: 87, trail_id: 118, species: "otter", sighting_date: "2023-10-31" },
            { id: 7, user_id: 90, trail_id: 108, species: "quail", sighting_date: "2022-02-28" },
            { id: 8, user_id: 127, trail_id: 105, species: "eagle rabbit deer", sighting_date: "2022-03-29" },
            { id: 9, user_id: 61, trail_id: 2, species: "turkey raccoon bear", sighting_date: null },
            { id: 10, user_id: 108, trail_id: 63, species: "wolf moose turkey", sighting_date: "2022-11-21" },
            { id: 11, user_id: 38, trail_id: 132, species: null, sighting_date: "2023-03-23" },
            { id: 12, user_id: 8, trail_id: 40, species: "elk owl", sighting_date: "2021-11-15" },
            { id: 13, user_id: 47, trail_id: 36, species: "puma salmon", sighting_date: "2021-01-03" },
            { id: 14, user_id: 121, trail_id: 31, species: "turkey squirrel", sighting_date: "2020-09-05" },
            { id: 15, user_id: 123, trail_id: 147, species: null, sighting_date: "2022-12-11" },
            { id: 16, user_id: 143, trail_id: 74, species: "quail", sighting_date: "2020-11-14" },
            { id: 17, user_id: 58, trail_id: 84, species: "raccoon lynx puma", sighting_date: null },
            { id: 18, user_id: 147, trail_id: 19, species: "fox bison", sighting_date: "2023-10-10" },
            { id: 19, user_id: 141, trail_id: 135, species: null, sighting_date: "2022-05-12" },
            { id: 20, user_id: 31, trail_id: 91, species: "badger", sighting_date: "2023-09-04" },
            { id: 21, user_id: 148, trail_id: 150, species: "fox wolf puma", sighting_date: "2023-12-10" },
            { id: 22, user_id: 99, trail_id: 86, species: "fox", sighting_date: "2022-12-09" },
            { id: 23, user_id: 99, trail_id: 54, species: "bear", sighting_date: null },
            { id: 24, user_id: 179, trail_id: 21, species: "wolf bear", sighting_date: "2022-01-02" },
            { id: 25, user_id: 167, trail_id: 65, species: null, sighting_date: "2023-08-01" },
            { id: 26, user_id: 95, trail_id: 36, species: "salmon raccoon fox", sighting_date: "2022-11-17" },
            { id: 27, user_id: 178, trail_id: 148, species: "lynx", sighting_date: "2021-08-01" },
            { id: 28, user_id: 178, trail_id: 113, species: "eagle hawk puma", sighting_date: "2022-02-16" },
            { id: 29, user_id: 187, trail_id: 134, species: "bison", sighting_date: "2020-04-26" },
            { id: 30, user_id: 163, trail_id: 22, species: "fox rabbit quail", sighting_date: "2023-03-11" },
            { id: 31, user_id: 174, trail_id: 2, species: "puma lynx", sighting_date: "2021-01-24" },
            { id: 32, user_id: 168, trail_id: 100, species: "moose turkey bear", sighting_date: "2021-01-14" },
            { id: 33, user_id: 166, trail_id: 141, species: "eagle", sighting_date: "2021-11-30" },
            { id: 34, user_id: 40, trail_id: 40, species: "deer squirrel owl", sighting_date: "2022-08-20" },
            { id: 35, user_id: 52, trail_id: 20, species: null, sighting_date: "2021-01-17" },
            { id: 36, user_id: 111, trail_id: 134, species: "bear fox bison", sighting_date: "2020-02-13" },
            { id: 37, user_id: 84, trail_id: 143, species: "bison otter coyote", sighting_date: "2022-02-25" },
            { id: 38, user_id: 138, trail_id: 100, species: "raccoon otter hawk", sighting_date: null },
            { id: 39, user_id: 185, trail_id: 19, species: "elk", sighting_date: "2021-04-27" },
            { id: 40, user_id: 195, trail_id: 112, species: "salmon otter quail", sighting_date: null },
            { id: 41, user_id: 137, trail_id: 63, species: "lynx", sighting_date: "2021-10-04" },
            { id: 42, user_id: 155, trail_id: 96, species: "squirrel", sighting_date: "2020-01-28" },
            { id: 43, user_id: 17, trail_id: 46, species: "quail bear", sighting_date: "2022-02-05" },
            { id: 44, user_id: 40, trail_id: 139, species: null, sighting_date: null },
            { id: 45, user_id: 54, trail_id: 145, species: "deer", sighting_date: "2021-03-01" },
            { id: 46, user_id: 28, trail_id: 37, species: "elk", sighting_date: "2022-11-24" },
            { id: 47, user_id: 161, trail_id: 118, species: "eagle wolf", sighting_date: "2022-12-08" },
            { id: 48, user_id: 2, trail_id: 74, species: "coyote eagle raccoon", sighting_date: "2020-09-25" },
            { id: 49, user_id: 121, trail_id: 54, species: "coyote puma", sighting_date: null },
            { id: 50, user_id: 185, trail_id: 145, species: "elk turkey", sighting_date: "2023-02-07" },
            { id: 51, user_id: 132, trail_id: 105, species: "lynx", sighting_date: "2020-11-10" },
            { id: 52, user_id: 197, trail_id: 15, species: "raccoon deer", sighting_date: "2020-03-01" },
            { id: 53, user_id: 120, trail_id: 5, species: "bear turkey", sighting_date: "2021-05-22" },
            { id: 54, user_id: 120, trail_id: 43, species: null, sighting_date: "2023-04-23" },
            { id: 55, user_id: 15, trail_id: 22, species: "turkey raccoon quail", sighting_date: "2020-02-03" },
            { id: 56, user_id: 126, trail_id: 32, species: "hawk deer", sighting_date: "2023-02-25" },
            { id: 57, user_id: 121, trail_id: 56, species: null, sighting_date: "2020-11-15" },
            { id: 58, user_id: 42, trail_id: 67, species: "lynx eagle raccoon", sighting_date: "2021-10-08" },
            { id: 59, user_id: 87, trail_id: 87, species: "eagle moose", sighting_date: null },
            { id: 60, user_id: 54, trail_id: 146, species: "squirrel", sighting_date: null },
            { id: 61, user_id: 64, trail_id: 85, species: "owl", sighting_date: "2022-01-24" },
            { id: 62, user_id: 92, trail_id: 60, species: "squirrel rabbit eagle", sighting_date: "2022-12-10" },
            { id: 63, user_id: 150, trail_id: 95, species: "squirrel", sighting_date: "2022-04-13" },
            { id: 64, user_id: 58, trail_id: 100, species: "eagle coyote wolf", sighting_date: "2023-12-01" },
            { id: 65, user_id: 81, trail_id: 54, species: "wolf quail", sighting_date: "2023-07-03" },
            { id: 66, user_id: 22, trail_id: 2, species: "deer puma", sighting_date: "2021-02-07" },
            { id: 67, user_id: 35, trail_id: 59, species: "owl squirrel", sighting_date: "2022-10-02" },
            { id: 68, user_id: 103, trail_id: 38, species: "hawk", sighting_date: "2022-12-06" },
            { id: 69, user_id: 91, trail_id: 62, species: "fox lynx", sighting_date: "2022-12-02" },
            { id: 70, user_id: 141, trail_id: 33, species: "turkey rabbit puma", sighting_date: "2022-11-23" },
            { id: 71, user_id: 154, trail_id: 126, species: null, sighting_date: "2022-10-08" },
            { id: 72, user_id: 40, trail_id: 104, species: "raccoon fox", sighting_date: "2023-09-19" },
            { id: 73, user_id: 77, trail_id: 18, species: "lynx fox puma", sighting_date: null },
            { id: 74, user_id: 166, trail_id: 144, species: "bison", sighting_date: "2023-06-19" },
            { id: 75, user_id: 90, trail_id: 131, species: "rabbit", sighting_date: "2022-06-26" },
            { id: 76, user_id: 43, trail_id: 103, species: "rabbit", sighting_date: "2022-11-20" },
            { id: 77, user_id: 73, trail_id: 94, species: "moose bison", sighting_date: "2021-10-07" },
            { id: 78, user_id: 76, trail_id: 94, species: "moose bison", sighting_date: null },
            { id: 79, user_id: 90, trail_id: 88, species: "salmon", sighting_date: "2022-06-07" },
            { id: 80, user_id: 197, trail_id: 43, species: "wolf rabbit bear", sighting_date: null },
            { id: 81, user_id: 137, trail_id: 61, species: "otter salmon", sighting_date: null },
            { id: 82, user_id: 94, trail_id: 129, species: "eagle otter salmon", sighting_date: "2023-01-03" },
            { id: 83, user_id: 132, trail_id: 137, species: "bear wolf", sighting_date: null },
            { id: 84, user_id: 169, trail_id: 145, species: "moose", sighting_date: "2022-12-31" },
            { id: 85, user_id: 49, trail_id: 19, species: "otter", sighting_date: "2020-01-01" },
            { id: 86, user_id: 141, trail_id: 148, species: "elk turkey lynx", sighting_date: "2022-11-17" },
            { id: 87, user_id: 12, trail_id: 53, species: "puma raccoon", sighting_date: "2021-12-10" },
            { id: 88, user_id: 44, trail_id: 73, species: "rabbit bear salmon", sighting_date: "2021-05-14" },
            { id: 89, user_id: 14, trail_id: 100, species: null, sighting_date: "2020-11-20" },
            { id: 90, user_id: 57, trail_id: 146, species: null, sighting_date: "2021-12-19" },
            { id: 91, user_id: 69, trail_id: 83, species: "wolf hawk deer", sighting_date: "2023-07-26" },
            { id: 92, user_id: 137, trail_id: 141, species: "coyote elk", sighting_date: "2023-01-21" },
            { id: 93, user_id: 73, trail_id: 12, species: "lynx squirrel rabbit", sighting_date: "2022-09-03" },
            { id: 94, user_id: 191, trail_id: 49, species: null, sighting_date: "2021-11-23" },
            { id: 95, user_id: 166, trail_id: 132, species: "hawk bison owl", sighting_date: "2021-12-21" },
            { id: 96, user_id: 165, trail_id: 65, species: "puma otter owl", sighting_date: "2023-04-02" },
            { id: 97, user_id: 28, trail_id: 19, species: "deer bear", sighting_date: "2022-03-24" },
            { id: 98, user_id: 63, trail_id: 48, species: "lynx quail", sighting_date: "2020-08-11" },
            { id: 99, user_id: 195, trail_id: 103, species: null, sighting_date: "2023-04-08" },
            { id: 100, user_id: 186, trail_id: 116, species: "moose", sighting_date: "2022-02-08" },
            { id: 101, user_id: 39, trail_id: 63, species: "lynx", sighting_date: "2023-12-17" },
            { id: 102, user_id: 20, trail_id: 49, species: "bear", sighting_date: "2022-01-05" },
            { id: 103, user_id: 25, trail_id: 36, species: "hawk eagle", sighting_date: "2021-12-14" },
            { id: 104, user_id: 38, trail_id: 122, species: "wolf", sighting_date: "2022-09-14" },
            { id: 105, user_id: 128, trail_id: 121, species: null, sighting_date: "2020-12-04" },
            { id: 106, user_id: 175, trail_id: 47, species: "raccoon puma fox", sighting_date: null },
            { id: 107, user_id: 127, trail_id: 85, species: "quail owl", sighting_date: "2023-01-13" },
            { id: 108, user_id: 195, trail_id: 18, species: "puma", sighting_date: "2021-02-22" },
            { id: 109, user_id: 92, trail_id: 108, species: "wolf quail owl", sighting_date: "2021-12-17" },
            { id: 110, user_id: 187, trail_id: 10, species: "hawk puma rabbit", sighting_date: null },
            { id: 111, user_id: 89, trail_id: 16, species: "elk", sighting_date: "2023-06-01" },
            { id: 112, user_id: 120, trail_id: 142, species: "squirrel owl wolf", sighting_date: "2022-12-04" },
            { id: 113, user_id: 96, trail_id: 6, species: "salmon raccoon elk", sighting_date: "2020-06-24" },
            { id: 114, user_id: 53, trail_id: 73, species: null, sighting_date: "2020-12-10" },
            { id: 115, user_id: 47, trail_id: 83, species: null, sighting_date: "2022-03-17" },
            { id: 116, user_id: 150, trail_id: 87, species: "salmon bison deer", sighting_date: "2023-09-25" },
            { id: 117, user_id: 182, trail_id: 14, species: "lynx", sighting_date: "2021-06-17" },
            { id: 118, user_id: 30, trail_id: 61, species: "squirrel", sighting_date: "2021-12-15" },
            { id: 119, user_id: 145, trail_id: 54, species: "bison coyote", sighting_date: "2022-08-17" },
            { id: 120, user_id: 65, trail_id: 116, species: "bear badger rabbit", sighting_date: "2022-01-28" },
            { id: 121, user_id: 129, trail_id: 100, species: "hawk", sighting_date: null },
            { id: 122, user_id: 111, trail_id: 86, species: "rabbit deer salmon", sighting_date: "2022-04-06" },
            { id: 123, user_id: 128, trail_id: 108, species: "raccoon hawk", sighting_date: "2020-01-17" },
            { id: 124, user_id: 136, trail_id: 143, species: null, sighting_date: "2022-11-18" },
            { id: 125, user_id: 162, trail_id: 43, species: "hawk deer rabbit", sighting_date: "2023-09-20" },
            { id: 126, user_id: 135, trail_id: 108, species: "badger", sighting_date: "2022-09-18" },
            { id: 127, user_id: 46, trail_id: 107, species: "owl bear puma", sighting_date: "2020-02-25" },
            { id: 128, user_id: 185, trail_id: 85, species: "eagle", sighting_date: "2023-09-12" },
            { id: 129, user_id: 31, trail_id: 123, species: "fox turkey bison", sighting_date: null },
            { id: 130, user_id: 130, trail_id: 84, species: "otter owl puma", sighting_date: "2020-09-28" },
            { id: 131, user_id: 198, trail_id: 110, species: "coyote", sighting_date: "2020-01-05" },
            { id: 132, user_id: 44, trail_id: 104, species: "badger hawk", sighting_date: "2022-04-07" },
            { id: 133, user_id: 52, trail_id: 109, species: "otter deer wolf", sighting_date: null },
            { id: 134, user_id: 184, trail_id: 37, species: "wolf badger fox", sighting_date: "2022-09-08" },
            { id: 135, user_id: 195, trail_id: 80, species: "moose", sighting_date: "2020-12-12" },
            { id: 136, user_id: 125, trail_id: 74, species: "elk", sighting_date: "2020-06-26" },
            { id: 137, user_id: 117, trail_id: 7, species: "coyote salmon", sighting_date: "2022-10-04" },
            { id: 138, user_id: 28, trail_id: 95, species: "rabbit moose", sighting_date: "2020-03-23" },
            { id: 139, user_id: 80, trail_id: 147, species: "fox quail", sighting_date: "2020-11-25" },
            { id: 140, user_id: 170, trail_id: 22, species: "quail", sighting_date: "2020-06-22" },
            { id: 141, user_id: 53, trail_id: 17, species: "bear turkey", sighting_date: "2021-10-28" },
            { id: 142, user_id: 162, trail_id: 42, species: "turkey", sighting_date: "2020-09-13" },
            { id: 143, user_id: 149, trail_id: 8, species: "bear badger wolf", sighting_date: "2020-08-09" },
            { id: 144, user_id: 72, trail_id: 12, species: null, sighting_date: null },
            { id: 145, user_id: 13, trail_id: 37, species: "wolf owl eagle", sighting_date: "2022-02-07" },
            { id: 146, user_id: 174, trail_id: 55, species: "otter eagle", sighting_date: "2021-04-19" },
            { id: 147, user_id: 176, trail_id: 98, species: "squirrel quail", sighting_date: "2023-07-29" },
            { id: 148, user_id: 178, trail_id: 69, species: "otter squirrel bison", sighting_date: "2022-07-27" },
            { id: 149, user_id: 127, trail_id: 144, species: "lynx fox elk", sighting_date: "2021-10-02" },
            { id: 150, user_id: 170, trail_id: 41, species: "puma eagle", sighting_date: "2023-07-14" },
            { id: 151, user_id: 81, trail_id: 40, species: "quail wolf", sighting_date: "2020-05-18" },
            { id: 152, user_id: 72, trail_id: 149, species: "owl badger", sighting_date: "2023-12-20" },
            { id: 153, user_id: 145, trail_id: 26, species: "coyote bison", sighting_date: "2023-07-01" },
            { id: 154, user_id: 151, trail_id: 50, species: "bison hawk", sighting_date: null },
            { id: 155, user_id: 68, trail_id: 71, species: "deer", sighting_date: null },
            { id: 156, user_id: 43, trail_id: 149, species: "badger quail hawk", sighting_date: "2023-11-30" },
            { id: 157, user_id: 29, trail_id: 121, species: "owl coyote bear", sighting_date: "2023-12-08" },
            { id: 158, user_id: 83, trail_id: 94, species: null, sighting_date: "2021-07-28" },
            { id: 159, user_id: 97, trail_id: 32, species: "elk deer moose", sighting_date: null },
            { id: 160, user_id: 20, trail_id: 50, species: "puma moose", sighting_date: "2023-12-20" },
            { id: 161, user_id: 137, trail_id: 33, species: "lynx", sighting_date: "2021-11-22" },
            { id: 162, user_id: 96, trail_id: 139, species: "deer", sighting_date: "2022-03-13" },
            { id: 163, user_id: 128, trail_id: 110, species: "bear badger wolf", sighting_date: "2020-05-12" },
            { id: 164, user_id: 34, trail_id: 104, species: "rabbit", sighting_date: "2023-02-02" },
            { id: 165, user_id: 49, trail_id: 24, species: "hawk", sighting_date: null },
            { id: 166, user_id: 33, trail_id: 81, species: "quail owl", sighting_date: "2021-02-09" },
            { id: 167, user_id: 111, trail_id: 122, species: "wolf", sighting_date: "2022-07-07" },
            { id: 168, user_id: 106, trail_id: 65, species: "squirrel rabbit hawk", sighting_date: "2021-12-05" },
            { id: 169, user_id: 116, trail_id: 92, species: "hawk quail squirrel", sighting_date: "2023-10-19" },
            { id: 170, user_id: 5, trail_id: 55, species: "puma", sighting_date: "2022-04-26" },
            { id: 171, user_id: 133, trail_id: 77, species: null, sighting_date: "2021-11-05" },
            { id: 172, user_id: 109, trail_id: 39, species: null, sighting_date: "2020-04-23" },
            { id: 173, user_id: 155, trail_id: 84, species: "raccoon", sighting_date: "2023-12-06" },
            { id: 174, user_id: 67, trail_id: 149, species: "wolf coyote", sighting_date: "2023-12-23" },
            { id: 175, user_id: 135, trail_id: 142, species: "lynx fox badger", sighting_date: "2022-03-01" },
            { id: 176, user_id: 79, trail_id: 143, species: "coyote turkey", sighting_date: "2020-07-05" },
            { id: 177, user_id: 140, trail_id: 36, species: "squirrel fox", sighting_date: "2023-11-30" },
            { id: 178, user_id: 47, trail_id: 44, species: "salmon", sighting_date: "2020-11-17" },
            { id: 179, user_id: 179, trail_id: 121, species: "puma hawk", sighting_date: "2021-08-23" },
            { id: 180, user_id: 111, trail_id: 134, species: "coyote wolf bear", sighting_date: "2021-11-16" },
            { id: 181, user_id: 169, trail_id: 124, species: "turkey salmon", sighting_date: "2021-12-17" },
            { id: 182, user_id: 9, trail_id: 67, species: "otter eagle bison", sighting_date: "2023-09-25" },
            { id: 183, user_id: 133, trail_id: 29, species: "turkey rabbit", sighting_date: null },
            { id: 184, user_id: 140, trail_id: 142, species: "turkey bear", sighting_date: null },
            { id: 185, user_id: 23, trail_id: 142, species: "squirrel", sighting_date: "2020-11-13" },
            { id: 186, user_id: 83, trail_id: 63, species: "eagle", sighting_date: "2020-12-07" },
            { id: 187, user_id: 1, trail_id: 41, species: "coyote badger lynx", sighting_date: "2023-08-07" },
            { id: 188, user_id: 96, trail_id: 143, species: "hawk", sighting_date: "2021-02-11" },
            { id: 189, user_id: 120, trail_id: 77, species: "coyote", sighting_date: "2022-01-23" },
            { id: 190, user_id: 176, trail_id: 148, species: "coyote otter quail", sighting_date: null },
            { id: 191, user_id: 79, trail_id: 106, species: "raccoon", sighting_date: null },
            { id: 192, user_id: 177, trail_id: 105, species: "bison", sighting_date: "2020-08-17" },
            { id: 193, user_id: 73, trail_id: 60, species: "coyote badger", sighting_date: "2022-03-13" },
            { id: 194, user_id: 117, trail_id: 71, species: "elk coyote", sighting_date: "2023-12-13" },
            { id: 195, user_id: 164, trail_id: 34, species: "puma salmon wolf", sighting_date: "2023-12-24" },
            { id: 196, user_id: 76, trail_id: 45, species: "squirrel hawk", sighting_date: "2023-12-11" },
            { id: 197, user_id: 17, trail_id: 56, species: "bear", sighting_date: "2020-01-03" },
            { id: 198, user_id: 99, trail_id: 146, species: "rabbit", sighting_date: "2022-02-03" },
            { id: 199, user_id: 197, trail_id: 107, species: "puma bear salmon", sighting_date: "2021-11-09" },
            { id: 200, user_id: 112, trail_id: 34, species: "moose eagle fox", sighting_date: "2022-12-02" },
            { id: 201, user_id: 180, trail_id: 90, species: "coyote deer quail", sighting_date: null },
            { id: 202, user_id: 67, trail_id: 64, species: "quail deer squirrel", sighting_date: "2021-11-28" },
            { id: 203, user_id: 29, trail_id: 80, species: "quail", sighting_date: null },
            { id: 204, user_id: 15, trail_id: 109, species: "bear elk moose", sighting_date: "2020-02-07" },
            { id: 205, user_id: 7, trail_id: 36, species: "turkey wolf", sighting_date: "2022-12-22" },
            { id: 206, user_id: 74, trail_id: 10, species: "salmon otter bison", sighting_date: "2023-10-13" },
            { id: 207, user_id: 167, trail_id: 135, species: "fox puma hawk", sighting_date: "2023-12-06" },
            { id: 208, user_id: 107, trail_id: 24, species: "salmon lynx badger", sighting_date: "2020-03-26" },
            { id: 209, user_id: 78, trail_id: 27, species: "squirrel wolf coyote", sighting_date: "2022-12-20" },
            { id: 210, user_id: 198, trail_id: 42, species: "bear", sighting_date: "2020-07-10" },
            { id: 211, user_id: 64, trail_id: 145, species: null, sighting_date: "2020-09-19" },
            { id: 212, user_id: 189, trail_id: 36, species: "deer otter", sighting_date: "2021-11-18" },
            { id: 213, user_id: 26, trail_id: 109, species: "rabbit elk", sighting_date: "2022-11-12" },
            { id: 214, user_id: 105, trail_id: 69, species: "salmon", sighting_date: "2022-02-09" },
            { id: 215, user_id: 9, trail_id: 37, species: "moose", sighting_date: "2020-06-05" },
            { id: 216, user_id: 196, trail_id: 127, species: "fox quail squirrel", sighting_date: "2021-12-14" },
            { id: 217, user_id: 115, trail_id: 70, species: "otter salmon squirrel", sighting_date: null },
            { id: 218, user_id: 185, trail_id: 136, species: "coyote deer", sighting_date: "2023-05-05" },
            { id: 219, user_id: 35, trail_id: 124, species: null, sighting_date: "2023-04-13" },
            { id: 220, user_id: 26, trail_id: 11, species: "fox deer", sighting_date: null },
            { id: 221, user_id: 161, trail_id: 7, species: "eagle", sighting_date: null },
            { id: 222, user_id: 196, trail_id: 4, species: "owl bison deer", sighting_date: "2023-02-05" },
            { id: 223, user_id: 199, trail_id: 142, species: "otter elk raccoon", sighting_date: "2023-02-19" },
            { id: 224, user_id: 168, trail_id: 62, species: "badger squirrel", sighting_date: "2022-10-06" },
            { id: 225, user_id: 6, trail_id: 69, species: null, sighting_date: "2021-11-28" },
            { id: 226, user_id: 122, trail_id: 66, species: "fox wolf turkey", sighting_date: "2020-03-31" },
            { id: 227, user_id: 109, trail_id: 116, species: null, sighting_date: "2020-01-26" },
            { id: 228, user_id: 138, trail_id: 37, species: "wolf", sighting_date: "2022-05-05" },
            { id: 229, user_id: 18, trail_id: 45, species: "quail moose fox", sighting_date: "2021-07-03" },
            { id: 230, user_id: 101, trail_id: 34, species: "turkey salmon", sighting_date: "2022-03-08" },
            { id: 231, user_id: 52, trail_id: 48, species: "owl elk turkey", sighting_date: "2022-07-09" },
            { id: 232, user_id: 155, trail_id: 150, species: "deer", sighting_date: "2023-10-22" },
            { id: 233, user_id: 174, trail_id: 20, species: null, sighting_date: "2020-01-04" },
            { id: 234, user_id: 163, trail_id: 95, species: "elk lynx wolf", sighting_date: "2021-01-08" },
            { id: 235, user_id: 155, trail_id: 114, species: "elk raccoon rabbit", sighting_date: null },
            { id: 236, user_id: 50, trail_id: 139, species: "elk", sighting_date: "2021-01-09" },
            { id: 237, user_id: 140, trail_id: 107, species: "otter turkey", sighting_date: "2023-02-09" },
            { id: 238, user_id: 7, trail_id: 38, species: "hawk", sighting_date: "2023-09-22" },
            { id: 239, user_id: 125, trail_id: 83, species: "moose quail eagle", sighting_date: "2023-01-10" },
            { id: 240, user_id: 154, trail_id: 28, species: "bear moose puma", sighting_date: "2022-02-24" },
            { id: 241, user_id: 70, trail_id: 63, species: "wolf owl raccoon", sighting_date: "2020-10-06" },
            { id: 242, user_id: 127, trail_id: 137, species: "salmon", sighting_date: "2020-11-30" },
            { id: 243, user_id: 192, trail_id: 9, species: "fox wolf raccoon", sighting_date: "2023-09-12" },
            { id: 244, user_id: 100, trail_id: 72, species: "salmon bison", sighting_date: "2022-10-17" },
            { id: 245, user_id: 144, trail_id: 16, species: "bison", sighting_date: "2020-01-08" },
            { id: 246, user_id: 42, trail_id: 115, species: "salmon squirrel", sighting_date: "2021-12-16" },
            { id: 247, user_id: 200, trail_id: 78, species: "owl salmon lynx", sighting_date: "2020-09-08" },
            { id: 248, user_id: 72, trail_id: 130, species: "squirrel", sighting_date: "2021-05-25" },
            { id: 249, user_id: 113, trail_id: 146, species: "rabbit lynx salmon", sighting_date: "2023-02-10" },
            { id: 250, user_id: 154, trail_id: 4, species: "quail", sighting_date: null },
            { id: 251, user_id: 185, trail_id: 67, species: "salmon", sighting_date: "2020-10-10" },
            { id: 252, user_id: 12, trail_id: 149, species: "moose hawk rabbit", sighting_date: "2021-01-22" },
            { id: 253, user_id: 167, trail_id: 119, species: "eagle squirrel rabbit", sighting_date: "2022-09-24" },
            { id: 254, user_id: 111, trail_id: 66, species: "moose", sighting_date: "2021-05-19" },
            { id: 255, user_id: 77, trail_id: 63, species: "moose deer", sighting_date: "2023-02-11" },
            { id: 256, user_id: 174, trail_id: 132, species: null, sighting_date: "2020-04-29" },
            { id: 257, user_id: 194, trail_id: 23, species: "elk lynx raccoon", sighting_date: "2020-05-14" },
            { id: 258, user_id: 184, trail_id: 50, species: "rabbit", sighting_date: "2023-11-14" },
            { id: 259, user_id: 135, trail_id: 37, species: "elk", sighting_date: "2021-09-03" },
            { id: 260, user_id: 12, trail_id: 79, species: "moose rabbit eagle", sighting_date: "2020-05-24" },
            { id: 261, user_id: 108, trail_id: 105, species: "coyote", sighting_date: "2020-01-26" },
            { id: 262, user_id: 121, trail_id: 112, species: "turkey salmon", sighting_date: "2022-08-18" },
            { id: 263, user_id: 135, trail_id: 112, species: "badger", sighting_date: null },
            { id: 264, user_id: 25, trail_id: 102, species: "puma hawk", sighting_date: "2020-03-28" },
            { id: 265, user_id: 4, trail_id: 134, species: "fox", sighting_date: "2021-09-21" },
            { id: 266, user_id: 15, trail_id: 72, species: "raccoon moose", sighting_date: "2022-11-20" },
            { id: 267, user_id: 128, trail_id: 27, species: "deer otter", sighting_date: "2020-04-05" },
            { id: 268, user_id: 5, trail_id: 10, species: "hawk moose squirrel", sighting_date: "2022-11-26" },
            { id: 269, user_id: 59, trail_id: 11, species: "eagle badger otter", sighting_date: "2023-10-03" },
            { id: 270, user_id: 47, trail_id: 20, species: "rabbit", sighting_date: "2021-01-04" },
            { id: 271, user_id: 200, trail_id: 52, species: "otter", sighting_date: "2020-07-09" },
            { id: 272, user_id: 26, trail_id: 148, species: "salmon", sighting_date: "2023-08-30" },
            { id: 273, user_id: 12, trail_id: 29, species: "raccoon elk", sighting_date: "2022-02-15" },
            { id: 274, user_id: 39, trail_id: 11, species: "puma", sighting_date: "2022-11-26" },
            { id: 275, user_id: 27, trail_id: 64, species: "salmon puma", sighting_date: "2022-05-26" },
            { id: 276, user_id: 75, trail_id: 150, species: "elk squirrel coyote", sighting_date: "2021-11-30" },
            { id: 277, user_id: 134, trail_id: 19, species: "puma squirrel raccoon", sighting_date: "2020-02-17" },
            { id: 278, user_id: 120, trail_id: 89, species: "quail puma", sighting_date: "2022-08-29" },
            { id: 279, user_id: 169, trail_id: 18, species: "bear bison", sighting_date: "2020-04-06" },
            { id: 280, user_id: 185, trail_id: 28, species: "squirrel", sighting_date: "2022-11-16" },
            { id: 281, user_id: 143, trail_id: 8, species: null, sighting_date: "2023-12-13" },
            { id: 282, user_id: 139, trail_id: 36, species: "quail", sighting_date: "2023-11-27" },
            { id: 283, user_id: 68, trail_id: 51, species: "deer turkey", sighting_date: "2021-10-11" },
            { id: 284, user_id: 144, trail_id: 55, species: "squirrel", sighting_date: null },
            { id: 285, user_id: 166, trail_id: 107, species: "turkey badger eagle", sighting_date: "2020-09-04" },
            { id: 286, user_id: 114, trail_id: 126, species: "squirrel deer otter", sighting_date: "2020-12-23" },
            { id: 287, user_id: 175, trail_id: 16, species: "hawk otter", sighting_date: "2022-10-11" },
            { id: 288, user_id: 180, trail_id: 43, species: "eagle elk raccoon", sighting_date: "2020-03-21" },
            { id: 289, user_id: 196, trail_id: 80, species: "coyote bison", sighting_date: "2023-11-23" },
            { id: 290, user_id: 122, trail_id: 57, species: "elk", sighting_date: null },
            { id: 291, user_id: 145, trail_id: 75, species: "eagle", sighting_date: "2022-08-18" },
            { id: 292, user_id: 71, trail_id: 145, species: "bison rabbit", sighting_date: "2023-10-04" },
            { id: 293, user_id: 179, trail_id: 138, species: "owl bear quail", sighting_date: "2023-01-02" },
            { id: 294, user_id: 121, trail_id: 142, species: "moose coyote badger", sighting_date: "2020-10-22" },
            { id: 295, user_id: 67, trail_id: 95, species: "salmon", sighting_date: null },
            { id: 296, user_id: 149, trail_id: 4, species: "squirrel coyote rabbit", sighting_date: "2022-11-29" },
            { id: 297, user_id: 197, trail_id: 79, species: "bear bison", sighting_date: "2022-12-21" },
            { id: 298, user_id: 91, trail_id: 124, species: "turkey puma", sighting_date: "2023-09-27" },
            { id: 299, user_id: 168, trail_id: 78, species: null, sighting_date: "2022-10-24" },
            { id: 300, user_id: 15, trail_id: 49, species: "badger quail", sighting_date: "2020-12-06" },
        ],
    });
}

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