// Gaming Community Insights (gaming-community-insights) 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.games), 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.games.createMany({
        data: [
            { id: 1, title: "Modern Monitor", genre: "Action", release_date: "2022-09-17" },
            { id: 2, title: "Insulated Notebook", genre: "RPG", release_date: "2015-12-19" },
            { id: 3, title: "Portable Kettle", genre: "Strategy", release_date: "2021-06-09" },
            { id: 4, title: "Mini Charger", genre: "Simulation", release_date: "2020-10-16" },
            { id: 5, title: "Portable Monitor", genre: "Action", release_date: "2017-07-14" },
            { id: 6, title: "Smart Monitor", genre: "RPG", release_date: "2016-08-18" },
            { id: 7, title: "Compact Charger", genre: "Action", release_date: "2022-06-17" },
            { id: 8, title: "Smart Bottle", genre: "Action", release_date: null },
            { id: 9, title: "Travel Kettle", genre: "Adventure", release_date: null },
            { id: 10, title: "Deluxe Desk Lamp", genre: "Action", release_date: "2020-12-08" },
            { id: 11, title: "Smart Lantern", genre: "Adventure", release_date: "2015-12-01" },
            { id: 12, title: "Classic Planter", genre: "Adventure", release_date: "2015-10-05" },
            { id: 13, title: "Slim Charger", genre: "RPG", release_date: null },
            { id: 14, title: "Vintage Speaker", genre: "Strategy", release_date: "2018-10-02" },
            { id: 15, title: "Deluxe Jacket", genre: "Strategy", release_date: null },
            { id: 16, title: "Portable Monitor", genre: "Action", release_date: "2020-02-29" },
            { id: 17, title: "Vintage Mug", genre: "Action", release_date: "2017-08-13" },
            { id: 18, title: "Wireless Desk Lamp", genre: "Action", release_date: "2020-09-04" },
            { id: 19, title: "Ultra Toolkit", genre: "Adventure", release_date: null },
            { id: 20, title: "Ultra Kettle", genre: "Action", release_date: "2019-03-22" },
            { id: 21, title: "Smart Toolkit", genre: "Adventure", release_date: "2022-12-06" },
            { id: 22, title: "Classic Router", genre: "Simulation", release_date: null },
            { id: 23, title: "Insulated Speaker", genre: "RPG", release_date: "2021-08-26" },
            { id: 24, title: "Smart Router", genre: "Strategy", release_date: "2020-03-25" },
            { id: 25, title: "Vintage Notebook", genre: "Action", release_date: "2020-02-11" },
            { id: 26, title: "Pro Keyboard", genre: "Action", release_date: "2022-04-09" },
            { id: 27, title: "Deluxe Jacket", genre: "Simulation", release_date: "2015-01-22" },
            { id: 28, title: "Heavy Duty Umbrella", genre: "Action", release_date: null },
            { id: 29, title: "Essential Camera", genre: "Action", release_date: "2019-09-08" },
            { id: 30, title: "Eco Chair", genre: "RPG", release_date: "2017-12-30" },
            { id: 31, title: "Insulated Router", genre: "RPG", release_date: null },
            { id: 32, title: "Compact Jacket", genre: "Action", release_date: "2016-10-06" },
            { id: 33, title: "Wireless Tent", genre: "Action", release_date: "2021-06-14" },
            { id: 34, title: "Folding Tent", genre: "Adventure", release_date: "2015-09-30" },
            { id: 35, title: "Pro Toolkit", genre: "RPG", release_date: "2021-04-16" },
            { id: 36, title: "Portable Speaker", genre: "Simulation", release_date: "2018-03-09" },
            { id: 37, title: "Compact Planter", genre: "Strategy", release_date: null },
            { id: 38, title: "Slim Lantern", genre: "Action", release_date: "2015-11-20" },
            { id: 39, title: "Travel Backpack", genre: "Adventure", release_date: "2022-11-04" },
            { id: 40, title: "Eco Jacket", genre: "RPG", release_date: "2022-07-27" },
            { id: 41, title: "Travel Keyboard", genre: "Strategy", release_date: "2022-11-16" },
            { id: 42, title: "Portable Lantern", genre: "Action", release_date: "2018-10-13" },
            { id: 43, title: "Premium Pan", genre: "Simulation", release_date: "2015-09-07" },
            { id: 44, title: "Portable Camera", genre: "Action", release_date: "2015-11-03" },
            { id: 45, title: "Premium Tripod", genre: "RPG", release_date: "2017-11-17" },
            { id: 46, title: "Ultra Lantern", genre: "RPG", release_date: "2016-11-05" },
            { id: 47, title: "Deluxe Desk Lamp", genre: "RPG", release_date: null },
            { id: 48, title: "Ultra Camera", genre: "Action", release_date: null },
            { id: 49, title: "Vintage Chair", genre: "Adventure", release_date: null },
            { id: 50, title: "Smart Notebook", genre: "RPG", release_date: "2020-10-09" },
            { id: 51, title: "Deluxe Umbrella", genre: "Strategy", release_date: "2022-11-14" },
            { id: 52, title: "Smart Toolkit", genre: "RPG", release_date: "2021-04-26" },
            { id: 53, title: "Vintage Watch", genre: "Strategy", release_date: "2020-10-17" },
            { id: 54, title: "Travel Pan", genre: "Action", release_date: "2019-05-28" },
            { id: 55, title: "Compact Monitor", genre: "Action", release_date: "2017-11-10" },
            { id: 56, title: "Portable Monitor", genre: "RPG", release_date: "2015-01-12" },
            { id: 57, title: "Essential Jacket", genre: "Action", release_date: "2018-09-09" },
            { id: 58, title: "Essential Mug", genre: "RPG", release_date: null },
            { id: 59, title: "Standard Notebook", genre: "Action", release_date: "2020-04-27" },
            { id: 60, title: "Premium Monitor", genre: "Action", release_date: "2020-12-26" },
            { id: 61, title: "Insulated Headphones", genre: "Adventure", release_date: "2018-01-07" },
            { id: 62, title: "Folding Pan", genre: "Adventure", release_date: "2022-02-01" },
            { id: 63, title: "Compact Notebook", genre: "Adventure", release_date: null },
            { id: 64, title: "Insulated Backpack", genre: "Action", release_date: "2019-02-19" },
            { id: 65, title: "Eco Camera", genre: "Action", release_date: "2020-08-30" },
            { id: 66, title: "Pro Backpack", genre: "Action", release_date: "2019-08-25" },
            { id: 67, title: "Vintage Notebook", genre: "Action", release_date: null },
            { id: 68, title: "Ultra Backpack", genre: "Adventure", release_date: "2015-03-24" },
            { id: 69, title: "Essential Pan", genre: "Action", release_date: "2017-04-24" },
            { id: 70, title: "Slim Jacket", genre: "Action", release_date: "2022-03-18" },
            { id: 71, title: "Deluxe Bottle", genre: "Adventure", release_date: "2021-12-08" },
            { id: 72, title: "Travel Tent", genre: "Simulation", release_date: "2020-04-02" },
            { id: 73, title: "Classic Notebook", genre: "Action", release_date: "2021-11-04" },
            { id: 74, title: "Compact Tripod", genre: "Adventure", release_date: "2021-05-14" },
            { id: 75, title: "Essential Kettle", genre: "Action", release_date: "2017-09-26" },
            { id: 76, title: "Heavy Duty Desk Lamp", genre: "Action", release_date: "2021-12-11" },
            { id: 77, title: "Compact Mug", genre: "Action", release_date: "2021-03-31" },
            { id: 78, title: "Compact Desk Lamp", genre: "Simulation", release_date: "2015-11-25" },
            { id: 79, title: "Classic Watch", genre: "Simulation", release_date: "2019-07-05" },
            { id: 80, title: "Eco Keyboard", genre: "Strategy", release_date: "2019-03-17" },
            { id: 81, title: "Smart Desk Lamp", genre: "Adventure", release_date: "2017-03-18" },
            { id: 82, title: "Smart Watch", genre: "Simulation", release_date: "2020-09-04" },
            { id: 83, title: "Portable Router", genre: "Action", release_date: null },
            { id: 84, title: "Eco Headphones", genre: "Action", release_date: "2015-06-28" },
            { id: 85, title: "Smart Jacket", genre: "Action", release_date: null },
            { id: 86, title: "Standard Keyboard", genre: "Adventure", release_date: "2018-01-25" },
            { id: 87, title: "Premium Mug", genre: "RPG", release_date: "2022-03-20" },
            { id: 88, title: "Insulated Jacket", genre: "Strategy", release_date: "2017-08-25" },
            { id: 89, title: "Mini Chair", genre: "Adventure", release_date: "2021-11-12" },
            { id: 90, title: "Classic Blender", genre: "Simulation", release_date: "2016-01-25" },
            { id: 91, title: "Ultra Headphones", genre: "Simulation", release_date: "2018-07-27" },
            { id: 92, title: "Modern Tent", genre: "Action", release_date: "2016-07-17" },
            { id: 93, title: "Smart Chair", genre: "Adventure", release_date: "2015-01-25" },
            { id: 94, title: "Compact Pan", genre: "Action", release_date: "2019-11-23" },
            { id: 95, title: "Pro Bottle", genre: "Adventure", release_date: "2019-11-08" },
            { id: 96, title: "Travel Headphones", genre: "Strategy", release_date: "2022-01-03" },
            { id: 97, title: "Vintage Router", genre: "RPG", release_date: "2021-02-22" },
            { id: 98, title: "Ultra Chair", genre: "Action", release_date: "2022-12-20" },
            { id: 99, title: "Mini Watch", genre: "Adventure", release_date: "2019-12-17" },
            { id: 100, title: "Mini Notebook", genre: "Action", release_date: null },
            { id: 101, title: "Compact Tent", genre: "Action", release_date: "2019-11-11" },
            { id: 102, title: "Standard Mug", genre: "RPG", release_date: "2016-11-09" },
            { id: 103, title: "Deluxe Tripod", genre: "Simulation", release_date: "2022-01-03" },
            { id: 104, title: "Premium Headphones", genre: "Simulation", release_date: "2016-09-22" },
            { id: 105, title: "Deluxe Speaker", genre: "Simulation", release_date: "2015-09-16" },
            { id: 106, title: "Pro Pan", genre: "RPG", release_date: null },
            { id: 107, title: "Travel Tripod", genre: "Adventure", release_date: "2021-01-27" },
            { id: 108, title: "Standard Charger", genre: "Action", release_date: null },
            { id: 109, title: "Mini Planter", genre: "Strategy", release_date: "2018-11-04" },
            { id: 110, title: "Compact Toolkit", genre: "Action", release_date: "2015-05-18" },
            { id: 111, title: "Pro Camera", genre: "Adventure", release_date: "2019-10-25" },
            { id: 112, title: "Heavy Duty Jacket", genre: "Simulation", release_date: "2019-10-09" },
            { id: 113, title: "Vintage Watch", genre: "Simulation", release_date: "2021-12-16" },
            { id: 114, title: "Mini Umbrella", genre: "Adventure", release_date: "2020-10-12" },
            { id: 115, title: "Heavy Duty Planter", genre: "Action", release_date: "2015-11-19" },
            { id: 116, title: "Folding Backpack", genre: "Action", release_date: "2016-07-15" },
            { id: 117, title: "Essential Chair", genre: "Action", release_date: "2017-12-22" },
            { id: 118, title: "Heavy Duty Mug", genre: "Strategy", release_date: null },
            { id: 119, title: "Compact Headphones", genre: "Action", release_date: "2016-10-23" },
            { id: 120, title: "Vintage Toolkit", genre: "Action", release_date: "2019-09-29" },
            { id: 121, title: "Modern Pan", genre: "Action", release_date: "2018-11-12" },
            { id: 122, title: "Premium Notebook", genre: "Action", release_date: "2017-03-08" },
            { id: 123, title: "Wireless Keyboard", genre: "Action", release_date: "2020-11-06" },
            { id: 124, title: "Mini Blender", genre: "Action", release_date: null },
            { id: 125, title: "Smart Lantern", genre: "Action", release_date: "2019-10-26" },
            { id: 126, title: "Wireless Mug", genre: "Action", release_date: "2016-01-18" },
            { id: 127, title: "Deluxe Kettle", genre: "RPG", release_date: "2022-08-31" },
            { id: 128, title: "Folding Chair", genre: "Action", release_date: "2021-01-31" },
            { id: 129, title: "Folding Camera", genre: "Adventure", release_date: "2022-11-18" },
            { id: 130, title: "Wireless Keyboard", genre: "Adventure", release_date: "2022-09-15" },
            { id: 131, title: "Smart Notebook", genre: "Strategy", release_date: "2018-01-11" },
            { id: 132, title: "Deluxe Kettle", genre: "Action", release_date: "2015-07-07" },
            { id: 133, title: "Modern Blender", genre: "Adventure", release_date: "2019-11-29" },
            { id: 134, title: "Eco Blender", genre: "Adventure", release_date: "2022-11-05" },
            { id: 135, title: "Deluxe Monitor", genre: "Adventure", release_date: "2017-06-22" },
            { id: 136, title: "Slim Notebook", genre: "Adventure", release_date: "2022-10-17" },
            { id: 137, title: "Vintage Monitor", genre: "Action", release_date: "2016-11-10" },
            { id: 138, title: "Standard Lantern", genre: "RPG", release_date: "2020-02-24" },
            { id: 139, title: "Slim Toolkit", genre: "Action", release_date: "2019-01-22" },
            { id: 140, title: "Smart Headphones", genre: "Action", release_date: "2018-10-13" },
            { id: 141, title: "Wireless Pan", genre: "Action", release_date: "2020-12-05" },
            { id: 142, title: "Deluxe Jacket", genre: "Adventure", release_date: "2019-12-03" },
            { id: 143, title: "Travel Tent", genre: "Action", release_date: "2015-07-20" },
            { id: 144, title: "Mini Pan", genre: "Action", release_date: "2021-01-12" },
            { id: 145, title: "Slim Lantern", genre: "RPG", release_date: "2017-01-15" },
            { id: 146, title: "Standard Tripod", genre: "Action", release_date: "2019-01-02" },
            { id: 147, title: "Ultra Umbrella", genre: "Action", release_date: "2017-01-27" },
            { id: 148, title: "Classic Headphones", genre: "Action", release_date: "2022-01-01" },
            { id: 149, title: "Modern Mug", genre: "Adventure", release_date: "2015-07-28" },
            { id: 150, title: "Compact Watch", genre: "Action", release_date: "2021-03-22" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, username: "Hugo Novak", join_date: "2020-06-12", email: null, country: "Kenya" },
            { id: 2, username: "Anna Ibrahim", join_date: "2020-07-17", email: "anna.ibrahim@example.org", country: "Singapore" },
            { id: 3, username: "Ibrahim Dubois", join_date: "2022-01-31", email: "ibrahim.dubois@example.net", country: "Turkey" },
            { id: 4, username: "Rafael Tanaka", join_date: "2020-10-17", email: "rafael.tanaka@example.org", country: "United Kingdom" },
            { id: 5, username: "Karim Evans", join_date: "2020-02-05", email: "karim.evans@example.com", country: "Australia" },
            { id: 6, username: "Ethan Nguyen", join_date: "2021-12-29", email: "ethan.nguyen@example.net", country: "France" },
            { id: 7, username: "Sofia Jansen", join_date: "2022-11-09", email: "sofia.jansen@example.net", country: "Greece" },
            { id: 8, username: "Chloe Vargas", join_date: "2022-11-18", email: "chloe.vargas@example.net", country: "Kenya" },
            { id: 9, username: "Daniel Patel", join_date: "2022-03-30", email: "daniel.patel@example.org", country: "Belgium" },
            { id: 10, username: "Ben Kumar", join_date: "2021-01-07", email: "ben.kumar@example.com", country: "Germany" },
            { id: 11, username: "Diego Mendes", join_date: "2022-08-08", email: "diego.mendes@example.com", country: "Romania" },
            { id: 12, username: "Kai Chen", join_date: "2021-01-13", email: "kai.chen@example.org", country: "France" },
            { id: 13, username: "Liam Adams", join_date: "2022-03-08", email: "liam.adams@example.com", country: "Mexico" },
            { id: 14, username: "Mateo Costa", join_date: "2022-06-01", email: "mateo.costa@example.net", country: "Italy" },
            { id: 15, username: "Leo Nguyen", join_date: "2020-04-14", email: "leo.nguyen@example.org", country: "United States" },
            { id: 16, username: "Ana Hassan", join_date: "2020-01-21", email: "ana.hassan@example.org", country: "Japan" },
            { id: 17, username: "Lucas Schneider", join_date: "2021-09-23", email: "lucas.schneider@example.com", country: "Czech Republic" },
            { id: 18, username: "Fatima Becker", join_date: "2022-06-30", email: "fatima.becker@example.com", country: "Netherlands" },
            { id: 19, username: "Ethan Rossi", join_date: "2022-06-13", email: "ethan.rossi@example.net", country: "Denmark" },
            { id: 20, username: "Alice Gomez", join_date: "2021-12-06", email: "alice.gomez@example.net", country: "Czech Republic" },
            { id: 21, username: "Deniz Tanaka", join_date: "2021-06-06", email: null, country: "Norway" },
            { id: 22, username: "Priya Torres", join_date: "2020-06-20", email: "priya.torres@example.org", country: null },
            { id: 23, username: "Zara Diaz", join_date: null, email: "zara.diaz@example.org", country: "Nigeria" },
            { id: 24, username: "Elena Ahmed", join_date: null, email: "elena.ahmed@example.com", country: "Italy" },
            { id: 25, username: "Selin Costa", join_date: "2021-11-10", email: null, country: "South Korea" },
            { id: 26, username: "Rafael Young", join_date: "2022-07-18", email: "rafael.young@example.net", country: "Australia" },
            { id: 27, username: "Tariq Garcia", join_date: "2020-07-22", email: null, country: "Norway" },
            { id: 28, username: "Carla Novak", join_date: "2021-10-16", email: "carla.novak@example.org", country: "Greece" },
            { id: 29, username: "Alice Nguyen", join_date: "2021-04-10", email: "alice.nguyen@example.net", country: null },
            { id: 30, username: "Jade Wang", join_date: "2020-02-22", email: "jade.wang@example.org", country: "Spain" },
            { id: 31, username: "Oscar Bauer", join_date: "2022-07-05", email: "oscar.bauer@example.org", country: null },
            { id: 32, username: "Elif Castro", join_date: "2022-04-07", email: "elif.castro@example.com", country: "Argentina" },
            { id: 33, username: "Ben Novak", join_date: "2022-12-07", email: "ben.novak@example.org", country: "Turkey" },
            { id: 34, username: "Mohamed Nakamura", join_date: "2021-12-08", email: "mohamed.nakamura@example.org", country: "Germany" },
            { id: 35, username: "Noah Chen", join_date: null, email: "noah.chen@example.com", country: "India" },
            { id: 36, username: "Olivia Meyer", join_date: "2020-09-11", email: "olivia.meyer@example.net", country: "Canada" },
            { id: 37, username: "Hannah Smith", join_date: "2020-03-05", email: "hannah.smith@example.com", country: "Thailand" },
            { id: 38, username: "Liam Hughes", join_date: "2021-03-02", email: "liam.hughes@example.com", country: "South Korea" },
            { id: 39, username: "Sam Carter", join_date: null, email: "sam.carter@example.com", country: "Netherlands" },
            { id: 40, username: "Felix Lee", join_date: "2022-02-24", email: null, country: "Kenya" },
            { id: 41, username: "Grace Jensen", join_date: "2021-10-03", email: "grace.jensen@example.org", country: "Canada" },
            { id: 42, username: "James Bennett", join_date: "2022-12-16", email: "james.bennett@example.net", country: "Indonesia" },
            { id: 43, username: "Hana Diaz", join_date: null, email: "hana.diaz@example.net", country: "Belgium" },
            { id: 44, username: "James Miller", join_date: "2022-01-05", email: null, country: "United States" },
            { id: 45, username: "Mohamed Murphy", join_date: "2021-03-03", email: "mohamed.murphy@example.com", country: "Poland" },
            { id: 46, username: "Ana Wright", join_date: "2021-12-25", email: "ana.wright@example.net", country: "Japan" },
            { id: 47, username: "Mei Sousa", join_date: "2022-12-31", email: "mei.sousa@example.net", country: "Argentina" },
            { id: 48, username: "Sam Yilmaz", join_date: "2022-11-30", email: "sam.yilmaz@example.org", country: "France" },
            { id: 49, username: "Carlos Vargas", join_date: null, email: "carlos.vargas@example.net", country: "Switzerland" },
            { id: 50, username: "Isaac Davis", join_date: "2021-05-03", email: "isaac.davis@example.org", country: "United Kingdom" },
            { id: 51, username: "Felix Young", join_date: "2022-06-15", email: "felix.young@example.com", country: null },
            { id: 52, username: "David Johnson", join_date: null, email: "david.johnson@example.org", country: "India" },
            { id: 53, username: "Isaac Hoffmann", join_date: "2021-06-04", email: null, country: "Austria" },
            { id: 54, username: "Sven Gomez", join_date: "2021-11-18", email: "sven.gomez@example.org", country: "Philippines" },
            { id: 55, username: "Sara Torres", join_date: "2021-07-18", email: "sara.torres@example.net", country: "Italy" },
            { id: 56, username: "Lucas Dubois", join_date: "2020-10-14", email: null, country: "Hungary" },
            { id: 57, username: "Jonas Kaya", join_date: null, email: null, country: "France" },
            { id: 58, username: "Julia Khan", join_date: "2020-08-19", email: "julia.khan@example.org", country: "Italy" },
            { id: 59, username: "Andre Sato", join_date: "2022-04-15", email: "andre.sato@example.net", country: "Argentina" },
            { id: 60, username: "Paula Nakamura", join_date: "2021-03-07", email: null, country: "Belgium" },
            { id: 61, username: "Nina Young", join_date: "2021-03-24", email: "nina.young@example.org", country: "United States" },
            { id: 62, username: "Mateo Flores", join_date: "2022-09-01", email: "mateo.flores@example.net", country: "Netherlands" },
            { id: 63, username: "Mohamed Baker", join_date: null, email: "mohamed.baker@example.net", country: "India" },
            { id: 64, username: "Ben Shah", join_date: "2021-04-26", email: "ben.shah@example.org", country: "United States" },
            { id: 65, username: "Diego Wright", join_date: "2020-06-24", email: "diego.wright@example.org", country: null },
            { id: 66, username: "Nour Khan", join_date: null, email: "nour.khan@example.com", country: "Canada" },
            { id: 67, username: "Chloe Wright", join_date: null, email: "chloe.wright@example.com", country: "United States" },
            { id: 68, username: "Tomas Martin", join_date: "2022-07-14", email: "tomas.martin@example.org", country: "Mexico" },
            { id: 69, username: "Daniel Lee", join_date: null, email: "daniel.lee@example.net", country: "Netherlands" },
            { id: 70, username: "Omar Khan", join_date: "2022-06-20", email: null, country: "South Korea" },
            { id: 71, username: "Olivia Martin", join_date: "2021-06-12", email: "olivia.martin@example.com", country: "United States" },
            { id: 72, username: "Sam Clark", join_date: "2020-08-22", email: "sam.clark@example.com", country: "Austria" },
            { id: 73, username: "Alice Adams", join_date: "2021-12-30", email: "alice.adams@example.com", country: "Turkey" },
            { id: 74, username: "Diego Ahmed", join_date: "2022-03-16", email: "diego.ahmed@example.com", country: null },
            { id: 75, username: "Zara Wagner", join_date: "2021-08-06", email: "zara.wagner@example.com", country: "Turkey" },
            { id: 76, username: "Carlos Nguyen", join_date: null, email: "carlos.nguyen@example.net", country: "Denmark" },
            { id: 77, username: "Yara Gomez", join_date: "2022-06-01", email: "yara.gomez@example.net", country: "Germany" },
            { id: 78, username: "Alice Cruz", join_date: "2022-10-13", email: null, country: "Czech Republic" },
            { id: 79, username: "Noah Ahmed", join_date: null, email: null, country: "Portugal" },
            { id: 80, username: "Arjun Young", join_date: "2021-11-02", email: "arjun.young@example.net", country: "Canada" },
            { id: 81, username: "Priya Shah", join_date: "2020-05-07", email: "priya.shah@example.com", country: "Nigeria" },
            { id: 82, username: "Lucas Dubois", join_date: "2020-01-02", email: "lucas.dubois@example.com", country: "Kenya" },
            { id: 83, username: "David Chen", join_date: "2021-04-30", email: "david.chen@example.org", country: "United States" },
            { id: 84, username: "Jade Silva", join_date: "2020-07-26", email: "jade.silva@example.net", country: "Turkey" },
            { id: 85, username: "Emma Mendes", join_date: "2020-01-14", email: null, country: "Australia" },
            { id: 86, username: "Uma Khan", join_date: "2020-01-30", email: "uma.khan@example.com", country: "Portugal" },
            { id: 87, username: "Ivan Gupta", join_date: "2020-10-20", email: "ivan.gupta@example.org", country: "United Kingdom" },
            { id: 88, username: "Jack Moreau", join_date: "2022-06-05", email: "jack.moreau@example.net", country: "Taiwan" },
            { id: 89, username: "Deniz Lee", join_date: null, email: "deniz.lee@example.net", country: "Finland" },
            { id: 90, username: "Karim Gupta", join_date: "2022-12-04", email: "karim.gupta@example.com", country: "Greece" },
            { id: 91, username: "Lucas Oliveira", join_date: "2021-03-30", email: "lucas.oliveira@example.net", country: "Netherlands" },
            { id: 92, username: "Yara Rossi", join_date: "2021-04-20", email: "yara.rossi@example.org", country: null },
            { id: 93, username: "Nadia Silva", join_date: "2021-01-17", email: "nadia.silva@example.org", country: "New Zealand" },
            { id: 94, username: "Deniz Brown", join_date: "2021-11-11", email: "deniz.brown@example.com", country: null },
            { id: 95, username: "Liam Torres", join_date: "2021-09-07", email: "liam.torres@example.net", country: "Greece" },
            { id: 96, username: "Ibrahim Hughes", join_date: "2021-06-16", email: "ibrahim.hughes@example.org", country: null },
            { id: 97, username: "Laura Wilson", join_date: "2021-12-08", email: "laura.wilson@example.net", country: "Belgium" },
            { id: 98, username: "Zoe Martin", join_date: "2021-04-22", email: "zoe.martin@example.com", country: null },
            { id: 99, username: "Anna Park", join_date: "2022-02-07", email: null, country: "France" },
            { id: 100, username: "Marco Wagner", join_date: "2021-10-31", email: "marco.wagner@example.net", country: "Japan" },
            { id: 101, username: "Maja Wilson", join_date: "2022-11-05", email: "maja.wilson@example.org", country: "Belgium" },
            { id: 102, username: "Nadia Johnson", join_date: "2022-11-01", email: "nadia.johnson@example.net", country: "Spain" },
            { id: 103, username: "Lina Lee", join_date: "2021-12-31", email: "lina.lee@example.com", country: "Sweden" },
            { id: 104, username: "Marco Bennett", join_date: "2021-04-03", email: "marco.bennett@example.com", country: "United Kingdom" },
            { id: 105, username: "Ibrahim Silva", join_date: "2022-07-15", email: "ibrahim.silva@example.net", country: "Italy" },
            { id: 106, username: "Yusuf Hassan", join_date: null, email: null, country: "France" },
            { id: 107, username: "Hana Sousa", join_date: "2020-03-01", email: "hana.sousa@example.net", country: "Romania" },
            { id: 108, username: "Lina Silva", join_date: "2022-12-18", email: "lina.silva@example.net", country: "Czech Republic" },
            { id: 109, username: "Amir Zhang", join_date: "2022-08-09", email: "amir.zhang@example.com", country: "Spain" },
            { id: 110, username: "Ana Clark", join_date: "2022-06-25", email: "ana.clark@example.org", country: "United States" },
            { id: 111, username: "Lina Diaz", join_date: "2022-03-09", email: "lina.diaz@example.org", country: "Portugal" },
            { id: 112, username: "Pedro Gupta", join_date: "2021-05-14", email: "pedro.gupta@example.net", country: "Poland" },
            { id: 113, username: "Lina Pereira", join_date: "2022-10-24", email: "lina.pereira@example.net", country: "Hungary" },
            { id: 114, username: "Wei Oliveira", join_date: "2022-01-29", email: null, country: "South Africa" },
            { id: 115, username: "Ruby Fischer", join_date: "2022-04-18", email: null, country: "Spain" },
            { id: 116, username: "Amir Fischer", join_date: "2021-02-18", email: "amir.fischer@example.net", country: "Portugal" },
            { id: 117, username: "Diego Gupta", join_date: "2022-12-21", email: "diego.gupta@example.org", country: "Thailand" },
            { id: 118, username: "Maria Moreau", join_date: "2022-05-27", email: "maria.moreau@example.net", country: "India" },
            { id: 119, username: "Zara Gupta", join_date: "2021-02-22", email: null, country: null },
            { id: 120, username: "Olivia Sato", join_date: "2021-04-06", email: null, country: "United States" },
            { id: 121, username: "Hannah Reyes", join_date: "2022-09-20", email: "hannah.reyes@example.org", country: "Finland" },
            { id: 122, username: "Elena Kim", join_date: "2022-07-24", email: "elena.kim@example.org", country: "Portugal" },
            { id: 123, username: "Arjun Singh", join_date: "2022-10-02", email: null, country: "Australia" },
            { id: 124, username: "Karim Taylor", join_date: "2020-05-25", email: "karim.taylor@example.org", country: "United States" },
            { id: 125, username: "Chen Hassan", join_date: "2021-03-07", email: "chen.hassan@example.org", country: "Canada" },
            { id: 126, username: "Ibrahim Wagner", join_date: null, email: "ibrahim.wagner@example.net", country: null },
            { id: 127, username: "Olivia Hoffmann", join_date: "2020-03-18", email: "olivia.hoffmann@example.org", country: "Spain" },
            { id: 128, username: "Daniel Fischer", join_date: "2021-07-02", email: "daniel.fischer@example.org", country: "Japan" },
            { id: 129, username: "David Wilson", join_date: "2022-01-18", email: "david.wilson@example.net", country: "Italy" },
            { id: 130, username: "Rosa Walker", join_date: "2022-09-17", email: "rosa.walker@example.org", country: "Italy" },
            { id: 131, username: "Hana Schneider", join_date: "2020-11-03", email: "hana.schneider@example.com", country: "Sweden" },
            { id: 132, username: "James Jansen", join_date: "2022-12-28", email: "james.jansen@example.net", country: null },
            { id: 133, username: "Noah Cruz", join_date: "2022-02-23", email: "noah.cruz@example.net", country: null },
            { id: 134, username: "Yara Hassan", join_date: "2022-08-03", email: "yara.hassan@example.org", country: "South Korea" },
            { id: 135, username: "Ivan Gomez", join_date: "2022-07-07", email: "ivan.gomez@example.org", country: "Canada" },
            { id: 136, username: "Ana Costa", join_date: "2023-01-01", email: "ana.costa@example.org", country: "Australia" },
            { id: 137, username: "Ben Carter", join_date: "2022-05-25", email: "ben.carter@example.com", country: "New Zealand" },
            { id: 138, username: "James Young", join_date: "2022-03-29", email: "james.young@example.org", country: "Peru" },
            { id: 139, username: "David Ali", join_date: "2021-07-29", email: "david.ali@example.org", country: "United Kingdom" },
            { id: 140, username: "Daniel Wright", join_date: "2020-05-17", email: "daniel.wright@example.net", country: "Singapore" },
            { id: 141, username: "Amir Kim", join_date: "2020-02-23", email: "amir.kim@example.net", country: "United States" },
            { id: 142, username: "Uma Weber", join_date: "2022-02-18", email: "uma.weber@example.com", country: "Spain" },
            { id: 143, username: "Mohamed Patel", join_date: "2022-03-19", email: null, country: "Hungary" },
            { id: 144, username: "Mia Baker", join_date: "2022-11-21", email: "mia.baker@example.com", country: "Greece" },
            { id: 145, username: "Lucas Sato", join_date: "2022-11-26", email: "lucas.sato@example.com", country: "Nigeria" },
            { id: 146, username: "Zara Gomez", join_date: "2021-08-01", email: "zara.gomez@example.net", country: "Japan" },
            { id: 147, username: "Yara Garcia", join_date: "2022-02-25", email: null, country: "Germany" },
            { id: 148, username: "David Lee", join_date: null, email: "david.lee@example.org", country: "United States" },
            { id: 149, username: "Ethan Kumar", join_date: "2022-08-15", email: "ethan.kumar@example.org", country: "Philippines" },
            { id: 150, username: "Mia Andersen", join_date: "2021-02-01", email: "mia.andersen@example.com", country: null },
            { id: 151, username: "Selin Silva", join_date: "2020-07-02", email: "selin.silva@example.com", country: "Brazil" },
            { id: 152, username: "Selin Walker", join_date: "2022-02-28", email: "selin.walker@example.com", country: "Canada" },
            { id: 153, username: "Oscar Cruz", join_date: "2020-09-25", email: "oscar.cruz@example.org", country: "Indonesia" },
            { id: 154, username: "Anna Demir", join_date: "2021-09-18", email: "anna.demir@example.org", country: "United States" },
            { id: 155, username: "Victor Wang", join_date: "2021-01-14", email: "victor.wang@example.net", country: "United States" },
            { id: 156, username: "Ruby Wagner", join_date: "2022-02-04", email: "ruby.wagner@example.org", country: "Ireland" },
            { id: 157, username: "Lina Garcia", join_date: "2022-01-16", email: "lina.garcia@example.com", country: "Poland" },
            { id: 158, username: "Isaac Andersen", join_date: "2021-10-20", email: "isaac.andersen@example.net", country: "Turkey" },
            { id: 159, username: "Laura Evans", join_date: "2022-08-14", email: "laura.evans@example.com", country: "Egypt" },
            { id: 160, username: "Victor Wang", join_date: "2021-06-06", email: "victor.wang@example.org", country: "Norway" },
            { id: 161, username: "Nour Walker", join_date: "2020-01-04", email: "nour.walker@example.org", country: null },
            { id: 162, username: "Isaac Davis", join_date: "2022-04-24", email: "isaac.davis@example.org", country: "Netherlands" },
            { id: 163, username: "Nadia Evans", join_date: "2021-09-20", email: "nadia.evans@example.com", country: "United States" },
            { id: 164, username: "Maria Walker", join_date: "2020-08-13", email: "maria.walker@example.net", country: "Turkey" },
            { id: 165, username: "Wei Novak", join_date: "2022-05-21", email: "wei.novak@example.net", country: "Thailand" },
            { id: 166, username: "Maria Weber", join_date: null, email: "maria.weber@example.net", country: "France" },
            { id: 167, username: "Sofia Sousa", join_date: "2022-07-06", email: "sofia.sousa@example.org", country: "Mexico" },
            { id: 168, username: "Ibrahim Larsen", join_date: null, email: "ibrahim.larsen@example.net", country: "Turkey" },
            { id: 169, username: "Paula Khan", join_date: "2022-11-05", email: "paula.khan@example.com", country: "United States" },
            { id: 170, username: "Ana Ahmed", join_date: null, email: "ana.ahmed@example.org", country: "Finland" },
            { id: 171, username: "Sofia Dubois", join_date: "2020-07-14", email: null, country: "Austria" },
            { id: 172, username: "Olivia Adams", join_date: "2021-05-24", email: "olivia.adams@example.com", country: null },
            { id: 173, username: "Hugo Rossi", join_date: "2022-10-13", email: "hugo.rossi@example.com", country: "Australia" },
            { id: 174, username: "Liam Sato", join_date: null, email: "liam.sato@example.net", country: "Egypt" },
            { id: 175, username: "Ethan Shah", join_date: "2021-04-14", email: null, country: "Finland" },
            { id: 176, username: "Zoe Patel", join_date: "2021-10-31", email: "zoe.patel@example.org", country: "Turkey" },
            { id: 177, username: "Lena Hassan", join_date: "2022-08-17", email: null, country: "United Kingdom" },
            { id: 178, username: "Ines Young", join_date: "2022-05-14", email: "ines.young@example.com", country: "Czech Republic" },
            { id: 179, username: "Anna Hughes", join_date: "2020-05-30", email: "anna.hughes@example.net", country: "Italy" },
            { id: 180, username: "Arjun Zhang", join_date: "2021-10-15", email: "arjun.zhang@example.net", country: "Finland" },
            { id: 181, username: "Uma Evans", join_date: "2022-02-06", email: "uma.evans@example.com", country: "Singapore" },
            { id: 182, username: "Ravi Wright", join_date: "2020-05-22", email: "ravi.wright@example.net", country: "Philippines" },
            { id: 183, username: "Mei Baker", join_date: "2021-09-15", email: "mei.baker@example.org", country: "Switzerland" },
            { id: 184, username: "Ines Evans", join_date: null, email: "ines.evans@example.com", country: "United States" },
            { id: 185, username: "Deniz Nguyen", join_date: "2021-04-10", email: "deniz.nguyen@example.com", country: "Argentina" },
            { id: 186, username: "Ravi Cruz", join_date: "2021-06-20", email: "ravi.cruz@example.net", country: "Finland" },
            { id: 187, username: "Hannah Mendes", join_date: "2022-10-07", email: "hannah.mendes@example.org", country: "Turkey" },
            { id: 188, username: "Deniz Martin", join_date: "2021-12-13", email: "deniz.martin@example.net", country: "Netherlands" },
            { id: 189, username: "Elena Silva", join_date: "2022-09-04", email: "elena.silva@example.org", country: "Peru" },
            { id: 190, username: "Liam Kaya", join_date: "2020-11-03", email: "liam.kaya@example.net", country: "Chile" },
            { id: 191, username: "Carla Hughes", join_date: "2022-03-26", email: "carla.hughes@example.com", country: "Norway" },
            { id: 192, username: "Nour Dubois", join_date: "2022-04-13", email: "nour.dubois@example.com", country: "Kenya" },
            { id: 193, username: "Selin Almeida", join_date: "2020-12-15", email: "selin.almeida@example.net", country: null },
            { id: 194, username: "Tariq Yilmaz", join_date: "2021-10-08", email: "tariq.yilmaz@example.net", country: "Italy" },
            { id: 195, username: "Laura Smith", join_date: "2022-06-18", email: "laura.smith@example.com", country: "Turkey" },
            { id: 196, username: "Lena Patel", join_date: "2021-11-26", email: "lena.patel@example.net", country: "Poland" },
            { id: 197, username: "Sven Nguyen", join_date: "2022-08-13", email: "sven.nguyen@example.com", country: "Denmark" },
            { id: 198, username: "Sven Schneider", join_date: "2022-02-04", email: "sven.schneider@example.com", country: null },
            { id: 199, username: "Maria Johnson", join_date: "2021-06-08", email: "maria.johnson@example.net", country: "India" },
            { id: 200, username: "Yusuf Sousa", join_date: "2022-02-01", email: "yusuf.sousa@example.net", country: "Peru" },
        ],
    });
    await prisma.friendships.createMany({
        data: [
            { id: 1, user_id: 55, friend_id: 1, created_at: new Date("2020-09-26T21:13:49Z"), friendship_duration_days: 350, is_mutual: false },
            { id: 2, user_id: 44, friend_id: 34, created_at: new Date("2022-04-28T18:15:10Z"), friendship_duration_days: 399, is_mutual: false },
            { id: 3, user_id: 111, friend_id: 75, created_at: new Date("2021-12-13T12:18:23Z"), friendship_duration_days: 647, is_mutual: true },
            { id: 4, user_id: 33, friend_id: 164, created_at: new Date("2020-10-09T22:15:51Z"), friendship_duration_days: 795, is_mutual: true },
            { id: 5, user_id: 171, friend_id: 143, created_at: new Date("2020-12-19T21:59:31Z"), friendship_duration_days: 520, is_mutual: true },
            { id: 6, user_id: 171, friend_id: 92, created_at: new Date("2020-12-05T16:12:05Z"), friendship_duration_days: 424, is_mutual: true },
            { id: 7, user_id: 196, friend_id: 46, created_at: new Date("2022-11-13T09:25:39Z"), friendship_duration_days: 431, is_mutual: false },
            { id: 8, user_id: 92, friend_id: 191, created_at: new Date("2020-06-24T22:44:03Z"), friendship_duration_days: 588, is_mutual: false },
            { id: 9, user_id: 145, friend_id: 29, created_at: new Date("2020-05-20T21:15:24Z"), friendship_duration_days: 656, is_mutual: false },
            { id: 10, user_id: 187, friend_id: 27, created_at: new Date("2022-02-01T21:25:22Z"), friendship_duration_days: 807, is_mutual: true },
            { id: 11, user_id: 113, friend_id: 180, created_at: new Date("2022-06-29T12:00:40Z"), friendship_duration_days: 316, is_mutual: false },
            { id: 12, user_id: 15, friend_id: 193, created_at: new Date("2021-04-07T16:56:49Z"), friendship_duration_days: 293, is_mutual: true },
            { id: 13, user_id: 59, friend_id: 8, created_at: new Date("2021-06-29T11:00:55Z"), friendship_duration_days: 511, is_mutual: true },
            { id: 14, user_id: 165, friend_id: 93, created_at: new Date("2022-03-29T19:19:37Z"), friendship_duration_days: 641, is_mutual: false },
            { id: 15, user_id: 131, friend_id: 154, created_at: new Date("2022-02-04T17:35:00Z"), friendship_duration_days: 860, is_mutual: true },
            { id: 16, user_id: 103, friend_id: 126, created_at: new Date("2022-05-18T18:51:01Z"), friendship_duration_days: 360, is_mutual: true },
            { id: 17, user_id: 10, friend_id: 90, created_at: new Date("2022-11-13T16:42:54Z"), friendship_duration_days: 463, is_mutual: true },
            { id: 18, user_id: 131, friend_id: 110, created_at: new Date("2022-06-29T08:16:41Z"), friendship_duration_days: 459, is_mutual: false },
            { id: 19, user_id: 190, friend_id: 16, created_at: new Date("2021-11-12T02:19:29Z"), friendship_duration_days: 403, is_mutual: true },
            { id: 20, user_id: 99, friend_id: 41, created_at: new Date("2020-11-10T17:11:16Z"), friendship_duration_days: 351, is_mutual: false },
            { id: 21, user_id: 72, friend_id: 178, created_at: new Date("2022-09-24T15:14:39Z"), friendship_duration_days: 575, is_mutual: false },
            { id: 22, user_id: 46, friend_id: 177, created_at: new Date("2020-04-04T08:18:08Z"), friendship_duration_days: 568, is_mutual: true },
            { id: 23, user_id: 69, friend_id: 184, created_at: new Date("2022-09-07T23:24:43Z"), friendship_duration_days: 990, is_mutual: true },
            { id: 24, user_id: 32, friend_id: 42, created_at: new Date("2022-05-07T19:47:42Z"), friendship_duration_days: 640, is_mutual: true },
            { id: 25, user_id: 153, friend_id: 48, created_at: new Date("2020-04-27T13:54:14Z"), friendship_duration_days: 472, is_mutual: false },
            { id: 26, user_id: 65, friend_id: 168, created_at: new Date("2022-10-27T17:18:26Z"), friendship_duration_days: 281, is_mutual: true },
            { id: 27, user_id: 36, friend_id: 27, created_at: new Date("2021-05-31T16:00:49Z"), friendship_duration_days: 309, is_mutual: false },
            { id: 28, user_id: 122, friend_id: 93, created_at: new Date("2020-11-26T17:11:15Z"), friendship_duration_days: 723, is_mutual: false },
            { id: 29, user_id: 40, friend_id: 107, created_at: new Date("2021-08-18T17:47:25Z"), friendship_duration_days: 705, is_mutual: true },
            { id: 30, user_id: 58, friend_id: 37, created_at: new Date("2020-12-26T12:29:00Z"), friendship_duration_days: 526, is_mutual: true },
            { id: 31, user_id: 46, friend_id: 85, created_at: new Date("2020-08-20T12:41:04Z"), friendship_duration_days: 726, is_mutual: false },
            { id: 32, user_id: 76, friend_id: 167, created_at: new Date("2022-10-20T20:04:57Z"), friendship_duration_days: 616, is_mutual: true },
            { id: 33, user_id: 174, friend_id: 34, created_at: new Date("2021-02-16T08:38:38Z"), friendship_duration_days: 529, is_mutual: true },
            { id: 34, user_id: 36, friend_id: 111, created_at: new Date("2022-09-21T13:35:49Z"), friendship_duration_days: 381, is_mutual: false },
            { id: 35, user_id: 92, friend_id: 7, created_at: new Date("2020-01-16T03:21:36Z"), friendship_duration_days: 740, is_mutual: true },
            { id: 36, user_id: 68, friend_id: 102, created_at: new Date("2021-10-14T10:11:16Z"), friendship_duration_days: 814, is_mutual: false },
            { id: 37, user_id: 114, friend_id: 50, created_at: new Date("2022-02-08T09:21:24Z"), friendship_duration_days: 829, is_mutual: true },
            { id: 38, user_id: 98, friend_id: 32, created_at: new Date("2021-01-22T01:16:44Z"), friendship_duration_days: 368, is_mutual: false },
            { id: 39, user_id: 87, friend_id: 30, created_at: new Date("2022-05-20T15:28:46Z"), friendship_duration_days: 515, is_mutual: true },
            { id: 40, user_id: 93, friend_id: 32, created_at: new Date("2022-06-04T17:47:08Z"), friendship_duration_days: 493, is_mutual: true },
            { id: 41, user_id: 14, friend_id: 86, created_at: new Date("2020-04-21T20:24:44Z"), friendship_duration_days: 398, is_mutual: false },
            { id: 42, user_id: 39, friend_id: 148, created_at: new Date("2020-10-29T19:16:08Z"), friendship_duration_days: 459, is_mutual: true },
            { id: 43, user_id: 105, friend_id: 85, created_at: new Date("2021-09-07T20:33:44Z"), friendship_duration_days: 463, is_mutual: false },
            { id: 44, user_id: 16, friend_id: 124, created_at: new Date("2020-07-18T20:05:11Z"), friendship_duration_days: 697, is_mutual: true },
            { id: 45, user_id: 90, friend_id: 70, created_at: new Date("2021-02-27T14:11:47Z"), friendship_duration_days: 485, is_mutual: true },
            { id: 46, user_id: 130, friend_id: 119, created_at: new Date("2021-04-13T08:42:58Z"), friendship_duration_days: 277, is_mutual: true },
            { id: 47, user_id: 123, friend_id: 8, created_at: new Date("2022-07-11T22:36:58Z"), friendship_duration_days: 487, is_mutual: true },
            { id: 48, user_id: 28, friend_id: 9, created_at: new Date("2022-11-04T23:16:16Z"), friendship_duration_days: 614, is_mutual: true },
            { id: 49, user_id: 74, friend_id: 80, created_at: new Date("2022-05-25T09:47:43Z"), friendship_duration_days: 483, is_mutual: true },
            { id: 50, user_id: 9, friend_id: 21, created_at: new Date("2020-04-04T18:04:58Z"), friendship_duration_days: 570, is_mutual: true },
            { id: 51, user_id: 163, friend_id: 121, created_at: new Date("2021-01-12T15:26:57Z"), friendship_duration_days: 453, is_mutual: true },
            { id: 52, user_id: 178, friend_id: 59, created_at: new Date("2020-02-13T19:01:23Z"), friendship_duration_days: 585, is_mutual: true },
            { id: 53, user_id: 70, friend_id: 139, created_at: new Date("2021-04-23T22:00:24Z"), friendship_duration_days: 469, is_mutual: true },
            { id: 54, user_id: 68, friend_id: 103, created_at: new Date("2020-02-26T09:34:00Z"), friendship_duration_days: 534, is_mutual: true },
            { id: 55, user_id: 143, friend_id: 151, created_at: new Date("2021-06-07T11:42:58Z"), friendship_duration_days: 572, is_mutual: true },
            { id: 56, user_id: 12, friend_id: 31, created_at: new Date("2021-12-24T16:46:28Z"), friendship_duration_days: 636, is_mutual: true },
            { id: 57, user_id: 68, friend_id: 100, created_at: new Date("2021-08-15T00:06:40Z"), friendship_duration_days: 594, is_mutual: false },
            { id: 58, user_id: 34, friend_id: 193, created_at: new Date("2020-04-24T12:35:46Z"), friendship_duration_days: 702, is_mutual: true },
            { id: 59, user_id: 171, friend_id: 105, created_at: new Date("2022-08-18T14:35:30Z"), friendship_duration_days: 396, is_mutual: false },
            { id: 60, user_id: 3, friend_id: 39, created_at: new Date("2022-09-22T21:37:44Z"), friendship_duration_days: 497, is_mutual: true },
            { id: 61, user_id: 25, friend_id: 9, created_at: new Date("2020-08-25T21:28:31Z"), friendship_duration_days: 442, is_mutual: true },
            { id: 62, user_id: 140, friend_id: 157, created_at: new Date("2022-05-18T14:38:18Z"), friendship_duration_days: 598, is_mutual: true },
            { id: 63, user_id: 34, friend_id: 35, created_at: new Date("2021-11-25T12:25:16Z"), friendship_duration_days: 422, is_mutual: false },
            { id: 64, user_id: 112, friend_id: 29, created_at: new Date("2020-03-23T13:31:05Z"), friendship_duration_days: 530, is_mutual: true },
            { id: 65, user_id: 95, friend_id: 193, created_at: new Date("2020-01-05T08:41:53Z"), friendship_duration_days: 374, is_mutual: true },
            { id: 66, user_id: 111, friend_id: 157, created_at: new Date("2020-08-17T17:35:32Z"), friendship_duration_days: 384, is_mutual: true },
            { id: 67, user_id: 91, friend_id: 82, created_at: new Date("2021-04-27T19:00:17Z"), friendship_duration_days: 647, is_mutual: true },
            { id: 68, user_id: 17, friend_id: 127, created_at: new Date("2021-12-24T09:18:44Z"), friendship_duration_days: 339, is_mutual: true },
            { id: 69, user_id: 32, friend_id: 60, created_at: new Date("2022-07-10T15:35:08Z"), friendship_duration_days: 724, is_mutual: true },
            { id: 70, user_id: 31, friend_id: 113, created_at: new Date("2020-06-18T18:32:43Z"), friendship_duration_days: 655, is_mutual: true },
            { id: 71, user_id: 18, friend_id: 67, created_at: new Date("2020-09-04T13:42:13Z"), friendship_duration_days: 561, is_mutual: false },
            { id: 72, user_id: 43, friend_id: 158, created_at: new Date("2022-12-14T11:43:05Z"), friendship_duration_days: 255, is_mutual: true },
            { id: 73, user_id: 34, friend_id: 87, created_at: new Date("2021-07-21T12:56:43Z"), friendship_duration_days: 470, is_mutual: true },
            { id: 74, user_id: 95, friend_id: 27, created_at: new Date("2020-03-19T00:58:39Z"), friendship_duration_days: 559, is_mutual: true },
            { id: 75, user_id: 163, friend_id: 140, created_at: new Date("2020-04-10T01:07:22Z"), friendship_duration_days: 447, is_mutual: false },
            { id: 76, user_id: 195, friend_id: 165, created_at: new Date("2022-10-10T18:16:37Z"), friendship_duration_days: 646, is_mutual: false },
            { id: 77, user_id: 58, friend_id: 172, created_at: new Date("2021-01-18T13:04:06Z"), friendship_duration_days: 545, is_mutual: true },
            { id: 78, user_id: 170, friend_id: 2, created_at: new Date("2020-11-06T16:00:47Z"), friendship_duration_days: 612, is_mutual: true },
            { id: 79, user_id: 113, friend_id: 101, created_at: new Date("2022-11-23T20:10:10Z"), friendship_duration_days: 491, is_mutual: true },
            { id: 80, user_id: 163, friend_id: 132, created_at: new Date("2020-06-04T23:13:43Z"), friendship_duration_days: 169, is_mutual: true },
            { id: 81, user_id: 98, friend_id: 96, created_at: new Date("2022-05-10T14:16:03Z"), friendship_duration_days: 518, is_mutual: true },
            { id: 82, user_id: 123, friend_id: 39, created_at: new Date("2021-07-31T09:57:29Z"), friendship_duration_days: 662, is_mutual: true },
            { id: 83, user_id: 196, friend_id: 129, created_at: new Date("2020-06-23T19:10:30Z"), friendship_duration_days: 418, is_mutual: true },
            { id: 84, user_id: 18, friend_id: 161, created_at: new Date("2020-02-16T16:42:16Z"), friendship_duration_days: 446, is_mutual: true },
            { id: 85, user_id: 74, friend_id: 15, created_at: new Date("2020-10-30T17:37:38Z"), friendship_duration_days: 592, is_mutual: true },
            { id: 86, user_id: 90, friend_id: 45, created_at: new Date("2020-01-11T18:58:38Z"), friendship_duration_days: 882, is_mutual: true },
            { id: 87, user_id: 153, friend_id: 174, created_at: new Date("2021-02-14T20:55:11Z"), friendship_duration_days: 410, is_mutual: true },
            { id: 88, user_id: 99, friend_id: 19, created_at: new Date("2022-07-26T16:48:27Z"), friendship_duration_days: 185, is_mutual: true },
            { id: 89, user_id: 32, friend_id: 116, created_at: new Date("2022-06-20T08:49:09Z"), friendship_duration_days: 839, is_mutual: true },
            { id: 90, user_id: 11, friend_id: 128, created_at: new Date("2022-08-14T09:54:22Z"), friendship_duration_days: 308, is_mutual: true },
            { id: 91, user_id: 1, friend_id: 36, created_at: new Date("2020-08-29T21:43:10Z"), friendship_duration_days: 336, is_mutual: false },
            { id: 92, user_id: 8, friend_id: 18, created_at: new Date("2022-11-25T00:22:33Z"), friendship_duration_days: 382, is_mutual: true },
            { id: 93, user_id: 28, friend_id: 107, created_at: new Date("2022-02-27T09:56:03Z"), friendship_duration_days: 343, is_mutual: true },
            { id: 94, user_id: 174, friend_id: 160, created_at: new Date("2022-03-02T14:38:47Z"), friendship_duration_days: 580, is_mutual: true },
            { id: 95, user_id: 178, friend_id: 42, created_at: new Date("2021-05-24T13:27:43Z"), friendship_duration_days: 555, is_mutual: true },
            { id: 96, user_id: 38, friend_id: 84, created_at: new Date("2022-07-16T07:44:39Z"), friendship_duration_days: 460, is_mutual: true },
            { id: 97, user_id: 77, friend_id: 33, created_at: new Date("2020-04-30T22:45:22Z"), friendship_duration_days: 315, is_mutual: false },
            { id: 98, user_id: 178, friend_id: 146, created_at: new Date("2022-07-01T18:23:46Z"), friendship_duration_days: 436, is_mutual: false },
            { id: 99, user_id: 138, friend_id: 172, created_at: new Date("2022-10-29T14:37:18Z"), friendship_duration_days: 785, is_mutual: true },
            { id: 100, user_id: 193, friend_id: 167, created_at: new Date("2021-07-11T20:24:18Z"), friendship_duration_days: 411, is_mutual: false },
            { id: 101, user_id: 36, friend_id: 151, created_at: new Date("2020-08-19T18:30:38Z"), friendship_duration_days: 478, is_mutual: false },
            { id: 102, user_id: 24, friend_id: 95, created_at: new Date("2021-05-29T20:19:58Z"), friendship_duration_days: 387, is_mutual: false },
            { id: 103, user_id: 9, friend_id: 113, created_at: new Date("2020-10-06T07:47:42Z"), friendship_duration_days: 633, is_mutual: false },
            { id: 104, user_id: 153, friend_id: 166, created_at: new Date("2021-10-12T16:27:26Z"), friendship_duration_days: 318, is_mutual: true },
            { id: 105, user_id: 111, friend_id: 26, created_at: new Date("2022-09-10T11:48:21Z"), friendship_duration_days: 435, is_mutual: false },
            { id: 106, user_id: 5, friend_id: 90, created_at: new Date("2022-07-28T13:01:32Z"), friendship_duration_days: 575, is_mutual: true },
            { id: 107, user_id: 45, friend_id: 50, created_at: new Date("2021-07-27T10:32:25Z"), friendship_duration_days: 185, is_mutual: true },
            { id: 108, user_id: 190, friend_id: 197, created_at: new Date("2022-07-14T15:32:00Z"), friendship_duration_days: 845, is_mutual: true },
            { id: 109, user_id: 19, friend_id: 10, created_at: new Date("2020-10-27T11:45:30Z"), friendship_duration_days: 416, is_mutual: true },
            { id: 110, user_id: 174, friend_id: 76, created_at: new Date("2020-05-29T12:46:49Z"), friendship_duration_days: 575, is_mutual: false },
            { id: 111, user_id: 50, friend_id: 196, created_at: new Date("2021-10-27T12:26:40Z"), friendship_duration_days: 445, is_mutual: true },
            { id: 112, user_id: 42, friend_id: 2, created_at: new Date("2022-01-04T18:32:12Z"), friendship_duration_days: 707, is_mutual: true },
            { id: 113, user_id: 62, friend_id: 8, created_at: new Date("2020-01-27T09:49:29Z"), friendship_duration_days: 581, is_mutual: false },
            { id: 114, user_id: 5, friend_id: 194, created_at: new Date("2021-05-06T17:18:21Z"), friendship_duration_days: 811, is_mutual: true },
            { id: 115, user_id: 27, friend_id: 5, created_at: new Date("2021-01-02T13:57:24Z"), friendship_duration_days: 828, is_mutual: true },
            { id: 116, user_id: 53, friend_id: 82, created_at: new Date("2021-04-05T00:38:00Z"), friendship_duration_days: 630, is_mutual: true },
            { id: 117, user_id: 173, friend_id: 157, created_at: new Date("2021-08-29T20:45:09Z"), friendship_duration_days: 436, is_mutual: true },
            { id: 118, user_id: 34, friend_id: 68, created_at: new Date("2020-05-10T18:48:48Z"), friendship_duration_days: 790, is_mutual: false },
            { id: 119, user_id: 72, friend_id: 65, created_at: new Date("2022-12-03T17:07:13Z"), friendship_duration_days: 239, is_mutual: true },
            { id: 120, user_id: 190, friend_id: 11, created_at: new Date("2022-09-19T12:14:43Z"), friendship_duration_days: 329, is_mutual: false },
            { id: 121, user_id: 72, friend_id: 64, created_at: new Date("2022-03-07T21:34:44Z"), friendship_duration_days: 547, is_mutual: true },
            { id: 122, user_id: 65, friend_id: 48, created_at: new Date("2020-12-06T17:25:53Z"), friendship_duration_days: 669, is_mutual: false },
            { id: 123, user_id: 190, friend_id: 74, created_at: new Date("2022-09-10T20:11:41Z"), friendship_duration_days: 895, is_mutual: true },
            { id: 124, user_id: 33, friend_id: 158, created_at: new Date("2020-11-01T19:23:03Z"), friendship_duration_days: 409, is_mutual: true },
            { id: 125, user_id: 43, friend_id: 41, created_at: new Date("2022-12-14T09:02:06Z"), friendship_duration_days: 499, is_mutual: false },
            { id: 126, user_id: 143, friend_id: 120, created_at: new Date("2022-06-01T09:38:12Z"), friendship_duration_days: 385, is_mutual: false },
            { id: 127, user_id: 32, friend_id: 102, created_at: new Date("2021-07-14T12:43:25Z"), friendship_duration_days: 728, is_mutual: true },
            { id: 128, user_id: 3, friend_id: 129, created_at: new Date("2020-06-15T21:03:49Z"), friendship_duration_days: 621, is_mutual: false },
            { id: 129, user_id: 180, friend_id: 137, created_at: new Date("2022-06-27T19:04:34Z"), friendship_duration_days: 569, is_mutual: false },
            { id: 130, user_id: 7, friend_id: 144, created_at: new Date("2021-03-25T09:57:24Z"), friendship_duration_days: 800, is_mutual: true },
            { id: 131, user_id: 85, friend_id: 121, created_at: new Date("2021-06-10T14:50:11Z"), friendship_duration_days: 340, is_mutual: true },
            { id: 132, user_id: 76, friend_id: 80, created_at: new Date("2020-06-23T09:21:36Z"), friendship_duration_days: 424, is_mutual: true },
            { id: 133, user_id: 96, friend_id: 160, created_at: new Date("2022-01-14T14:53:01Z"), friendship_duration_days: 438, is_mutual: true },
            { id: 134, user_id: 100, friend_id: 155, created_at: new Date("2020-08-23T08:48:37Z"), friendship_duration_days: 791, is_mutual: true },
            { id: 135, user_id: 178, friend_id: 56, created_at: new Date("2020-02-10T07:07:12Z"), friendship_duration_days: 826, is_mutual: true },
            { id: 136, user_id: 18, friend_id: 98, created_at: new Date("2020-05-11T18:58:14Z"), friendship_duration_days: 548, is_mutual: true },
            { id: 137, user_id: 190, friend_id: 179, created_at: new Date("2020-10-08T17:53:50Z"), friendship_duration_days: 663, is_mutual: false },
            { id: 138, user_id: 53, friend_id: 113, created_at: new Date("2021-11-10T17:48:53Z"), friendship_duration_days: 503, is_mutual: false },
            { id: 139, user_id: 46, friend_id: 91, created_at: new Date("2020-01-04T05:47:41Z"), friendship_duration_days: 286, is_mutual: true },
            { id: 140, user_id: 44, friend_id: 91, created_at: new Date("2021-05-06T07:05:27Z"), friendship_duration_days: 389, is_mutual: false },
            { id: 141, user_id: 196, friend_id: 114, created_at: new Date("2022-03-10T18:14:37Z"), friendship_duration_days: 456, is_mutual: true },
            { id: 142, user_id: 160, friend_id: 90, created_at: new Date("2020-11-15T14:11:10Z"), friendship_duration_days: 607, is_mutual: true },
            { id: 143, user_id: 174, friend_id: 84, created_at: new Date("2022-05-19T16:54:04Z"), friendship_duration_days: 708, is_mutual: true },
            { id: 144, user_id: 133, friend_id: 3, created_at: new Date("2022-11-26T16:02:21Z"), friendship_duration_days: 448, is_mutual: false },
            { id: 145, user_id: 11, friend_id: 20, created_at: new Date("2020-11-23T18:01:28Z"), friendship_duration_days: 581, is_mutual: true },
            { id: 146, user_id: 28, friend_id: 48, created_at: new Date("2022-07-15T16:05:55Z"), friendship_duration_days: 528, is_mutual: true },
            { id: 147, user_id: 31, friend_id: 75, created_at: new Date("2020-04-22T19:35:11Z"), friendship_duration_days: 536, is_mutual: false },
            { id: 148, user_id: 39, friend_id: 92, created_at: new Date("2020-07-10T13:47:37Z"), friendship_duration_days: 548, is_mutual: true },
            { id: 149, user_id: 100, friend_id: 95, created_at: new Date("2022-11-21T08:50:11Z"), friendship_duration_days: 739, is_mutual: true },
            { id: 150, user_id: 53, friend_id: 72, created_at: new Date("2021-08-01T10:47:07Z"), friendship_duration_days: 509, is_mutual: true },
            { id: 151, user_id: 83, friend_id: 78, created_at: new Date("2020-06-25T19:15:59Z"), friendship_duration_days: 802, is_mutual: true },
            { id: 152, user_id: 40, friend_id: 185, created_at: new Date("2020-07-15T10:21:22Z"), friendship_duration_days: 519, is_mutual: true },
            { id: 153, user_id: 82, friend_id: 32, created_at: new Date("2020-01-31T20:51:09Z"), friendship_duration_days: 710, is_mutual: true },
            { id: 154, user_id: 61, friend_id: 68, created_at: new Date("2021-05-23T04:59:39Z"), friendship_duration_days: 433, is_mutual: true },
            { id: 155, user_id: 110, friend_id: 151, created_at: new Date("2020-11-04T11:18:01Z"), friendship_duration_days: 560, is_mutual: false },
            { id: 156, user_id: 99, friend_id: 90, created_at: new Date("2021-05-18T00:13:40Z"), friendship_duration_days: 636, is_mutual: true },
            { id: 157, user_id: 108, friend_id: 152, created_at: new Date("2021-02-04T15:45:37Z"), friendship_duration_days: 442, is_mutual: true },
            { id: 158, user_id: 131, friend_id: 157, created_at: new Date("2020-11-26T17:48:25Z"), friendship_duration_days: 555, is_mutual: false },
            { id: 159, user_id: 119, friend_id: 53, created_at: new Date("2022-04-12T17:37:58Z"), friendship_duration_days: 605, is_mutual: false },
            { id: 160, user_id: 175, friend_id: 17, created_at: new Date("2020-05-10T10:02:07Z"), friendship_duration_days: 627, is_mutual: true },
            { id: 161, user_id: 39, friend_id: 119, created_at: new Date("2021-06-13T12:53:18Z"), friendship_duration_days: 416, is_mutual: false },
            { id: 162, user_id: 138, friend_id: 39, created_at: new Date("2022-02-27T22:05:45Z"), friendship_duration_days: 645, is_mutual: true },
            { id: 163, user_id: 138, friend_id: 55, created_at: new Date("2022-05-17T22:23:03Z"), friendship_duration_days: 526, is_mutual: true },
            { id: 164, user_id: 113, friend_id: 137, created_at: new Date("2020-07-20T15:02:59Z"), friendship_duration_days: 516, is_mutual: true },
            { id: 165, user_id: 60, friend_id: 85, created_at: new Date("2021-10-17T14:58:17Z"), friendship_duration_days: 673, is_mutual: true },
            { id: 166, user_id: 18, friend_id: 135, created_at: new Date("2022-02-21T22:22:27Z"), friendship_duration_days: 888, is_mutual: false },
            { id: 167, user_id: 74, friend_id: 116, created_at: new Date("2022-08-16T13:23:06Z"), friendship_duration_days: 652, is_mutual: true },
            { id: 168, user_id: 111, friend_id: 57, created_at: new Date("2021-06-24T18:41:47Z"), friendship_duration_days: 718, is_mutual: true },
            { id: 169, user_id: 143, friend_id: 142, created_at: new Date("2020-08-30T06:47:09Z"), friendship_duration_days: 589, is_mutual: true },
            { id: 170, user_id: 119, friend_id: 148, created_at: new Date("2022-03-27T19:33:17Z"), friendship_duration_days: 369, is_mutual: true },
            { id: 171, user_id: 49, friend_id: 88, created_at: new Date("2020-04-06T11:56:46Z"), friendship_duration_days: 737, is_mutual: false },
            { id: 172, user_id: 65, friend_id: 97, created_at: new Date("2022-12-29T20:40:39Z"), friendship_duration_days: 749, is_mutual: true },
            { id: 173, user_id: 25, friend_id: 72, created_at: new Date("2022-11-21T17:42:11Z"), friendship_duration_days: 480, is_mutual: true },
            { id: 174, user_id: 70, friend_id: 119, created_at: new Date("2020-07-17T11:05:29Z"), friendship_duration_days: 728, is_mutual: true },
            { id: 175, user_id: 168, friend_id: 141, created_at: new Date("2021-12-25T19:50:45Z"), friendship_duration_days: 582, is_mutual: false },
            { id: 176, user_id: 111, friend_id: 82, created_at: new Date("2020-01-10T13:19:39Z"), friendship_duration_days: 403, is_mutual: false },
            { id: 177, user_id: 176, friend_id: 76, created_at: new Date("2020-12-06T11:59:54Z"), friendship_duration_days: 522, is_mutual: true },
            { id: 178, user_id: 91, friend_id: 72, created_at: new Date("2020-03-21T22:02:17Z"), friendship_duration_days: 709, is_mutual: true },
            { id: 179, user_id: 153, friend_id: 60, created_at: new Date("2022-02-13T19:12:02Z"), friendship_duration_days: 320, is_mutual: true },
            { id: 180, user_id: 101, friend_id: 85, created_at: new Date("2021-01-23T18:02:36Z"), friendship_duration_days: 509, is_mutual: false },
            { id: 181, user_id: 8, friend_id: 73, created_at: new Date("2021-09-15T22:17:36Z"), friendship_duration_days: 410, is_mutual: false },
            { id: 182, user_id: 95, friend_id: 33, created_at: new Date("2021-08-18T15:57:43Z"), friendship_duration_days: 559, is_mutual: true },
            { id: 183, user_id: 143, friend_id: 13, created_at: new Date("2020-12-22T01:55:29Z"), friendship_duration_days: 458, is_mutual: false },
            { id: 184, user_id: 59, friend_id: 97, created_at: new Date("2021-06-16T02:25:13Z"), friendship_duration_days: 620, is_mutual: true },
            { id: 185, user_id: 196, friend_id: 109, created_at: new Date("2021-09-10T19:04:45Z"), friendship_duration_days: 512, is_mutual: false },
            { id: 186, user_id: 119, friend_id: 76, created_at: new Date("2020-07-20T18:49:41Z"), friendship_duration_days: 738, is_mutual: true },
            { id: 187, user_id: 85, friend_id: 76, created_at: new Date("2022-03-25T18:44:11Z"), friendship_duration_days: 497, is_mutual: true },
            { id: 188, user_id: 31, friend_id: 197, created_at: new Date("2021-05-11T17:24:42Z"), friendship_duration_days: 651, is_mutual: true },
            { id: 189, user_id: 150, friend_id: 118, created_at: new Date("2022-03-24T21:54:31Z"), friendship_duration_days: 503, is_mutual: true },
            { id: 190, user_id: 5, friend_id: 140, created_at: new Date("2021-08-03T16:56:13Z"), friendship_duration_days: 603, is_mutual: true },
            { id: 191, user_id: 130, friend_id: 56, created_at: new Date("2021-10-31T10:22:50Z"), friendship_duration_days: 292, is_mutual: true },
            { id: 192, user_id: 112, friend_id: 175, created_at: new Date("2021-07-20T17:02:18Z"), friendship_duration_days: 730, is_mutual: true },
            { id: 193, user_id: 55, friend_id: 40, created_at: new Date("2020-10-23T00:36:58Z"), friendship_duration_days: 242, is_mutual: false },
            { id: 194, user_id: 93, friend_id: 165, created_at: new Date("2022-01-04T20:48:48Z"), friendship_duration_days: 697, is_mutual: true },
            { id: 195, user_id: 114, friend_id: 81, created_at: new Date("2022-07-09T19:53:50Z"), friendship_duration_days: 487, is_mutual: true },
            { id: 196, user_id: 32, friend_id: 122, created_at: new Date("2020-09-05T14:42:28Z"), friendship_duration_days: 636, is_mutual: true },
            { id: 197, user_id: 108, friend_id: 175, created_at: new Date("2022-08-14T20:22:49Z"), friendship_duration_days: 369, is_mutual: true },
            { id: 198, user_id: 75, friend_id: 193, created_at: new Date("2021-05-24T10:02:44Z"), friendship_duration_days: 775, is_mutual: true },
            { id: 199, user_id: 50, friend_id: 153, created_at: new Date("2020-08-11T16:52:46Z"), friendship_duration_days: 519, is_mutual: true },
            { id: 200, user_id: 59, friend_id: 116, created_at: new Date("2020-10-11T13:54:51Z"), friendship_duration_days: 287, is_mutual: true },
            { id: 201, user_id: 163, friend_id: 118, created_at: new Date("2022-07-04T17:33:22Z"), friendship_duration_days: 333, is_mutual: true },
            { id: 202, user_id: 156, friend_id: 98, created_at: new Date("2020-05-26T21:28:59Z"), friendship_duration_days: 889, is_mutual: true },
            { id: 203, user_id: 167, friend_id: 159, created_at: new Date("2022-03-24T10:13:54Z"), friendship_duration_days: 439, is_mutual: true },
            { id: 204, user_id: 92, friend_id: 120, created_at: new Date("2022-02-17T11:21:29Z"), friendship_duration_days: 526, is_mutual: true },
            { id: 205, user_id: 175, friend_id: 54, created_at: new Date("2020-10-03T08:00:53Z"), friendship_duration_days: 799, is_mutual: false },
            { id: 206, user_id: 39, friend_id: 160, created_at: new Date("2020-07-02T16:37:11Z"), friendship_duration_days: 697, is_mutual: true },
            { id: 207, user_id: 28, friend_id: 191, created_at: new Date("2021-05-09T17:02:22Z"), friendship_duration_days: 667, is_mutual: true },
            { id: 208, user_id: 19, friend_id: 167, created_at: new Date("2022-04-11T14:28:29Z"), friendship_duration_days: 446, is_mutual: false },
            { id: 209, user_id: 167, friend_id: 88, created_at: new Date("2020-05-07T08:14:19Z"), friendship_duration_days: 617, is_mutual: true },
            { id: 210, user_id: 153, friend_id: 53, created_at: new Date("2020-01-17T15:15:36Z"), friendship_duration_days: 652, is_mutual: false },
            { id: 211, user_id: 92, friend_id: 40, created_at: new Date("2021-12-09T03:44:49Z"), friendship_duration_days: 446, is_mutual: true },
            { id: 212, user_id: 28, friend_id: 126, created_at: new Date("2020-02-24T13:25:00Z"), friendship_duration_days: 462, is_mutual: true },
            { id: 213, user_id: 17, friend_id: 115, created_at: new Date("2021-07-17T09:24:40Z"), friendship_duration_days: 467, is_mutual: false },
            { id: 214, user_id: 53, friend_id: 177, created_at: new Date("2020-08-25T10:53:17Z"), friendship_duration_days: 682, is_mutual: false },
            { id: 215, user_id: 61, friend_id: 200, created_at: new Date("2022-09-24T00:48:03Z"), friendship_duration_days: 450, is_mutual: false },
            { id: 216, user_id: 46, friend_id: 82, created_at: new Date("2021-10-01T12:14:41Z"), friendship_duration_days: 609, is_mutual: true },
            { id: 217, user_id: 49, friend_id: 191, created_at: new Date("2022-12-31T08:04:27Z"), friendship_duration_days: 480, is_mutual: true },
            { id: 218, user_id: 8, friend_id: 37, created_at: new Date("2021-12-19T14:36:40Z"), friendship_duration_days: 788, is_mutual: false },
            { id: 219, user_id: 70, friend_id: 130, created_at: new Date("2021-05-18T00:58:48Z"), friendship_duration_days: 386, is_mutual: true },
            { id: 220, user_id: 45, friend_id: 122, created_at: new Date("2022-06-26T07:01:53Z"), friendship_duration_days: 521, is_mutual: true },
            { id: 221, user_id: 150, friend_id: 128, created_at: new Date("2020-11-25T09:59:02Z"), friendship_duration_days: 306, is_mutual: true },
            { id: 222, user_id: 20, friend_id: 54, created_at: new Date("2022-07-05T19:47:44Z"), friendship_duration_days: 739, is_mutual: true },
            { id: 223, user_id: 3, friend_id: 69, created_at: new Date("2021-03-31T17:30:08Z"), friendship_duration_days: 558, is_mutual: true },
            { id: 224, user_id: 173, friend_id: 171, created_at: new Date("2020-06-19T00:43:28Z"), friendship_duration_days: 603, is_mutual: false },
            { id: 225, user_id: 162, friend_id: 120, created_at: new Date("2022-10-06T12:56:19Z"), friendship_duration_days: 373, is_mutual: false },
            { id: 226, user_id: 149, friend_id: 19, created_at: new Date("2021-08-17T09:09:22Z"), friendship_duration_days: 457, is_mutual: false },
            { id: 227, user_id: 34, friend_id: 152, created_at: new Date("2021-12-15T09:29:35Z"), friendship_duration_days: 710, is_mutual: true },
            { id: 228, user_id: 8, friend_id: 152, created_at: new Date("2021-12-27T21:11:54Z"), friendship_duration_days: 422, is_mutual: true },
            { id: 229, user_id: 105, friend_id: 120, created_at: new Date("2022-08-15T08:32:44Z"), friendship_duration_days: 335, is_mutual: true },
            { id: 230, user_id: 93, friend_id: 133, created_at: new Date("2021-06-19T13:58:32Z"), friendship_duration_days: 520, is_mutual: true },
            { id: 231, user_id: 160, friend_id: 128, created_at: new Date("2022-07-16T17:00:16Z"), friendship_duration_days: 731, is_mutual: true },
            { id: 232, user_id: 95, friend_id: 84, created_at: new Date("2021-07-13T11:39:23Z"), friendship_duration_days: 455, is_mutual: true },
            { id: 233, user_id: 14, friend_id: 114, created_at: new Date("2021-04-19T07:36:18Z"), friendship_duration_days: 567, is_mutual: false },
            { id: 234, user_id: 95, friend_id: 33, created_at: new Date("2020-09-11T01:57:12Z"), friendship_duration_days: 564, is_mutual: true },
            { id: 235, user_id: 8, friend_id: 35, created_at: new Date("2021-05-11T14:48:16Z"), friendship_duration_days: 499, is_mutual: false },
            { id: 236, user_id: 129, friend_id: 162, created_at: new Date("2020-09-18T17:28:11Z"), friendship_duration_days: 450, is_mutual: false },
            { id: 237, user_id: 184, friend_id: 50, created_at: new Date("2021-11-11T23:30:15Z"), friendship_duration_days: 532, is_mutual: true },
            { id: 238, user_id: 113, friend_id: 79, created_at: new Date("2020-08-18T17:50:01Z"), friendship_duration_days: 743, is_mutual: true },
            { id: 239, user_id: 25, friend_id: 41, created_at: new Date("2020-10-28T12:41:59Z"), friendship_duration_days: 557, is_mutual: true },
            { id: 240, user_id: 46, friend_id: 76, created_at: new Date("2021-08-31T20:40:37Z"), friendship_duration_days: 416, is_mutual: false },
            { id: 241, user_id: 150, friend_id: 107, created_at: new Date("2020-06-21T12:39:09Z"), friendship_duration_days: 502, is_mutual: true },
            { id: 242, user_id: 33, friend_id: 137, created_at: new Date("2021-12-01T17:02:29Z"), friendship_duration_days: 581, is_mutual: true },
            { id: 243, user_id: 171, friend_id: 96, created_at: new Date("2021-03-06T19:19:20Z"), friendship_duration_days: 871, is_mutual: true },
            { id: 244, user_id: 195, friend_id: 161, created_at: new Date("2022-02-05T15:53:48Z"), friendship_duration_days: 791, is_mutual: true },
            { id: 245, user_id: 70, friend_id: 89, created_at: new Date("2021-11-06T20:52:56Z"), friendship_duration_days: 506, is_mutual: true },
            { id: 246, user_id: 18, friend_id: 73, created_at: new Date("2021-10-04T18:51:26Z"), friendship_duration_days: 693, is_mutual: true },
            { id: 247, user_id: 163, friend_id: 187, created_at: new Date("2021-09-19T18:06:55Z"), friendship_duration_days: 641, is_mutual: false },
            { id: 248, user_id: 196, friend_id: 125, created_at: new Date("2020-04-02T17:03:16Z"), friendship_duration_days: 565, is_mutual: false },
            { id: 249, user_id: 174, friend_id: 73, created_at: new Date("2022-10-19T13:26:37Z"), friendship_duration_days: 383, is_mutual: true },
            { id: 250, user_id: 33, friend_id: 149, created_at: new Date("2021-01-31T13:20:18Z"), friendship_duration_days: 676, is_mutual: true },
            { id: 251, user_id: 123, friend_id: 28, created_at: new Date("2020-03-07T09:38:52Z"), friendship_duration_days: 547, is_mutual: true },
            { id: 252, user_id: 24, friend_id: 148, created_at: new Date("2020-06-04T17:34:08Z"), friendship_duration_days: 573, is_mutual: true },
            { id: 253, user_id: 40, friend_id: 31, created_at: new Date("2021-12-06T07:29:40Z"), friendship_duration_days: 576, is_mutual: true },
            { id: 254, user_id: 11, friend_id: 94, created_at: new Date("2020-11-06T16:12:13Z"), friendship_duration_days: 512, is_mutual: true },
            { id: 255, user_id: 19, friend_id: 69, created_at: new Date("2022-05-22T13:11:49Z"), friendship_duration_days: 581, is_mutual: false },
            { id: 256, user_id: 4, friend_id: 148, created_at: new Date("2021-07-05T10:20:16Z"), friendship_duration_days: 510, is_mutual: true },
            { id: 257, user_id: 72, friend_id: 128, created_at: new Date("2020-01-15T22:57:49Z"), friendship_duration_days: 524, is_mutual: true },
            { id: 258, user_id: 10, friend_id: 147, created_at: new Date("2020-12-08T16:04:46Z"), friendship_duration_days: 606, is_mutual: false },
            { id: 259, user_id: 171, friend_id: 1, created_at: new Date("2020-01-21T21:40:04Z"), friendship_duration_days: 485, is_mutual: true },
            { id: 260, user_id: 93, friend_id: 193, created_at: new Date("2021-09-01T11:32:50Z"), friendship_duration_days: 346, is_mutual: true },
            { id: 261, user_id: 167, friend_id: 136, created_at: new Date("2021-10-02T12:14:29Z"), friendship_duration_days: 618, is_mutual: true },
            { id: 262, user_id: 21, friend_id: 175, created_at: new Date("2020-01-20T11:50:49Z"), friendship_duration_days: 445, is_mutual: false },
            { id: 263, user_id: 146, friend_id: 43, created_at: new Date("2020-05-22T14:24:32Z"), friendship_duration_days: 525, is_mutual: true },
            { id: 264, user_id: 175, friend_id: 112, created_at: new Date("2022-11-14T19:54:29Z"), friendship_duration_days: 632, is_mutual: true },
            { id: 265, user_id: 178, friend_id: 57, created_at: new Date("2021-06-26T18:49:58Z"), friendship_duration_days: 807, is_mutual: false },
            { id: 266, user_id: 106, friend_id: 67, created_at: new Date("2020-09-19T06:07:21Z"), friendship_duration_days: 624, is_mutual: true },
            { id: 267, user_id: 143, friend_id: 95, created_at: new Date("2020-01-18T00:20:04Z"), friendship_duration_days: 630, is_mutual: true },
            { id: 268, user_id: 167, friend_id: 22, created_at: new Date("2021-04-11T01:29:20Z"), friendship_duration_days: 361, is_mutual: true },
            { id: 269, user_id: 112, friend_id: 132, created_at: new Date("2020-02-24T19:56:45Z"), friendship_duration_days: 482, is_mutual: true },
            { id: 270, user_id: 1, friend_id: 149, created_at: new Date("2020-05-24T17:00:53Z"), friendship_duration_days: 536, is_mutual: true },
            { id: 271, user_id: 173, friend_id: 26, created_at: new Date("2021-03-04T12:39:02Z"), friendship_duration_days: 129, is_mutual: true },
            { id: 272, user_id: 138, friend_id: 180, created_at: new Date("2021-03-29T19:50:07Z"), friendship_duration_days: 904, is_mutual: true },
            { id: 273, user_id: 114, friend_id: 179, created_at: new Date("2020-12-15T08:48:10Z"), friendship_duration_days: 444, is_mutual: true },
            { id: 274, user_id: 76, friend_id: 129, created_at: new Date("2021-09-07T20:28:33Z"), friendship_duration_days: 460, is_mutual: true },
            { id: 275, user_id: 194, friend_id: 90, created_at: new Date("2022-07-28T18:00:25Z"), friendship_duration_days: 365, is_mutual: false },
            { id: 276, user_id: 43, friend_id: 82, created_at: new Date("2020-04-09T20:20:59Z"), friendship_duration_days: 502, is_mutual: true },
            { id: 277, user_id: 150, friend_id: 47, created_at: new Date("2020-08-17T21:13:41Z"), friendship_duration_days: 480, is_mutual: true },
            { id: 278, user_id: 90, friend_id: 35, created_at: new Date("2020-02-17T13:04:24Z"), friendship_duration_days: 379, is_mutual: true },
            { id: 279, user_id: 68, friend_id: 42, created_at: new Date("2021-12-08T17:05:42Z"), friendship_duration_days: 685, is_mutual: true },
            { id: 280, user_id: 31, friend_id: 133, created_at: new Date("2022-12-16T18:07:40Z"), friendship_duration_days: 565, is_mutual: true },
            { id: 281, user_id: 162, friend_id: 46, created_at: new Date("2021-01-10T19:18:56Z"), friendship_duration_days: 432, is_mutual: true },
            { id: 282, user_id: 33, friend_id: 9, created_at: new Date("2020-10-09T17:29:20Z"), friendship_duration_days: 623, is_mutual: true },
            { id: 283, user_id: 53, friend_id: 4, created_at: new Date("2021-09-02T11:08:38Z"), friendship_duration_days: 779, is_mutual: true },
            { id: 284, user_id: 61, friend_id: 94, created_at: new Date("2020-02-06T21:10:57Z"), friendship_duration_days: 549, is_mutual: true },
            { id: 285, user_id: 101, friend_id: 33, created_at: new Date("2020-07-11T22:42:59Z"), friendship_duration_days: 509, is_mutual: false },
            { id: 286, user_id: 76, friend_id: 52, created_at: new Date("2022-02-27T17:17:35Z"), friendship_duration_days: 653, is_mutual: false },
            { id: 287, user_id: 43, friend_id: 14, created_at: new Date("2020-08-30T23:52:49Z"), friendship_duration_days: 695, is_mutual: true },
            { id: 288, user_id: 156, friend_id: 7, created_at: new Date("2020-10-10T21:38:52Z"), friendship_duration_days: 570, is_mutual: true },
            { id: 289, user_id: 17, friend_id: 138, created_at: new Date("2020-07-14T18:18:25Z"), friendship_duration_days: 497, is_mutual: false },
            { id: 290, user_id: 99, friend_id: 125, created_at: new Date("2020-03-05T08:29:10Z"), friendship_duration_days: 703, is_mutual: false },
            { id: 291, user_id: 19, friend_id: 184, created_at: new Date("2021-06-15T14:51:57Z"), friendship_duration_days: 655, is_mutual: true },
            { id: 292, user_id: 7, friend_id: 60, created_at: new Date("2022-11-02T07:58:49Z"), friendship_duration_days: 626, is_mutual: true },
            { id: 293, user_id: 17, friend_id: 55, created_at: new Date("2020-02-11T19:29:00Z"), friendship_duration_days: 641, is_mutual: false },
            { id: 294, user_id: 74, friend_id: 176, created_at: new Date("2021-08-17T20:30:49Z"), friendship_duration_days: 630, is_mutual: true },
            { id: 295, user_id: 25, friend_id: 67, created_at: new Date("2020-01-24T09:25:15Z"), friendship_duration_days: 428, is_mutual: true },
            { id: 296, user_id: 194, friend_id: 64, created_at: new Date("2022-02-07T08:48:21Z"), friendship_duration_days: 367, is_mutual: true },
            { id: 297, user_id: 93, friend_id: 140, created_at: new Date("2021-02-08T15:10:12Z"), friendship_duration_days: 423, is_mutual: true },
            { id: 298, user_id: 119, friend_id: 133, created_at: new Date("2020-06-06T20:03:36Z"), friendship_duration_days: 461, is_mutual: true },
            { id: 299, user_id: 61, friend_id: 81, created_at: new Date("2022-01-26T07:10:56Z"), friendship_duration_days: 606, is_mutual: true },
            { id: 300, user_id: 165, friend_id: 173, created_at: new Date("2022-12-02T10:16:37Z"), friendship_duration_days: 220, is_mutual: true },
            { id: 301, user_id: 5, friend_id: 104, created_at: new Date("2022-01-15T15:30:18Z"), friendship_duration_days: 620, is_mutual: true },
            { id: 302, user_id: 10, friend_id: 98, created_at: new Date("2021-08-31T10:14:17Z"), friendship_duration_days: 380, is_mutual: true },
            { id: 303, user_id: 9, friend_id: 8, created_at: new Date("2020-01-31T00:38:58Z"), friendship_duration_days: 507, is_mutual: false },
            { id: 304, user_id: 74, friend_id: 10, created_at: new Date("2021-04-27T19:11:31Z"), friendship_duration_days: 473, is_mutual: false },
            { id: 305, user_id: 73, friend_id: 35, created_at: new Date("2020-06-08T11:19:06Z"), friendship_duration_days: 861, is_mutual: false },
            { id: 306, user_id: 11, friend_id: 69, created_at: new Date("2021-11-06T01:49:00Z"), friendship_duration_days: 731, is_mutual: true },
            { id: 307, user_id: 92, friend_id: 171, created_at: new Date("2020-07-06T09:18:54Z"), friendship_duration_days: 777, is_mutual: true },
            { id: 308, user_id: 17, friend_id: 184, created_at: new Date("2022-05-13T21:07:27Z"), friendship_duration_days: 672, is_mutual: false },
            { id: 309, user_id: 91, friend_id: 193, created_at: new Date("2020-09-26T22:07:47Z"), friendship_duration_days: 764, is_mutual: true },
            { id: 310, user_id: 130, friend_id: 69, created_at: new Date("2020-10-20T13:35:57Z"), friendship_duration_days: 504, is_mutual: true },
        ],
    });
    await prisma.support_tickets.createMany({
        data: [
            { id: 1, user_id: 30, created_at: null, issue_type: null, status: null },
            { id: 2, user_id: 106, created_at: new Date("2022-07-24T18:42:30Z"), issue_type: null, status: null },
            { id: 3, user_id: 40, created_at: new Date("2022-07-10T09:21:31Z"), issue_type: null, status: null },
            { id: 4, user_id: 66, created_at: new Date("2022-03-27T15:41:49Z"), issue_type: null, status: null },
            { id: 5, user_id: 63, created_at: new Date("2022-07-27T17:19:25Z"), issue_type: null, status: null },
            { id: 6, user_id: 98, created_at: new Date("2022-02-13T12:58:36Z"), issue_type: null, status: null },
            { id: 7, user_id: 81, created_at: new Date("2022-12-23T10:33:50Z"), issue_type: null, status: null },
            { id: 8, user_id: 20, created_at: new Date("2022-06-05T11:13:48Z"), issue_type: null, status: null },
            { id: 9, user_id: 100, created_at: new Date("2022-12-19T16:37:37Z"), issue_type: null, status: null },
            { id: 10, user_id: 30, created_at: new Date("2022-03-08T10:24:15Z"), issue_type: null, status: null },
            { id: 11, user_id: 176, created_at: null, issue_type: null, status: null },
            { id: 12, user_id: 76, created_at: new Date("2022-10-05T13:15:48Z"), issue_type: null, status: null },
            { id: 13, user_id: 18, created_at: null, issue_type: null, status: null },
            { id: 14, user_id: 195, created_at: new Date("2022-08-27T20:27:44Z"), issue_type: null, status: null },
            { id: 15, user_id: 92, created_at: new Date("2022-01-20T11:32:19Z"), issue_type: null, status: null },
            { id: 16, user_id: 195, created_at: new Date("2022-05-13T17:27:43Z"), issue_type: null, status: null },
            { id: 17, user_id: 169, created_at: new Date("2022-05-26T16:27:37Z"), issue_type: null, status: null },
            { id: 18, user_id: 155, created_at: new Date("2022-01-20T11:39:13Z"), issue_type: null, status: null },
            { id: 19, user_id: 50, created_at: new Date("2022-05-24T08:22:49Z"), issue_type: null, status: null },
            { id: 20, user_id: 161, created_at: new Date("2022-08-11T07:07:49Z"), issue_type: null, status: null },
            { id: 21, user_id: 189, created_at: null, issue_type: null, status: null },
            { id: 22, user_id: 164, created_at: null, issue_type: null, status: null },
            { id: 23, user_id: 65, created_at: new Date("2022-08-24T11:08:31Z"), issue_type: null, status: null },
            { id: 24, user_id: 132, created_at: new Date("2022-04-16T12:36:51Z"), issue_type: null, status: null },
            { id: 25, user_id: 131, created_at: new Date("2022-10-02T08:52:23Z"), issue_type: null, status: null },
            { id: 26, user_id: 95, created_at: new Date("2022-12-16T13:27:15Z"), issue_type: null, status: null },
            { id: 27, user_id: 150, created_at: new Date("2022-03-27T10:46:41Z"), issue_type: null, status: null },
            { id: 28, user_id: 46, created_at: new Date("2022-12-03T09:50:55Z"), issue_type: null, status: null },
            { id: 29, user_id: 24, created_at: new Date("2022-06-05T15:31:48Z"), issue_type: null, status: null },
            { id: 30, user_id: 66, created_at: new Date("2022-01-08T12:50:58Z"), issue_type: null, status: null },
            { id: 31, user_id: 69, created_at: new Date("2022-05-01T17:17:03Z"), issue_type: null, status: null },
            { id: 32, user_id: 97, created_at: new Date("2022-05-28T16:57:58Z"), issue_type: null, status: null },
            { id: 33, user_id: 189, created_at: new Date("2022-11-23T10:07:26Z"), issue_type: null, status: null },
            { id: 34, user_id: 175, created_at: new Date("2022-02-24T10:02:33Z"), issue_type: null, status: null },
            { id: 35, user_id: 186, created_at: new Date("2022-05-23T10:17:32Z"), issue_type: null, status: null },
            { id: 36, user_id: 40, created_at: new Date("2022-04-08T09:06:43Z"), issue_type: null, status: null },
            { id: 37, user_id: 142, created_at: new Date("2022-06-19T19:42:56Z"), issue_type: null, status: null },
            { id: 38, user_id: 178, created_at: new Date("2022-03-15T16:16:07Z"), issue_type: null, status: null },
            { id: 39, user_id: 166, created_at: new Date("2022-06-09T15:25:15Z"), issue_type: null, status: null },
            { id: 40, user_id: 50, created_at: new Date("2022-10-22T13:59:46Z"), issue_type: null, status: null },
            { id: 41, user_id: 34, created_at: new Date("2022-06-05T07:39:05Z"), issue_type: null, status: null },
            { id: 42, user_id: 100, created_at: new Date("2022-05-30T13:23:21Z"), issue_type: null, status: null },
            { id: 43, user_id: 125, created_at: new Date("2022-05-05T08:48:03Z"), issue_type: null, status: null },
            { id: 44, user_id: 19, created_at: new Date("2022-08-21T13:35:18Z"), issue_type: null, status: null },
            { id: 45, user_id: 128, created_at: new Date("2022-06-15T13:43:24Z"), issue_type: null, status: null },
            { id: 46, user_id: 199, created_at: new Date("2022-07-15T14:53:42Z"), issue_type: null, status: null },
            { id: 47, user_id: 67, created_at: new Date("2022-06-02T16:58:10Z"), issue_type: null, status: null },
            { id: 48, user_id: 121, created_at: new Date("2022-07-19T16:40:11Z"), issue_type: null, status: null },
            { id: 49, user_id: 166, created_at: new Date("2022-10-12T16:23:49Z"), issue_type: null, status: null },
            { id: 50, user_id: 89, created_at: new Date("2022-01-05T15:46:15Z"), issue_type: null, status: null },
            { id: 51, user_id: 196, created_at: new Date("2022-07-21T10:20:53Z"), issue_type: null, status: null },
            { id: 52, user_id: 124, created_at: null, issue_type: null, status: null },
            { id: 53, user_id: 135, created_at: new Date("2022-09-24T15:36:56Z"), issue_type: null, status: null },
            { id: 54, user_id: 97, created_at: new Date("2022-11-15T10:01:50Z"), issue_type: null, status: null },
            { id: 55, user_id: 102, created_at: new Date("2022-01-08T09:36:03Z"), issue_type: null, status: null },
            { id: 56, user_id: 134, created_at: new Date("2022-12-08T14:09:59Z"), issue_type: null, status: null },
            { id: 57, user_id: 47, created_at: new Date("2022-06-26T16:05:06Z"), issue_type: null, status: null },
            { id: 58, user_id: 194, created_at: null, issue_type: null, status: null },
            { id: 59, user_id: 178, created_at: new Date("2022-06-27T14:57:38Z"), issue_type: null, status: null },
            { id: 60, user_id: 86, created_at: new Date("2022-08-31T17:03:52Z"), issue_type: null, status: null },
            { id: 61, user_id: 2, created_at: new Date("2022-04-16T11:19:49Z"), issue_type: null, status: null },
            { id: 62, user_id: 86, created_at: new Date("2022-01-26T10:12:54Z"), issue_type: null, status: null },
            { id: 63, user_id: 159, created_at: new Date("2022-07-02T15:12:39Z"), issue_type: null, status: null },
            { id: 64, user_id: 164, created_at: new Date("2022-04-11T17:43:49Z"), issue_type: null, status: null },
            { id: 65, user_id: 43, created_at: null, issue_type: null, status: null },
            { id: 66, user_id: 184, created_at: new Date("2022-08-27T08:27:18Z"), issue_type: null, status: null },
            { id: 67, user_id: 104, created_at: new Date("2022-07-25T08:57:51Z"), issue_type: null, status: null },
            { id: 68, user_id: 92, created_at: new Date("2022-01-26T09:39:29Z"), issue_type: null, status: null },
            { id: 69, user_id: 112, created_at: new Date("2022-11-27T09:41:29Z"), issue_type: null, status: null },
            { id: 70, user_id: 23, created_at: new Date("2022-02-19T11:28:32Z"), issue_type: null, status: null },
            { id: 71, user_id: 195, created_at: new Date("2022-11-21T14:26:13Z"), issue_type: null, status: null },
            { id: 72, user_id: 25, created_at: new Date("2022-03-25T15:06:52Z"), issue_type: null, status: null },
            { id: 73, user_id: 168, created_at: new Date("2022-06-12T15:17:09Z"), issue_type: null, status: null },
            { id: 74, user_id: 104, created_at: new Date("2022-12-14T11:17:47Z"), issue_type: null, status: null },
            { id: 75, user_id: 163, created_at: new Date("2022-01-04T15:25:20Z"), issue_type: null, status: null },
            { id: 76, user_id: 128, created_at: new Date("2022-01-14T09:33:34Z"), issue_type: null, status: null },
            { id: 77, user_id: 111, created_at: new Date("2022-10-02T21:07:25Z"), issue_type: null, status: null },
            { id: 78, user_id: 199, created_at: new Date("2022-01-25T08:56:03Z"), issue_type: null, status: null },
            { id: 79, user_id: 6, created_at: new Date("2022-09-09T12:39:54Z"), issue_type: null, status: null },
            { id: 80, user_id: 161, created_at: new Date("2022-12-23T14:07:49Z"), issue_type: null, status: null },
            { id: 81, user_id: 155, created_at: new Date("2022-06-06T10:15:37Z"), issue_type: null, status: null },
            { id: 82, user_id: 108, created_at: new Date("2022-04-22T12:16:02Z"), issue_type: null, status: null },
            { id: 83, user_id: 135, created_at: new Date("2022-08-04T10:46:39Z"), issue_type: null, status: null },
            { id: 84, user_id: 171, created_at: new Date("2022-02-24T11:33:14Z"), issue_type: null, status: null },
            { id: 85, user_id: 23, created_at: new Date("2022-12-25T11:43:13Z"), issue_type: null, status: null },
            { id: 86, user_id: 80, created_at: new Date("2022-07-30T10:21:55Z"), issue_type: null, status: null },
            { id: 87, user_id: 81, created_at: new Date("2022-12-13T19:23:34Z"), issue_type: null, status: null },
            { id: 88, user_id: 112, created_at: new Date("2022-11-29T15:16:32Z"), issue_type: null, status: null },
            { id: 89, user_id: 171, created_at: new Date("2022-10-21T11:14:46Z"), issue_type: null, status: null },
            { id: 90, user_id: 173, created_at: new Date("2022-09-22T13:39:17Z"), issue_type: null, status: null },
            { id: 91, user_id: 161, created_at: new Date("2022-12-16T13:10:20Z"), issue_type: null, status: null },
            { id: 92, user_id: 173, created_at: new Date("2022-11-06T09:20:41Z"), issue_type: null, status: null },
            { id: 93, user_id: 100, created_at: new Date("2022-09-11T14:11:26Z"), issue_type: null, status: null },
            { id: 94, user_id: 40, created_at: new Date("2022-04-13T11:36:25Z"), issue_type: null, status: null },
            { id: 95, user_id: 16, created_at: new Date("2022-11-17T12:44:19Z"), issue_type: null, status: null },
            { id: 96, user_id: 34, created_at: new Date("2022-01-30T15:27:01Z"), issue_type: null, status: null },
            { id: 97, user_id: 14, created_at: new Date("2022-08-19T10:39:51Z"), issue_type: null, status: null },
            { id: 98, user_id: 198, created_at: new Date("2022-12-05T10:04:19Z"), issue_type: null, status: null },
            { id: 99, user_id: 182, created_at: new Date("2022-06-03T07:14:08Z"), issue_type: null, status: null },
            { id: 100, user_id: 189, created_at: new Date("2022-01-26T16:16:00Z"), issue_type: null, status: null },
            { id: 101, user_id: 124, created_at: null, issue_type: null, status: null },
            { id: 102, user_id: 29, created_at: null, issue_type: null, status: null },
            { id: 103, user_id: 170, created_at: new Date("2022-04-02T22:12:12Z"), issue_type: null, status: null },
            { id: 104, user_id: 196, created_at: new Date("2022-01-22T14:47:12Z"), issue_type: null, status: null },
            { id: 105, user_id: 38, created_at: new Date("2022-01-06T13:59:19Z"), issue_type: null, status: null },
            { id: 106, user_id: 169, created_at: new Date("2022-05-31T11:42:38Z"), issue_type: null, status: null },
            { id: 107, user_id: 112, created_at: new Date("2022-07-18T17:29:29Z"), issue_type: null, status: null },
            { id: 108, user_id: 187, created_at: null, issue_type: null, status: null },
            { id: 109, user_id: 89, created_at: new Date("2022-10-16T18:31:50Z"), issue_type: null, status: null },
            { id: 110, user_id: 85, created_at: new Date("2022-04-09T18:02:01Z"), issue_type: null, status: null },
            { id: 111, user_id: 187, created_at: new Date("2022-09-17T17:55:50Z"), issue_type: null, status: null },
            { id: 112, user_id: 27, created_at: new Date("2022-12-05T15:41:07Z"), issue_type: null, status: null },
            { id: 113, user_id: 25, created_at: new Date("2022-07-09T10:48:50Z"), issue_type: null, status: null },
            { id: 114, user_id: 19, created_at: new Date("2022-04-16T09:56:07Z"), issue_type: null, status: null },
            { id: 115, user_id: 35, created_at: new Date("2022-06-14T10:02:44Z"), issue_type: null, status: null },
            { id: 116, user_id: 162, created_at: new Date("2022-05-21T15:42:29Z"), issue_type: null, status: null },
            { id: 117, user_id: 173, created_at: new Date("2022-12-14T16:53:10Z"), issue_type: null, status: null },
            { id: 118, user_id: 86, created_at: new Date("2022-07-18T13:17:11Z"), issue_type: null, status: null },
            { id: 119, user_id: 89, created_at: new Date("2022-08-15T17:44:48Z"), issue_type: null, status: null },
            { id: 120, user_id: 194, created_at: new Date("2022-04-06T07:59:45Z"), issue_type: null, status: null },
            { id: 121, user_id: 70, created_at: null, issue_type: null, status: null },
            { id: 122, user_id: 16, created_at: new Date("2022-04-06T16:38:40Z"), issue_type: null, status: null },
            { id: 123, user_id: 92, created_at: new Date("2022-03-07T15:00:03Z"), issue_type: null, status: null },
            { id: 124, user_id: 124, created_at: new Date("2022-09-12T14:06:10Z"), issue_type: null, status: null },
            { id: 125, user_id: 97, created_at: new Date("2022-12-18T16:22:04Z"), issue_type: null, status: null },
            { id: 126, user_id: 95, created_at: new Date("2022-09-13T16:55:36Z"), issue_type: null, status: null },
            { id: 127, user_id: 84, created_at: new Date("2022-08-13T12:17:00Z"), issue_type: null, status: null },
            { id: 128, user_id: 162, created_at: new Date("2022-02-05T09:15:26Z"), issue_type: null, status: null },
            { id: 129, user_id: 35, created_at: new Date("2022-07-20T14:10:50Z"), issue_type: null, status: null },
            { id: 130, user_id: 194, created_at: new Date("2022-02-27T22:41:31Z"), issue_type: null, status: null },
            { id: 131, user_id: 117, created_at: new Date("2022-04-30T16:01:01Z"), issue_type: null, status: null },
            { id: 132, user_id: 59, created_at: new Date("2022-07-17T10:57:35Z"), issue_type: null, status: null },
            { id: 133, user_id: 121, created_at: new Date("2022-12-05T08:54:07Z"), issue_type: null, status: null },
            { id: 134, user_id: 49, created_at: null, issue_type: null, status: null },
            { id: 135, user_id: 60, created_at: null, issue_type: null, status: null },
            { id: 136, user_id: 182, created_at: null, issue_type: null, status: null },
            { id: 137, user_id: 39, created_at: new Date("2022-01-01T13:48:25Z"), issue_type: null, status: null },
            { id: 138, user_id: 29, created_at: new Date("2022-12-10T10:09:46Z"), issue_type: null, status: null },
            { id: 139, user_id: 28, created_at: new Date("2022-12-18T15:56:00Z"), issue_type: null, status: null },
            { id: 140, user_id: 155, created_at: new Date("2022-03-19T19:34:56Z"), issue_type: null, status: null },
            { id: 141, user_id: 196, created_at: new Date("2022-07-19T13:14:11Z"), issue_type: null, status: null },
            { id: 142, user_id: 175, created_at: new Date("2022-06-26T08:36:26Z"), issue_type: null, status: null },
            { id: 143, user_id: 128, created_at: null, issue_type: null, status: null },
            { id: 144, user_id: 131, created_at: new Date("2022-09-27T09:15:14Z"), issue_type: null, status: null },
            { id: 145, user_id: 25, created_at: new Date("2022-12-10T12:29:20Z"), issue_type: null, status: null },
            { id: 146, user_id: 178, created_at: new Date("2022-11-21T19:09:11Z"), issue_type: null, status: null },
            { id: 147, user_id: 30, created_at: new Date("2022-10-30T10:16:44Z"), issue_type: null, status: null },
            { id: 148, user_id: 27, created_at: new Date("2022-10-16T13:52:41Z"), issue_type: null, status: null },
            { id: 149, user_id: 199, created_at: new Date("2022-05-15T10:55:07Z"), issue_type: null, status: null },
            { id: 150, user_id: 111, created_at: new Date("2022-07-24T11:10:25Z"), issue_type: null, status: null },
            { id: 151, user_id: 23, created_at: new Date("2022-07-18T13:48:49Z"), issue_type: null, status: null },
            { id: 152, user_id: 123, created_at: null, issue_type: null, status: null },
            { id: 153, user_id: 49, created_at: new Date("2022-02-26T12:23:17Z"), issue_type: null, status: null },
            { id: 154, user_id: 169, created_at: new Date("2022-09-07T16:29:52Z"), issue_type: null, status: null },
            { id: 155, user_id: 79, created_at: new Date("2022-10-09T13:35:21Z"), issue_type: null, status: null },
            { id: 156, user_id: 163, created_at: new Date("2022-12-13T10:10:21Z"), issue_type: null, status: null },
            { id: 157, user_id: 16, created_at: new Date("2022-11-09T14:54:19Z"), issue_type: null, status: null },
            { id: 158, user_id: 144, created_at: new Date("2022-07-20T14:58:29Z"), issue_type: null, status: null },
            { id: 159, user_id: 20, created_at: null, issue_type: null, status: null },
            { id: 160, user_id: 142, created_at: new Date("2022-03-13T12:01:31Z"), issue_type: null, status: null },
            { id: 161, user_id: 39, created_at: null, issue_type: null, status: null },
            { id: 162, user_id: 35, created_at: new Date("2022-04-26T12:33:26Z"), issue_type: null, status: null },
            { id: 163, user_id: 24, created_at: new Date("2022-08-30T07:48:57Z"), issue_type: null, status: null },
            { id: 164, user_id: 134, created_at: new Date("2022-07-25T19:19:11Z"), issue_type: null, status: null },
            { id: 165, user_id: 41, created_at: new Date("2022-02-22T09:44:16Z"), issue_type: null, status: null },
            { id: 166, user_id: 108, created_at: new Date("2022-03-07T15:34:29Z"), issue_type: null, status: null },
            { id: 167, user_id: 75, created_at: new Date("2022-03-08T13:58:58Z"), issue_type: null, status: null },
            { id: 168, user_id: 38, created_at: new Date("2022-12-05T14:35:41Z"), issue_type: null, status: null },
            { id: 169, user_id: 122, created_at: null, issue_type: null, status: null },
            { id: 170, user_id: 182, created_at: new Date("2022-02-13T15:40:25Z"), issue_type: null, status: null },
            { id: 171, user_id: 176, created_at: new Date("2022-02-12T11:12:48Z"), issue_type: null, status: null },
            { id: 172, user_id: 80, created_at: new Date("2022-10-02T12:40:15Z"), issue_type: null, status: null },
            { id: 173, user_id: 29, created_at: new Date("2022-02-07T18:42:23Z"), issue_type: null, status: null },
            { id: 174, user_id: 38, created_at: new Date("2022-05-19T14:33:35Z"), issue_type: null, status: null },
            { id: 175, user_id: 111, created_at: new Date("2022-02-26T09:59:31Z"), issue_type: null, status: null },
            { id: 176, user_id: 24, created_at: new Date("2022-02-11T07:49:00Z"), issue_type: null, status: null },
            { id: 177, user_id: 28, created_at: new Date("2022-01-18T07:14:36Z"), issue_type: null, status: null },
            { id: 178, user_id: 150, created_at: new Date("2022-02-18T16:28:17Z"), issue_type: null, status: null },
            { id: 179, user_id: 62, created_at: null, issue_type: null, status: null },
            { id: 180, user_id: 191, created_at: new Date("2022-07-26T13:09:35Z"), issue_type: null, status: null },
            { id: 181, user_id: 91, created_at: new Date("2022-08-01T09:20:40Z"), issue_type: null, status: null },
            { id: 182, user_id: 47, created_at: new Date("2022-12-07T13:54:28Z"), issue_type: null, status: null },
            { id: 183, user_id: 71, created_at: new Date("2022-04-04T14:09:06Z"), issue_type: null, status: null },
            { id: 184, user_id: 135, created_at: new Date("2022-07-22T17:41:28Z"), issue_type: null, status: null },
            { id: 185, user_id: 46, created_at: new Date("2022-03-26T13:22:43Z"), issue_type: null, status: null },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, user_id: 145, game_id: 5, transaction_date: new Date("2022-10-20T15:11:34Z"), amount: "32.16", payment_method: "paypal", transaction_type: "purchase" },
            { id: 2, user_id: 17, game_id: 139, transaction_date: new Date("2022-03-27T18:05:09Z"), amount: "43.32", payment_method: "credit card", transaction_type: "purchase" },
            { id: 3, user_id: 72, game_id: 47, transaction_date: new Date("2022-12-16T18:04:35Z"), amount: "20.83", payment_method: "credit card", transaction_type: "purchase" },
            { id: 4, user_id: 65, game_id: 22, transaction_date: new Date("2022-05-11T13:23:24Z"), amount: "56.07", payment_method: "credit card", transaction_type: "purchase" },
            { id: 5, user_id: 130, game_id: 7, transaction_date: new Date("2022-02-12T15:44:12Z"), amount: "37.65", payment_method: "credit card", transaction_type: "purchase" },
            { id: 6, user_id: 138, game_id: 127, transaction_date: new Date("2022-06-01T12:59:08Z"), amount: "11.45", payment_method: "credit card", transaction_type: "purchase" },
            { id: 7, user_id: 12, game_id: 120, transaction_date: new Date("2022-03-27T19:36:29Z"), amount: "15.24", payment_method: "credit card", transaction_type: "purchase" },
            { id: 8, user_id: 69, game_id: 10, transaction_date: new Date("2022-07-09T16:41:48Z"), amount: "1.89", payment_method: "credit card", transaction_type: "purchase" },
            { id: 9, user_id: 166, game_id: 139, transaction_date: new Date("2022-01-24T10:24:47Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 10, user_id: 10, game_id: 138, transaction_date: new Date("2022-08-24T14:51:13Z"), amount: "18.89", payment_method: "credit card", transaction_type: "refund" },
            { id: 11, user_id: 165, game_id: 45, transaction_date: new Date("2022-11-17T17:41:37Z"), amount: "7.28", payment_method: "credit card", transaction_type: "purchase" },
            { id: 12, user_id: 108, game_id: 119, transaction_date: new Date("2022-04-13T18:22:21Z"), amount: "13.20", payment_method: "gift card", transaction_type: "purchase" },
            { id: 13, user_id: 105, game_id: 102, transaction_date: new Date("2022-12-23T12:36:42Z"), amount: "1.41", payment_method: "gift card", transaction_type: "refund" },
            { id: 14, user_id: 56, game_id: 132, transaction_date: new Date("2022-07-02T15:15:33Z"), amount: "9.37", payment_method: "credit card", transaction_type: "purchase" },
            { id: 15, user_id: 19, game_id: 92, transaction_date: new Date("2022-01-10T14:05:11Z"), amount: "8.75", payment_method: "credit card", transaction_type: "purchase" },
            { id: 16, user_id: 32, game_id: 143, transaction_date: new Date("2022-02-10T17:36:13Z"), amount: "14.96", payment_method: "credit card", transaction_type: "purchase" },
            { id: 17, user_id: 83, game_id: 133, transaction_date: new Date("2022-05-31T13:05:17Z"), amount: "33.29", payment_method: "credit card", transaction_type: "purchase" },
            { id: 18, user_id: 57, game_id: 71, transaction_date: new Date("2022-06-05T17:27:17Z"), amount: "49.44", payment_method: "paypal", transaction_type: "purchase" },
            { id: 19, user_id: 189, game_id: 98, transaction_date: new Date("2022-01-24T19:22:11Z"), amount: "14.80", payment_method: "paypal", transaction_type: "purchase" },
            { id: 20, user_id: 59, game_id: 51, transaction_date: new Date("2022-06-24T09:59:05Z"), amount: "1.21", payment_method: "gift card", transaction_type: "purchase" },
            { id: 21, user_id: 63, game_id: 49, transaction_date: new Date("2022-06-05T19:59:04Z"), amount: "28.66", payment_method: "paypal", transaction_type: "purchase" },
            { id: 22, user_id: 197, game_id: 54, transaction_date: new Date("2022-09-04T19:21:15Z"), amount: "58.11", payment_method: "gift card", transaction_type: "purchase" },
            { id: 23, user_id: 120, game_id: 55, transaction_date: new Date("2022-12-22T10:19:15Z"), amount: "31.46", payment_method: "paypal", transaction_type: "purchase" },
            { id: 24, user_id: 86, game_id: 55, transaction_date: new Date("2022-05-08T15:56:51Z"), amount: "15.26", payment_method: "gift card", transaction_type: "purchase" },
            { id: 25, user_id: 4, game_id: 100, transaction_date: new Date("2022-01-29T18:14:30Z"), amount: "1.16", payment_method: "paypal", transaction_type: "purchase" },
            { id: 26, user_id: 83, game_id: 65, transaction_date: new Date("2022-06-25T20:52:12Z"), amount: "57.45", payment_method: "credit card", transaction_type: "refund" },
            { id: 27, user_id: 34, game_id: 91, transaction_date: new Date("2022-04-25T21:20:19Z"), amount: "1.39", payment_method: "paypal", transaction_type: "purchase" },
            { id: 28, user_id: 188, game_id: 20, transaction_date: new Date("2022-05-22T23:18:28Z"), amount: "33.90", payment_method: "credit card", transaction_type: "purchase" },
            { id: 29, user_id: 7, game_id: 108, transaction_date: new Date("2022-07-31T11:20:50Z"), amount: "5.70", payment_method: "credit card", transaction_type: "purchase" },
            { id: 30, user_id: 149, game_id: 26, transaction_date: new Date("2022-07-03T23:37:28Z"), amount: "3.83", payment_method: "credit card", transaction_type: "purchase" },
            { id: 31, user_id: 52, game_id: 119, transaction_date: new Date("2022-06-10T14:36:08Z"), amount: "56.02", payment_method: "paypal", transaction_type: "purchase" },
            { id: 32, user_id: 181, game_id: 118, transaction_date: new Date("2022-11-12T21:03:36Z"), amount: "58.41", payment_method: "gift card", transaction_type: "purchase" },
            { id: 33, user_id: 26, game_id: 12, transaction_date: new Date("2022-01-15T15:42:08Z"), amount: "29.39", payment_method: "paypal", transaction_type: "purchase" },
            { id: 34, user_id: 69, game_id: 90, transaction_date: new Date("2022-09-25T20:57:01Z"), amount: "1.68", payment_method: "credit card", transaction_type: "purchase" },
            { id: 35, user_id: 111, game_id: 73, transaction_date: new Date("2022-02-17T11:22:29Z"), amount: "50.39", payment_method: "credit card", transaction_type: "refund" },
            { id: 36, user_id: 74, game_id: 12, transaction_date: new Date("2022-12-01T18:17:27Z"), amount: "15.22", payment_method: "credit card", transaction_type: "purchase" },
            { id: 37, user_id: 117, game_id: 147, transaction_date: new Date("2022-10-04T12:16:33Z"), amount: "3.24", payment_method: "gift card", transaction_type: "purchase" },
            { id: 38, user_id: 32, game_id: 86, transaction_date: new Date("2022-01-25T16:45:42Z"), amount: "18.64", payment_method: "gift card", transaction_type: "purchase" },
            { id: 39, user_id: 25, game_id: 76, transaction_date: new Date("2022-02-01T17:17:14Z"), amount: null, payment_method: "gift card", transaction_type: "purchase" },
            { id: 40, user_id: 130, game_id: 28, transaction_date: new Date("2022-09-23T15:40:49Z"), amount: "1.57", payment_method: "credit card", transaction_type: "purchase" },
            { id: 41, user_id: 107, game_id: 113, transaction_date: new Date("2022-04-08T20:56:32Z"), amount: "15.15", payment_method: "credit card", transaction_type: "purchase" },
            { id: 42, user_id: 141, game_id: 12, transaction_date: new Date("2022-08-28T16:56:59Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 43, user_id: 40, game_id: 109, transaction_date: new Date("2022-03-04T17:32:14Z"), amount: "16.53", payment_method: "paypal", transaction_type: "refund" },
            { id: 44, user_id: 199, game_id: 1, transaction_date: new Date("2022-01-11T09:25:50Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 45, user_id: 52, game_id: 64, transaction_date: new Date("2022-05-11T12:18:03Z"), amount: "6.42", payment_method: "credit card", transaction_type: "purchase" },
            { id: 46, user_id: 13, game_id: 119, transaction_date: new Date("2022-07-31T19:18:22Z"), amount: "1.56", payment_method: "credit card", transaction_type: "purchase" },
            { id: 47, user_id: 98, game_id: 28, transaction_date: new Date("2022-09-09T13:40:13Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 48, user_id: 133, game_id: 77, transaction_date: new Date("2022-02-14T20:11:08Z"), amount: "8.59", payment_method: "credit card", transaction_type: "refund" },
            { id: 49, user_id: 175, game_id: 69, transaction_date: new Date("2022-08-26T10:09:26Z"), amount: "4.87", payment_method: "credit card", transaction_type: "purchase" },
            { id: 50, user_id: 109, game_id: 124, transaction_date: new Date("2022-11-14T10:12:13Z"), amount: "26.35", payment_method: "credit card", transaction_type: "purchase" },
            { id: 51, user_id: 63, game_id: 7, transaction_date: new Date("2022-09-13T19:23:55Z"), amount: "27.42", payment_method: "gift card", transaction_type: "purchase" },
            { id: 52, user_id: 89, game_id: 86, transaction_date: new Date("2022-10-07T06:33:04Z"), amount: "1.27", payment_method: "paypal", transaction_type: "purchase" },
            { id: 53, user_id: 53, game_id: 69, transaction_date: new Date("2022-11-18T21:55:49Z"), amount: "32.61", payment_method: "credit card", transaction_type: "purchase" },
            { id: 54, user_id: 183, game_id: 67, transaction_date: new Date("2022-10-25T19:51:14Z"), amount: null, payment_method: "gift card", transaction_type: "purchase" },
            { id: 55, user_id: 154, game_id: 64, transaction_date: new Date("2022-03-16T18:43:59Z"), amount: "20.56", payment_method: "gift card", transaction_type: "purchase" },
            { id: 56, user_id: 88, game_id: 55, transaction_date: new Date("2022-12-26T08:25:46Z"), amount: "18.37", payment_method: "gift card", transaction_type: "purchase" },
            { id: 57, user_id: 29, game_id: 1, transaction_date: new Date("2022-03-19T16:03:20Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 58, user_id: 84, game_id: 130, transaction_date: new Date("2022-01-20T11:08:57Z"), amount: "19.14", payment_method: "credit card", transaction_type: "refund" },
            { id: 59, user_id: 93, game_id: 22, transaction_date: new Date("2022-03-07T19:13:29Z"), amount: "7.12", payment_method: "credit card", transaction_type: "purchase" },
            { id: 60, user_id: 82, game_id: 79, transaction_date: new Date("2022-01-10T17:35:12Z"), amount: "22.04", payment_method: "gift card", transaction_type: "purchase" },
            { id: 61, user_id: 168, game_id: 131, transaction_date: new Date("2022-09-13T06:47:11Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 62, user_id: 37, game_id: 100, transaction_date: new Date("2022-08-27T14:40:47Z"), amount: "1.58", payment_method: "credit card", transaction_type: "purchase" },
            { id: 63, user_id: 134, game_id: 38, transaction_date: new Date("2022-12-11T12:21:47Z"), amount: "1.81", payment_method: "credit card", transaction_type: "purchase" },
            { id: 64, user_id: 82, game_id: 55, transaction_date: new Date("2022-11-08T15:20:32Z"), amount: "24.75", payment_method: "credit card", transaction_type: "purchase" },
            { id: 65, user_id: 88, game_id: 75, transaction_date: new Date("2022-05-12T19:50:11Z"), amount: "35.43", payment_method: "credit card", transaction_type: "purchase" },
            { id: 66, user_id: 71, game_id: 103, transaction_date: new Date("2022-07-20T10:16:28Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 67, user_id: 181, game_id: 46, transaction_date: new Date("2022-09-02T15:19:19Z"), amount: "1.13", payment_method: "paypal", transaction_type: "purchase" },
            { id: 68, user_id: 144, game_id: 49, transaction_date: new Date("2022-06-01T05:05:03Z"), amount: "52.46", payment_method: "credit card", transaction_type: "refund" },
            { id: 69, user_id: 180, game_id: 134, transaction_date: new Date("2022-05-11T20:45:13Z"), amount: "4.78", payment_method: "credit card", transaction_type: "purchase" },
            { id: 70, user_id: 30, game_id: 1, transaction_date: new Date("2022-02-08T18:59:59Z"), amount: "21.21", payment_method: "gift card", transaction_type: "purchase" },
            { id: 71, user_id: 43, game_id: 60, transaction_date: new Date("2022-02-24T16:47:01Z"), amount: "5.60", payment_method: "credit card", transaction_type: "purchase" },
            { id: 72, user_id: 18, game_id: 138, transaction_date: new Date("2022-09-15T08:48:30Z"), amount: "1.30", payment_method: "credit card", transaction_type: "purchase" },
            { id: 73, user_id: 18, game_id: 21, transaction_date: new Date("2022-06-05T13:30:35Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 74, user_id: 152, game_id: 58, transaction_date: new Date("2022-04-16T17:00:03Z"), amount: "1.20", payment_method: "paypal", transaction_type: "purchase" },
            { id: 75, user_id: 29, game_id: 111, transaction_date: new Date("2022-08-20T08:04:36Z"), amount: "3.54", payment_method: "credit card", transaction_type: "purchase" },
            { id: 76, user_id: 128, game_id: 49, transaction_date: new Date("2022-07-13T18:16:44Z"), amount: "49.01", payment_method: "credit card", transaction_type: "refund" },
            { id: 77, user_id: 186, game_id: 89, transaction_date: new Date("2022-03-27T22:54:38Z"), amount: "12.31", payment_method: "credit card", transaction_type: "refund" },
            { id: 78, user_id: 173, game_id: 58, transaction_date: new Date("2022-09-18T23:22:30Z"), amount: "38.32", payment_method: "gift card", transaction_type: "refund" },
            { id: 79, user_id: 85, game_id: 36, transaction_date: new Date("2022-07-18T19:46:33Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 80, user_id: 124, game_id: 44, transaction_date: new Date("2022-01-22T14:28:54Z"), amount: "2.84", payment_method: "gift card", transaction_type: "purchase" },
            { id: 81, user_id: 80, game_id: 73, transaction_date: new Date("2022-02-05T19:29:45Z"), amount: "1.75", payment_method: "credit card", transaction_type: "purchase" },
            { id: 82, user_id: 196, game_id: 35, transaction_date: new Date("2022-01-14T16:15:44Z"), amount: "24.08", payment_method: "credit card", transaction_type: "purchase" },
            { id: 83, user_id: 2, game_id: 115, transaction_date: new Date("2022-04-10T16:20:12Z"), amount: "1.03", payment_method: "gift card", transaction_type: "purchase" },
            { id: 84, user_id: 150, game_id: 88, transaction_date: new Date("2022-06-06T14:41:27Z"), amount: "5.54", payment_method: "credit card", transaction_type: "purchase" },
            { id: 85, user_id: 162, game_id: 64, transaction_date: new Date("2022-10-06T14:20:24Z"), amount: "3.50", payment_method: "gift card", transaction_type: "purchase" },
            { id: 86, user_id: 122, game_id: 131, transaction_date: new Date("2022-11-04T12:26:47Z"), amount: "1.11", payment_method: "paypal", transaction_type: "purchase" },
            { id: 87, user_id: 146, game_id: 50, transaction_date: new Date("2022-05-22T17:03:42Z"), amount: "14.17", payment_method: "credit card", transaction_type: "purchase" },
            { id: 88, user_id: 5, game_id: 85, transaction_date: new Date("2022-02-13T17:22:37Z"), amount: "8.28", payment_method: "credit card", transaction_type: "purchase" },
            { id: 89, user_id: 59, game_id: 84, transaction_date: new Date("2022-12-27T10:08:02Z"), amount: "27.29", payment_method: "credit card", transaction_type: "purchase" },
            { id: 90, user_id: 27, game_id: 60, transaction_date: new Date("2022-08-26T16:12:13Z"), amount: "22.90", payment_method: "gift card", transaction_type: "purchase" },
            { id: 91, user_id: 103, game_id: 145, transaction_date: new Date("2022-10-28T22:07:15Z"), amount: "1.15", payment_method: "credit card", transaction_type: "purchase" },
            { id: 92, user_id: 194, game_id: 36, transaction_date: new Date("2022-05-17T16:18:21Z"), amount: "8.53", payment_method: "paypal", transaction_type: "purchase" },
            { id: 93, user_id: 147, game_id: 52, transaction_date: new Date("2022-02-03T12:49:41Z"), amount: "17.25", payment_method: "gift card", transaction_type: "purchase" },
            { id: 94, user_id: 73, game_id: 25, transaction_date: new Date("2022-08-31T00:26:09Z"), amount: "3.95", payment_method: "credit card", transaction_type: "purchase" },
            { id: 95, user_id: 53, game_id: 115, transaction_date: new Date("2022-11-01T20:56:31Z"), amount: "14.89", payment_method: "credit card", transaction_type: "purchase" },
            { id: 96, user_id: 182, game_id: 98, transaction_date: new Date("2022-08-03T19:51:16Z"), amount: "1.82", payment_method: "gift card", transaction_type: "purchase" },
            { id: 97, user_id: 156, game_id: 118, transaction_date: new Date("2022-02-23T19:36:45Z"), amount: "19.95", payment_method: "paypal", transaction_type: "purchase" },
            { id: 98, user_id: 116, game_id: 20, transaction_date: new Date("2022-06-03T12:12:10Z"), amount: "29.36", payment_method: "credit card", transaction_type: "purchase" },
            { id: 99, user_id: 63, game_id: 81, transaction_date: new Date("2022-06-21T18:43:49Z"), amount: "10.58", payment_method: "credit card", transaction_type: "purchase" },
            { id: 100, user_id: 125, game_id: 107, transaction_date: new Date("2022-07-15T23:06:39Z"), amount: "30.04", payment_method: "paypal", transaction_type: "purchase" },
            { id: 101, user_id: 81, game_id: 131, transaction_date: new Date("2022-06-17T20:15:54Z"), amount: null, payment_method: "gift card", transaction_type: "purchase" },
            { id: 102, user_id: 44, game_id: 79, transaction_date: new Date("2022-08-09T15:33:23Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 103, user_id: 81, game_id: 17, transaction_date: new Date("2022-08-06T22:00:04Z"), amount: "15.13", payment_method: "credit card", transaction_type: "purchase" },
            { id: 104, user_id: 160, game_id: 81, transaction_date: new Date("2022-03-12T18:24:11Z"), amount: "2.01", payment_method: "credit card", transaction_type: "purchase" },
            { id: 105, user_id: 162, game_id: 148, transaction_date: new Date("2022-08-28T05:24:59Z"), amount: "9.95", payment_method: "gift card", transaction_type: "purchase" },
            { id: 106, user_id: 176, game_id: 23, transaction_date: new Date("2022-09-01T19:44:15Z"), amount: "7.89", payment_method: "paypal", transaction_type: "purchase" },
            { id: 107, user_id: 177, game_id: 140, transaction_date: new Date("2022-12-02T14:54:49Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 108, user_id: 163, game_id: 75, transaction_date: new Date("2022-02-23T08:05:44Z"), amount: "44.63", payment_method: "gift card", transaction_type: "purchase" },
            { id: 109, user_id: 147, game_id: 104, transaction_date: new Date("2022-03-18T08:55:13Z"), amount: "8.97", payment_method: "credit card", transaction_type: "purchase" },
            { id: 110, user_id: 181, game_id: 32, transaction_date: new Date("2022-05-02T15:59:40Z"), amount: "0.99", payment_method: "paypal", transaction_type: "purchase" },
            { id: 111, user_id: 103, game_id: 74, transaction_date: new Date("2022-08-01T21:47:00Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 112, user_id: 140, game_id: 117, transaction_date: new Date("2022-12-02T18:46:40Z"), amount: "7.21", payment_method: "gift card", transaction_type: "purchase" },
            { id: 113, user_id: 153, game_id: 6, transaction_date: new Date("2022-05-24T14:19:25Z"), amount: "10.27", payment_method: "credit card", transaction_type: "purchase" },
            { id: 114, user_id: 191, game_id: 138, transaction_date: new Date("2022-04-25T11:56:12Z"), amount: "48.48", payment_method: "paypal", transaction_type: "purchase" },
            { id: 115, user_id: 120, game_id: 97, transaction_date: new Date("2022-09-21T19:36:07Z"), amount: "8.60", payment_method: "paypal", transaction_type: "refund" },
            { id: 116, user_id: 1, game_id: 91, transaction_date: new Date("2022-08-01T15:05:41Z"), amount: "42.24", payment_method: "credit card", transaction_type: "purchase" },
            { id: 117, user_id: 168, game_id: 74, transaction_date: new Date("2022-06-22T12:44:54Z"), amount: "53.54", payment_method: "paypal", transaction_type: "purchase" },
            { id: 118, user_id: 199, game_id: 27, transaction_date: new Date("2022-04-03T18:15:17Z"), amount: "22.94", payment_method: "gift card", transaction_type: "purchase" },
            { id: 119, user_id: 172, game_id: 56, transaction_date: new Date("2022-09-09T22:53:50Z"), amount: "44.85", payment_method: "credit card", transaction_type: "purchase" },
            { id: 120, user_id: 118, game_id: 32, transaction_date: new Date("2022-06-15T17:55:55Z"), amount: "1.36", payment_method: "credit card", transaction_type: "purchase" },
            { id: 121, user_id: 170, game_id: 147, transaction_date: new Date("2022-07-01T19:28:45Z"), amount: "50.20", payment_method: "credit card", transaction_type: "refund" },
            { id: 122, user_id: 77, game_id: 69, transaction_date: new Date("2022-01-11T12:13:18Z"), amount: "37.76", payment_method: "paypal", transaction_type: "purchase" },
            { id: 123, user_id: 89, game_id: 31, transaction_date: new Date("2022-11-13T10:40:11Z"), amount: "3.26", payment_method: "credit card", transaction_type: "purchase" },
            { id: 124, user_id: 176, game_id: 97, transaction_date: new Date("2022-09-25T13:54:08Z"), amount: "52.58", payment_method: "credit card", transaction_type: "purchase" },
            { id: 125, user_id: 168, game_id: 132, transaction_date: new Date("2022-01-25T13:08:36Z"), amount: "3.09", payment_method: "credit card", transaction_type: "purchase" },
            { id: 126, user_id: 21, game_id: 143, transaction_date: new Date("2022-02-05T19:43:23Z"), amount: "1.00", payment_method: "credit card", transaction_type: "purchase" },
            { id: 127, user_id: 14, game_id: 52, transaction_date: new Date("2022-10-23T20:08:19Z"), amount: "1.53", payment_method: "paypal", transaction_type: "purchase" },
            { id: 128, user_id: 102, game_id: 84, transaction_date: new Date("2022-07-09T15:36:40Z"), amount: "58.46", payment_method: "credit card", transaction_type: "purchase" },
            { id: 129, user_id: 44, game_id: 79, transaction_date: new Date("2022-12-16T18:26:34Z"), amount: "1.19", payment_method: "credit card", transaction_type: "purchase" },
            { id: 130, user_id: 64, game_id: 36, transaction_date: new Date("2022-05-27T11:16:08Z"), amount: "54.67", payment_method: "gift card", transaction_type: "purchase" },
            { id: 131, user_id: 16, game_id: 126, transaction_date: new Date("2022-02-02T16:01:28Z"), amount: "9.08", payment_method: "credit card", transaction_type: "purchase" },
            { id: 132, user_id: 83, game_id: 118, transaction_date: new Date("2022-08-13T22:41:16Z"), amount: "34.09", payment_method: "credit card", transaction_type: "refund" },
            { id: 133, user_id: 144, game_id: 64, transaction_date: new Date("2022-09-08T03:30:02Z"), amount: "7.51", payment_method: "gift card", transaction_type: "purchase" },
            { id: 134, user_id: 49, game_id: 130, transaction_date: new Date("2022-02-05T14:42:39Z"), amount: "29.48", payment_method: "credit card", transaction_type: "purchase" },
            { id: 135, user_id: 167, game_id: 23, transaction_date: new Date("2022-06-18T20:24:39Z"), amount: "23.55", payment_method: "paypal", transaction_type: "refund" },
            { id: 136, user_id: 26, game_id: 34, transaction_date: new Date("2022-05-20T22:30:25Z"), amount: "44.11", payment_method: "credit card", transaction_type: "purchase" },
            { id: 137, user_id: 149, game_id: 73, transaction_date: new Date("2022-02-20T16:49:18Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 138, user_id: 48, game_id: 138, transaction_date: new Date("2022-11-19T12:01:16Z"), amount: "21.99", payment_method: "credit card", transaction_type: "purchase" },
            { id: 139, user_id: 129, game_id: 64, transaction_date: new Date("2022-04-24T10:09:06Z"), amount: "24.61", payment_method: "credit card", transaction_type: "purchase" },
            { id: 140, user_id: 5, game_id: 117, transaction_date: new Date("2022-07-02T10:09:01Z"), amount: "0.99", payment_method: "gift card", transaction_type: "purchase" },
            { id: 141, user_id: 8, game_id: 10, transaction_date: new Date("2022-01-01T17:28:30Z"), amount: "26.31", payment_method: "credit card", transaction_type: "purchase" },
            { id: 142, user_id: 200, game_id: 95, transaction_date: new Date("2022-07-28T08:02:50Z"), amount: "1.23", payment_method: "credit card", transaction_type: "purchase" },
            { id: 143, user_id: 197, game_id: 92, transaction_date: new Date("2022-03-26T20:07:40Z"), amount: "18.64", payment_method: "gift card", transaction_type: "purchase" },
            { id: 144, user_id: 98, game_id: 57, transaction_date: new Date("2022-03-25T12:34:13Z"), amount: "3.78", payment_method: "paypal", transaction_type: "purchase" },
            { id: 145, user_id: 22, game_id: 85, transaction_date: new Date("2022-11-13T13:01:38Z"), amount: "52.44", payment_method: "paypal", transaction_type: "refund" },
            { id: 146, user_id: 122, game_id: 73, transaction_date: new Date("2022-08-20T22:23:02Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 147, user_id: 156, game_id: 124, transaction_date: new Date("2022-07-08T20:06:09Z"), amount: "29.71", payment_method: "paypal", transaction_type: "purchase" },
            { id: 148, user_id: 172, game_id: 102, transaction_date: new Date("2022-03-12T14:04:19Z"), amount: "5.39", payment_method: "credit card", transaction_type: "purchase" },
            { id: 149, user_id: 157, game_id: 43, transaction_date: new Date("2022-11-24T17:21:10Z"), amount: "8.12", payment_method: "paypal", transaction_type: "refund" },
            { id: 150, user_id: 88, game_id: 34, transaction_date: new Date("2022-11-13T20:51:05Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 151, user_id: 160, game_id: 4, transaction_date: new Date("2022-08-17T18:58:17Z"), amount: "34.09", payment_method: "credit card", transaction_type: "purchase" },
            { id: 152, user_id: 111, game_id: 72, transaction_date: new Date("2022-09-06T22:44:48Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 153, user_id: 91, game_id: 32, transaction_date: new Date("2022-05-07T17:48:22Z"), amount: "12.47", payment_method: "paypal", transaction_type: "purchase" },
            { id: 154, user_id: 90, game_id: 110, transaction_date: new Date("2022-01-13T09:36:30Z"), amount: "10.51", payment_method: "gift card", transaction_type: "purchase" },
            { id: 155, user_id: 168, game_id: 4, transaction_date: new Date("2022-07-27T14:35:16Z"), amount: "52.21", payment_method: "credit card", transaction_type: "refund" },
            { id: 156, user_id: 2, game_id: 43, transaction_date: new Date("2022-03-25T20:49:50Z"), amount: "7.05", payment_method: "paypal", transaction_type: "purchase" },
            { id: 157, user_id: 121, game_id: 131, transaction_date: new Date("2022-12-23T20:59:31Z"), amount: "38.31", payment_method: "credit card", transaction_type: "purchase" },
            { id: 158, user_id: 120, game_id: 24, transaction_date: new Date("2022-12-02T15:33:59Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 159, user_id: 18, game_id: 23, transaction_date: new Date("2022-05-08T21:24:42Z"), amount: "33.17", payment_method: "gift card", transaction_type: "purchase" },
            { id: 160, user_id: 165, game_id: 87, transaction_date: new Date("2022-11-30T19:50:22Z"), amount: "8.36", payment_method: "credit card", transaction_type: "purchase" },
            { id: 161, user_id: 63, game_id: 4, transaction_date: new Date("2022-09-01T13:52:54Z"), amount: "24.74", payment_method: "credit card", transaction_type: "purchase" },
            { id: 162, user_id: 179, game_id: 109, transaction_date: new Date("2022-06-03T18:30:51Z"), amount: "44.70", payment_method: "credit card", transaction_type: "purchase" },
            { id: 163, user_id: 170, game_id: 32, transaction_date: new Date("2022-01-04T19:20:20Z"), amount: "20.75", payment_method: "credit card", transaction_type: "purchase" },
            { id: 164, user_id: 41, game_id: 117, transaction_date: new Date("2022-09-19T18:28:10Z"), amount: "8.03", payment_method: "gift card", transaction_type: "purchase" },
            { id: 165, user_id: 106, game_id: 84, transaction_date: new Date("2022-01-27T22:20:36Z"), amount: "2.20", payment_method: "paypal", transaction_type: "purchase" },
            { id: 166, user_id: 5, game_id: 89, transaction_date: new Date("2022-06-14T19:02:59Z"), amount: "9.97", payment_method: "credit card", transaction_type: "purchase" },
            { id: 167, user_id: 197, game_id: 27, transaction_date: new Date("2022-10-06T15:28:15Z"), amount: "36.82", payment_method: "paypal", transaction_type: "purchase" },
            { id: 168, user_id: 158, game_id: 95, transaction_date: new Date("2022-04-03T20:58:42Z"), amount: "23.27", payment_method: "credit card", transaction_type: "purchase" },
            { id: 169, user_id: 73, game_id: 79, transaction_date: new Date("2022-09-26T22:22:49Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 170, user_id: 67, game_id: 85, transaction_date: new Date("2022-01-25T14:38:41Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 171, user_id: 47, game_id: 110, transaction_date: new Date("2022-01-05T16:52:42Z"), amount: "25.99", payment_method: "gift card", transaction_type: "purchase" },
            { id: 172, user_id: 182, game_id: 84, transaction_date: new Date("2022-09-25T10:31:52Z"), amount: "1.87", payment_method: "credit card", transaction_type: "purchase" },
            { id: 173, user_id: 147, game_id: 35, transaction_date: new Date("2022-07-17T22:13:49Z"), amount: "21.24", payment_method: "credit card", transaction_type: "purchase" },
            { id: 174, user_id: 26, game_id: 38, transaction_date: new Date("2022-08-14T10:53:47Z"), amount: "13.26", payment_method: "credit card", transaction_type: "purchase" },
            { id: 175, user_id: 68, game_id: 4, transaction_date: new Date("2022-03-23T08:56:44Z"), amount: "10.94", payment_method: "credit card", transaction_type: "purchase" },
            { id: 176, user_id: 39, game_id: 3, transaction_date: new Date("2022-12-11T16:12:44Z"), amount: "11.25", payment_method: "credit card", transaction_type: "purchase" },
            { id: 177, user_id: 123, game_id: 20, transaction_date: new Date("2022-05-23T15:09:48Z"), amount: "49.25", payment_method: "credit card", transaction_type: "purchase" },
            { id: 178, user_id: 51, game_id: 114, transaction_date: new Date("2022-12-23T01:24:04Z"), amount: "2.35", payment_method: "gift card", transaction_type: "purchase" },
            { id: 179, user_id: 140, game_id: 135, transaction_date: new Date("2022-06-22T18:17:57Z"), amount: "10.31", payment_method: "gift card", transaction_type: "purchase" },
            { id: 180, user_id: 89, game_id: 130, transaction_date: new Date("2022-08-06T17:17:11Z"), amount: "4.27", payment_method: "paypal", transaction_type: "purchase" },
            { id: 181, user_id: 23, game_id: 102, transaction_date: new Date("2022-03-02T05:25:45Z"), amount: "1.39", payment_method: "gift card", transaction_type: "purchase" },
            { id: 182, user_id: 147, game_id: 67, transaction_date: new Date("2022-08-14T14:30:52Z"), amount: "24.68", payment_method: "gift card", transaction_type: "purchase" },
            { id: 183, user_id: 110, game_id: 73, transaction_date: new Date("2022-07-08T09:42:00Z"), amount: "31.63", payment_method: "gift card", transaction_type: "purchase" },
            { id: 184, user_id: 53, game_id: 36, transaction_date: new Date("2022-07-03T20:34:38Z"), amount: "19.37", payment_method: "paypal", transaction_type: "purchase" },
            { id: 185, user_id: 185, game_id: 11, transaction_date: new Date("2022-01-03T21:39:32Z"), amount: "55.80", payment_method: "credit card", transaction_type: "purchase" },
            { id: 186, user_id: 124, game_id: 72, transaction_date: new Date("2022-06-11T14:54:41Z"), amount: "23.36", payment_method: "credit card", transaction_type: "purchase" },
            { id: 187, user_id: 24, game_id: 143, transaction_date: new Date("2022-12-23T20:46:13Z"), amount: "13.72", payment_method: "gift card", transaction_type: "purchase" },
            { id: 188, user_id: 100, game_id: 130, transaction_date: new Date("2022-04-08T16:25:08Z"), amount: "47.15", payment_method: "credit card", transaction_type: "purchase" },
            { id: 189, user_id: 183, game_id: 4, transaction_date: new Date("2022-12-30T13:36:19Z"), amount: "1.24", payment_method: "credit card", transaction_type: "purchase" },
            { id: 190, user_id: 182, game_id: 49, transaction_date: new Date("2022-12-05T18:24:56Z"), amount: "10.58", payment_method: "paypal", transaction_type: "purchase" },
            { id: 191, user_id: 106, game_id: 14, transaction_date: new Date("2022-04-24T12:57:28Z"), amount: "10.51", payment_method: "credit card", transaction_type: "purchase" },
            { id: 192, user_id: 33, game_id: 59, transaction_date: new Date("2022-09-01T20:55:34Z"), amount: "27.95", payment_method: "credit card", transaction_type: "purchase" },
            { id: 193, user_id: 38, game_id: 25, transaction_date: new Date("2022-01-13T19:52:27Z"), amount: "3.44", payment_method: "paypal", transaction_type: "purchase" },
            { id: 194, user_id: 121, game_id: 40, transaction_date: new Date("2022-08-14T12:47:39Z"), amount: "3.64", payment_method: "paypal", transaction_type: "purchase" },
            { id: 195, user_id: 75, game_id: 37, transaction_date: new Date("2022-03-03T18:06:20Z"), amount: "5.05", payment_method: "gift card", transaction_type: "purchase" },
            { id: 196, user_id: 11, game_id: 22, transaction_date: new Date("2022-11-20T16:56:20Z"), amount: "1.26", payment_method: "gift card", transaction_type: "purchase" },
            { id: 197, user_id: 36, game_id: 11, transaction_date: new Date("2022-06-17T10:59:45Z"), amount: "36.06", payment_method: "paypal", transaction_type: "purchase" },
            { id: 198, user_id: 114, game_id: 64, transaction_date: new Date("2022-03-01T16:26:11Z"), amount: "20.25", payment_method: "gift card", transaction_type: "refund" },
            { id: 199, user_id: 141, game_id: 123, transaction_date: new Date("2022-03-20T11:38:33Z"), amount: "4.19", payment_method: "paypal", transaction_type: "purchase" },
            { id: 200, user_id: 23, game_id: 86, transaction_date: new Date("2022-11-10T16:41:44Z"), amount: "3.11", payment_method: "paypal", transaction_type: "purchase" },
            { id: 201, user_id: 3, game_id: 131, transaction_date: new Date("2022-02-23T09:41:28Z"), amount: "5.03", payment_method: "credit card", transaction_type: "purchase" },
            { id: 202, user_id: 72, game_id: 105, transaction_date: new Date("2022-07-05T12:49:02Z"), amount: "32.30", payment_method: "credit card", transaction_type: "purchase" },
            { id: 203, user_id: 194, game_id: 77, transaction_date: new Date("2022-02-08T18:01:12Z"), amount: "2.18", payment_method: "credit card", transaction_type: "purchase" },
            { id: 204, user_id: 178, game_id: 90, transaction_date: new Date("2022-08-29T18:44:50Z"), amount: "29.55", payment_method: "credit card", transaction_type: "purchase" },
            { id: 205, user_id: 81, game_id: 138, transaction_date: new Date("2022-04-15T18:23:58Z"), amount: "29.64", payment_method: "paypal", transaction_type: "purchase" },
            { id: 206, user_id: 181, game_id: 99, transaction_date: new Date("2022-11-07T11:52:05Z"), amount: "21.38", payment_method: "gift card", transaction_type: "purchase" },
            { id: 207, user_id: 195, game_id: 5, transaction_date: new Date("2022-09-04T07:20:45Z"), amount: "58.07", payment_method: "credit card", transaction_type: "purchase" },
            { id: 208, user_id: 184, game_id: 115, transaction_date: new Date("2022-09-10T09:52:31Z"), amount: "1.09", payment_method: "paypal", transaction_type: "purchase" },
            { id: 209, user_id: 41, game_id: 15, transaction_date: new Date("2022-11-30T14:05:23Z"), amount: "32.94", payment_method: "credit card", transaction_type: "purchase" },
            { id: 210, user_id: 107, game_id: 118, transaction_date: new Date("2022-05-27T21:07:47Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 211, user_id: 136, game_id: 135, transaction_date: new Date("2022-12-26T09:30:54Z"), amount: "3.22", payment_method: "credit card", transaction_type: "purchase" },
            { id: 212, user_id: 17, game_id: 101, transaction_date: new Date("2022-08-06T15:25:52Z"), amount: "37.72", payment_method: "credit card", transaction_type: "purchase" },
            { id: 213, user_id: 32, game_id: 44, transaction_date: new Date("2022-05-04T10:16:49Z"), amount: "58.84", payment_method: "paypal", transaction_type: "refund" },
            { id: 214, user_id: 152, game_id: 104, transaction_date: new Date("2022-12-21T19:21:03Z"), amount: "5.68", payment_method: "paypal", transaction_type: "purchase" },
            { id: 215, user_id: 87, game_id: 133, transaction_date: new Date("2022-01-17T22:16:57Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 216, user_id: 112, game_id: 125, transaction_date: new Date("2022-10-29T18:24:38Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 217, user_id: 108, game_id: 80, transaction_date: new Date("2022-12-09T19:27:03Z"), amount: "5.74", payment_method: "credit card", transaction_type: "purchase" },
            { id: 218, user_id: 197, game_id: 102, transaction_date: new Date("2022-06-26T08:39:00Z"), amount: "34.18", payment_method: "credit card", transaction_type: "purchase" },
            { id: 219, user_id: 70, game_id: 76, transaction_date: new Date("2022-07-31T12:31:01Z"), amount: "45.62", payment_method: "credit card", transaction_type: "refund" },
            { id: 220, user_id: 192, game_id: 81, transaction_date: new Date("2022-01-23T15:02:08Z"), amount: "1.89", payment_method: "gift card", transaction_type: "purchase" },
            { id: 221, user_id: 99, game_id: 38, transaction_date: new Date("2022-01-13T20:11:09Z"), amount: "1.33", payment_method: "gift card", transaction_type: "purchase" },
            { id: 222, user_id: 60, game_id: 7, transaction_date: new Date("2022-04-14T12:08:21Z"), amount: "12.15", payment_method: "gift card", transaction_type: "purchase" },
            { id: 223, user_id: 61, game_id: 88, transaction_date: new Date("2022-09-13T13:11:53Z"), amount: "26.82", payment_method: "credit card", transaction_type: "refund" },
            { id: 224, user_id: 180, game_id: 145, transaction_date: new Date("2022-10-14T11:39:37Z"), amount: "11.63", payment_method: "credit card", transaction_type: "purchase" },
            { id: 225, user_id: 183, game_id: 133, transaction_date: new Date("2022-08-25T14:09:51Z"), amount: "10.30", payment_method: "paypal", transaction_type: "refund" },
            { id: 226, user_id: 86, game_id: 29, transaction_date: new Date("2022-01-12T17:15:29Z"), amount: "4.33", payment_method: "gift card", transaction_type: "purchase" },
            { id: 227, user_id: 161, game_id: 110, transaction_date: new Date("2022-04-16T20:49:52Z"), amount: "28.51", payment_method: "credit card", transaction_type: "purchase" },
            { id: 228, user_id: 36, game_id: 23, transaction_date: new Date("2022-11-20T10:23:35Z"), amount: "2.26", payment_method: "credit card", transaction_type: "purchase" },
            { id: 229, user_id: 177, game_id: 12, transaction_date: new Date("2022-08-08T22:24:24Z"), amount: "35.12", payment_method: "credit card", transaction_type: "purchase" },
            { id: 230, user_id: 52, game_id: 19, transaction_date: new Date("2022-05-07T04:59:55Z"), amount: "30.83", payment_method: "paypal", transaction_type: "purchase" },
            { id: 231, user_id: 163, game_id: 125, transaction_date: new Date("2022-07-05T19:50:04Z"), amount: "1.33", payment_method: "gift card", transaction_type: "purchase" },
            { id: 232, user_id: 3, game_id: 125, transaction_date: new Date("2022-01-01T08:23:43Z"), amount: "4.32", payment_method: "gift card", transaction_type: "purchase" },
            { id: 233, user_id: 3, game_id: 130, transaction_date: new Date("2022-11-30T14:07:01Z"), amount: "46.31", payment_method: "credit card", transaction_type: "purchase" },
            { id: 234, user_id: 82, game_id: 38, transaction_date: new Date("2022-07-07T21:56:03Z"), amount: "29.75", payment_method: "paypal", transaction_type: "purchase" },
            { id: 235, user_id: 98, game_id: 11, transaction_date: new Date("2022-09-27T15:54:50Z"), amount: "51.18", payment_method: "credit card", transaction_type: "purchase" },
            { id: 236, user_id: 146, game_id: 64, transaction_date: new Date("2022-06-19T19:59:39Z"), amount: "45.83", payment_method: "paypal", transaction_type: "refund" },
            { id: 237, user_id: 156, game_id: 26, transaction_date: new Date("2022-11-02T00:08:31Z"), amount: "9.48", payment_method: "paypal", transaction_type: "refund" },
            { id: 238, user_id: 50, game_id: 107, transaction_date: new Date("2022-09-28T18:26:37Z"), amount: "21.03", payment_method: "paypal", transaction_type: "purchase" },
            { id: 239, user_id: 173, game_id: 73, transaction_date: new Date("2022-09-21T18:54:05Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 240, user_id: 167, game_id: 26, transaction_date: new Date("2022-04-23T20:30:06Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 241, user_id: 74, game_id: 110, transaction_date: new Date("2022-04-19T23:42:33Z"), amount: "1.14", payment_method: "paypal", transaction_type: "purchase" },
            { id: 242, user_id: 152, game_id: 9, transaction_date: new Date("2022-07-20T02:57:29Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 243, user_id: 182, game_id: 147, transaction_date: new Date("2022-04-12T20:41:30Z"), amount: "41.46", payment_method: "paypal", transaction_type: "purchase" },
            { id: 244, user_id: 159, game_id: 129, transaction_date: new Date("2022-10-06T09:26:36Z"), amount: "16.97", payment_method: "credit card", transaction_type: "purchase" },
            { id: 245, user_id: 59, game_id: 33, transaction_date: new Date("2022-03-28T18:49:23Z"), amount: "7.44", payment_method: "credit card", transaction_type: "purchase" },
            { id: 246, user_id: 79, game_id: 143, transaction_date: new Date("2022-08-14T23:06:51Z"), amount: "1.46", payment_method: "credit card", transaction_type: "purchase" },
            { id: 247, user_id: 97, game_id: 58, transaction_date: new Date("2022-03-14T21:20:50Z"), amount: "18.26", payment_method: "gift card", transaction_type: "purchase" },
            { id: 248, user_id: 155, game_id: 122, transaction_date: new Date("2022-02-05T23:59:52Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 249, user_id: 187, game_id: 99, transaction_date: new Date("2022-04-29T19:02:33Z"), amount: "24.99", payment_method: "paypal", transaction_type: "purchase" },
            { id: 250, user_id: 43, game_id: 37, transaction_date: new Date("2022-02-06T14:08:12Z"), amount: "23.15", payment_method: "credit card", transaction_type: "purchase" },
            { id: 251, user_id: 126, game_id: 4, transaction_date: new Date("2022-01-22T15:46:46Z"), amount: "58.90", payment_method: "credit card", transaction_type: "purchase" },
            { id: 252, user_id: 134, game_id: 149, transaction_date: new Date("2022-10-19T11:30:44Z"), amount: "30.06", payment_method: "paypal", transaction_type: "purchase" },
            { id: 253, user_id: 60, game_id: 65, transaction_date: new Date("2022-07-31T19:57:41Z"), amount: "6.31", payment_method: "credit card", transaction_type: "purchase" },
            { id: 254, user_id: 156, game_id: 145, transaction_date: new Date("2022-02-21T13:03:51Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 255, user_id: 75, game_id: 142, transaction_date: new Date("2022-02-02T21:44:09Z"), amount: "32.24", payment_method: "gift card", transaction_type: "purchase" },
            { id: 256, user_id: 127, game_id: 102, transaction_date: new Date("2022-03-12T14:59:09Z"), amount: "55.69", payment_method: "credit card", transaction_type: "purchase" },
            { id: 257, user_id: 116, game_id: 91, transaction_date: new Date("2022-04-05T20:40:56Z"), amount: "22.47", payment_method: "credit card", transaction_type: "purchase" },
            { id: 258, user_id: 14, game_id: 130, transaction_date: new Date("2022-01-10T19:38:40Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 259, user_id: 172, game_id: 51, transaction_date: new Date("2022-11-22T20:34:57Z"), amount: "59.50", payment_method: "gift card", transaction_type: "purchase" },
            { id: 260, user_id: 130, game_id: 23, transaction_date: new Date("2022-08-01T11:47:51Z"), amount: "8.27", payment_method: "credit card", transaction_type: "purchase" },
            { id: 261, user_id: 28, game_id: 56, transaction_date: new Date("2022-02-17T09:13:06Z"), amount: null, payment_method: "credit card", transaction_type: "refund" },
            { id: 262, user_id: 163, game_id: 126, transaction_date: new Date("2022-11-15T06:47:49Z"), amount: "26.37", payment_method: "credit card", transaction_type: "purchase" },
            { id: 263, user_id: 150, game_id: 133, transaction_date: new Date("2022-11-11T08:46:17Z"), amount: "14.37", payment_method: "gift card", transaction_type: "purchase" },
            { id: 264, user_id: 15, game_id: 11, transaction_date: new Date("2022-03-23T14:41:49Z"), amount: "14.50", payment_method: "credit card", transaction_type: "purchase" },
            { id: 265, user_id: 163, game_id: 27, transaction_date: new Date("2022-08-05T21:12:47Z"), amount: "30.87", payment_method: "credit card", transaction_type: "purchase" },
            { id: 266, user_id: 169, game_id: 67, transaction_date: new Date("2022-11-30T20:06:44Z"), amount: "12.36", payment_method: "credit card", transaction_type: "purchase" },
            { id: 267, user_id: 159, game_id: 112, transaction_date: new Date("2022-09-15T22:28:24Z"), amount: "20.79", payment_method: "credit card", transaction_type: "purchase" },
            { id: 268, user_id: 161, game_id: 51, transaction_date: new Date("2022-09-06T15:20:01Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 269, user_id: 43, game_id: 121, transaction_date: new Date("2022-11-03T10:55:49Z"), amount: "37.74", payment_method: "gift card", transaction_type: "purchase" },
            { id: 270, user_id: 21, game_id: 102, transaction_date: new Date("2022-05-02T19:28:36Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 271, user_id: 168, game_id: 4, transaction_date: new Date("2022-09-15T13:33:27Z"), amount: "40.08", payment_method: "paypal", transaction_type: "purchase" },
            { id: 272, user_id: 7, game_id: 97, transaction_date: new Date("2022-11-16T08:51:44Z"), amount: "15.02", payment_method: "credit card", transaction_type: "purchase" },
            { id: 273, user_id: 196, game_id: 62, transaction_date: new Date("2022-01-14T19:29:02Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 274, user_id: 80, game_id: 107, transaction_date: new Date("2022-02-03T13:43:23Z"), amount: "13.80", payment_method: "gift card", transaction_type: "purchase" },
            { id: 275, user_id: 122, game_id: 21, transaction_date: new Date("2022-06-05T09:22:58Z"), amount: "1.91", payment_method: "credit card", transaction_type: "purchase" },
            { id: 276, user_id: 98, game_id: 100, transaction_date: new Date("2022-09-04T12:45:13Z"), amount: "34.50", payment_method: "credit card", transaction_type: "purchase" },
            { id: 277, user_id: 6, game_id: 87, transaction_date: new Date("2022-09-08T20:46:35Z"), amount: "16.97", payment_method: "credit card", transaction_type: "purchase" },
            { id: 278, user_id: 103, game_id: 67, transaction_date: new Date("2022-08-26T20:44:50Z"), amount: "7.13", payment_method: "paypal", transaction_type: "purchase" },
            { id: 279, user_id: 34, game_id: 104, transaction_date: new Date("2022-09-01T04:21:37Z"), amount: "7.97", payment_method: "credit card", transaction_type: "purchase" },
            { id: 280, user_id: 193, game_id: 57, transaction_date: new Date("2022-07-10T16:10:13Z"), amount: "35.46", payment_method: "credit card", transaction_type: "purchase" },
            { id: 281, user_id: 19, game_id: 95, transaction_date: new Date("2022-04-20T22:25:00Z"), amount: "53.35", payment_method: "credit card", transaction_type: "purchase" },
            { id: 282, user_id: 152, game_id: 136, transaction_date: new Date("2022-05-24T17:22:29Z"), amount: "27.64", payment_method: "paypal", transaction_type: "refund" },
            { id: 283, user_id: 111, game_id: 122, transaction_date: new Date("2022-01-13T20:31:49Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 284, user_id: 26, game_id: 9, transaction_date: new Date("2022-06-18T06:37:18Z"), amount: "22.96", payment_method: "paypal", transaction_type: "purchase" },
            { id: 285, user_id: 162, game_id: 85, transaction_date: new Date("2022-07-14T11:40:57Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 286, user_id: 134, game_id: 45, transaction_date: new Date("2022-07-04T13:10:48Z"), amount: "50.83", payment_method: "credit card", transaction_type: "purchase" },
            { id: 287, user_id: 32, game_id: 1, transaction_date: new Date("2022-12-27T17:37:57Z"), amount: "8.81", payment_method: "gift card", transaction_type: "purchase" },
            { id: 288, user_id: 36, game_id: 89, transaction_date: new Date("2022-08-27T02:47:15Z"), amount: "41.22", payment_method: "credit card", transaction_type: "purchase" },
            { id: 289, user_id: 140, game_id: 2, transaction_date: new Date("2022-11-16T14:10:50Z"), amount: "57.10", payment_method: "credit card", transaction_type: "purchase" },
            { id: 290, user_id: 182, game_id: 79, transaction_date: new Date("2022-03-01T10:07:44Z"), amount: "6.55", payment_method: "credit card", transaction_type: "purchase" },
            { id: 291, user_id: 68, game_id: 139, transaction_date: new Date("2022-03-25T09:15:10Z"), amount: "2.15", payment_method: "credit card", transaction_type: "purchase" },
            { id: 292, user_id: 66, game_id: 82, transaction_date: new Date("2022-11-04T06:04:11Z"), amount: "3.28", payment_method: "credit card", transaction_type: "purchase" },
            { id: 293, user_id: 33, game_id: 54, transaction_date: new Date("2022-05-06T17:40:17Z"), amount: "26.95", payment_method: "paypal", transaction_type: "purchase" },
            { id: 294, user_id: 55, game_id: 92, transaction_date: new Date("2022-01-11T13:04:52Z"), amount: "7.98", payment_method: "credit card", transaction_type: "purchase" },
            { id: 295, user_id: 106, game_id: 16, transaction_date: new Date("2022-08-14T11:53:26Z"), amount: "2.33", payment_method: "paypal", transaction_type: "purchase" },
            { id: 296, user_id: 62, game_id: 144, transaction_date: new Date("2022-11-23T12:49:46Z"), amount: "37.36", payment_method: "credit card", transaction_type: "refund" },
            { id: 297, user_id: 9, game_id: 37, transaction_date: new Date("2022-02-16T13:42:55Z"), amount: "42.72", payment_method: "paypal", transaction_type: "purchase" },
            { id: 298, user_id: 62, game_id: 17, transaction_date: new Date("2022-12-01T13:10:16Z"), amount: "22.44", payment_method: "paypal", transaction_type: "purchase" },
            { id: 299, user_id: 76, game_id: 59, transaction_date: new Date("2022-04-24T10:31:50Z"), amount: "13.32", payment_method: "paypal", transaction_type: "purchase" },
            { id: 300, user_id: 68, game_id: 114, transaction_date: new Date("2022-10-27T13:06:43Z"), amount: "3.85", payment_method: "credit card", transaction_type: "purchase" },
            { id: 301, user_id: 54, game_id: 128, transaction_date: new Date("2022-07-08T14:39:04Z"), amount: "1.22", payment_method: "paypal", transaction_type: "refund" },
            { id: 302, user_id: 120, game_id: 145, transaction_date: new Date("2022-10-19T11:18:41Z"), amount: "8.35", payment_method: "credit card", transaction_type: "purchase" },
            { id: 303, user_id: 5, game_id: 67, transaction_date: new Date("2022-06-14T10:28:10Z"), amount: "52.77", payment_method: "credit card", transaction_type: "purchase" },
            { id: 304, user_id: 50, game_id: 148, transaction_date: new Date("2022-05-24T14:33:35Z"), amount: "18.85", payment_method: "credit card", transaction_type: "purchase" },
            { id: 305, user_id: 29, game_id: 65, transaction_date: new Date("2022-11-26T15:51:15Z"), amount: "4.38", payment_method: "gift card", transaction_type: "purchase" },
            { id: 306, user_id: 21, game_id: 129, transaction_date: new Date("2022-06-24T09:10:56Z"), amount: "57.10", payment_method: "credit card", transaction_type: "purchase" },
            { id: 307, user_id: 67, game_id: 88, transaction_date: new Date("2022-05-13T18:11:21Z"), amount: "53.92", payment_method: "credit card", transaction_type: "refund" },
            { id: 308, user_id: 15, game_id: 88, transaction_date: new Date("2022-01-20T11:43:27Z"), amount: "32.92", payment_method: "gift card", transaction_type: "purchase" },
            { id: 309, user_id: 93, game_id: 30, transaction_date: new Date("2022-08-01T19:23:22Z"), amount: "18.20", payment_method: "paypal", transaction_type: "purchase" },
            { id: 310, user_id: 66, game_id: 27, transaction_date: new Date("2022-02-25T22:22:57Z"), amount: "0.99", payment_method: "gift card", transaction_type: "purchase" },
            { id: 311, user_id: 106, game_id: 39, transaction_date: new Date("2022-07-16T07:31:45Z"), amount: "2.52", payment_method: "credit card", transaction_type: "purchase" },
            { id: 312, user_id: 137, game_id: 142, transaction_date: new Date("2022-04-25T16:28:08Z"), amount: "21.19", payment_method: "credit card", transaction_type: "purchase" },
            { id: 313, user_id: 49, game_id: 83, transaction_date: new Date("2022-02-19T18:52:35Z"), amount: "52.62", payment_method: "credit card", transaction_type: "purchase" },
            { id: 314, user_id: 91, game_id: 100, transaction_date: new Date("2022-07-14T00:53:00Z"), amount: "12.92", payment_method: "credit card", transaction_type: "purchase" },
            { id: 315, user_id: 183, game_id: 86, transaction_date: new Date("2022-07-16T16:39:35Z"), amount: "40.01", payment_method: "credit card", transaction_type: "purchase" },
            { id: 316, user_id: 190, game_id: 108, transaction_date: new Date("2022-02-18T07:18:26Z"), amount: "5.57", payment_method: "gift card", transaction_type: "purchase" },
            { id: 317, user_id: 61, game_id: 77, transaction_date: new Date("2022-09-03T17:01:18Z"), amount: "45.44", payment_method: "credit card", transaction_type: "purchase" },
            { id: 318, user_id: 46, game_id: 123, transaction_date: new Date("2022-01-24T21:04:54Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 319, user_id: 79, game_id: 112, transaction_date: new Date("2022-01-20T10:32:05Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 320, user_id: 120, game_id: 50, transaction_date: new Date("2022-10-29T08:15:25Z"), amount: "25.51", payment_method: "gift card", transaction_type: "purchase" },
            { id: 321, user_id: 1, game_id: 24, transaction_date: new Date("2022-02-26T18:05:08Z"), amount: "50.41", payment_method: "credit card", transaction_type: "purchase" },
            { id: 322, user_id: 105, game_id: 67, transaction_date: new Date("2022-02-21T14:50:34Z"), amount: "9.48", payment_method: "credit card", transaction_type: "purchase" },
            { id: 323, user_id: 92, game_id: 96, transaction_date: new Date("2022-11-29T10:48:47Z"), amount: "12.38", payment_method: "credit card", transaction_type: "purchase" },
            { id: 324, user_id: 102, game_id: 57, transaction_date: new Date("2022-01-28T16:29:58Z"), amount: "30.43", payment_method: "credit card", transaction_type: "purchase" },
            { id: 325, user_id: 31, game_id: 38, transaction_date: new Date("2022-03-10T19:54:02Z"), amount: "59.78", payment_method: "paypal", transaction_type: "purchase" },
            { id: 326, user_id: 157, game_id: 6, transaction_date: new Date("2022-05-21T20:42:30Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 327, user_id: 111, game_id: 48, transaction_date: new Date("2022-03-31T13:54:01Z"), amount: null, payment_method: "credit card", transaction_type: "purchase" },
            { id: 328, user_id: 47, game_id: 54, transaction_date: new Date("2022-09-25T20:07:10Z"), amount: "1.05", payment_method: "credit card", transaction_type: "purchase" },
            { id: 329, user_id: 165, game_id: 108, transaction_date: new Date("2022-09-30T07:46:40Z"), amount: "13.42", payment_method: "credit card", transaction_type: "purchase" },
            { id: 330, user_id: 200, game_id: 2, transaction_date: new Date("2022-06-18T17:26:08Z"), amount: "4.92", payment_method: "paypal", transaction_type: "purchase" },
            { id: 331, user_id: 42, game_id: 141, transaction_date: new Date("2022-01-09T08:39:10Z"), amount: "10.95", payment_method: "credit card", transaction_type: "purchase" },
            { id: 332, user_id: 5, game_id: 17, transaction_date: new Date("2023-01-01T19:35:27Z"), amount: "2.69", payment_method: "credit card", transaction_type: "purchase" },
            { id: 333, user_id: 36, game_id: 20, transaction_date: new Date("2022-10-09T19:44:13Z"), amount: "48.18", payment_method: "credit card", transaction_type: "purchase" },
            { id: 334, user_id: 80, game_id: 5, transaction_date: new Date("2022-08-25T08:48:50Z"), amount: "24.01", payment_method: "credit card", transaction_type: "purchase" },
            { id: 335, user_id: 156, game_id: 36, transaction_date: new Date("2022-09-23T20:10:02Z"), amount: "2.32", payment_method: "paypal", transaction_type: "purchase" },
            { id: 336, user_id: 26, game_id: 64, transaction_date: new Date("2022-11-29T12:36:07Z"), amount: "27.13", payment_method: "gift card", transaction_type: "purchase" },
            { id: 337, user_id: 122, game_id: 137, transaction_date: new Date("2022-11-20T13:52:06Z"), amount: "1.48", payment_method: "credit card", transaction_type: "purchase" },
            { id: 338, user_id: 84, game_id: 99, transaction_date: new Date("2022-01-20T10:36:23Z"), amount: "4.24", payment_method: "paypal", transaction_type: "purchase" },
            { id: 339, user_id: 151, game_id: 94, transaction_date: new Date("2022-12-28T14:36:29Z"), amount: "54.27", payment_method: "credit card", transaction_type: "refund" },
            { id: 340, user_id: 132, game_id: 40, transaction_date: new Date("2022-05-23T22:31:13Z"), amount: "28.63", payment_method: "paypal", transaction_type: "refund" },
            { id: 341, user_id: 142, game_id: 129, transaction_date: new Date("2022-01-05T11:56:07Z"), amount: "11.24", payment_method: "gift card", transaction_type: "purchase" },
            { id: 342, user_id: 140, game_id: 64, transaction_date: new Date("2022-06-22T16:25:32Z"), amount: "3.51", payment_method: "credit card", transaction_type: "purchase" },
            { id: 343, user_id: 41, game_id: 86, transaction_date: new Date("2022-06-20T05:24:15Z"), amount: "8.74", payment_method: "gift card", transaction_type: "purchase" },
            { id: 344, user_id: 18, game_id: 74, transaction_date: new Date("2022-02-13T18:06:41Z"), amount: "16.99", payment_method: "paypal", transaction_type: "purchase" },
            { id: 345, user_id: 96, game_id: 122, transaction_date: new Date("2022-07-23T12:32:18Z"), amount: "23.07", payment_method: "credit card", transaction_type: "purchase" },
            { id: 346, user_id: 122, game_id: 106, transaction_date: new Date("2022-03-22T18:05:05Z"), amount: "54.54", payment_method: "credit card", transaction_type: "purchase" },
            { id: 347, user_id: 86, game_id: 115, transaction_date: new Date("2022-02-10T13:40:39Z"), amount: "17.30", payment_method: "paypal", transaction_type: "purchase" },
            { id: 348, user_id: 177, game_id: 31, transaction_date: new Date("2022-10-13T20:05:08Z"), amount: "39.17", payment_method: "paypal", transaction_type: "refund" },
            { id: 349, user_id: 58, game_id: 37, transaction_date: new Date("2022-12-14T17:04:22Z"), amount: "7.73", payment_method: "credit card", transaction_type: "purchase" },
            { id: 350, user_id: 146, game_id: 128, transaction_date: new Date("2022-07-06T13:50:55Z"), amount: "53.97", payment_method: "paypal", transaction_type: "purchase" },
            { id: 351, user_id: 49, game_id: 107, transaction_date: new Date("2022-11-14T06:33:58Z"), amount: "1.99", payment_method: "paypal", transaction_type: "purchase" },
            { id: 352, user_id: 2, game_id: 150, transaction_date: new Date("2022-11-20T18:19:50Z"), amount: "1.76", payment_method: "credit card", transaction_type: "purchase" },
            { id: 353, user_id: 45, game_id: 30, transaction_date: new Date("2022-06-10T12:10:35Z"), amount: "57.35", payment_method: "credit card", transaction_type: "purchase" },
            { id: 354, user_id: 20, game_id: 111, transaction_date: new Date("2022-07-21T21:16:52Z"), amount: "44.59", payment_method: "gift card", transaction_type: "purchase" },
            { id: 355, user_id: 104, game_id: 13, transaction_date: new Date("2022-07-28T13:42:21Z"), amount: "52.08", payment_method: "credit card", transaction_type: "purchase" },
            { id: 356, user_id: 4, game_id: 95, transaction_date: new Date("2022-01-21T18:25:53Z"), amount: "57.27", payment_method: "gift card", transaction_type: "purchase" },
            { id: 357, user_id: 140, game_id: 105, transaction_date: new Date("2022-08-26T12:48:18Z"), amount: "45.13", payment_method: "credit card", transaction_type: "purchase" },
            { id: 358, user_id: 32, game_id: 93, transaction_date: new Date("2022-07-06T17:56:41Z"), amount: "43.77", payment_method: "credit card", transaction_type: "purchase" },
            { id: 359, user_id: 146, game_id: 92, transaction_date: new Date("2022-10-10T09:04:21Z"), amount: "1.64", payment_method: "credit card", transaction_type: "purchase" },
            { id: 360, user_id: 166, game_id: 23, transaction_date: new Date("2022-05-10T11:58:05Z"), amount: "59.17", payment_method: "gift card", transaction_type: "purchase" },
            { id: 361, user_id: 88, game_id: 71, transaction_date: new Date("2022-06-21T21:48:42Z"), amount: "2.34", payment_method: "gift card", transaction_type: "purchase" },
            { id: 362, user_id: 144, game_id: 56, transaction_date: new Date("2022-03-27T13:57:06Z"), amount: "1.51", payment_method: "gift card", transaction_type: "purchase" },
            { id: 363, user_id: 4, game_id: 129, transaction_date: new Date("2022-02-18T17:29:08Z"), amount: "43.90", payment_method: "paypal", transaction_type: "purchase" },
            { id: 364, user_id: 143, game_id: 46, transaction_date: new Date("2022-05-17T08:26:15Z"), amount: "2.08", payment_method: "paypal", transaction_type: "purchase" },
            { id: 365, user_id: 148, game_id: 125, transaction_date: new Date("2022-04-02T07:43:55Z"), amount: "48.35", payment_method: "paypal", transaction_type: "purchase" },
            { id: 366, user_id: 74, game_id: 58, transaction_date: new Date("2022-12-10T22:07:51Z"), amount: "59.20", payment_method: "credit card", transaction_type: "purchase" },
            { id: 367, user_id: 148, game_id: 67, transaction_date: new Date("2022-06-04T04:40:56Z"), amount: "20.71", payment_method: "credit card", transaction_type: "purchase" },
            { id: 368, user_id: 95, game_id: 40, transaction_date: new Date("2022-08-21T16:46:37Z"), amount: "14.00", payment_method: "credit card", transaction_type: "refund" },
            { id: 369, user_id: 62, game_id: 147, transaction_date: new Date("2022-01-30T09:21:15Z"), amount: "59.96", payment_method: "credit card", transaction_type: "purchase" },
            { id: 370, user_id: 81, game_id: 135, transaction_date: new Date("2022-01-08T09:35:26Z"), amount: "4.64", payment_method: "paypal", transaction_type: "purchase" },
            { id: 371, user_id: 74, game_id: 60, transaction_date: new Date("2022-10-26T13:39:45Z"), amount: "1.32", payment_method: "gift card", transaction_type: "purchase" },
            { id: 372, user_id: 81, game_id: 129, transaction_date: new Date("2022-10-27T21:04:25Z"), amount: "52.29", payment_method: "credit card", transaction_type: "purchase" },
            { id: 373, user_id: 119, game_id: 144, transaction_date: new Date("2022-05-13T18:03:55Z"), amount: "21.57", payment_method: "credit card", transaction_type: "purchase" },
            { id: 374, user_id: 128, game_id: 135, transaction_date: new Date("2022-09-21T10:58:50Z"), amount: "12.84", payment_method: "credit card", transaction_type: "purchase" },
            { id: 375, user_id: 118, game_id: 23, transaction_date: new Date("2022-08-22T13:37:50Z"), amount: "9.08", payment_method: "paypal", transaction_type: "purchase" },
            { id: 376, user_id: 1, game_id: 149, transaction_date: new Date("2022-12-13T12:06:23Z"), amount: "24.35", payment_method: "credit card", transaction_type: "purchase" },
            { id: 377, user_id: 180, game_id: 17, transaction_date: new Date("2022-03-03T07:18:52Z"), amount: "26.58", payment_method: "credit card", transaction_type: "purchase" },
            { id: 378, user_id: 113, game_id: 137, transaction_date: new Date("2022-05-06T20:11:56Z"), amount: "4.51", payment_method: "credit card", transaction_type: "purchase" },
            { id: 379, user_id: 135, game_id: 89, transaction_date: new Date("2022-08-26T06:05:05Z"), amount: "43.21", payment_method: "gift card", transaction_type: "purchase" },
            { id: 380, user_id: 162, game_id: 128, transaction_date: new Date("2022-07-12T12:08:14Z"), amount: "24.60", payment_method: "credit card", transaction_type: "purchase" },
            { id: 381, user_id: 124, game_id: 128, transaction_date: new Date("2022-08-03T18:21:42Z"), amount: null, payment_method: "paypal", transaction_type: "purchase" },
            { id: 382, user_id: 101, game_id: 98, transaction_date: new Date("2022-04-18T09:40:08Z"), amount: "1.04", payment_method: "credit card", transaction_type: "purchase" },
            { id: 383, user_id: 49, game_id: 46, transaction_date: new Date("2022-01-09T03:40:41Z"), amount: "27.57", payment_method: "credit card", transaction_type: "purchase" },
            { id: 384, user_id: 129, game_id: 65, transaction_date: new Date("2022-09-02T19:11:37Z"), amount: "50.78", payment_method: "credit card", transaction_type: "purchase" },
            { id: 385, user_id: 3, game_id: 101, transaction_date: new Date("2022-03-12T18:36:04Z"), amount: "11.82", payment_method: "paypal", transaction_type: "purchase" },
            { id: 386, user_id: 160, game_id: 114, transaction_date: new Date("2022-01-30T07:01:54Z"), amount: "8.80", payment_method: "credit card", transaction_type: "purchase" },
            { id: 387, user_id: 107, game_id: 72, transaction_date: new Date("2022-01-08T15:11:25Z"), amount: "1.07", payment_method: "paypal", transaction_type: "refund" },
            { id: 388, user_id: 1, game_id: 122, transaction_date: new Date("2022-05-15T08:41:45Z"), amount: "4.08", payment_method: "gift card", transaction_type: "purchase" },
            { id: 389, user_id: 135, game_id: 18, transaction_date: new Date("2022-10-10T22:58:52Z"), amount: "6.08", payment_method: "credit card", transaction_type: "purchase" },
            { id: 390, user_id: 174, game_id: 64, transaction_date: new Date("2022-11-16T21:20:43Z"), amount: "44.17", payment_method: "credit card", transaction_type: "purchase" },
            { id: 391, user_id: 153, game_id: 84, transaction_date: new Date("2022-09-08T20:42:56Z"), amount: "19.82", payment_method: "credit card", transaction_type: "purchase" },
            { id: 392, user_id: 35, game_id: 12, transaction_date: new Date("2022-02-25T20:09:15Z"), amount: "2.90", payment_method: "paypal", transaction_type: "purchase" },
            { id: 393, user_id: 36, game_id: 144, transaction_date: new Date("2022-08-13T14:02:24Z"), amount: "17.02", payment_method: "gift card", transaction_type: "purchase" },
            { id: 394, user_id: 115, game_id: 96, transaction_date: new Date("2022-03-12T18:18:30Z"), amount: "12.37", payment_method: "credit card", transaction_type: "refund" },
            { id: 395, user_id: 78, game_id: 98, transaction_date: new Date("2022-09-20T19:32:47Z"), amount: "16.81", payment_method: "credit card", transaction_type: "purchase" },
            { id: 396, user_id: 196, game_id: 45, transaction_date: new Date("2022-11-24T20:17:51Z"), amount: "2.93", payment_method: "credit card", transaction_type: "purchase" },
            { id: 397, user_id: 162, game_id: 119, transaction_date: new Date("2022-06-14T17:09:58Z"), amount: "25.20", payment_method: "credit card", transaction_type: "purchase" },
            { id: 398, user_id: 198, game_id: 17, transaction_date: new Date("2022-01-28T12:47:32Z"), amount: "35.53", payment_method: "paypal", transaction_type: "purchase" },
            { id: 399, user_id: 105, game_id: 126, transaction_date: new Date("2022-07-22T08:03:58Z"), amount: "58.96", payment_method: "paypal", transaction_type: "purchase" },
            { id: 400, user_id: 41, game_id: 147, transaction_date: new Date("2022-04-14T12:00:55Z"), amount: "9.03", payment_method: "credit card", transaction_type: "purchase" },
            { id: 401, user_id: 74, game_id: 16, transaction_date: new Date("2022-08-26T08:34:33Z"), amount: "25.50", payment_method: "paypal", transaction_type: "purchase" },
            { id: 402, user_id: 173, game_id: 134, transaction_date: new Date("2022-06-03T17:20:35Z"), amount: "9.44", payment_method: "gift card", transaction_type: "purchase" },
            { id: 403, user_id: 134, game_id: 9, transaction_date: new Date("2022-12-04T02:42:36Z"), amount: "4.99", payment_method: "credit card", transaction_type: "purchase" },
            { id: 404, user_id: 180, game_id: 149, transaction_date: new Date("2022-05-23T12:24:08Z"), amount: "11.25", payment_method: "credit card", transaction_type: "purchase" },
            { id: 405, user_id: 49, game_id: 109, transaction_date: new Date("2022-12-17T09:21:26Z"), amount: "49.04", payment_method: "credit card", transaction_type: "purchase" },
            { id: 406, user_id: 130, game_id: 60, transaction_date: new Date("2022-01-09T09:49:05Z"), amount: "13.35", payment_method: "credit card", transaction_type: "purchase" },
            { id: 407, user_id: 105, game_id: 102, transaction_date: new Date("2022-09-20T13:43:03Z"), amount: "6.22", payment_method: "gift card", transaction_type: "refund" },
            { id: 408, user_id: 139, game_id: 141, transaction_date: new Date("2022-09-22T17:37:21Z"), amount: "32.96", payment_method: "credit card", transaction_type: "refund" },
            { id: 409, user_id: 73, game_id: 17, transaction_date: new Date("2022-02-26T17:02:31Z"), amount: "58.56", payment_method: "paypal", transaction_type: "purchase" },
            { id: 410, user_id: 152, game_id: 50, transaction_date: new Date("2022-02-06T19:26:07Z"), amount: "1.83", payment_method: "credit card", transaction_type: "purchase" },
            { id: 411, user_id: 105, game_id: 142, transaction_date: new Date("2022-01-27T18:21:45Z"), amount: "1.45", payment_method: "credit card", transaction_type: "purchase" },
            { id: 412, user_id: 18, game_id: 126, transaction_date: new Date("2022-08-31T15:21:57Z"), amount: "25.10", payment_method: "gift card", transaction_type: "purchase" },
            { id: 413, user_id: 135, game_id: 145, transaction_date: new Date("2022-08-31T07:49:18Z"), amount: "4.11", payment_method: "credit card", transaction_type: "purchase" },
            { id: 414, user_id: 125, game_id: 65, transaction_date: new Date("2022-03-29T08:06:11Z"), amount: "24.93", payment_method: "gift card", transaction_type: "purchase" },
            { id: 415, user_id: 164, game_id: 13, transaction_date: new Date("2022-12-28T13:34:24Z"), amount: "2.13", payment_method: "credit card", transaction_type: "purchase" },
            { id: 416, user_id: 131, game_id: 43, transaction_date: new Date("2022-01-29T09:37:55Z"), amount: "14.51", payment_method: "credit card", transaction_type: "purchase" },
            { id: 417, user_id: 153, game_id: 81, transaction_date: new Date("2022-11-07T17:30:03Z"), amount: "30.59", payment_method: "credit card", transaction_type: "purchase" },
            { id: 418, user_id: 52, game_id: 37, transaction_date: new Date("2022-10-06T13:25:56Z"), amount: "1.20", payment_method: "credit card", transaction_type: "purchase" },
            { id: 419, user_id: 200, game_id: 5, transaction_date: new Date("2022-01-28T15:44:19Z"), amount: "1.19", payment_method: "credit card", transaction_type: "purchase" },
            { id: 420, user_id: 84, game_id: 73, transaction_date: new Date("2022-02-18T17:14:32Z"), amount: "33.88", payment_method: "gift card", transaction_type: "purchase" },
            { id: 421, user_id: 86, game_id: 70, transaction_date: new Date("2022-02-09T17:36:32Z"), amount: "34.80", payment_method: "gift card", transaction_type: "purchase" },
            { id: 422, user_id: 4, game_id: 2, transaction_date: new Date("2022-11-10T10:02:13Z"), amount: "49.55", payment_method: "paypal", transaction_type: "purchase" },
            { id: 423, user_id: 94, game_id: 28, transaction_date: new Date("2022-08-02T15:51:14Z"), amount: "12.47", payment_method: "gift card", transaction_type: "purchase" },
            { id: 424, user_id: 14, game_id: 123, transaction_date: new Date("2022-05-09T20:53:52Z"), amount: "4.28", payment_method: "gift card", transaction_type: "purchase" },
            { id: 425, user_id: 51, game_id: 70, transaction_date: new Date("2022-12-28T19:56:54Z"), amount: "1.60", payment_method: "credit card", transaction_type: "purchase" },
            { id: 426, user_id: 171, game_id: 84, transaction_date: new Date("2022-08-21T19:50:13Z"), amount: "27.92", payment_method: "credit card", transaction_type: "refund" },
            { id: 427, user_id: 75, game_id: 117, transaction_date: new Date("2022-08-19T16:59:05Z"), amount: "10.79", payment_method: "credit card", transaction_type: "purchase" },
        ],
    });
}

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