// Trading Card Market Insights (trading-card) 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.trading_card_transactions), 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.trading_card_transactions.createMany({
        data: [
            { id: 1, card_name: "Mewtwo Infernape Rayquaza", card_type: "Common", price: null, transaction_date: "2022-03-19", buyer_id: null, seller_id: "f9ffc0c1-392c-4429-80c5-d5962339fcaa", tournament_participation: false },
            { id: 2, card_name: "Empoleon", card_type: "Rare", price: "2638.76", transaction_date: "2022-12-17", buyer_id: "10ab9331-5249-4d52-9dc6-705d74424836", seller_id: "7cb2443a-c2b8-4c44-b63b-19ab1763c4c7", tournament_participation: false },
            { id: 3, card_name: "Bibarel Torterra Zygarde", card_type: "Rare", price: "2034.41", transaction_date: "2023-03-15", buyer_id: "311e4d97-1cfd-4991-af4d-de832bb21d17", seller_id: "79a06f92-97f7-4a8c-8347-b9a94273ebd9", tournament_participation: false },
            { id: 4, card_name: "Celebi", card_type: "Rare", price: "857.97", transaction_date: "2022-05-22", buyer_id: "259c7e3c-6fea-4cd7-8662-5a7a3c8fedbb", seller_id: "dff34509-e485-4119-9a63-3e46bdf6bbc6", tournament_participation: false },
            { id: 5, card_name: "Bibarel Gardevoir Infernape", card_type: "Common", price: null, transaction_date: "2022-06-13", buyer_id: null, seller_id: "35d1599a-a004-445d-9ca8-3eb45781786c", tournament_participation: false },
            { id: 6, card_name: "Machoke Arcanine", card_type: "Uncommon", price: null, transaction_date: "2023-10-30", buyer_id: null, seller_id: "462bfadc-5bcb-4229-b2e1-7f7d99543788", tournament_participation: false },
            { id: 7, card_name: "Shuckle", card_type: "Common", price: null, transaction_date: "2022-11-10", buyer_id: null, seller_id: "aa105293-2443-46cf-9784-839bb8510701", tournament_participation: false },
            { id: 8, card_name: "Mawile Togepi Mewtwo", card_type: "Rare", price: "269.86", transaction_date: "2023-04-10", buyer_id: "c2a57c01-95cd-46eb-adb5-d6c138aef81c", seller_id: "7203419d-4446-4b02-b8af-3ad74c906fd6", tournament_participation: null },
            { id: 9, card_name: "Alakazam Rayquaza Piplup", card_type: "Common", price: null, transaction_date: "2023-06-27", buyer_id: null, seller_id: "6cc53ef1-6d71-4ab5-8cf3-ed6441fa8e74", tournament_participation: false },
            { id: 10, card_name: "Kabutops Alakazam", card_type: "Rare", price: "4743.62", transaction_date: "2022-02-26", buyer_id: "43c3c1e7-9b64-42f4-aa2f-dfab9400f052", seller_id: "7ee048f4-6f5b-45a4-beda-a2e1ddd23be7", tournament_participation: null },
            { id: 11, card_name: "Bibarel Gardevoir Celebi", card_type: "Common", price: null, transaction_date: "2022-11-23", buyer_id: null, seller_id: "a3011b14-c1a4-498a-b1ea-613f86c0089a", tournament_participation: false },
            { id: 12, card_name: "Lanturn", card_type: "Common", price: null, transaction_date: "2023-08-12", buyer_id: null, seller_id: "c187ff1e-3cd5-47f8-b794-259386e2281e", tournament_participation: false },
            { id: 13, card_name: "Lapras Jigglypuff Piplup", card_type: "Uncommon", price: null, transaction_date: "2022-10-11", buyer_id: null, seller_id: "9d705982-2707-49a1-86b3-72503c28b6fb", tournament_participation: null },
            { id: 14, card_name: "Shuckle Zygarde Shinx", card_type: "Rare", price: "4245.53", transaction_date: "2023-05-03", buyer_id: "9d3b468a-8bb5-49b6-8efc-2a807965acbd", seller_id: "e1967734-5754-495f-a690-5065ca023d6a", tournament_participation: false },
            { id: 15, card_name: "Machamp Umbreon", card_type: "Rare", price: "666.85", transaction_date: "2022-06-17", buyer_id: "891a5055-86c1-46b6-acd1-1b02ee9a4638", seller_id: "81ef7758-77a7-4e13-aa54-171d90cc4a0e", tournament_participation: false },
            { id: 16, card_name: "Kabutops Snorlax Celebi", card_type: "Rare", price: "1960.99", transaction_date: "2023-10-31", buyer_id: "e4ccbdbd-6f12-430a-917b-fc8c96da24de", seller_id: "92ee5341-11ff-45a3-b9df-e51c27d0d11c", tournament_participation: true },
            { id: 17, card_name: "Shinx", card_type: "Uncommon", price: null, transaction_date: "2023-12-13", buyer_id: null, seller_id: "9c577732-abf8-49c6-bbe8-a204c9401281", tournament_participation: true },
            { id: 18, card_name: "Togepi Lapras Bibarel", card_type: "Rare", price: "1782.85", transaction_date: "2022-12-31", buyer_id: "cb8d5835-70c2-4bf3-9539-7003e1d6f409", seller_id: "7fbc94ca-01ea-4fa2-9a65-dc1cb8e6dbab", tournament_participation: false },
            { id: 19, card_name: "Shuckle Torterra Ninetales", card_type: "Rare", price: "270.21", transaction_date: "2023-06-10", buyer_id: "24927f49-b57f-439c-9274-4ff7a22480cf", seller_id: "52566188-d6cb-4cd5-bafe-c2980d3cb747", tournament_participation: null },
            { id: 20, card_name: "Bibarel Alakazam", card_type: "Uncommon", price: null, transaction_date: "2023-07-03", buyer_id: null, seller_id: "db4f4f82-9462-4c6e-bd30-a9941260b5c9", tournament_participation: true },
            { id: 21, card_name: "Umbreon Chimchar", card_type: "Common", price: null, transaction_date: "2023-07-01", buyer_id: null, seller_id: "309176fb-7d07-4366-ab0f-4449665ea142", tournament_participation: null },
            { id: 22, card_name: "Umbreon Ninetales Zygarde", card_type: "Uncommon", price: null, transaction_date: "2023-08-06", buyer_id: null, seller_id: "f26a7150-42a2-4edd-ad06-8ea027da1b69", tournament_participation: true },
            { id: 23, card_name: "Lapras Salamence", card_type: "Rare", price: "581.51", transaction_date: "2022-08-13", buyer_id: "4a2864e5-2c1d-4fbf-8971-c5badda5e582", seller_id: "cf446d45-fe36-44c9-937e-a2acdb09a0ce", tournament_participation: false },
            { id: 24, card_name: "Jigglypuff", card_type: "Legendary", price: "18.70", transaction_date: "2022-05-01", buyer_id: "c3551d66-3ef7-4dc4-947e-dd7b474c7104", seller_id: "2394ea6c-f89a-4e36-a94b-aac0b4e37ff0", tournament_participation: null },
            { id: 25, card_name: "Rayquaza Machamp", card_type: "Uncommon", price: null, transaction_date: "2022-05-21", buyer_id: null, seller_id: "d8bf6c38-1f58-4ffb-bb9c-705842921062", tournament_participation: true },
            { id: 26, card_name: "Surskit", card_type: "Rare", price: "39.50", transaction_date: "2023-01-01", buyer_id: "a6731ba4-a302-4983-9f54-d4dc2d1e23b7", seller_id: "7feebe38-bb1a-4613-ad10-8d771bbfffae", tournament_participation: false },
            { id: 27, card_name: "Lanturn Mewtwo Gengar", card_type: "Rare", price: "1072.43", transaction_date: "2022-12-13", buyer_id: "60acfda9-bc25-47e0-b7a3-dfce7c24ce94", seller_id: "d956f80a-8a81-490f-8407-f7e96748b6a6", tournament_participation: false },
            { id: 28, card_name: "Kabutops Ponyta", card_type: "Legendary", price: "4739.43", transaction_date: "2023-09-25", buyer_id: "8673768d-0b35-481c-9226-e1335f81c8ef", seller_id: "823f11f8-b3dd-4a8b-9a8f-a791a648229a", tournament_participation: false },
            { id: 29, card_name: "Eevee", card_type: "Legendary", price: "1265.49", transaction_date: "2022-08-08", buyer_id: "18b094f6-9df8-4176-8863-846a2dc0666e", seller_id: "67681225-06c1-4bf2-9d86-bba24ce1fad7", tournament_participation: true },
            { id: 30, card_name: "Shuckle", card_type: "Rare", price: "619.26", transaction_date: "2022-12-12", buyer_id: "c639a673-74fe-498b-b166-095bbd1d3262", seller_id: "591f3aa5-56fd-4cd3-b2b4-88b7db75d6b3", tournament_participation: true },
            { id: 31, card_name: "Pidgeot Ponyta Chinchou", card_type: "Uncommon", price: null, transaction_date: "2023-08-20", buyer_id: null, seller_id: "12e69044-872a-48b0-b008-25cbbd8b91e9", tournament_participation: true },
            { id: 32, card_name: "Pidgeot Ninetales Chimchar", card_type: "Rare", price: "269.60", transaction_date: "2022-10-14", buyer_id: "8c619150-81dd-469e-983a-59741011c172", seller_id: "720c73ef-995f-42dd-b5aa-f62a7ff32850", tournament_participation: false },
            { id: 33, card_name: "Empoleon Gyarados", card_type: "Rare", price: "152.23", transaction_date: "2023-09-21", buyer_id: "2cbd0612-15ef-4e07-a0bf-0017e0f38202", seller_id: "6b56acdb-fe13-4a5b-a61e-b149a1cd7844", tournament_participation: false },
            { id: 34, card_name: "Shinx", card_type: "Rare", price: "675.12", transaction_date: "2022-11-02", buyer_id: "48984ea1-0d9d-49be-8677-668a817dbde0", seller_id: "fecb87f3-ce45-4aaf-a4f4-48de44300e2d", tournament_participation: true },
            { id: 35, card_name: "Mawile Shinx", card_type: "Rare", price: "222.67", transaction_date: "2023-03-30", buyer_id: "a2c81ceb-b8b6-459f-8d8a-74ee5796556e", seller_id: "67bb14b1-b4bf-494d-aa27-9d88046344b1", tournament_participation: true },
            { id: 36, card_name: "Pidgeot Onix", card_type: "Rare", price: "4705.38", transaction_date: "2022-11-03", buyer_id: "ac5a9ef6-d4fc-4306-a5cb-04cd88833a49", seller_id: "a2c35f00-4c84-45b8-a8d9-db3583cab416", tournament_participation: true },
            { id: 37, card_name: "Pidgeot Lucario Kabutops", card_type: "Rare", price: "201.96", transaction_date: "2022-03-06", buyer_id: "84919903-086a-4083-8c22-cc5eeeceb2a7", seller_id: "41965272-98cf-4f81-91da-b95da5b82fe9", tournament_participation: false },
            { id: 38, card_name: "Scyther", card_type: "Rare", price: "768.19", transaction_date: "2023-04-16", buyer_id: "79f0d00f-6c34-411a-b496-c3e719297735", seller_id: "f65796e6-dd29-4949-a6bd-47ca87fb7e7c", tournament_participation: true },
            { id: 39, card_name: "Gardevoir Machamp", card_type: "Rare", price: "1633.94", transaction_date: "2022-05-29", buyer_id: "eb46392e-742d-43a8-9991-1ce19f5b29e4", seller_id: "5c7cb145-b01c-4aee-87ef-d962ea0542a7", tournament_participation: false },
            { id: 40, card_name: "Gardevoir Scyther", card_type: "Uncommon", price: null, transaction_date: "2023-03-01", buyer_id: null, seller_id: "b6d3f6b6-bfcc-4647-aaf6-5020123f37fc", tournament_participation: false },
            { id: 41, card_name: "Blastoise Zygarde Empoleon", card_type: "Rare", price: "4419.83", transaction_date: "2023-10-18", buyer_id: "4b2cf35d-eca8-45af-971a-54ea99632daf", seller_id: "75be987f-a522-4272-99ec-8c7bb31d2a06", tournament_participation: true },
            { id: 42, card_name: "Tyranitar Salamence", card_type: "Legendary", price: "1051.36", transaction_date: "2023-12-14", buyer_id: "2158ae15-b3df-4a99-ba60-5509acfada63", seller_id: "174e4b52-3af3-4c1d-8fea-d718a118ce9d", tournament_participation: false },
            { id: 43, card_name: "Sableye", card_type: "Legendary", price: "35.36", transaction_date: "2023-03-08", buyer_id: "3371c871-d4c7-4d0b-9be1-b31c12311adb", seller_id: "115c26af-2fa8-4452-b43b-63af60001002", tournament_participation: true },
            { id: 44, card_name: "Dragonite", card_type: "Rare", price: "1723.27", transaction_date: "2022-07-05", buyer_id: "a1b827e6-ea86-4edc-a5f6-38e5c818ac9d", seller_id: "14389d6e-e546-4d41-9e1d-00559f09dcbe", tournament_participation: true },
            { id: 45, card_name: "Bibarel Machoke Jigglypuff", card_type: "Rare", price: "956.76", transaction_date: "2023-02-10", buyer_id: "0e54ef8b-777e-4694-992d-e4d142cc64b5", seller_id: "f0b3aed1-ae5f-4125-9906-24e1f28d5744", tournament_participation: true },
            { id: 46, card_name: "Arcanine Salamence", card_type: "Rare", price: "127.76", transaction_date: "2023-04-01", buyer_id: "a36953b5-adc7-459c-b9c9-850a61dc03a8", seller_id: "4f0054eb-aa87-4a06-a58f-4d114cd7a180", tournament_participation: false },
            { id: 47, card_name: "Golbat", card_type: "Common", price: null, transaction_date: "2023-05-24", buyer_id: null, seller_id: "eb473f0d-200b-46f0-9536-bac2b5ecc3c1", tournament_participation: false },
            { id: 48, card_name: "Charizard", card_type: "Rare", price: "31.08", transaction_date: "2023-12-21", buyer_id: "414f45d5-4542-4a18-8364-d53a2e5ec248", seller_id: "b80a7b0a-dd75-44c7-8ddf-6b3b9a2a330b", tournament_participation: true },
            { id: 49, card_name: "Blastoise Jigglypuff Lucario", card_type: "Common", price: null, transaction_date: "2023-12-26", buyer_id: null, seller_id: "9bdb634c-42dd-4223-b2a9-b0d6487498ea", tournament_participation: false },
            { id: 50, card_name: "Empoleon Zygarde Sableye", card_type: "Legendary", price: "1059.05", transaction_date: "2022-07-21", buyer_id: "0f4ac5cd-31df-4b4a-aa6d-6158c8e47f11", seller_id: "1fea83c7-8597-40b9-9d90-c1fc6f3e030e", tournament_participation: null },
            { id: 51, card_name: "Scyther Ponyta Chinchou", card_type: "Common", price: null, transaction_date: "2022-03-16", buyer_id: null, seller_id: "26d18eab-dd47-4d71-bf84-d458e7cfcc92", tournament_participation: false },
            { id: 52, card_name: "Turtwig", card_type: "Rare", price: "489.06", transaction_date: "2023-02-15", buyer_id: "9039ce09-9f17-4864-8864-aaf97c367d24", seller_id: "b462f5bc-580f-410b-8457-571d424b6ea7", tournament_participation: false },
            { id: 53, card_name: "Blastoise Gyarados Tyranitar", card_type: "Common", price: null, transaction_date: "2023-01-25", buyer_id: null, seller_id: "89e14497-0a85-4644-9aad-8c7c9aac1d8c", tournament_participation: false },
            { id: 54, card_name: "Turtwig Lapras", card_type: "Rare", price: "443.31", transaction_date: "2023-07-25", buyer_id: "b7d0af56-566a-4e75-a7cd-aefbcbed9f72", seller_id: "a89e3a95-803b-4018-8c08-79371f2bee12", tournament_participation: false },
            { id: 55, card_name: "Lanturn Tyranitar Misdreavus", card_type: "Common", price: null, transaction_date: "2022-02-23", buyer_id: null, seller_id: "47df7faa-4d02-4c3e-a733-f578f816ae79", tournament_participation: true },
            { id: 56, card_name: "Alakazam Shinx", card_type: "Common", price: null, transaction_date: "2023-08-02", buyer_id: null, seller_id: "5ab0fb34-5061-4db4-a148-619f254105fb", tournament_participation: false },
            { id: 57, card_name: "Metagross", card_type: "Rare", price: "891.53", transaction_date: "2023-09-01", buyer_id: "3805c0cb-c6f7-45c9-a6f9-ca156727ca03", seller_id: "85426304-3103-4e0a-995b-e473097b496e", tournament_participation: true },
            { id: 58, card_name: "Rayquaza", card_type: "Common", price: null, transaction_date: "2023-11-24", buyer_id: null, seller_id: "f3a6838e-093d-4798-89dc-668ef3fda319", tournament_participation: false },
            { id: 59, card_name: "Kabutops Misdreavus Metagross", card_type: "Rare", price: "3538.61", transaction_date: "2023-12-10", buyer_id: "3817b726-cd86-4516-b9ad-81c6bb3819cb", seller_id: "7ef1cbec-d657-44a2-834c-81dd225abf76", tournament_participation: true },
            { id: 60, card_name: "Tyranitar Machamp", card_type: "Uncommon", price: null, transaction_date: "2023-12-18", buyer_id: null, seller_id: "e5ef0eed-590f-4e12-b18d-1422c4d84435", tournament_participation: null },
            { id: 61, card_name: "Machoke", card_type: "Rare", price: "1457.07", transaction_date: "2023-12-21", buyer_id: "8d11f80c-80c4-42be-a9a7-e8ae8c6c3a13", seller_id: "a3ba1cd5-e276-41cb-bbe7-c3483a087386", tournament_participation: false },
            { id: 62, card_name: "Machamp", card_type: "Rare", price: "2520.86", transaction_date: "2022-08-07", buyer_id: "52f01b07-8a6e-4bf6-9942-f902cc4dbbfe", seller_id: "e2b753dd-f69d-47bd-a499-d7867b88dd16", tournament_participation: false },
            { id: 63, card_name: "Gyarados Scyther", card_type: "Uncommon", price: null, transaction_date: "2023-06-11", buyer_id: null, seller_id: "a7d36a51-ae4a-4d4f-aa45-509d155a77f6", tournament_participation: false },
            { id: 64, card_name: "Gengar Eevee Blastoise", card_type: "Rare", price: "1148.54", transaction_date: "2023-11-23", buyer_id: "e1c288ee-50a7-48f6-a1fe-e6378ef19a49", seller_id: "b7374adf-358b-4aea-b25b-0d2f5a4caa2a", tournament_participation: null },
            { id: 65, card_name: "Metagross", card_type: "Uncommon", price: null, transaction_date: "2023-10-07", buyer_id: null, seller_id: "4641c7b4-63b5-4185-a994-cfd7f12f474e", tournament_participation: null },
            { id: 66, card_name: "Ponyta Lanturn", card_type: "Uncommon", price: null, transaction_date: "2022-10-18", buyer_id: null, seller_id: "3fe3a14e-097f-4d6b-90ac-5f022c6a0bef", tournament_participation: false },
            { id: 67, card_name: "Pikachu Onix", card_type: "Common", price: null, transaction_date: "2023-07-11", buyer_id: null, seller_id: "a43b99c0-f692-4d67-867c-cf2195f2b0d8", tournament_participation: true },
            { id: 68, card_name: "Torterra Gengar Misdreavus", card_type: "Rare", price: "2474.16", transaction_date: "2023-11-25", buyer_id: "9507e3fc-d8e2-4ab9-b15a-965018bedb32", seller_id: "2cc9f849-3aba-4187-be2d-d9e1e3217123", tournament_participation: true },
            { id: 69, card_name: "Machoke Torterra Jigglypuff", card_type: "Common", price: null, transaction_date: "2023-09-24", buyer_id: null, seller_id: "8db0c928-6005-467b-b24c-f7dc994e97e5", tournament_participation: null },
            { id: 70, card_name: "Mawile", card_type: "Common", price: null, transaction_date: "2022-11-24", buyer_id: null, seller_id: "ed3020a3-a6e3-473a-b58c-6a4fb3fd78bb", tournament_participation: false },
            { id: 71, card_name: "Metagross", card_type: "Rare", price: "4533.46", transaction_date: "2022-11-28", buyer_id: "4c396d24-38e9-474f-95c7-e8a713dd9c37", seller_id: "4b137ed7-7c67-4648-8611-86947528162b", tournament_participation: false },
            { id: 72, card_name: "Onix Salamence Arcanine", card_type: "Uncommon", price: null, transaction_date: "2023-11-27", buyer_id: null, seller_id: "a18527c3-c84a-4406-8c04-877100a6bd30", tournament_participation: null },
            { id: 73, card_name: "Gengar", card_type: "Rare", price: "3075.99", transaction_date: "2023-03-11", buyer_id: "a6bea3de-e125-4652-8b8f-333ad7202a2a", seller_id: "8d13713f-1895-4af6-a4be-37cf5085cd30", tournament_participation: false },
            { id: 74, card_name: "Togepi Turtwig", card_type: "Common", price: null, transaction_date: "2023-07-23", buyer_id: null, seller_id: "7e444486-d3e9-4bff-be6b-cc03ae3be1e8", tournament_participation: true },
            { id: 75, card_name: "Empoleon Zygarde", card_type: "Rare", price: "336.97", transaction_date: "2022-09-16", buyer_id: "8a356214-b94f-40e7-8e48-1132155167f0", seller_id: "2a39012e-dcac-489c-b174-ee8af091d2f3", tournament_participation: false },
            { id: 76, card_name: "Surskit Snorlax Gyarados", card_type: "Uncommon", price: null, transaction_date: "2022-07-05", buyer_id: null, seller_id: "bf89abd9-d976-4135-8c11-69babeb1932a", tournament_participation: false },
            { id: 77, card_name: "Luxray", card_type: "Uncommon", price: null, transaction_date: "2023-02-04", buyer_id: null, seller_id: "3c42eac6-eccf-4abf-8e0c-f03ceaaf3e2d", tournament_participation: null },
            { id: 78, card_name: "Infernape Tyranitar Scyther", card_type: "Rare", price: "4691.31", transaction_date: "2023-06-02", buyer_id: "ede799ad-49fe-44e1-b180-11190744c3ce", seller_id: "b39c96ae-89d2-4ad2-abff-0906565a2d7a", tournament_participation: true },
            { id: 79, card_name: "Gyarados", card_type: "Common", price: null, transaction_date: "2023-01-20", buyer_id: null, seller_id: "29d51c39-204b-4454-91fb-66f01e130772", tournament_participation: false },
            { id: 80, card_name: "Blastoise Lucario", card_type: "Common", price: null, transaction_date: "2022-05-09", buyer_id: null, seller_id: "e472f603-d3df-42c2-b75f-824731eae540", tournament_participation: null },
            { id: 81, card_name: "Shinx Pidgeot Rayquaza", card_type: "Rare", price: "2533.96", transaction_date: "2023-04-02", buyer_id: "63c52252-6d85-41e2-a34e-bf4d62250705", seller_id: "f9b94612-b97e-4255-ba26-3c72ca865751", tournament_participation: false },
            { id: 82, card_name: "Greninja Machamp Bidoof", card_type: "Rare", price: "3501.50", transaction_date: "2023-06-13", buyer_id: "1f09d623-89bb-4baa-9005-6ad96f4e2464", seller_id: "eba0cd21-797f-45c5-bf35-c9b461224d28", tournament_participation: true },
            { id: 83, card_name: "Gyarados", card_type: "Uncommon", price: null, transaction_date: "2023-01-27", buyer_id: null, seller_id: "87295804-fce6-44b8-938d-92eb4eadd9e2", tournament_participation: false },
            { id: 84, card_name: "Bidoof", card_type: "Legendary", price: "3931.97", transaction_date: "2022-08-28", buyer_id: "27e2d760-42a5-4b99-acf1-6c0fc7cb8f2d", seller_id: "bb5781e4-1dfb-4460-a86e-0d68360c03bf", tournament_participation: false },
            { id: 85, card_name: "Celebi", card_type: "Rare", price: "4985.62", transaction_date: "2023-02-11", buyer_id: "0bb8ec45-1169-4f62-906c-a1a299a89765", seller_id: "26034333-18d5-4a58-b422-ebc1b9d84bbb", tournament_participation: false },
            { id: 86, card_name: "Togepi", card_type: "Legendary", price: "3878.97", transaction_date: "2022-02-04", buyer_id: "dfbf4329-ff43-44ed-99f4-798ff5d0b0d7", seller_id: "90a1b871-fda3-42b9-813a-70b6f9a38a05", tournament_participation: false },
            { id: 87, card_name: "Lanturn", card_type: "Common", price: null, transaction_date: "2022-12-31", buyer_id: null, seller_id: "267690c0-9331-4b0a-86fd-9c50dcc50938", tournament_participation: false },
            { id: 88, card_name: "Eevee Surskit Rayquaza", card_type: "Common", price: null, transaction_date: "2022-11-28", buyer_id: null, seller_id: "abdde6c7-fb09-4ad5-a259-dfeb6c323809", tournament_participation: false },
            { id: 89, card_name: "Greninja Snorlax Togepi", card_type: "Rare", price: "691.11", transaction_date: "2023-05-07", buyer_id: "b569abcd-10d0-428e-a146-93acab3d96e2", seller_id: "5ce1cf22-4bea-420a-8b97-2de2bda90e46", tournament_participation: false },
            { id: 90, card_name: "Shuckle Onix", card_type: "Rare", price: "2309.16", transaction_date: "2023-12-10", buyer_id: "6e0fc8a6-c490-4752-b6c0-8cc6786442da", seller_id: "3d557233-8f4b-4a7f-9186-054a6aeaea2c", tournament_participation: false },
            { id: 91, card_name: "Celebi Arcanine", card_type: "Rare", price: "4519.61", transaction_date: "2023-11-22", buyer_id: "98c02568-5687-46fa-bc1f-498d0c2d1499", seller_id: "480709ef-9d53-4b8f-b069-18eb577b95a3", tournament_participation: true },
            { id: 92, card_name: "Zygarde", card_type: "Uncommon", price: null, transaction_date: "2022-09-24", buyer_id: null, seller_id: "9eab502d-7a35-4ed3-8900-659cf3e7cc23", tournament_participation: false },
            { id: 93, card_name: "Piplup Lapras Bidoof", card_type: "Rare", price: "1002.33", transaction_date: "2022-07-13", buyer_id: "ec207b82-cd30-4bdc-9c3e-80c49023382a", seller_id: "74a47d6c-98f0-4c42-858a-0e592a8f23b6", tournament_participation: false },
            { id: 94, card_name: "Gengar Shuckle Salamence", card_type: "Rare", price: "495.80", transaction_date: "2023-10-28", buyer_id: "2eefc4eb-4e44-43f8-9deb-68f6d85bc9e2", seller_id: "bf61375d-4ecb-4ef0-9c6a-39bd47020754", tournament_participation: true },
            { id: 95, card_name: "Ponyta", card_type: "Rare", price: "3838.35", transaction_date: "2022-12-19", buyer_id: "49cd2bcf-61cf-4dfb-a96b-ca27357a1099", seller_id: "1d74164a-d08d-4fe9-9329-d8164895093d", tournament_participation: false },
            { id: 96, card_name: "Machoke", card_type: "Rare", price: "1514.89", transaction_date: "2022-04-21", buyer_id: "515583f8-2625-4cd9-9eb7-681611125638", seller_id: "e846b31f-d08a-484a-afa8-9c7016ca8569", tournament_participation: true },
            { id: 97, card_name: "Ninetales Lucario Lapras", card_type: "Rare", price: "339.18", transaction_date: "2023-03-10", buyer_id: "93fd8985-0355-479b-8eed-36d780f15096", seller_id: "0e051ca9-3ca7-49d4-9b26-4729b54e476a", tournament_participation: false },
            { id: 98, card_name: "Golbat", card_type: "Rare", price: "3087.33", transaction_date: "2022-06-21", buyer_id: "0834abd8-a5ff-4795-9838-36395486511d", seller_id: "5a36668c-bab0-4f4d-b188-5941a47dec0f", tournament_participation: true },
            { id: 99, card_name: "Turtwig", card_type: "Uncommon", price: null, transaction_date: "2023-04-08", buyer_id: null, seller_id: "f50f5629-2214-40ab-9e7e-f97653426409", tournament_participation: true },
            { id: 100, card_name: "Salamence", card_type: "Legendary", price: "3001.48", transaction_date: "2023-11-03", buyer_id: "4c999f63-2cec-4d27-883a-ad48239b46f1", seller_id: "1c3c83a8-c7fe-4f91-9a66-a65b0ddd5a99", tournament_participation: false },
            { id: 101, card_name: "Togepi Torterra", card_type: "Rare", price: "2032.33", transaction_date: "2023-07-27", buyer_id: "ac3302f8-7298-41b1-bf1b-90a66643f158", seller_id: "7ae1574c-0a95-4668-94ca-694a97eaa906", tournament_participation: true },
            { id: 102, card_name: "Misdreavus Shinx", card_type: "Common", price: null, transaction_date: "2022-10-16", buyer_id: null, seller_id: "37176e91-4ac0-43f0-8d99-b503ab88771e", tournament_participation: false },
            { id: 103, card_name: "Shinx Eevee", card_type: "Uncommon", price: null, transaction_date: "2022-07-11", buyer_id: null, seller_id: "1f9dcba4-f1ac-4c45-a357-1b00bdb409e0", tournament_participation: true },
            { id: 104, card_name: "Gardevoir Chinchou", card_type: "Common", price: null, transaction_date: "2023-07-14", buyer_id: null, seller_id: "f9f4bd92-7149-4e09-90f9-2133264ee68a", tournament_participation: true },
            { id: 105, card_name: "Luxray Ninetales Greninja", card_type: "Rare", price: "2523.14", transaction_date: "2022-06-28", buyer_id: "bfaefbc7-e090-4946-be60-99c4df030f7b", seller_id: "1543d0ff-5728-4080-a6d9-88a258e7c3c8", tournament_participation: false },
            { id: 106, card_name: "Lanturn Dragonite", card_type: "Rare", price: "4075.96", transaction_date: "2022-11-06", buyer_id: "828d64cf-08e0-4db2-8fa9-186ef75a4968", seller_id: "227c0563-bf48-4157-ab24-a79653ee6af5", tournament_participation: false },
            { id: 107, card_name: "Zygarde", card_type: "Legendary", price: "28.16", transaction_date: "2022-11-11", buyer_id: "76b048d7-8917-4ed7-bf4c-9c902a8eef96", seller_id: "ec0f36bd-68a2-4182-b43a-261bbe001cdc", tournament_participation: false },
            { id: 108, card_name: "Snorlax Pikachu Turtwig", card_type: "Uncommon", price: null, transaction_date: "2022-07-15", buyer_id: null, seller_id: "062e3775-ae4a-49d3-9e84-8176b22f747e", tournament_participation: false },
            { id: 109, card_name: "Chimchar Empoleon", card_type: "Uncommon", price: null, transaction_date: "2023-09-12", buyer_id: null, seller_id: "0b12b4fe-2ca4-41a9-a3dd-acd9335cd3e1", tournament_participation: null },
            { id: 110, card_name: "Gyarados Kabutops", card_type: "Common", price: null, transaction_date: "2023-06-14", buyer_id: null, seller_id: "18b8f755-9ace-484c-986c-e6bff323ca65", tournament_participation: false },
            { id: 111, card_name: "Celebi", card_type: "Uncommon", price: null, transaction_date: "2023-04-04", buyer_id: null, seller_id: "8bf4fd5b-c43d-4cc5-93cb-2f73f09824f9", tournament_participation: false },
            { id: 112, card_name: "Gengar", card_type: "Rare", price: "1372.25", transaction_date: "2023-06-12", buyer_id: "15a3a35f-b4e0-462d-a08f-0c50b1162ae6", seller_id: "4ccaef4d-b948-42d5-b4e1-00950d063932", tournament_participation: false },
            { id: 113, card_name: "Golbat Charizard", card_type: "Rare", price: "799.33", transaction_date: "2022-02-08", buyer_id: "ea76a729-ba1a-4e1e-ab35-2f8cd0b2910d", seller_id: "a81ae391-8348-4478-96da-266ee78f9b33", tournament_participation: true },
            { id: 114, card_name: "Luxray", card_type: "Common", price: null, transaction_date: "2022-06-24", buyer_id: null, seller_id: "377b5808-d15c-497d-a600-2747cc15528d", tournament_participation: false },
            { id: 115, card_name: "Golbat", card_type: "Common", price: null, transaction_date: "2023-04-03", buyer_id: null, seller_id: "4232bcbc-a57b-484b-92f8-a88b47105ce1", tournament_participation: false },
            { id: 116, card_name: "Turtwig", card_type: "Rare", price: "249.70", transaction_date: "2023-08-14", buyer_id: "fc1ab435-586c-4c06-ae5e-624e78dc4ce3", seller_id: "67a5da4d-730f-491e-a11a-fe6152859fae", tournament_participation: false },
            { id: 117, card_name: "Piplup Machoke Shuckle", card_type: "Common", price: null, transaction_date: "2023-12-25", buyer_id: null, seller_id: "715be0e8-3c74-4406-991b-cb531ccb4fc2", tournament_participation: false },
            { id: 118, card_name: "Ninetales Snorlax Machamp", card_type: "Common", price: null, transaction_date: "2023-09-27", buyer_id: null, seller_id: "d2fb6ffb-ef17-4f17-8a4c-23099c3a9c94", tournament_participation: null },
            { id: 119, card_name: "Shinx Pikachu", card_type: "Legendary", price: "136.41", transaction_date: "2022-12-10", buyer_id: "d2b0dabc-c503-4c82-92bf-c512f9def457", seller_id: "0290f2ef-f05f-43b6-9988-c7b0c9d852f1", tournament_participation: false },
            { id: 120, card_name: "Lapras", card_type: "Rare", price: "1331.13", transaction_date: "2023-08-17", buyer_id: "d0d36922-1718-4849-b6dd-ca521cf41332", seller_id: "44c878b3-eb2f-496b-81a6-05dac8cb8244", tournament_participation: false },
            { id: 121, card_name: "Machamp", card_type: "Rare", price: "1798.93", transaction_date: "2022-11-20", buyer_id: "0467d80a-8d84-48d0-80f2-84616158a9b1", seller_id: "fc7982dc-73b4-4d0b-9795-7f4e865f8bf0", tournament_participation: false },
            { id: 122, card_name: "Blastoise", card_type: "Rare", price: "501.14", transaction_date: "2023-03-29", buyer_id: "01f7fd82-c372-406f-af30-8558acb15f2b", seller_id: "f965321d-2dce-446e-a767-17aaa90ef73e", tournament_participation: null },
            { id: 123, card_name: "Gyarados Togepi Surskit", card_type: "Legendary", price: "2924.73", transaction_date: "2023-11-16", buyer_id: "13f57629-5a67-4185-b033-9e811b7d1612", seller_id: "2b8d5b7e-e36c-48b0-9904-a93142f6cbe3", tournament_participation: true },
            { id: 124, card_name: "Scyther Zygarde", card_type: "Legendary", price: "3255.30", transaction_date: "2022-07-15", buyer_id: "d913681f-97d6-42ed-8423-e54af8a42f32", seller_id: "4811005d-8ae0-419a-803a-5108397fc932", tournament_participation: false },
            { id: 125, card_name: "Umbreon Lanturn Misdreavus", card_type: "Rare", price: "3746.94", transaction_date: "2023-09-25", buyer_id: "5906f0cb-0bc5-4479-8e36-b96b7ea2d990", seller_id: "dad5bdd8-cb3c-4e97-bc52-3eaea4a2c0a9", tournament_participation: false },
            { id: 126, card_name: "Metagross Pikachu", card_type: "Legendary", price: "2245.23", transaction_date: "2023-09-04", buyer_id: "4ee168b0-8eee-476e-bffa-63d94f4b2211", seller_id: "f3810543-98ae-4d13-8097-06b632006634", tournament_participation: false },
            { id: 127, card_name: "Scyther Empoleon Pikachu", card_type: "Common", price: null, transaction_date: "2023-08-17", buyer_id: null, seller_id: "d1f6a389-70c8-48c8-b559-1dc5a6e87b60", tournament_participation: true },
            { id: 128, card_name: "Salamence Celebi Jigglypuff", card_type: "Rare", price: "4739.01", transaction_date: "2022-10-28", buyer_id: "65165b33-0788-4b82-ba4f-8814a8043356", seller_id: "6ce8b737-c1d8-42c6-8dca-8a73cf66f4a1", tournament_participation: false },
            { id: 129, card_name: "Umbreon", card_type: "Legendary", price: "226.51", transaction_date: "2023-04-10", buyer_id: "a49c3fbb-de50-4f60-9859-0796195a92b4", seller_id: "f7e644d4-7056-4c03-87f5-cfff0a736e1a", tournament_participation: false },
            { id: 130, card_name: "Piplup Sableye", card_type: "Legendary", price: "127.63", transaction_date: "2022-04-24", buyer_id: "28e2242b-f1c2-45b4-a8a7-3876cfeae004", seller_id: "eb6e2f3c-3635-41a5-bf76-ae4034836d76", tournament_participation: null },
            { id: 131, card_name: "Misdreavus Turtwig", card_type: "Uncommon", price: null, transaction_date: "2023-03-30", buyer_id: null, seller_id: "aef8eaef-9ec4-42ff-b998-ce981452342b", tournament_participation: false },
            { id: 132, card_name: "Alakazam Chinchou Dragonite", card_type: "Common", price: null, transaction_date: "2022-10-23", buyer_id: null, seller_id: "c2dcfdb3-65d2-4b0a-95cb-3636f11259b8", tournament_participation: true },
            { id: 133, card_name: "Sableye Misdreavus Celebi", card_type: "Uncommon", price: null, transaction_date: "2022-10-28", buyer_id: null, seller_id: "9f636705-544d-43d4-8362-776c15119aa1", tournament_participation: false },
            { id: 134, card_name: "Snorlax Lapras", card_type: "Common", price: null, transaction_date: "2023-08-13", buyer_id: null, seller_id: "6f874db1-1188-439f-a6e9-95dfd0ea3101", tournament_participation: false },
            { id: 135, card_name: "Celebi Surskit Eevee", card_type: "Legendary", price: "1935.52", transaction_date: "2023-12-18", buyer_id: "69caeb39-cab6-4a53-b5e8-e1d9f8edc65d", seller_id: "18ee9487-a38b-4d4d-9de6-c78085bfc8df", tournament_participation: false },
            { id: 136, card_name: "Eevee", card_type: "Rare", price: "1386.28", transaction_date: "2022-05-17", buyer_id: "21340a42-1a87-48c8-8d71-1158e71f9a2b", seller_id: "d94a8aa0-1f0b-4fc6-b9d0-3eee8aa1aae9", tournament_participation: false },
            { id: 137, card_name: "Sableye", card_type: "Rare", price: "72.09", transaction_date: "2023-12-21", buyer_id: "04f74782-4a08-433d-ba20-56cc5c744261", seller_id: "94e0849d-d6d2-4afa-a048-06268dd91835", tournament_participation: true },
            { id: 138, card_name: "Golbat", card_type: "Common", price: null, transaction_date: "2022-07-23", buyer_id: null, seller_id: "99816334-89f8-4f95-9df6-1ca33b938644", tournament_participation: null },
            { id: 139, card_name: "Alakazam", card_type: "Rare", price: "1795.44", transaction_date: "2022-12-09", buyer_id: "3e7987f3-1d7b-4b44-af75-b15ad9fae3ed", seller_id: "161a3b2f-3099-47fc-92d4-5895719cd060", tournament_participation: true },
            { id: 140, card_name: "Torterra Bidoof", card_type: "Uncommon", price: null, transaction_date: "2023-06-02", buyer_id: null, seller_id: "de0fea41-868a-438e-abd1-04e168caad86", tournament_participation: false },
            { id: 141, card_name: "Bibarel", card_type: "Uncommon", price: null, transaction_date: "2023-09-03", buyer_id: null, seller_id: "440a0695-e604-435b-949b-e571982a0bd6", tournament_participation: false },
            { id: 142, card_name: "Infernape Surskit Sableye", card_type: "Common", price: null, transaction_date: "2023-07-30", buyer_id: null, seller_id: "ca6a8dd0-f1f9-4818-8950-380652866cce", tournament_participation: false },
            { id: 143, card_name: "Zygarde", card_type: "Common", price: null, transaction_date: "2022-05-25", buyer_id: null, seller_id: "b0f9d1ec-8e97-4fbb-9f02-087e60e37763", tournament_participation: null },
            { id: 144, card_name: "Turtwig Machamp Charizard", card_type: "Rare", price: "413.99", transaction_date: "2022-12-25", buyer_id: "a3eb56ab-2cc7-47d3-850a-68a8e7adbb02", seller_id: "6f823694-5a64-4a53-82fa-5888524f1306", tournament_participation: true },
            { id: 145, card_name: "Torterra Gyarados Eevee", card_type: "Uncommon", price: null, transaction_date: "2023-08-30", buyer_id: null, seller_id: "a008178d-c0ea-4acb-9d1e-84c7b6551d55", tournament_participation: false },
            { id: 146, card_name: "Alakazam Ponyta", card_type: "Rare", price: "418.46", transaction_date: "2022-06-16", buyer_id: "2027f4fb-b268-417b-a46f-0a5486ae340a", seller_id: "f2e760a3-d442-4ef9-942f-1d388aaba5d9", tournament_participation: false },
            { id: 147, card_name: "Arcanine Lapras", card_type: "Common", price: null, transaction_date: "2022-09-18", buyer_id: null, seller_id: "d32b1ec1-c64d-4928-80b2-36938381f49a", tournament_participation: true },
            { id: 148, card_name: "Shinx", card_type: "Rare", price: "1206.00", transaction_date: "2023-09-11", buyer_id: "6130e835-7ed6-410d-8835-6da86ef55e45", seller_id: "4498e9b3-7dd6-4bdd-aba9-33104241aa5a", tournament_participation: false },
            { id: 149, card_name: "Machoke Chimchar", card_type: "Rare", price: "2779.82", transaction_date: "2023-11-22", buyer_id: "0360fff0-b945-4b15-af2f-2e683c8be2f6", seller_id: "e2a9f73b-26ae-481b-9e61-be19ddac9b30", tournament_participation: true },
            { id: 150, card_name: "Arcanine", card_type: "Rare", price: "1290.85", transaction_date: "2023-09-06", buyer_id: "82678c3b-e45e-4e91-8004-9f43330eab5c", seller_id: "4c90b660-b02c-46ad-abce-7b4295f75a50", tournament_participation: false },
            { id: 151, card_name: "Machamp Lapras Mewtwo", card_type: "Rare", price: "1109.75", transaction_date: "2022-09-26", buyer_id: "7d65b637-713b-4cef-ac64-7a63bdc218ba", seller_id: "5f950b5c-7391-4bab-af04-6104f61ed54f", tournament_participation: false },
            { id: 152, card_name: "Shinx Piplup", card_type: "Rare", price: "234.09", transaction_date: "2022-08-15", buyer_id: "e4d5638b-4978-4825-a2ef-17461284239f", seller_id: "59131fb0-99d4-4fd3-bc7f-75faa561c674", tournament_participation: false },
            { id: 153, card_name: "Celebi Alakazam Lucario", card_type: "Rare", price: "772.30", transaction_date: "2023-11-07", buyer_id: "5dc9d1e1-bfae-44c2-8f2c-c0208f91113d", seller_id: "3671946a-19d2-4cb6-bfdf-5178c6528c7c", tournament_participation: true },
            { id: 154, card_name: "Zygarde Mawile Salamence", card_type: "Rare", price: "38.72", transaction_date: "2023-03-09", buyer_id: "377b8202-0dd0-46fc-9785-78d9f2315774", seller_id: "a3f9dbf6-5c8d-4db6-8e97-7e5edf3fb1aa", tournament_participation: false },
            { id: 155, card_name: "Empoleon", card_type: "Rare", price: "2518.90", transaction_date: "2023-05-04", buyer_id: "f766f16f-b061-41e0-88c5-5c0449b8ebce", seller_id: "b993be6d-b423-4b59-8e0d-4fac360610c5", tournament_participation: false },
            { id: 156, card_name: "Lapras Pidgeot Ninetales", card_type: "Rare", price: "441.47", transaction_date: "2022-10-29", buyer_id: "63d1216d-b21e-4e08-9465-5001ee31eafd", seller_id: "894c449f-20a9-4868-92aa-88a6e09d60a0", tournament_participation: true },
            { id: 157, card_name: "Greninja", card_type: "Rare", price: "361.38", transaction_date: "2022-05-28", buyer_id: "d615709e-e388-4d3d-b970-00ccdad4804a", seller_id: "d56c675a-6044-433d-b228-b9310f8f6484", tournament_participation: true },
            { id: 158, card_name: "Rayquaza", card_type: "Rare", price: "4906.63", transaction_date: "2022-02-24", buyer_id: "250f25a0-cc7a-459c-b30b-6b40dd868671", seller_id: "24f3fe57-45f2-4b3b-b5fc-36fb554a3113", tournament_participation: false },
            { id: 159, card_name: "Gyarados", card_type: "Rare", price: "4064.09", transaction_date: "2022-08-19", buyer_id: "241eb54c-0d35-4e6b-b5c1-41caaeaac99e", seller_id: "6234d5ae-7f62-4a9e-8627-39ece2a05e2d", tournament_participation: false },
            { id: 160, card_name: "Lapras Lucario", card_type: "Common", price: null, transaction_date: "2023-07-02", buyer_id: null, seller_id: "65acca87-ac99-48b2-a243-94062c7a0e87", tournament_participation: true },
            { id: 161, card_name: "Sableye Togepi Jigglypuff", card_type: "Common", price: null, transaction_date: "2023-11-09", buyer_id: null, seller_id: "32677adf-18fb-43eb-8d01-3fb00d1fdb08", tournament_participation: false },
            { id: 162, card_name: "Ninetales Bidoof", card_type: "Uncommon", price: null, transaction_date: "2022-08-26", buyer_id: null, seller_id: "09c4f5b5-dc56-4a7d-aec8-1725dafc8d24", tournament_participation: true },
            { id: 163, card_name: "Celebi Pikachu Bidoof", card_type: "Common", price: null, transaction_date: "2023-06-15", buyer_id: null, seller_id: "45a9578f-053b-449c-8a55-36bbbb9cd865", tournament_participation: false },
            { id: 164, card_name: "Pikachu", card_type: "Rare", price: "2835.46", transaction_date: "2022-06-17", buyer_id: "bb8d9ca3-2ee8-438b-956f-e0fdbc1f35c0", seller_id: "df496397-0712-4ca2-96b8-d543b7c3172f", tournament_participation: true },
            { id: 165, card_name: "Celebi Greninja", card_type: "Rare", price: "1271.07", transaction_date: "2023-09-26", buyer_id: "497f73da-1231-4b42-a801-fa338ca04d0d", seller_id: "0923adfd-6d11-43d2-8ab3-66fea040ac3b", tournament_participation: false },
            { id: 166, card_name: "Gengar", card_type: "Common", price: null, transaction_date: "2023-02-06", buyer_id: null, seller_id: "f67f4ca1-dad1-4661-a44d-e7266cc767ec", tournament_participation: false },
            { id: 167, card_name: "Pikachu Surskit", card_type: "Rare", price: "3149.24", transaction_date: "2023-10-09", buyer_id: "95ccf55b-79ea-4012-8d0b-bdda0b9dd78f", seller_id: "423c0211-9d6d-4367-b042-404df73726fc", tournament_participation: true },
            { id: 168, card_name: "Machamp Onix Luxray", card_type: "Rare", price: "225.90", transaction_date: "2023-01-08", buyer_id: "31289324-0439-4b99-8a4e-cb4e3937775a", seller_id: "ad722094-0a1e-4ea4-9a57-c2b6b21818ee", tournament_participation: false },
            { id: 169, card_name: "Pikachu", card_type: "Uncommon", price: null, transaction_date: "2023-01-16", buyer_id: null, seller_id: "5f18fa85-eb98-48b0-84c4-705d8c1af19e", tournament_participation: false },
            { id: 170, card_name: "Lapras", card_type: "Rare", price: "1.86", transaction_date: "2023-09-23", buyer_id: "f4ec75a9-1b4a-4342-a1a2-99b6bcd4664e", seller_id: "e8d0f07c-a1c2-4411-8b29-64d537fcd8bf", tournament_participation: false },
            { id: 171, card_name: "Ninetales Snorlax", card_type: "Common", price: null, transaction_date: "2023-03-24", buyer_id: null, seller_id: "42e0c209-c983-43b8-bdaf-849ccbb14963", tournament_participation: true },
            { id: 172, card_name: "Shuckle", card_type: "Rare", price: "3.60", transaction_date: "2022-07-27", buyer_id: "76035d92-c1d3-411d-ba37-9974be07a8d6", seller_id: "66d9d201-3200-48c0-85ed-76816cccf899", tournament_participation: true },
            { id: 173, card_name: "Machoke", card_type: "Rare", price: "2153.37", transaction_date: "2023-08-12", buyer_id: "dba3c11e-f9c1-4b22-9c33-5dfe2da85b92", seller_id: "d5986c2e-0489-4fca-93f8-98094faf4191", tournament_participation: false },
            { id: 174, card_name: "Lanturn Lapras", card_type: "Uncommon", price: null, transaction_date: "2023-10-17", buyer_id: null, seller_id: "88cc1fb0-addb-484f-9148-4361e4603179", tournament_participation: false },
            { id: 175, card_name: "Togepi Lucario", card_type: "Legendary", price: "4.98", transaction_date: "2022-12-22", buyer_id: "e10e9692-a251-4201-a489-1abe468452c9", seller_id: "7c1f20cd-9754-483f-99e1-45a7b5deee29", tournament_participation: true },
            { id: 176, card_name: "Pikachu", card_type: "Common", price: null, transaction_date: "2023-02-10", buyer_id: null, seller_id: "191c2140-9ef3-41e4-aa07-e5584bfac28b", tournament_participation: false },
            { id: 177, card_name: "Scyther Celebi", card_type: "Rare", price: "1144.45", transaction_date: "2023-04-02", buyer_id: "9fda489e-24c6-4ca2-ba70-2891c528c319", seller_id: "84024dfd-2db1-4dfc-a050-192cb95f2312", tournament_participation: true },
            { id: 178, card_name: "Pidgeot Mewtwo Torterra", card_type: "Common", price: null, transaction_date: "2022-09-15", buyer_id: null, seller_id: "1ebf6bd4-8a94-47b1-8433-68b0994f9b44", tournament_participation: true },
            { id: 179, card_name: "Luxray Scyther", card_type: "Common", price: null, transaction_date: "2022-09-16", buyer_id: null, seller_id: "78a7349d-30ce-4ca4-8732-72d6bb101834", tournament_participation: false },
            { id: 180, card_name: "Gengar Salamence", card_type: "Uncommon", price: null, transaction_date: "2022-07-30", buyer_id: null, seller_id: "7713cb53-6a42-49ad-bc08-bf26a9318e7b", tournament_participation: false },
            { id: 181, card_name: "Sableye", card_type: "Uncommon", price: null, transaction_date: "2023-08-31", buyer_id: null, seller_id: "03be0323-7c45-491d-b453-e9360f3f41a4", tournament_participation: false },
            { id: 182, card_name: "Misdreavus Jigglypuff", card_type: "Common", price: null, transaction_date: "2022-01-20", buyer_id: null, seller_id: "8d5227cb-e55a-476a-b65e-46f01ef53da3", tournament_participation: false },
            { id: 183, card_name: "Dragonite", card_type: "Rare", price: "2238.34", transaction_date: "2022-05-23", buyer_id: "ab873e70-190b-41a4-a643-e227ca36a5f4", seller_id: "992d5d91-fb1f-4e0b-8fde-a3c903deea5e", tournament_participation: false },
            { id: 184, card_name: "Machamp Arcanine Turtwig", card_type: "Legendary", price: "6.16", transaction_date: "2023-11-09", buyer_id: "7f08f213-a464-4a69-855e-94180a422eac", seller_id: "916e8faf-872e-48f5-8f04-24401cd4c619", tournament_participation: null },
            { id: 185, card_name: "Onix", card_type: "Common", price: null, transaction_date: "2023-03-02", buyer_id: null, seller_id: "b0009982-9173-4baa-9e82-75888f2cad72", tournament_participation: true },
            { id: 186, card_name: "Empoleon", card_type: "Legendary", price: "3354.89", transaction_date: "2022-12-01", buyer_id: "aeb20c64-1579-45db-bb06-00004ca9e330", seller_id: "eb42aff1-58ab-4118-92f5-4a067fa0d1a5", tournament_participation: false },
            { id: 187, card_name: "Empoleon Infernape Blastoise", card_type: "Rare", price: "704.06", transaction_date: "2023-05-24", buyer_id: "0b29c684-2d4e-4ab2-986b-e78b16ecb441", seller_id: "41531606-c3e8-4143-aa81-cb1bced33046", tournament_participation: false },
            { id: 188, card_name: "Arcanine Onix", card_type: "Rare", price: "1457.68", transaction_date: "2022-04-08", buyer_id: "c0eed4e0-fb9b-4d98-8f9e-f86b86d7121b", seller_id: "b3a80bca-001c-486f-9dc8-e13e5c1ce07e", tournament_participation: true },
            { id: 189, card_name: "Alakazam Dragonite", card_type: "Rare", price: "3369.56", transaction_date: "2023-08-20", buyer_id: "f983e6f4-66a3-49a9-b7a4-32b09b0639ba", seller_id: "47ee233c-435f-4ed5-99f2-d78fe3afde24", tournament_participation: true },
            { id: 190, card_name: "Greninja Scyther", card_type: "Uncommon", price: null, transaction_date: "2022-06-26", buyer_id: null, seller_id: "8c4b6c92-2090-40d5-ae6a-67a0f1b8cf18", tournament_participation: false },
            { id: 191, card_name: "Umbreon Dragonite", card_type: "Rare", price: "13.73", transaction_date: "2022-03-01", buyer_id: "18043337-1d97-44ac-9cd5-d048c677213e", seller_id: "4064de96-3562-4089-b398-e2b5d17da091", tournament_participation: false },
            { id: 192, card_name: "Chinchou Chimchar Luxray", card_type: "Common", price: null, transaction_date: "2023-10-21", buyer_id: null, seller_id: "4ef99a2b-258c-48b7-8c36-76ccd32e7c28", tournament_participation: true },
            { id: 193, card_name: "Machoke", card_type: "Rare", price: "1346.18", transaction_date: "2022-07-17", buyer_id: "acad4c71-db04-46e9-b468-75759745c867", seller_id: "7ad3a210-3f7f-4ecf-900e-30218f358576", tournament_participation: true },
            { id: 194, card_name: "Misdreavus", card_type: "Rare", price: "2304.90", transaction_date: "2023-04-04", buyer_id: "4658834d-df26-430c-863d-ee3707f9e27e", seller_id: "08c91002-2082-41b0-9a99-3c033ce1c446", tournament_participation: false },
            { id: 195, card_name: "Misdreavus", card_type: "Rare", price: "4754.17", transaction_date: "2023-01-13", buyer_id: "0e8d7aa5-c69f-4e9b-9786-cf5eae3741e8", seller_id: "57892e22-1e0e-4ea9-ab55-571c70e22096", tournament_participation: true },
            { id: 196, card_name: "Eevee", card_type: "Legendary", price: "247.32", transaction_date: "2022-06-29", buyer_id: "cd1983de-ab56-43ba-85b8-b5c863016dbd", seller_id: "3284532b-6665-4d76-8f03-5e9602e7e807", tournament_participation: false },
            { id: 197, card_name: "Blastoise Kabutops Eevee", card_type: "Rare", price: "697.64", transaction_date: "2023-08-13", buyer_id: "3647f232-dd4c-4abb-b487-4d2b04bb3c81", seller_id: "4d41b990-c303-4549-81d3-78dc33ccf18b", tournament_participation: false },
            { id: 198, card_name: "Torterra Ninetales Pikachu", card_type: "Rare", price: "2182.21", transaction_date: "2022-11-17", buyer_id: "5d3c3330-ba02-43f0-b6fc-c3dff920c559", seller_id: "0f654947-0799-423c-99fd-d579e7c89e98", tournament_participation: false },
            { id: 199, card_name: "Mewtwo", card_type: "Rare", price: "3310.98", transaction_date: "2023-10-10", buyer_id: "d21c4ac0-f65a-4e25-a1c3-a4cc57be351d", seller_id: "956518cc-259b-444a-8bfd-c38162543206", tournament_participation: false },
            { id: 200, card_name: "Machoke Umbreon Scyther", card_type: "Uncommon", price: null, transaction_date: "2023-01-01", buyer_id: null, seller_id: "14fc9fb2-c1f0-4e25-91c6-540db92f1795", tournament_participation: false },
            { id: 201, card_name: "Chinchou Machoke", card_type: "Rare", price: "2891.24", transaction_date: "2023-08-03", buyer_id: "d50982a1-fca2-42ec-8c67-4e6a672a0012", seller_id: "d3b8885e-3b7d-4df5-91a2-fc31293f648a", tournament_participation: true },
            { id: 202, card_name: "Bidoof", card_type: "Rare", price: "3819.18", transaction_date: "2022-09-05", buyer_id: "139fe016-ba43-47e3-b160-000447cf9e76", seller_id: "d8c516b4-b285-4982-bc95-1f2ab265993d", tournament_participation: true },
            { id: 203, card_name: "Celebi", card_type: "Legendary", price: "249.57", transaction_date: "2023-06-01", buyer_id: "2b1a8345-3144-4df7-8d53-7c5c68d98e04", seller_id: "837181d3-1428-4927-9ae7-5fff9d93395f", tournament_participation: true },
            { id: 204, card_name: "Empoleon Bibarel", card_type: "Rare", price: "3084.29", transaction_date: "2023-06-19", buyer_id: "41012aab-7f4b-483f-981e-ced73ccb7d79", seller_id: "7434e161-62f6-405e-a8b5-214973d44fd4", tournament_participation: false },
            { id: 205, card_name: "Salamence", card_type: "Common", price: null, transaction_date: "2022-06-15", buyer_id: null, seller_id: "0acd5def-1874-494a-85f6-1ee3499e2266", tournament_participation: true },
            { id: 206, card_name: "Snorlax Mewtwo", card_type: "Legendary", price: "4201.50", transaction_date: "2023-11-16", buyer_id: "98ba3f00-68e6-4b40-961f-36d81aefe2c4", seller_id: "1e96b627-914c-4c30-85eb-e288668ae799", tournament_participation: true },
            { id: 207, card_name: "Turtwig Greninja Chinchou", card_type: "Rare", price: "48.00", transaction_date: "2023-12-19", buyer_id: "972288c7-ec3c-4a41-8bb5-f26ba1899b47", seller_id: "4427f95f-67d6-4c0d-9f0d-1ad907fb873c", tournament_participation: null },
            { id: 208, card_name: "Eevee Torterra Togepi", card_type: "Common", price: null, transaction_date: "2023-03-17", buyer_id: null, seller_id: "6cc451cb-5d85-495d-a4f0-40f29bc1aca2", tournament_participation: true },
            { id: 209, card_name: "Umbreon Chinchou", card_type: "Rare", price: "479.35", transaction_date: "2022-07-03", buyer_id: "3738cb7f-1073-44ce-84a1-756a430157e8", seller_id: "75626921-7588-4ef6-b73b-e63cb95c6e19", tournament_participation: false },
            { id: 210, card_name: "Pikachu Mawile", card_type: "Rare", price: "4841.82", transaction_date: "2022-12-31", buyer_id: "598f870a-c9c1-4abd-beae-15461e44847c", seller_id: "1042e766-64d4-41aa-ae08-0c037a055a4e", tournament_participation: true },
            { id: 211, card_name: "Salamence Jigglypuff", card_type: "Rare", price: "2050.92", transaction_date: "2022-06-13", buyer_id: "4b7af727-faa9-4118-8c6c-081bfeff8c08", seller_id: "21c5ec4d-4b37-44c2-b6e8-fe68b6ab4347", tournament_participation: false },
            { id: 212, card_name: "Zygarde Metagross", card_type: "Uncommon", price: null, transaction_date: "2023-05-23", buyer_id: null, seller_id: "93e95ae5-2077-4ee8-90ec-d83b2c25cdbc", tournament_participation: false },
            { id: 213, card_name: "Zygarde", card_type: "Rare", price: "1116.18", transaction_date: "2023-08-02", buyer_id: "b784e15b-9bcb-42f6-8d78-f8fa71aa34cd", seller_id: "1222e799-d912-42ec-adbc-3c5561ab9aa7", tournament_participation: false },
            { id: 214, card_name: "Piplup", card_type: "Common", price: null, transaction_date: "2023-04-14", buyer_id: null, seller_id: "fcf175c7-8de9-4509-b4af-1b189b948f06", tournament_participation: false },
            { id: 215, card_name: "Lapras Misdreavus Golbat", card_type: "Rare", price: "859.02", transaction_date: "2023-10-15", buyer_id: "420f20c0-53f1-4231-9987-3c627bd74556", seller_id: "7a7451fe-02ba-4c59-b5df-17afa3e8bc0c", tournament_participation: false },
            { id: 216, card_name: "Blastoise", card_type: "Rare", price: "267.46", transaction_date: "2023-05-10", buyer_id: "6821955d-9d33-4264-8fa9-f4bc2bce6c56", seller_id: "06f8a25d-c358-4bda-b5f4-fb4a19d8f880", tournament_participation: true },
            { id: 217, card_name: "Celebi Lucario Shuckle", card_type: "Rare", price: "2398.31", transaction_date: "2023-04-23", buyer_id: "ce5ed420-4c4f-49c7-b165-5e4784a6b3ff", seller_id: "e3aa3c43-376f-4ada-990c-b947b101e524", tournament_participation: false },
            { id: 218, card_name: "Infernape Lucario Bibarel", card_type: "Common", price: null, transaction_date: "2023-06-04", buyer_id: null, seller_id: "5c5ce92c-acda-4c1e-b6ec-5e03ca81a00b", tournament_participation: true },
            { id: 219, card_name: "Kabutops Machamp", card_type: "Uncommon", price: null, transaction_date: "2023-04-25", buyer_id: null, seller_id: "6aa27b34-4e6d-473e-9ded-17467459666d", tournament_participation: true },
            { id: 220, card_name: "Infernape Celebi", card_type: "Rare", price: "2339.65", transaction_date: "2023-08-16", buyer_id: "70fd6b3c-bb03-4351-bb2a-84ebd6c9933d", seller_id: "1c78900a-f907-4ec7-93ff-1e7f28fdda11", tournament_participation: true },
            { id: 221, card_name: "Gengar", card_type: "Common", price: null, transaction_date: "2023-02-07", buyer_id: null, seller_id: "946cca2d-0a4b-481b-9c46-deff056067a9", tournament_participation: false },
            { id: 222, card_name: "Eevee Celebi Shinx", card_type: "Rare", price: "2885.02", transaction_date: "2023-11-10", buyer_id: "d078fbdc-7650-4d88-be3e-06ef1616521e", seller_id: "f67f5e43-5a59-4f88-ae47-62fd852686df", tournament_participation: false },
            { id: 223, card_name: "Zygarde", card_type: "Rare", price: "3133.34", transaction_date: "2022-10-08", buyer_id: "25ac328e-0350-4f6e-8031-9505a9034e13", seller_id: "38e98f30-54f7-4d57-9ddf-ce234d744f44", tournament_participation: false },
            { id: 224, card_name: "Blastoise", card_type: "Uncommon", price: null, transaction_date: "2022-03-06", buyer_id: null, seller_id: "124d50b7-ddf9-43fc-9271-fe2ed7d4da40", tournament_participation: true },
            { id: 225, card_name: "Chimchar Lapras", card_type: "Common", price: null, transaction_date: "2022-02-11", buyer_id: null, seller_id: "a7afaa84-c699-4e27-81da-c6f2a3baafcc", tournament_participation: null },
            { id: 226, card_name: "Turtwig", card_type: "Uncommon", price: null, transaction_date: "2023-06-18", buyer_id: null, seller_id: "63e97974-f4ba-4aa2-b159-dc193e0b8809", tournament_participation: false },
            { id: 227, card_name: "Dragonite", card_type: "Legendary", price: "793.99", transaction_date: "2023-06-12", buyer_id: "61d77128-f4fa-4a36-b60d-b422f289b955", seller_id: "ba3413ed-ff1d-4638-9ad8-b2c8381d11a0", tournament_participation: true },
            { id: 228, card_name: "Zygarde", card_type: "Uncommon", price: null, transaction_date: "2022-12-11", buyer_id: null, seller_id: "03dcc695-942c-457a-ab94-fc568dfbb59a", tournament_participation: false },
            { id: 229, card_name: "Surskit Gardevoir", card_type: "Legendary", price: "12.37", transaction_date: "2023-08-01", buyer_id: "43f5cf18-4303-42a5-b07c-7b90c6e3b9d8", seller_id: "0209fbba-c341-4445-b7a5-0113223a678d", tournament_participation: true },
            { id: 230, card_name: "Turtwig", card_type: "Rare", price: "1057.52", transaction_date: "2022-06-24", buyer_id: "1f1882d5-39b5-462e-8fae-c1c720227a09", seller_id: "4cff4572-713f-41a8-b9bf-4e1638ea09bb", tournament_participation: false },
            { id: 231, card_name: "Infernape Pikachu", card_type: "Rare", price: "984.31", transaction_date: "2023-12-20", buyer_id: "5eea5023-259f-4883-95c6-d905e7555058", seller_id: "99c52553-bda8-4f91-b98c-02c7550dd8f7", tournament_participation: false },
            { id: 232, card_name: "Chimchar Umbreon", card_type: "Rare", price: "28.68", transaction_date: "2023-05-17", buyer_id: "12931d59-5357-4a91-9ad8-5e754098c817", seller_id: "13809378-d0d3-4f5f-a3c8-e651a6e940b9", tournament_participation: false },
            { id: 233, card_name: "Rayquaza Ponyta", card_type: "Uncommon", price: null, transaction_date: "2023-08-15", buyer_id: null, seller_id: "52181699-a95e-449a-af42-37c9bfa362df", tournament_participation: false },
            { id: 234, card_name: "Rayquaza Pikachu Chimchar", card_type: "Uncommon", price: null, transaction_date: "2023-01-28", buyer_id: null, seller_id: "d8924d48-7635-43b6-9814-d447569e6345", tournament_participation: false },
            { id: 235, card_name: "Rayquaza Mawile", card_type: "Rare", price: "1187.58", transaction_date: "2023-04-13", buyer_id: "0141d100-a961-4f0b-a1a7-24468557d05a", seller_id: "9b17ae51-1494-482e-8ff0-cb14e19cdd8d", tournament_participation: true },
            { id: 236, card_name: "Machamp Gengar Sableye", card_type: "Rare", price: "429.55", transaction_date: "2023-07-12", buyer_id: "659adda1-7c3c-43b3-9ab4-48c0aa75afde", seller_id: "9b00fac1-dc76-4d4f-bb71-aa6c9617bee0", tournament_participation: false },
            { id: 237, card_name: "Misdreavus", card_type: "Uncommon", price: null, transaction_date: "2023-10-20", buyer_id: null, seller_id: "6ee9b6df-6abc-4cfb-9d1b-02bc396823c9", tournament_participation: false },
            { id: 238, card_name: "Piplup Chinchou", card_type: "Rare", price: "3401.06", transaction_date: "2022-08-09", buyer_id: "4e78a217-3acc-4cbc-ba30-b25e03a9a044", seller_id: "3bd3462d-5a03-4a73-8485-ecc9fdd39460", tournament_participation: false },
            { id: 239, card_name: "Celebi Umbreon Dragonite", card_type: "Legendary", price: "402.86", transaction_date: "2023-10-16", buyer_id: "b8412788-ebb0-474d-8202-0e97ec15c289", seller_id: "1e61c14e-342a-4440-944e-39d3ec1cdf04", tournament_participation: false },
            { id: 240, card_name: "Gengar Turtwig Celebi", card_type: "Rare", price: "52.25", transaction_date: "2022-08-28", buyer_id: "75b4e550-9621-49b8-94f9-ffa72a9d8e7e", seller_id: "d45e7148-65c9-4bf4-a222-b28237940b7f", tournament_participation: null },
            { id: 241, card_name: "Misdreavus Metagross", card_type: "Rare", price: "3867.53", transaction_date: "2022-02-25", buyer_id: "2536f8bd-39f3-484a-9890-4241f859da02", seller_id: "fd1f8b5a-bc83-4e8b-8980-abcdbd454716", tournament_participation: false },
            { id: 242, card_name: "Shinx Mewtwo", card_type: "Rare", price: "474.42", transaction_date: "2023-02-09", buyer_id: "a5745890-7fb4-465c-b519-caf8c9b44208", seller_id: "31a2ae49-bee5-4c09-bddb-38cc69709f76", tournament_participation: false },
            { id: 243, card_name: "Togepi", card_type: "Uncommon", price: null, transaction_date: "2022-11-03", buyer_id: null, seller_id: "9df22c47-e4e9-4b01-98e0-1fe910f0480e", tournament_participation: false },
            { id: 244, card_name: "Shuckle Metagross Luxray", card_type: "Common", price: null, transaction_date: "2023-12-18", buyer_id: null, seller_id: "38427321-b25e-497d-89b7-bfe9ecec3624", tournament_participation: null },
            { id: 245, card_name: "Pidgeot Pikachu", card_type: "Rare", price: "2039.80", transaction_date: "2022-09-13", buyer_id: "30afaeae-2eff-4b65-88e9-eff4c0a1fa0a", seller_id: "301d56fa-2594-4e8f-8350-765a9a9abfdb", tournament_participation: true },
            { id: 246, card_name: "Turtwig Eevee Chinchou", card_type: "Legendary", price: "4871.73", transaction_date: "2023-08-10", buyer_id: "82b2b5d5-1ddc-46d9-9805-64469415144b", seller_id: "321c0d61-666c-43aa-8c57-68a8824ef6ef", tournament_participation: false },
            { id: 247, card_name: "Charizard", card_type: "Common", price: null, transaction_date: "2023-10-14", buyer_id: null, seller_id: "14a59afb-c19f-49c1-aa03-2c64f6ebc239", tournament_participation: null },
            { id: 248, card_name: "Rayquaza", card_type: "Rare", price: "961.48", transaction_date: "2023-05-05", buyer_id: "16448be7-2494-4eb9-a895-126134f529b8", seller_id: "11706ce6-b6dc-4cc1-b72c-c26662a52666", tournament_participation: true },
            { id: 249, card_name: "Jigglypuff Machamp", card_type: "Common", price: null, transaction_date: "2023-03-23", buyer_id: null, seller_id: "8b23e19d-a834-4afa-a35c-1459889563ae", tournament_participation: true },
            { id: 250, card_name: "Zygarde", card_type: "Uncommon", price: null, transaction_date: "2022-05-23", buyer_id: null, seller_id: "2768daae-8970-4a54-8578-076653a6470d", tournament_participation: false },
            { id: 251, card_name: "Lucario Shuckle", card_type: "Rare", price: "1.21", transaction_date: "2022-09-28", buyer_id: "c760edb7-4954-47a1-9185-5b2d5f58c823", seller_id: "5dbb8a62-ce45-4366-b988-e68914313e86", tournament_participation: true },
            { id: 252, card_name: "Shuckle", card_type: "Rare", price: "122.00", transaction_date: "2023-10-01", buyer_id: "70600d9e-cd81-41dc-bbb3-10c3371acc57", seller_id: "e7b4235c-69e2-40af-b677-ff6ad69bf0a1", tournament_participation: false },
            { id: 253, card_name: "Blastoise", card_type: "Uncommon", price: null, transaction_date: "2023-10-23", buyer_id: null, seller_id: "ede0be75-4f4e-49e3-8602-90d10590ec55", tournament_participation: true },
            { id: 254, card_name: "Turtwig Salamence", card_type: "Legendary", price: "2772.72", transaction_date: "2023-07-11", buyer_id: "4a040a10-5168-4ee3-84ef-8f7dea776a78", seller_id: "b767e390-6148-4495-88ad-b40b3a9c2cd0", tournament_participation: null },
            { id: 255, card_name: "Lanturn", card_type: "Rare", price: "271.91", transaction_date: "2023-08-25", buyer_id: "c76e3cb6-d4ae-4309-bd8b-7154ed9afda2", seller_id: "c1879dd4-174c-4bbe-9a2d-f88d2144a8e9", tournament_participation: false },
            { id: 256, card_name: "Blastoise", card_type: "Rare", price: "8.01", transaction_date: "2023-11-25", buyer_id: "ebd5e1a2-8d9d-4b23-a5cd-b94f2c806cf3", seller_id: "9a233fad-94ad-41b7-9f42-023262e12d67", tournament_participation: false },
            { id: 257, card_name: "Snorlax Kabutops Eevee", card_type: "Rare", price: "2195.36", transaction_date: "2023-02-16", buyer_id: "4f29b8e1-5630-4967-a81c-ba050fc30b9f", seller_id: "8047eaac-9291-4188-adb8-a740fed7d475", tournament_participation: true },
            { id: 258, card_name: "Kabutops Greninja Turtwig", card_type: "Rare", price: "3294.80", transaction_date: "2023-03-28", buyer_id: "2654de0c-5297-4c07-8abc-dbe93e1acc55", seller_id: "935d955f-dd6c-49eb-bb24-1cede4d8705d", tournament_participation: false },
            { id: 259, card_name: "Bidoof Machamp Arcanine", card_type: "Rare", price: "1.02", transaction_date: "2023-02-18", buyer_id: "2fce23f3-0d7e-4fb0-942a-d3beb4ad511d", seller_id: "cfe80910-5354-4847-af97-e2c974e164ac", tournament_participation: true },
            { id: 260, card_name: "Celebi", card_type: "Rare", price: "1142.31", transaction_date: "2022-07-21", buyer_id: "a7071830-7dbd-4418-8c55-f943da4e42f5", seller_id: "1a25fc1f-eedd-41ea-8ca4-fccc1a306e37", tournament_participation: true },
            { id: 261, card_name: "Salamence Ponyta", card_type: "Rare", price: "56.17", transaction_date: "2023-08-08", buyer_id: "3fe2f7c6-f529-4c98-8362-9e938522bfd5", seller_id: "456f5e94-00eb-43fa-bddb-cbf9ba2faa60", tournament_participation: false },
            { id: 262, card_name: "Gardevoir", card_type: "Rare", price: "4480.56", transaction_date: "2022-08-12", buyer_id: "2ab007f2-5f8d-4b75-93c8-4bbaad82d660", seller_id: "94c22d0e-67d5-45d5-8dad-9b22c11ba56d", tournament_participation: false },
            { id: 263, card_name: "Mewtwo Onix", card_type: "Common", price: null, transaction_date: "2022-04-25", buyer_id: null, seller_id: "e4887c10-7319-4235-99bc-6d41119b815e", tournament_participation: false },
            { id: 264, card_name: "Gardevoir", card_type: "Rare", price: "4544.41", transaction_date: "2023-12-28", buyer_id: "7a9a85ce-7ab5-4221-8f4f-d4d4b3c678dc", seller_id: "8190f2c9-d85a-40af-afc9-9533a02374b7", tournament_participation: true },
            { id: 265, card_name: "Metagross Eevee", card_type: "Rare", price: "3471.22", transaction_date: "2023-10-14", buyer_id: "a790dd79-5e8e-4c45-9273-bec3f1ddc646", seller_id: "a7114bb2-f952-456b-885a-f9b6b33c88de", tournament_participation: false },
            { id: 266, card_name: "Charizard", card_type: "Rare", price: "1778.08", transaction_date: "2023-10-07", buyer_id: "e5713be7-87a2-4926-89c8-729cf32bd6d3", seller_id: "912d7079-a97a-48c7-b96c-2cb03ad23abd", tournament_participation: false },
            { id: 267, card_name: "Rayquaza Ponyta", card_type: "Common", price: null, transaction_date: "2023-01-05", buyer_id: null, seller_id: "52223b0a-239c-483a-b9bb-0d6a72a19e1b", tournament_participation: true },
            { id: 268, card_name: "Blastoise Shuckle Turtwig", card_type: "Rare", price: "2.71", transaction_date: "2022-11-21", buyer_id: "ef2aa1c1-158d-4284-9d18-49bf6d1d7812", seller_id: "8c1e22d8-8ebc-40a8-af34-35bc1f16a97e", tournament_participation: true },
            { id: 269, card_name: "Charizard", card_type: "Rare", price: "135.75", transaction_date: "2022-01-01", buyer_id: "5b14c676-fb87-49db-b363-9d5fd6fe03a5", seller_id: "b3aa4fe9-ae53-4aee-a692-6c5a1d9afc7f", tournament_participation: false },
            { id: 270, card_name: "Golbat Torterra Shuckle", card_type: "Common", price: null, transaction_date: "2023-10-12", buyer_id: null, seller_id: "c5e80655-a786-4f9c-95b4-d7a1f48a04fa", tournament_participation: false },
            { id: 271, card_name: "Gengar Chimchar", card_type: "Rare", price: "1929.79", transaction_date: "2023-06-05", buyer_id: "46d3508c-21a3-4eb0-a2d1-6eadf452f2ae", seller_id: "0ddb98b6-e578-4fe0-b5a6-84c5e0e6dc57", tournament_participation: false },
            { id: 272, card_name: "Dragonite Lanturn", card_type: "Rare", price: "3544.37", transaction_date: "2022-11-30", buyer_id: "ed21d500-5bcb-48b9-8bd6-8926a5ea5878", seller_id: "83d590d0-ee34-43f4-86ce-913a0be3fe27", tournament_participation: true },
            { id: 273, card_name: "Lapras", card_type: "Legendary", price: "1027.45", transaction_date: "2023-06-05", buyer_id: "efe55e1e-7305-4f00-94e0-2de5792eb9ce", seller_id: "4704a005-52cf-45ed-884a-c5f751760397", tournament_participation: true },
            { id: 274, card_name: "Bibarel", card_type: "Common", price: null, transaction_date: "2023-12-12", buyer_id: null, seller_id: "f20b8a32-c051-4ff4-9e44-b64628729d60", tournament_participation: true },
            { id: 275, card_name: "Pidgeot Alakazam Pikachu", card_type: "Rare", price: "164.21", transaction_date: "2023-05-08", buyer_id: "f718c2fb-dec9-4fe3-b3b2-7a6ea7f75562", seller_id: "e56bcc53-3423-4695-a251-f5b7c5c915c1", tournament_participation: true },
            { id: 276, card_name: "Machoke", card_type: "Rare", price: "3222.68", transaction_date: "2023-02-02", buyer_id: "4d9bf61d-3f44-4fb7-8ce8-5c1fc7f114b5", seller_id: "9c5cf922-b781-48fc-9bdf-c4464119580a", tournament_participation: false },
            { id: 277, card_name: "Arcanine Bidoof Salamence", card_type: "Rare", price: "1876.05", transaction_date: "2022-05-26", buyer_id: "5bec3518-9969-42f8-b921-01ebe5edeea1", seller_id: "ed238dba-14d8-4f21-8106-5b7d86ac7c72", tournament_participation: true },
            { id: 278, card_name: "Infernape Surskit", card_type: "Rare", price: "2988.60", transaction_date: "2023-04-26", buyer_id: "3dacce29-6c81-4112-874e-5873ef8768df", seller_id: "867b8727-0cc0-4f2b-86b4-a8fbf2225a7f", tournament_participation: false },
            { id: 279, card_name: "Gardevoir Salamence Kabutops", card_type: "Uncommon", price: null, transaction_date: "2023-08-02", buyer_id: null, seller_id: "998bce58-b3c8-40da-ae81-0d6977f0740a", tournament_participation: true },
            { id: 280, card_name: "Alakazam", card_type: "Uncommon", price: null, transaction_date: "2023-06-22", buyer_id: null, seller_id: "f03fdd5f-07f3-499d-af51-c7a0684aad90", tournament_participation: true },
            { id: 281, card_name: "Bidoof Arcanine", card_type: "Legendary", price: "285.83", transaction_date: "2023-02-25", buyer_id: "5ed82604-c3c1-43a3-a82b-218dd6cdfe18", seller_id: "619505a0-2b62-4900-8799-e7bbeef03652", tournament_participation: true },
            { id: 282, card_name: "Machoke Pikachu", card_type: "Uncommon", price: null, transaction_date: "2023-12-31", buyer_id: null, seller_id: "f762401d-3c0b-4f2f-aae8-7350cebc224d", tournament_participation: false },
            { id: 283, card_name: "Lapras Ponyta", card_type: "Rare", price: "43.60", transaction_date: "2023-12-19", buyer_id: "e725c35b-5a9b-446f-9e7a-3a8efcc27e55", seller_id: "86975c80-b04f-40cf-8ca0-d7133c7880fd", tournament_participation: false },
            { id: 284, card_name: "Surskit Rayquaza", card_type: "Legendary", price: "2007.78", transaction_date: "2023-12-24", buyer_id: "38806f88-0953-4a62-a033-ca89e48cda6f", seller_id: "e92f1de3-2f24-4cc9-8974-5394d6ad058f", tournament_participation: false },
            { id: 285, card_name: "Turtwig Mewtwo Shuckle", card_type: "Common", price: null, transaction_date: "2023-06-19", buyer_id: null, seller_id: "90e27597-c76b-4126-9677-e754d9642f3f", tournament_participation: null },
            { id: 286, card_name: "Lanturn Zygarde Tyranitar", card_type: "Rare", price: "1357.67", transaction_date: "2022-03-25", buyer_id: "8bc7a6e5-54bc-41c9-8df9-d58b8adb4bcc", seller_id: "e4e89da1-7f3a-4425-9ed2-0485211c9f4d", tournament_participation: false },
            { id: 287, card_name: "Torterra", card_type: "Rare", price: "4305.85", transaction_date: "2022-12-18", buyer_id: "47b653eb-c251-43d0-b7e2-f30eb729bdd0", seller_id: "88400201-70b3-471f-bfa6-dc02b3704828", tournament_participation: true },
            { id: 288, card_name: "Sableye Chimchar", card_type: "Rare", price: "2970.20", transaction_date: "2022-09-02", buyer_id: "7bcabe5c-c7da-43c6-b38d-0bb36c877a4c", seller_id: "efaf4ac1-6c9d-46d0-b443-f5dc8c6607db", tournament_participation: false },
            { id: 289, card_name: "Bibarel Ponyta", card_type: "Rare", price: "2313.96", transaction_date: "2023-06-05", buyer_id: "66de69a5-5179-4781-94a9-7b6adfd50d4c", seller_id: "9dd18376-fd96-4027-90ec-79dbf206fe24", tournament_participation: false },
            { id: 290, card_name: "Blastoise", card_type: "Legendary", price: "49.98", transaction_date: "2023-05-19", buyer_id: "2962c03f-0bfe-4329-9c9e-26d2865b37df", seller_id: "fab440d3-391e-4582-8b04-4d4009fcb012", tournament_participation: true },
            { id: 291, card_name: "Kabutops", card_type: "Rare", price: "4029.04", transaction_date: "2023-10-28", buyer_id: "f7cfa9cc-4d0d-43ca-8eb5-4c0f3fcdf330", seller_id: "33a2fbb7-1597-4662-a26c-e7182c3f4587", tournament_participation: false },
            { id: 292, card_name: "Empoleon", card_type: "Rare", price: "692.79", transaction_date: "2023-01-23", buyer_id: "4d7a7a84-29c1-4582-915d-639613faac55", seller_id: "568c8db7-f303-4ba2-9c24-4aace972b658", tournament_participation: true },
            { id: 293, card_name: "Bidoof Alakazam", card_type: "Legendary", price: "4090.85", transaction_date: "2022-02-18", buyer_id: "213909ed-917d-4b1d-8796-3d99368331ff", seller_id: "e251a803-4e2e-4da6-9cb3-c2499da98a6e", tournament_participation: false },
            { id: 294, card_name: "Tyranitar Snorlax Ninetales", card_type: "Common", price: null, transaction_date: "2023-09-01", buyer_id: null, seller_id: "e9f2339a-db8d-4a13-bfbf-2d4a858c2b1d", tournament_participation: true },
            { id: 295, card_name: "Togepi Alakazam Misdreavus", card_type: "Rare", price: "2.62", transaction_date: "2023-12-25", buyer_id: "47b5f581-6af3-4485-815c-5840ea419b70", seller_id: "00f9296e-5cd3-4fed-af72-022f0ea718e6", tournament_participation: false },
            { id: 296, card_name: "Blastoise Luxray Dragonite", card_type: "Uncommon", price: null, transaction_date: "2023-07-23", buyer_id: null, seller_id: "23f10d87-c2aa-47bf-a2ec-7d047d0b529b", tournament_participation: false },
            { id: 297, card_name: "Eevee Ninetales Shuckle", card_type: "Uncommon", price: null, transaction_date: "2023-06-18", buyer_id: null, seller_id: "cac67a0d-3598-4f59-994c-19effe3a1dcc", tournament_participation: false },
            { id: 298, card_name: "Bidoof", card_type: "Rare", price: "25.72", transaction_date: "2022-10-07", buyer_id: "3396eba6-2569-428a-96b0-f077758cd430", seller_id: "47adc851-3b64-42b2-aeae-02e3cb4093c8", tournament_participation: false },
            { id: 299, card_name: "Machamp", card_type: "Rare", price: "432.09", transaction_date: "2022-11-26", buyer_id: "601f3033-6ad2-4142-a725-b30b560b3b39", seller_id: "ee3d381f-3859-484e-906a-b86448782039", tournament_participation: false },
            { id: 300, card_name: "Sableye Metagross Golbat", card_type: "Uncommon", price: null, transaction_date: "2023-08-31", buyer_id: null, seller_id: "add62bc8-85eb-4036-b095-999b56046a8e", tournament_participation: true },
            { id: 301, card_name: "Surskit", card_type: "Rare", price: "1288.07", transaction_date: "2022-05-25", buyer_id: "7d16168c-aa38-4021-b115-982a5ddba09b", seller_id: "8b8bd7c8-99b9-45f5-b334-76c834b87389", tournament_participation: true },
            { id: 302, card_name: "Misdreavus Machamp", card_type: "Uncommon", price: null, transaction_date: "2022-04-12", buyer_id: null, seller_id: "4aef4182-98ab-4a4e-96a2-9f7c5f07d963", tournament_participation: false },
            { id: 303, card_name: "Kabutops", card_type: "Uncommon", price: null, transaction_date: "2023-11-28", buyer_id: null, seller_id: "99420946-0033-4905-97d3-4b6aa8069779", tournament_participation: null },
            { id: 304, card_name: "Chimchar Turtwig", card_type: "Common", price: null, transaction_date: "2023-11-29", buyer_id: null, seller_id: "586edf23-ffa2-4ae3-80ac-5ef4a48889f1", tournament_participation: false },
            { id: 305, card_name: "Ponyta", card_type: "Rare", price: "43.98", transaction_date: "2022-10-17", buyer_id: "8cbc7c4b-6484-424b-ae73-b2da8251c56f", seller_id: "5d1ce57e-2323-4e0d-b8d2-d649d2c98754", tournament_participation: null },
            { id: 306, card_name: "Umbreon Infernape Kabutops", card_type: "Uncommon", price: null, transaction_date: "2023-10-05", buyer_id: null, seller_id: "3ad2d35a-2540-4949-aca7-16ca788bef0b", tournament_participation: false },
            { id: 307, card_name: "Metagross Tyranitar Celebi", card_type: "Common", price: null, transaction_date: "2023-09-16", buyer_id: null, seller_id: "e787d08a-7612-4485-b056-9b3a29a910fc", tournament_participation: false },
            { id: 308, card_name: "Eevee", card_type: "Common", price: null, transaction_date: "2023-10-24", buyer_id: null, seller_id: "03e1c78b-df86-42a0-924c-5a6d0605c81c", tournament_participation: true },
            { id: 309, card_name: "Lapras Infernape", card_type: "Rare", price: "427.56", transaction_date: "2023-07-28", buyer_id: "365ba984-ab41-4255-b460-e6051a91efce", seller_id: "2ac99d0a-366e-410a-be70-70165200c8ff", tournament_participation: false },
            { id: 310, card_name: "Surskit Greninja", card_type: "Common", price: null, transaction_date: "2022-01-23", buyer_id: null, seller_id: "86834ffe-562a-479f-84b0-5bef11c7f6a9", tournament_participation: false },
            { id: 311, card_name: "Surskit Dragonite", card_type: "Uncommon", price: null, transaction_date: "2023-12-21", buyer_id: null, seller_id: "bf01a537-a0f2-40d6-9868-5d236a38bc1c", tournament_participation: true },
            { id: 312, card_name: "Bidoof", card_type: "Common", price: null, transaction_date: "2023-06-26", buyer_id: null, seller_id: "4f6345d0-6c86-46fc-bd55-aeef9deb7ea2", tournament_participation: false },
            { id: 313, card_name: "Surskit Rayquaza", card_type: "Rare", price: "816.70", transaction_date: "2022-12-08", buyer_id: "1764972e-3fd2-4c61-b310-ef7d3cb54eae", seller_id: "51eccb22-76a1-40ed-a295-cc7f0815f815", tournament_participation: false },
            { id: 314, card_name: "Shinx Metagross Gengar", card_type: "Common", price: null, transaction_date: "2023-04-11", buyer_id: null, seller_id: "8db856ba-4cc6-4a9a-9931-8f7707b65557", tournament_participation: false },
            { id: 315, card_name: "Surskit", card_type: "Uncommon", price: null, transaction_date: "2022-04-13", buyer_id: null, seller_id: "6f83cc45-10e0-4c4a-8472-b2ec4b3127f4", tournament_participation: null },
            { id: 316, card_name: "Empoleon", card_type: "Rare", price: "4568.07", transaction_date: "2023-01-12", buyer_id: "c45d51f4-4921-42a4-bd4d-0f776b1ec3f5", seller_id: "86718197-dc98-40cb-8053-1955ae02cc2a", tournament_participation: true },
            { id: 317, card_name: "Turtwig Lucario Gengar", card_type: "Rare", price: "4882.49", transaction_date: "2022-10-10", buyer_id: "03f865fc-964d-4548-998b-70fac6c17847", seller_id: "bc7f6b7f-b0b0-4c53-bd33-478bea5fe6dc", tournament_participation: null },
            { id: 318, card_name: "Ninetales Pikachu Jigglypuff", card_type: "Uncommon", price: null, transaction_date: "2022-01-18", buyer_id: null, seller_id: "188317fa-16b9-4734-aff0-7ad44a11e130", tournament_participation: null },
            { id: 319, card_name: "Kabutops Shuckle", card_type: "Rare", price: "2379.00", transaction_date: "2022-06-21", buyer_id: "fd013777-77e1-4a12-ad18-080d580365c6", seller_id: "0267968d-5327-4373-8d4a-2108c3cda024", tournament_participation: true },
            { id: 320, card_name: "Lucario", card_type: "Rare", price: "1354.13", transaction_date: "2023-11-07", buyer_id: "4ddbabb8-d7a1-4689-8e15-5387e5690c09", seller_id: "d19eb775-5adf-45dd-86d4-06fda5344dc0", tournament_participation: true },
            { id: 321, card_name: "Eevee Dragonite Tyranitar", card_type: "Common", price: null, transaction_date: "2023-07-22", buyer_id: null, seller_id: "b8e53389-66bb-4ac6-96ee-1cfe5d965308", tournament_participation: false },
            { id: 322, card_name: "Kabutops Gengar", card_type: "Rare", price: "3347.48", transaction_date: "2022-12-29", buyer_id: "c34140e0-133d-483d-b58b-b0b4e6cb64a5", seller_id: "6bd5c727-a019-4b42-8bde-9635ac49e4d4", tournament_participation: false },
            { id: 323, card_name: "Empoleon Salamence Celebi", card_type: "Legendary", price: "2353.70", transaction_date: "2023-09-29", buyer_id: "de5e75f7-c440-49d9-9031-00588b807023", seller_id: "470c1fb4-a487-416f-8b75-e071e76dea13", tournament_participation: false },
            { id: 324, card_name: "Misdreavus Torterra", card_type: "Rare", price: "1401.46", transaction_date: "2022-06-16", buyer_id: "075d40b6-1641-4b47-99cc-c17780020374", seller_id: "ad79abb0-4dda-4de3-8541-59e7d4eb0be0", tournament_participation: false },
            { id: 325, card_name: "Arcanine Dragonite Metagross", card_type: "Uncommon", price: null, transaction_date: "2023-12-03", buyer_id: null, seller_id: "116a1ef5-c337-4757-b50d-c1f2e298b42f", tournament_participation: false },
            { id: 326, card_name: "Snorlax Luxray Lapras", card_type: "Rare", price: "2.28", transaction_date: "2023-10-08", buyer_id: "970804b4-f5a6-4dd9-bc57-39a4f6d695e3", seller_id: "39960d0c-c59f-4df1-8927-358ceec12bb2", tournament_participation: false },
            { id: 327, card_name: "Metagross Dragonite Salamence", card_type: "Rare", price: "523.81", transaction_date: "2023-06-22", buyer_id: "e5bbeb06-94d4-43e4-92d5-ceddc3c233aa", seller_id: "d15d86b2-e51a-4aec-baa5-32e6c31b9e51", tournament_participation: false },
            { id: 328, card_name: "Lapras", card_type: "Rare", price: "2901.55", transaction_date: "2022-10-20", buyer_id: "1e427bc0-56f4-43bd-98f4-171e50cbfc6d", seller_id: "bbe7211f-2da2-4714-8f7f-12e7e2a5bcff", tournament_participation: false },
            { id: 329, card_name: "Shinx", card_type: "Uncommon", price: null, transaction_date: "2023-07-03", buyer_id: null, seller_id: "1df836e1-9cbd-4c6e-bfaf-71ed7376a6af", tournament_participation: true },
            { id: 330, card_name: "Bibarel Sableye Dragonite", card_type: "Rare", price: "231.74", transaction_date: "2023-08-08", buyer_id: "3233b5ff-1289-4c7e-9896-e36649fc665a", seller_id: "dec480ef-60a8-4bd0-af00-0d8d64657c73", tournament_participation: true },
            { id: 331, card_name: "Machoke Lapras", card_type: "Rare", price: "3189.49", transaction_date: "2023-10-29", buyer_id: "40748e66-2471-4704-971a-07650815b82a", seller_id: "c377b334-cbf5-473f-ba91-34d6a9a6548e", tournament_participation: null },
            { id: 332, card_name: "Umbreon", card_type: "Rare", price: "2279.58", transaction_date: "2023-02-05", buyer_id: "ce089572-e331-403c-a3ba-7b8252f781ba", seller_id: "92f23a91-4b93-48f0-8fd2-e7f5030314bf", tournament_participation: true },
            { id: 333, card_name: "Empoleon Celebi Machoke", card_type: "Rare", price: "1073.81", transaction_date: "2022-11-30", buyer_id: "066eabf5-7181-46e9-b29c-223f3e8da133", seller_id: "d6a8f138-c460-4acc-b6b2-27256109a984", tournament_participation: false },
            { id: 334, card_name: "Gardevoir Salamence", card_type: "Common", price: null, transaction_date: "2023-09-21", buyer_id: null, seller_id: "b1110541-ccb3-4945-9e3e-fc5279371a24", tournament_participation: false },
            { id: 335, card_name: "Jigglypuff Sableye Mewtwo", card_type: "Rare", price: "3043.99", transaction_date: "2022-11-01", buyer_id: "b84bad83-259e-4e6a-a092-9037eb4d79ff", seller_id: "8cbfe8d8-9746-4686-81d4-0d0dfdb5dccb", tournament_participation: true },
            { id: 336, card_name: "Luxray Bidoof", card_type: "Common", price: null, transaction_date: "2023-07-19", buyer_id: null, seller_id: "6c7c3910-21d2-4875-8114-622b7aa3f5d0", tournament_participation: false },
            { id: 337, card_name: "Kabutops Machoke Bidoof", card_type: "Rare", price: "8.32", transaction_date: "2023-12-10", buyer_id: "70796863-a58c-42ce-aa3d-a6ff20a8d7cc", seller_id: "a4a94bde-588a-4c9f-9c67-8067a6a33364", tournament_participation: false },
            { id: 338, card_name: "Kabutops", card_type: "Rare", price: "1196.48", transaction_date: "2022-06-16", buyer_id: "a5769e87-1100-4d03-851f-c3fbd37e9beb", seller_id: "12509836-35c1-414e-9911-3459a408a2bd", tournament_participation: true },
            { id: 339, card_name: "Snorlax Piplup", card_type: "Rare", price: "573.29", transaction_date: "2022-03-20", buyer_id: "6449b17b-3e1c-45c5-b37d-90e247cb4234", seller_id: "2cfe4ba4-70e9-435c-ad20-39d8e9a1a3e4", tournament_participation: true },
            { id: 340, card_name: "Lucario Arcanine", card_type: "Rare", price: "111.87", transaction_date: "2023-08-14", buyer_id: "92ba0ec0-b1c8-4572-bd39-6e26955c956d", seller_id: "f73d25ac-5ed7-45ff-83c1-0e8fb2762ccb", tournament_participation: false },
            { id: 341, card_name: "Luxray", card_type: "Rare", price: "1432.72", transaction_date: "2023-11-20", buyer_id: "1122c09a-c94f-4c1a-99fd-f895e2a29a5e", seller_id: "066671f8-9c27-4a48-85c4-0d95004bcdea", tournament_participation: true },
            { id: 342, card_name: "Sableye", card_type: "Uncommon", price: null, transaction_date: "2022-10-09", buyer_id: null, seller_id: "5c0d70b8-34b7-4d8b-a08e-e4e7853e1364", tournament_participation: false },
            { id: 343, card_name: "Scyther", card_type: "Common", price: null, transaction_date: "2023-05-10", buyer_id: null, seller_id: "142fdd05-b961-47f6-9110-1691faa30403", tournament_participation: true },
            { id: 344, card_name: "Gengar", card_type: "Legendary", price: "12.10", transaction_date: "2023-01-19", buyer_id: "2460b862-f06c-441e-9469-c3e154efd8a6", seller_id: "d0c15841-6cf9-4e4b-abf9-3b73e31174f4", tournament_participation: false },
            { id: 345, card_name: "Pikachu Scyther", card_type: "Common", price: null, transaction_date: "2023-04-07", buyer_id: null, seller_id: "4f4a261f-bfdd-4947-b770-7f54c8ed1864", tournament_participation: true },
            { id: 346, card_name: "Misdreavus Gyarados", card_type: "Rare", price: "1209.68", transaction_date: "2023-06-21", buyer_id: "340e24e9-1184-4342-8190-9ae47d4babc3", seller_id: "1b6c70a9-bc55-4df1-87b1-0c0c1ddb0dca", tournament_participation: true },
            { id: 347, card_name: "Kabutops Gyarados", card_type: "Common", price: null, transaction_date: "2023-03-01", buyer_id: null, seller_id: "3de54dcc-a258-4886-808d-3deec9dcf3de", tournament_participation: false },
            { id: 348, card_name: "Luxray Bidoof Infernape", card_type: "Common", price: null, transaction_date: "2023-01-31", buyer_id: null, seller_id: "c0b26c3f-0764-4cb4-b979-059fca759ffa", tournament_participation: false },
            { id: 349, card_name: "Sableye Lucario", card_type: "Rare", price: "103.11", transaction_date: "2022-02-26", buyer_id: "6dd6f535-7029-416b-9c78-85497b557584", seller_id: "30ce4274-95df-418b-adb2-052cb4ca8a11", tournament_participation: null },
            { id: 350, card_name: "Dragonite Lanturn", card_type: "Common", price: null, transaction_date: "2022-11-11", buyer_id: null, seller_id: "7b6cbcb7-b075-4801-a02b-9faaf3b34113", tournament_participation: false },
            { id: 351, card_name: "Greninja Lapras", card_type: "Rare", price: "3.74", transaction_date: "2023-12-05", buyer_id: "bab00ec3-9b6d-4367-a877-5d1b6c2177a0", seller_id: "cf40f0e1-451f-46b6-9725-8bec2a3412af", tournament_participation: true },
            { id: 352, card_name: "Onix Charizard", card_type: "Rare", price: "2703.21", transaction_date: "2022-10-27", buyer_id: "131f3808-e698-40dd-bea2-2b592aece42d", seller_id: "cef7f6c1-1859-4bba-9169-4c9a8f309f44", tournament_participation: false },
            { id: 353, card_name: "Torterra", card_type: "Legendary", price: "2096.47", transaction_date: "2022-09-15", buyer_id: "c3a5f3b3-f954-4053-9f92-fbb96504ce1a", seller_id: "98b736a1-ebe3-44c7-8ec8-93116120cdef", tournament_participation: false },
            { id: 354, card_name: "Sableye Lanturn Chimchar", card_type: "Rare", price: "4317.55", transaction_date: "2023-11-13", buyer_id: "3cfb90e4-c9f6-4936-980f-053dac20622b", seller_id: "19175cb9-5aad-46ba-b5bd-bb74209c9f71", tournament_participation: false },
            { id: 355, card_name: "Gyarados Onix", card_type: "Rare", price: "2910.88", transaction_date: "2023-08-15", buyer_id: "9299b97c-5acc-41b8-a11a-01c91527c7e6", seller_id: "1c2f72aa-fb6a-4d80-9276-04246f949e84", tournament_participation: null },
            { id: 356, card_name: "Torterra Lanturn", card_type: "Common", price: null, transaction_date: "2022-01-17", buyer_id: null, seller_id: "5f418f60-4b85-4341-809e-2dfbfaabd78f", tournament_participation: true },
            { id: 357, card_name: "Dragonite Torterra Snorlax", card_type: "Rare", price: "241.05", transaction_date: "2023-06-01", buyer_id: "316b778a-1efa-4a8c-a10e-443de199f625", seller_id: "206ab518-e790-4e1d-80ae-01729d7184c3", tournament_participation: true },
            { id: 358, card_name: "Umbreon", card_type: "Rare", price: "1087.50", transaction_date: "2023-08-10", buyer_id: "fbdde194-6ad1-42b4-af75-857ea31e8937", seller_id: "6edce69a-3fcb-4b4a-8ffc-1c6d6528cc9f", tournament_participation: true },
            { id: 359, card_name: "Snorlax Bidoof Machoke", card_type: "Uncommon", price: null, transaction_date: "2023-08-05", buyer_id: null, seller_id: "39143f2c-9c90-4218-9136-37fa978b9de7", tournament_participation: false },
            { id: 360, card_name: "Lapras", card_type: "Rare", price: "185.06", transaction_date: "2022-09-09", buyer_id: "669626b9-77c4-4175-9382-14fd67d951c4", seller_id: "adce5ad6-13ec-47da-b9c4-35bccff36f6f", tournament_participation: false },
            { id: 361, card_name: "Umbreon Snorlax Surskit", card_type: "Rare", price: "836.18", transaction_date: "2022-02-18", buyer_id: "de365ea2-8cd5-4d36-8e04-314e59f19e50", seller_id: "6faeea4e-ba72-4558-8218-36f19eb61110", tournament_participation: false },
            { id: 362, card_name: "Dragonite Shinx", card_type: "Uncommon", price: null, transaction_date: "2023-10-25", buyer_id: null, seller_id: "105a3503-2db5-4364-994e-70ec06644cc9", tournament_participation: true },
            { id: 363, card_name: "Torterra Mewtwo Surskit", card_type: "Rare", price: "2360.37", transaction_date: "2023-11-25", buyer_id: "09386573-7c50-4e27-88b4-69e2396b0595", seller_id: "2e9334df-bc21-4e1e-bde0-989721451d86", tournament_participation: null },
            { id: 364, card_name: "Misdreavus", card_type: "Common", price: null, transaction_date: "2022-04-25", buyer_id: null, seller_id: "611b2b84-4bec-4574-85f6-7fbc4286c3e2", tournament_participation: true },
            { id: 365, card_name: "Salamence Blastoise Lucario", card_type: "Rare", price: "317.12", transaction_date: "2023-07-29", buyer_id: "74abd685-3143-404f-acbc-5a946d46800e", seller_id: "36a00a04-9021-4a62-b056-875ce39d5881", tournament_participation: false },
            { id: 366, card_name: "Salamence Metagross", card_type: "Rare", price: "2096.50", transaction_date: "2023-06-21", buyer_id: "28d33571-0264-446a-90e1-bcd72b3306e9", seller_id: "39c37246-41a7-47f3-bd51-c013e76d48f5", tournament_participation: null },
            { id: 367, card_name: "Togepi", card_type: "Rare", price: "1399.66", transaction_date: "2023-03-15", buyer_id: "a445f9cd-9d90-46e1-94b6-91f1ed90fdb0", seller_id: "040f41d0-5ab9-4ffb-87a4-4fdf9a88f89f", tournament_participation: false },
            { id: 368, card_name: "Luxray Shinx", card_type: "Common", price: null, transaction_date: "2023-12-22", buyer_id: null, seller_id: "add08153-6565-430f-99a2-693baea044bd", tournament_participation: false },
            { id: 369, card_name: "Shuckle", card_type: "Common", price: null, transaction_date: "2022-06-25", buyer_id: null, seller_id: "bcf9f567-7512-4622-baf1-96882f9db2fe", tournament_participation: true },
            { id: 370, card_name: "Umbreon Alakazam Gyarados", card_type: "Rare", price: "1443.68", transaction_date: "2023-01-31", buyer_id: "b2f5ff2b-966b-44db-9ba7-25ea3e7b5437", seller_id: "87fd4687-9a2f-42a9-92ce-e7d1aeede2a7", tournament_participation: false },
            { id: 371, card_name: "Chimchar", card_type: "Rare", price: "97.92", transaction_date: "2023-09-24", buyer_id: "4a750467-60f2-4d77-a509-e6c5a2423706", seller_id: "50603c2d-e5e7-4a45-bc4b-43299768c2f3", tournament_participation: false },
            { id: 372, card_name: "Golbat", card_type: "Common", price: null, transaction_date: "2023-10-27", buyer_id: null, seller_id: "d781ebc2-ccbd-49a2-ade4-b5385dd5c50b", tournament_participation: true },
            { id: 373, card_name: "Gardevoir Turtwig Bidoof", card_type: "Legendary", price: "1074.98", transaction_date: "2023-11-15", buyer_id: "87190210-8170-4146-8fce-21baf41aeee1", seller_id: "c9ee1384-be42-4082-a298-17e8d37a534e", tournament_participation: true },
            { id: 374, card_name: "Torterra", card_type: "Rare", price: "1633.65", transaction_date: "2023-10-14", buyer_id: "f5ab377a-d2e2-4f45-ae47-38c2f506acdc", seller_id: "c10a25a6-9867-4678-a409-a9126f8ff173", tournament_participation: false },
            { id: 375, card_name: "Alakazam", card_type: "Common", price: null, transaction_date: "2023-06-20", buyer_id: null, seller_id: "6ac84c2d-ab09-471f-8908-205bca00da15", tournament_participation: false },
            { id: 376, card_name: "Chinchou Onix", card_type: "Common", price: null, transaction_date: "2022-11-25", buyer_id: null, seller_id: "98be56df-02f4-4ff8-9365-b529cd6115c5", tournament_participation: false },
            { id: 377, card_name: "Arcanine", card_type: "Legendary", price: "210.26", transaction_date: "2022-11-12", buyer_id: "11f6b57f-95bd-4d7e-80cc-410533058235", seller_id: "ff263655-1f8d-4a40-962f-7f568aefdc20", tournament_participation: false },
            { id: 378, card_name: "Turtwig Scyther", card_type: "Legendary", price: "518.04", transaction_date: "2023-01-14", buyer_id: "1082a00a-1512-4434-b47c-34389d79877b", seller_id: "50541d4e-01a0-4697-9cf7-a7d6ab7be050", tournament_participation: true },
            { id: 379, card_name: "Shuckle Turtwig Golbat", card_type: "Legendary", price: "135.86", transaction_date: "2023-08-03", buyer_id: "bb00df1e-f871-423c-9a82-e3314bac5619", seller_id: "059a7159-d707-4a60-8926-1e8fda2b6127", tournament_participation: false },
            { id: 380, card_name: "Bidoof", card_type: "Legendary", price: "271.77", transaction_date: "2022-08-15", buyer_id: "062a9d68-f01a-4cae-b3bf-69d670eb6f7c", seller_id: "5adbf941-287a-4f6f-a1e7-a75ff6859f04", tournament_participation: true },
            { id: 381, card_name: "Torterra Scyther", card_type: "Rare", price: "4730.00", transaction_date: "2023-01-02", buyer_id: "895f2675-770e-4123-9a79-59f3eef5c409", seller_id: "c9f15dca-d37e-4414-b69b-035dbbcabf07", tournament_participation: false },
            { id: 382, card_name: "Mawile Turtwig Misdreavus", card_type: "Legendary", price: "9.88", transaction_date: "2023-07-24", buyer_id: "f99ff05c-d44c-4913-af39-9f57163aa331", seller_id: "922322cd-3d40-4092-9d71-a3eecba2476b", tournament_participation: false },
            { id: 383, card_name: "Greninja", card_type: "Rare", price: "61.81", transaction_date: "2023-01-09", buyer_id: "63ec0e15-65b2-449b-a69e-ac8123bc5f2e", seller_id: "5b5d5a8e-3195-4287-acf5-44afb238f14a", tournament_participation: true },
            { id: 384, card_name: "Lanturn", card_type: "Common", price: null, transaction_date: "2023-01-22", buyer_id: null, seller_id: "3d0b2294-5891-422f-83dc-bf7c27f10148", tournament_participation: false },
            { id: 385, card_name: "Eevee Onix Surskit", card_type: "Rare", price: "541.85", transaction_date: "2022-01-14", buyer_id: "622c167b-caca-44b0-bd72-77878f3aa046", seller_id: "6f273983-b3ef-4793-b53c-11e3a44157e7", tournament_participation: false },
            { id: 386, card_name: "Chinchou Pidgeot", card_type: "Rare", price: "4660.05", transaction_date: "2022-10-11", buyer_id: "5ff10833-3cdf-40ef-96ec-914b8727502b", seller_id: "8c1588bd-5434-431b-a45a-c7ea4564b305", tournament_participation: true },
            { id: 387, card_name: "Misdreavus", card_type: "Uncommon", price: null, transaction_date: "2023-12-01", buyer_id: null, seller_id: "d5599730-4017-4de0-859d-a4b8e7d54347", tournament_participation: false },
            { id: 388, card_name: "Togepi", card_type: "Rare", price: "3719.84", transaction_date: "2022-09-25", buyer_id: "22881b80-fca2-457e-988e-008391e2c9c7", seller_id: "41ffd10e-a614-495f-82ee-9bb1c2eec038", tournament_participation: false },
            { id: 389, card_name: "Lapras Blastoise", card_type: "Legendary", price: "4856.63", transaction_date: "2023-09-04", buyer_id: "24553076-a2b9-465c-883d-1a5f352a8013", seller_id: "6b413b45-ac35-4360-bd93-f197a3238ad0", tournament_participation: false },
            { id: 390, card_name: "Chinchou", card_type: "Common", price: null, transaction_date: "2022-04-14", buyer_id: null, seller_id: "a0988f30-0c30-4247-8468-0c7209ff37ec", tournament_participation: false },
            { id: 391, card_name: "Umbreon Salamence", card_type: "Rare", price: "620.42", transaction_date: "2022-10-26", buyer_id: "121231f5-d5a8-42c6-b4e9-4c6bc8a0e81a", seller_id: "b6ae269a-ac69-45c6-adc6-9c1d2b99bb87", tournament_participation: true },
            { id: 392, card_name: "Umbreon", card_type: "Legendary", price: "1915.54", transaction_date: "2023-08-09", buyer_id: "b45b2b00-58a7-484e-b984-fb1c142c2320", seller_id: "0aac8749-2d09-4f24-8418-c75c4d8f932e", tournament_participation: true },
            { id: 393, card_name: "Chimchar Chinchou", card_type: "Common", price: null, transaction_date: "2022-06-17", buyer_id: null, seller_id: "791e68b4-c323-44af-bb98-015b6b8cea89", tournament_participation: true },
            { id: 394, card_name: "Pidgeot", card_type: "Rare", price: "4016.83", transaction_date: "2022-03-23", buyer_id: "dc1f8701-0c4f-42e5-ae60-2246c181ac98", seller_id: "29e844ea-ecf2-4382-a63f-c029370c4e99", tournament_participation: true },
            { id: 395, card_name: "Tyranitar Misdreavus Machamp", card_type: "Legendary", price: "1484.52", transaction_date: "2022-08-15", buyer_id: "f144fd79-772e-4bad-98a5-dfc11d428ffd", seller_id: "a8391272-2936-448f-a617-18b4cc99acaa", tournament_participation: false },
            { id: 396, card_name: "Shuckle Pidgeot Charizard", card_type: "Rare", price: "175.37", transaction_date: "2022-09-08", buyer_id: "943c1ae7-e635-4c10-9c41-5a79909c20f0", seller_id: "9210ca7c-b6d3-4b85-90e0-38da6d866ff1", tournament_participation: false },
            { id: 397, card_name: "Chimchar Gyarados", card_type: "Rare", price: "34.68", transaction_date: "2022-09-05", buyer_id: "4c8c31dc-ae2e-43a7-aae4-3a9af15a80ef", seller_id: "93533861-715f-45ca-8722-ab4520e9cb1d", tournament_participation: null },
            { id: 398, card_name: "Sableye Lanturn", card_type: "Legendary", price: "2239.25", transaction_date: "2022-09-05", buyer_id: "620ea355-b8f7-4cf7-8593-5c32dbe86d48", seller_id: "9b79a1a1-123e-4655-874a-ec7e049afbc0", tournament_participation: true },
            { id: 399, card_name: "Salamence", card_type: "Rare", price: "3070.20", transaction_date: "2023-08-15", buyer_id: "30cf7e87-ed55-48a9-be95-d2b63899cf3e", seller_id: "101b17af-61c5-49f2-8c39-e9362c36fc3a", tournament_participation: true },
            { id: 400, card_name: "Jigglypuff Salamence", card_type: "Rare", price: "1348.22", transaction_date: "2023-09-09", buyer_id: "df2e8798-f29d-468e-b5ba-da86a628d314", seller_id: "98e449b4-36c5-4749-b237-931df0acc65f", tournament_participation: false },
            { id: 401, card_name: "Mewtwo Togepi Luxray", card_type: "Rare", price: "525.20", transaction_date: "2023-08-24", buyer_id: "250274d1-daee-4e82-b051-32750d5af094", seller_id: "0fec09a0-fa20-4ee7-af62-1235813fb7b9", tournament_participation: true },
            { id: 402, card_name: "Misdreavus Surskit Scyther", card_type: "Common", price: null, transaction_date: "2023-01-08", buyer_id: null, seller_id: "5716dd60-8a81-44f6-9141-9bfba755896f", tournament_participation: true },
            { id: 403, card_name: "Gyarados", card_type: "Common", price: null, transaction_date: "2023-06-17", buyer_id: null, seller_id: "c425be55-2466-4c46-9cd2-2569658bd338", tournament_participation: false },
            { id: 404, card_name: "Ninetales Snorlax Machoke", card_type: "Rare", price: "1469.13", transaction_date: "2023-07-08", buyer_id: "eb66a8e1-d294-46f4-9fa7-f66cb0d5317a", seller_id: "3cae2651-f10e-4b92-8828-2f1b4e55fc4e", tournament_participation: null },
            { id: 405, card_name: "Dragonite Tyranitar", card_type: "Uncommon", price: null, transaction_date: "2023-08-03", buyer_id: null, seller_id: "8c378fc7-16cc-4bd9-baa4-c8bcc49ed1dd", tournament_participation: false },
            { id: 406, card_name: "Pikachu", card_type: "Uncommon", price: null, transaction_date: "2022-01-29", buyer_id: null, seller_id: "20703c5c-6c08-4c91-a2af-e8e098f0495e", tournament_participation: true },
            { id: 407, card_name: "Lucario Ninetales Dragonite", card_type: "Rare", price: "1212.45", transaction_date: "2022-12-30", buyer_id: "454f94dd-bd60-4f45-b4ea-de9fba436aff", seller_id: "712e05d1-bcab-496f-954d-07130359a4af", tournament_participation: true },
            { id: 408, card_name: "Celebi Gyarados Lapras", card_type: "Rare", price: "1194.97", transaction_date: "2023-04-27", buyer_id: "ef36889f-405c-4238-99c0-db54d79bbc0c", seller_id: "2dd5051b-f3be-4a85-b442-5550e2043a2d", tournament_participation: false },
            { id: 409, card_name: "Chinchou Charizard", card_type: "Rare", price: "4954.00", transaction_date: "2023-12-08", buyer_id: "e31f8a58-a717-47fd-94f1-464e837f4abc", seller_id: "6c5325e1-f119-4837-b5b3-750946a34774", tournament_participation: false },
            { id: 410, card_name: "Tyranitar Torterra", card_type: "Common", price: null, transaction_date: "2023-09-11", buyer_id: null, seller_id: "0cc413c3-ae24-4d95-b0ad-9570346651e0", tournament_participation: false },
            { id: 411, card_name: "Arcanine Snorlax", card_type: "Rare", price: "2433.07", transaction_date: "2022-12-26", buyer_id: "dad937f0-c64e-46e9-8d87-d593fcf049bf", seller_id: "3a12c010-fdb5-460b-9861-aba9bcf121b5", tournament_participation: true },
            { id: 412, card_name: "Umbreon Lapras", card_type: "Common", price: null, transaction_date: "2023-03-13", buyer_id: null, seller_id: "4c6904e7-1b24-48b6-8815-4156114a8f24", tournament_participation: false },
            { id: 413, card_name: "Lapras Ponyta Snorlax", card_type: "Common", price: null, transaction_date: "2023-10-30", buyer_id: null, seller_id: "8cd062c5-0bc5-46c9-a853-2d7b798ffda3", tournament_participation: true },
            { id: 414, card_name: "Lucario", card_type: "Rare", price: "499.11", transaction_date: "2023-12-11", buyer_id: "06b0aab1-aa17-4ef0-8912-f3bc3f954e5b", seller_id: "3f58c5da-13ea-4954-9f0f-07e9e15bd4fe", tournament_participation: true },
            { id: 415, card_name: "Empoleon Togepi", card_type: "Rare", price: "234.00", transaction_date: "2022-07-31", buyer_id: "d633cc23-3ec8-4ea5-ad70-11924456dc28", seller_id: "35e8e900-89f0-4492-b508-5d37717630a5", tournament_participation: true },
            { id: 416, card_name: "Charizard Dragonite Shuckle", card_type: "Common", price: null, transaction_date: "2022-09-04", buyer_id: null, seller_id: "c1b716f9-3bf0-4fe9-9afe-e5405c220b08", tournament_participation: false },
            { id: 417, card_name: "Empoleon", card_type: "Uncommon", price: null, transaction_date: "2023-10-03", buyer_id: null, seller_id: "fae2eb2f-9fc3-4cbe-833f-d6f84ec25c90", tournament_participation: false },
            { id: 418, card_name: "Mawile Pidgeot Misdreavus", card_type: "Rare", price: "56.75", transaction_date: "2022-08-18", buyer_id: "ca33c42d-1397-4aa8-8ef2-401d189e2801", seller_id: "5096d262-fd56-4227-996d-c6f011d049a6", tournament_participation: true },
            { id: 419, card_name: "Misdreavus", card_type: "Rare", price: "130.10", transaction_date: "2023-11-14", buyer_id: "ef2c5b4f-b8cd-404d-acba-30a7cb50e002", seller_id: "961afee8-b907-4efd-b354-bf023d7a512d", tournament_participation: false },
            { id: 420, card_name: "Pikachu Rayquaza", card_type: "Uncommon", price: null, transaction_date: "2023-01-31", buyer_id: null, seller_id: "42911bdb-05de-44f0-a61c-ee47221b35b3", tournament_participation: null },
            { id: 421, card_name: "Shinx", card_type: "Rare", price: "24.86", transaction_date: "2022-05-10", buyer_id: "8b3d0646-9580-480d-b667-bd4da415d25f", seller_id: "308642e0-836e-458c-9444-c75707f50e3d", tournament_participation: false },
            { id: 422, card_name: "Chinchou", card_type: "Uncommon", price: null, transaction_date: "2023-12-04", buyer_id: null, seller_id: "5f42b344-59eb-4692-b7e3-440567c1a463", tournament_participation: false },
            { id: 423, card_name: "Kabutops", card_type: "Legendary", price: "2378.75", transaction_date: "2022-09-24", buyer_id: "df6d3333-f050-4f33-9c87-2f598a34e86e", seller_id: "f282126e-7b73-4f57-8b46-a297b785d4f1", tournament_participation: false },
            { id: 424, card_name: "Shuckle", card_type: "Rare", price: "4646.34", transaction_date: "2022-10-16", buyer_id: "9d65b1e6-1a15-4067-a09f-66a35a630031", seller_id: "f4a6b34d-8740-4819-82a4-79949b1cbf0b", tournament_participation: true },
            { id: 425, card_name: "Lapras Alakazam Metagross", card_type: "Rare", price: "429.33", transaction_date: "2023-11-26", buyer_id: "aa50eda4-4c7e-4890-a70a-7b6e6203ff79", seller_id: "0ee95c8f-1109-476a-8bc9-12700a856a0d", tournament_participation: true },
            { id: 426, card_name: "Zygarde Dragonite Lapras", card_type: "Uncommon", price: null, transaction_date: "2022-07-06", buyer_id: null, seller_id: "efb758fc-fa6d-43d7-a4eb-026916ddc338", tournament_participation: false },
            { id: 427, card_name: "Luxray Gengar Rayquaza", card_type: "Uncommon", price: null, transaction_date: "2023-10-08", buyer_id: null, seller_id: "3c3e5296-d7ff-4fff-8a4a-595a8b18d477", tournament_participation: true },
            { id: 428, card_name: "Pidgeot", card_type: "Common", price: null, transaction_date: "2022-06-13", buyer_id: null, seller_id: "cbba57ef-f5b2-4af6-a65d-9635e02f406f", tournament_participation: true },
            { id: 429, card_name: "Empoleon Tyranitar", card_type: "Rare", price: "121.24", transaction_date: "2022-03-07", buyer_id: "13b41f9e-b116-4291-875d-94320da645b6", seller_id: "e1010111-e2c6-405d-aa78-b03586e59581", tournament_participation: false },
            { id: 430, card_name: "Lanturn Chimchar", card_type: "Rare", price: "131.12", transaction_date: "2022-10-28", buyer_id: "58cc1cfe-663f-4e5e-a02d-b1d708ca0473", seller_id: "cb2a19ae-e397-4793-8d02-bfd35a02a46b", tournament_participation: false },
            { id: 431, card_name: "Eevee Arcanine Jigglypuff", card_type: "Rare", price: "715.77", transaction_date: "2022-04-08", buyer_id: "10096663-dc9d-4a43-a1a6-abcb24da8c8d", seller_id: "b970f08d-9a5b-4bbd-b2af-70f92ec359ec", tournament_participation: false },
            { id: 432, card_name: "Arcanine Shuckle", card_type: "Common", price: null, transaction_date: "2022-10-25", buyer_id: null, seller_id: "b538e8cd-9eb7-4a93-84a8-4b345b7eafd5", tournament_participation: null },
            { id: 433, card_name: "Mewtwo Machoke Pikachu", card_type: "Rare", price: "713.60", transaction_date: "2022-05-10", buyer_id: "fd15ad3d-2105-4500-a9bf-c33a1bd4765f", seller_id: "c187c5e3-80cc-4607-8cc1-2e3335b37f6c", tournament_participation: true },
            { id: 434, card_name: "Eevee Chimchar", card_type: "Rare", price: "535.13", transaction_date: "2023-05-16", buyer_id: "10c3735b-096c-4b57-a6d9-c018302d86bb", seller_id: "a6b6b808-b90d-4028-9a97-83219548c02f", tournament_participation: null },
            { id: 435, card_name: "Infernape Celebi Mewtwo", card_type: "Rare", price: "668.04", transaction_date: "2023-01-23", buyer_id: "acc318aa-eee1-4a27-b170-7b080ea34c26", seller_id: "fc3361af-e380-4f6a-9732-eaad512d2d90", tournament_participation: true },
            { id: 436, card_name: "Machoke Shuckle Turtwig", card_type: "Rare", price: "3407.10", transaction_date: "2023-09-18", buyer_id: "ec8dbab7-9eec-4af3-b4f1-b2fc135991c4", seller_id: "abebfb09-c919-4a6f-86d8-08fc5ceb603f", tournament_participation: false },
            { id: 437, card_name: "Salamence", card_type: "Rare", price: "1027.98", transaction_date: "2023-11-25", buyer_id: "3df53098-4e33-4267-9d47-17d5a3639da2", seller_id: "f96ea36f-ad22-47ac-9fe3-d091c6893711", tournament_participation: false },
            { id: 438, card_name: "Surskit Kabutops", card_type: "Rare", price: "157.02", transaction_date: "2023-06-07", buyer_id: "3430bcd0-9330-4ad2-baf2-fd40c452f8d4", seller_id: "164f8fac-a59f-4266-941c-9164375e7612", tournament_participation: false },
            { id: 439, card_name: "Pikachu Greninja Gengar", card_type: "Rare", price: "1386.00", transaction_date: "2023-04-11", buyer_id: "0a7750df-62fd-447d-ada4-c6c82cdc8474", seller_id: "b0c2860a-9b9c-429d-80d1-660f6844b773", tournament_participation: false },
            { id: 440, card_name: "Bidoof", card_type: "Common", price: null, transaction_date: "2023-09-15", buyer_id: null, seller_id: "c3b6d777-6068-40bf-9e0f-37a589592689", tournament_participation: true },
            { id: 441, card_name: "Eevee Arcanine Machoke", card_type: "Rare", price: "4599.93", transaction_date: "2023-01-07", buyer_id: "ecbb0f22-75fc-45d9-b4c1-e8e6afcf6b5b", seller_id: "588919a2-abbb-44e2-b91f-da5f0a77dcc3", tournament_participation: false },
            { id: 442, card_name: "Chimchar Turtwig Charizard", card_type: "Rare", price: "1587.74", transaction_date: "2023-12-30", buyer_id: "71e4123c-9539-4294-9265-5d853b34e280", seller_id: "8bb8e1b8-3e30-4c9e-a0fc-cc982230acaf", tournament_participation: true },
            { id: 443, card_name: "Arcanine", card_type: "Common", price: null, transaction_date: "2022-04-11", buyer_id: null, seller_id: "c4be6a33-cd40-442e-9724-b09140fb44e4", tournament_participation: true },
            { id: 444, card_name: "Zygarde Dragonite", card_type: "Rare", price: "3842.40", transaction_date: "2023-08-28", buyer_id: "1369aa9a-f053-42da-9110-c44947b49305", seller_id: "7034a142-370d-4c9d-91a8-bfbf0305ca8c", tournament_participation: null },
            { id: 445, card_name: "Shinx", card_type: "Rare", price: "3903.04", transaction_date: "2023-03-18", buyer_id: "6ab4f0d3-b072-4db1-95df-96817cd05363", seller_id: "c85dd753-b043-439f-b3b4-0bfa26a2a163", tournament_participation: false },
            { id: 446, card_name: "Scyther Bibarel Pikachu", card_type: "Uncommon", price: null, transaction_date: "2023-04-10", buyer_id: null, seller_id: "d8f5ab7e-7e12-4eeb-bfbc-9d1844dc8aa6", tournament_participation: false },
            { id: 447, card_name: "Pidgeot", card_type: "Rare", price: "770.95", transaction_date: "2023-10-17", buyer_id: "fd21ceca-9e35-480f-9af1-8f97bb7b6883", seller_id: "f50e7c00-c69b-4363-b17f-a2abd079e8db", tournament_participation: null },
            { id: 448, card_name: "Zygarde Machoke", card_type: "Rare", price: "4359.87", transaction_date: "2023-09-13", buyer_id: "41667adf-e1f0-430e-959c-9b4dfeaf9dd3", seller_id: "8431ac28-56c1-4a75-a57f-2f2becc25359", tournament_participation: true },
            { id: 449, card_name: "Tyranitar Charizard Blastoise", card_type: "Uncommon", price: null, transaction_date: "2022-04-01", buyer_id: null, seller_id: "80bd3b51-1610-41c8-95d0-cbc022345c0c", tournament_participation: null },
            { id: 450, card_name: "Infernape Dragonite Ninetales", card_type: "Legendary", price: "3736.32", transaction_date: "2023-07-16", buyer_id: "6eb59fd6-d894-497c-8443-df1a834ddf28", seller_id: "5c07d40c-8521-4221-8a8f-f6a702047ee8", tournament_participation: false },
            { id: 451, card_name: "Lucario Pidgeot Zygarde", card_type: "Uncommon", price: null, transaction_date: "2023-09-27", buyer_id: null, seller_id: "c0aac8c5-27e3-45b7-bf52-937d5ccca7a5", tournament_participation: false },
            { id: 452, card_name: "Onix", card_type: "Rare", price: "7.27", transaction_date: "2023-06-08", buyer_id: "b55ae7e0-9015-45bf-b517-8f5c9d7dd8e7", seller_id: "7564e393-cca3-4caf-9db2-e1199134c79b", tournament_participation: true },
            { id: 453, card_name: "Chimchar Bibarel Machoke", card_type: "Rare", price: "3472.01", transaction_date: "2022-12-23", buyer_id: "ae2f26f9-4627-4cfb-8d97-e6cd7a991ac5", seller_id: "ad18c268-c75a-4fd6-98d2-ede84f878df0", tournament_participation: true },
            { id: 454, card_name: "Blastoise Rayquaza", card_type: "Legendary", price: "1622.75", transaction_date: "2022-09-02", buyer_id: "d0fa2817-71ce-4801-947c-8c476a7e04f7", seller_id: "c6632370-eee0-444b-8fe5-83a312308de9", tournament_participation: false },
            { id: 455, card_name: "Chimchar", card_type: "Rare", price: "313.75", transaction_date: "2023-09-28", buyer_id: "2792084e-bedd-4ed5-bfea-fb7dc9e6b3c7", seller_id: "ba8e1f2c-92c3-4984-9e2d-23de4c0c0a91", tournament_participation: true },
            { id: 456, card_name: "Salamence", card_type: "Rare", price: "3178.70", transaction_date: "2022-10-31", buyer_id: "0875a7f3-e478-499c-93ce-84d0c7197939", seller_id: "6b4bf7fd-f272-4de9-bbe8-bfce27e3fbe3", tournament_participation: null },
            { id: 457, card_name: "Chinchou", card_type: "Rare", price: "297.74", transaction_date: "2023-03-26", buyer_id: "b9478629-9501-4aa0-87b7-ab26b8698509", seller_id: "048c9f61-9162-42f8-b364-3a47d3aa793f", tournament_participation: false },
            { id: 458, card_name: "Mewtwo", card_type: "Rare", price: "4948.14", transaction_date: "2022-01-04", buyer_id: "e0a5acd2-763a-484b-8f95-5483f177a8b8", seller_id: "2fd09760-c856-4017-9e61-71a02d2f315d", tournament_participation: true },
            { id: 459, card_name: "Charizard Bidoof Kabutops", card_type: "Rare", price: "721.99", transaction_date: "2023-11-23", buyer_id: "1da2f48a-1e88-421d-8b1a-8176f4b7f6d6", seller_id: "2d8d01f8-ec52-47f8-91a1-d1802fe3fb46", tournament_participation: true },
            { id: 460, card_name: "Bidoof", card_type: "Rare", price: "529.70", transaction_date: "2023-05-22", buyer_id: "3e8023b4-66e9-4484-924f-53edefe37e9e", seller_id: "ce54fb90-afdb-42dd-abef-804c2b713941", tournament_participation: true },
            { id: 461, card_name: "Umbreon Gengar", card_type: "Rare", price: "4701.12", transaction_date: "2022-06-09", buyer_id: "7c7eafdb-b481-4f9f-8f14-34356d5d35ef", seller_id: "90746965-94bb-4c5a-b5a5-5a838df91262", tournament_participation: false },
            { id: 462, card_name: "Alakazam Surskit", card_type: "Common", price: null, transaction_date: "2023-06-03", buyer_id: null, seller_id: "3fd169b2-78bc-497d-83c2-69daa42ad66c", tournament_participation: false },
            { id: 463, card_name: "Machoke Blastoise Metagross", card_type: "Legendary", price: "451.67", transaction_date: "2023-06-08", buyer_id: "9d58c612-8c39-4341-86e7-d6f9949b37ec", seller_id: "699ffc46-56cb-44ba-b1bf-e912f8a442de", tournament_participation: false },
            { id: 464, card_name: "Piplup Ponyta Blastoise", card_type: "Common", price: null, transaction_date: "2023-10-12", buyer_id: null, seller_id: "875f298a-2e23-4731-aec8-e899a22115f1", tournament_participation: true },
            { id: 465, card_name: "Gyarados Golbat Umbreon", card_type: "Rare", price: "4241.68", transaction_date: "2023-03-26", buyer_id: "891fca45-39e7-4405-8d6c-f2e680bfc2bf", seller_id: "5ca4ef46-1e1d-4af7-bb32-dcabb7eaf055", tournament_participation: true },
            { id: 466, card_name: "Piplup", card_type: "Rare", price: "3952.21", transaction_date: "2023-02-24", buyer_id: "f9b6bd9c-8272-4285-baf8-6282f7922cec", seller_id: "e2925042-2222-4597-ac01-d1c883b908d0", tournament_participation: false },
            { id: 467, card_name: "Scyther", card_type: "Rare", price: "3418.53", transaction_date: "2022-10-18", buyer_id: "7919acdc-71f8-43af-ae91-8a68353230d1", seller_id: "5068c19c-5dd3-4b76-b3f0-2676bc6081ec", tournament_participation: false },
            { id: 468, card_name: "Togepi", card_type: "Rare", price: "886.55", transaction_date: "2023-07-21", buyer_id: "12395225-6e2f-49af-9052-a01e4d0335a4", seller_id: "240b5ce5-3455-4dbb-b2ea-46890c879990", tournament_participation: true },
            { id: 469, card_name: "Celebi Salamence", card_type: "Rare", price: "42.66", transaction_date: "2022-09-27", buyer_id: "eae0cfec-45bd-44ae-9ccd-73ef97d03793", seller_id: "7a32264f-8273-4fdc-b2fb-14e1e9c95bd2", tournament_participation: false },
            { id: 470, card_name: "Luxray", card_type: "Rare", price: "1517.55", transaction_date: "2023-11-27", buyer_id: "bbdca9fc-5e2e-43d1-b608-b1e278aebed2", seller_id: "44764e1c-932d-4b5f-af6b-3cd7cd7a5e8a", tournament_participation: true },
            { id: 471, card_name: "Tyranitar Scyther Shuckle", card_type: "Rare", price: "841.31", transaction_date: "2023-08-25", buyer_id: "2b617751-c2b9-42ae-98b1-a9b464240e52", seller_id: "1b2ef0c7-9ebc-4d7b-b524-fd9679f25137", tournament_participation: true },
            { id: 472, card_name: "Blastoise", card_type: "Rare", price: "2.94", transaction_date: "2023-12-23", buyer_id: "34230c8f-304e-4ee3-bb90-c3bffc2c427f", seller_id: "87b6f4e5-7df1-4705-ab38-7e7cdac182ac", tournament_participation: false },
            { id: 473, card_name: "Dragonite Charizard Turtwig", card_type: "Rare", price: "3696.00", transaction_date: "2023-07-17", buyer_id: "2279b148-052d-462f-bfc5-43bf752bd0b4", seller_id: "a4f36a6a-4dfa-43b1-bc61-bc3789c674e0", tournament_participation: true },
            { id: 474, card_name: "Gardevoir Golbat", card_type: "Rare", price: "148.86", transaction_date: "2022-04-29", buyer_id: "39324092-e5f2-4a92-b852-56e7a84082cf", seller_id: "8fe6dd8b-c78d-44fb-a0ec-2c9b2d6ea0c0", tournament_participation: true },
            { id: 475, card_name: "Infernape", card_type: "Uncommon", price: null, transaction_date: "2023-12-07", buyer_id: null, seller_id: "fa8b2530-585b-4e54-8d42-cad1e340fcae", tournament_participation: true },
            { id: 476, card_name: "Luxray Gardevoir", card_type: "Uncommon", price: null, transaction_date: "2023-07-17", buyer_id: null, seller_id: "75134a13-dfc3-4e78-8406-02986646f347", tournament_participation: false },
            { id: 477, card_name: "Gardevoir Shinx Empoleon", card_type: "Rare", price: "3367.12", transaction_date: "2022-01-18", buyer_id: "ef354bbd-4b52-4b79-9951-495fd137af49", seller_id: "f57a6dcf-1a9f-4510-9f14-ccc08d0540bf", tournament_participation: false },
            { id: 478, card_name: "Rayquaza", card_type: "Rare", price: "2762.39", transaction_date: "2023-05-13", buyer_id: "a0145051-9a11-49ee-9b31-64e4b2974587", seller_id: "529c0e33-8335-47ea-86a7-f97f52da08d6", tournament_participation: false },
            { id: 479, card_name: "Lapras", card_type: "Common", price: null, transaction_date: "2022-08-14", buyer_id: null, seller_id: "0a63e9dc-c056-4cf6-a61c-0c87a8e50b26", tournament_participation: false },
            { id: 480, card_name: "Scyther", card_type: "Uncommon", price: null, transaction_date: "2023-04-30", buyer_id: null, seller_id: "9a713dc3-7987-4721-998f-3405c1b07923", tournament_participation: null },
            { id: 481, card_name: "Gyarados Rayquaza Pikachu", card_type: "Legendary", price: "2907.53", transaction_date: "2022-07-02", buyer_id: "28f18951-5ace-47ec-a889-67e7e70456db", seller_id: "9ab7c65d-a6b4-4e3e-b62b-7fa261f7f177", tournament_participation: null },
            { id: 482, card_name: "Ponyta", card_type: "Uncommon", price: null, transaction_date: "2023-12-13", buyer_id: null, seller_id: "cf1addb3-dd73-4199-ac73-7426ae8b4f94", tournament_participation: false },
            { id: 483, card_name: "Rayquaza Dragonite", card_type: "Rare", price: "2293.32", transaction_date: "2023-12-01", buyer_id: "384c638c-fc4a-41af-9217-0c4d20ba008c", seller_id: "19e5e4b7-282d-4d59-886a-99adefe67829", tournament_participation: true },
            { id: 484, card_name: "Pidgeot Umbreon Dragonite", card_type: "Uncommon", price: null, transaction_date: "2022-07-13", buyer_id: null, seller_id: "b054415f-c225-49b4-83c0-b885f05eb847", tournament_participation: false },
            { id: 485, card_name: "Shuckle", card_type: "Uncommon", price: null, transaction_date: "2022-01-26", buyer_id: null, seller_id: "ea844c9a-d8a6-4d57-bef1-96b5c960ec65", tournament_participation: true },
            { id: 486, card_name: "Piplup", card_type: "Common", price: null, transaction_date: "2022-10-12", buyer_id: null, seller_id: "4dd1c864-e292-4dd2-bf59-840fc17a5e0a", tournament_participation: true },
            { id: 487, card_name: "Ponyta", card_type: "Rare", price: "3730.03", transaction_date: "2022-09-01", buyer_id: "3c3182e6-970f-4a66-b839-58392de0359e", seller_id: "47077e78-9b52-41b5-a9f1-39c4e9925830", tournament_participation: false },
            { id: 488, card_name: "Lucario Umbreon", card_type: "Rare", price: "245.31", transaction_date: "2022-10-02", buyer_id: "18ca4c46-b1f0-4b58-b870-f64bc9a41976", seller_id: "441bc934-5a0d-471a-b64f-308f4b1143b9", tournament_participation: null },
            { id: 489, card_name: "Surskit Shinx", card_type: "Uncommon", price: null, transaction_date: "2022-09-15", buyer_id: null, seller_id: "05e38d97-b8b9-456d-ac67-aa7dec003c0a", tournament_participation: false },
            { id: 490, card_name: "Mawile Bidoof Ninetales", card_type: "Uncommon", price: null, transaction_date: "2023-04-09", buyer_id: null, seller_id: "de48a41d-3e83-4c26-b0d5-e69255b149fe", tournament_participation: false },
            { id: 491, card_name: "Jigglypuff", card_type: "Legendary", price: "317.12", transaction_date: "2022-10-15", buyer_id: "c6bfef6c-a36b-4f4f-8b94-e54dbf1d4a69", seller_id: "d9038f5d-da13-4710-9be5-034bddbe1aa5", tournament_participation: true },
            { id: 492, card_name: "Infernape", card_type: "Legendary", price: "2757.22", transaction_date: "2023-10-07", buyer_id: "c40a076e-df8f-4c02-851c-656820fe24c7", seller_id: "54ac8f38-8058-43c4-abaf-1dd4249a5785", tournament_participation: false },
            { id: 493, card_name: "Misdreavus Onix", card_type: "Uncommon", price: null, transaction_date: "2023-06-10", buyer_id: null, seller_id: "6b387017-09dc-4fd1-a636-a1c6175c7e6a", tournament_participation: true },
            { id: 494, card_name: "Machoke", card_type: "Rare", price: "3145.71", transaction_date: "2022-02-22", buyer_id: "0e870368-9454-41aa-adac-f0bd9d39c197", seller_id: "598d18c9-7b28-4e26-9726-166bee3389d2", tournament_participation: false },
            { id: 495, card_name: "Misdreavus Golbat Shuckle", card_type: "Rare", price: "1216.62", transaction_date: "2023-06-06", buyer_id: "3f8fd67b-cad9-4343-90f4-7fae39bf83d0", seller_id: "c15df1ed-1f9b-4aa9-90f2-3ec55f7c4b5e", tournament_participation: false },
            { id: 496, card_name: "Gardevoir Zygarde Chinchou", card_type: "Rare", price: "1294.46", transaction_date: "2022-04-11", buyer_id: "8b77cc52-638b-40dc-8dcb-51e10210659c", seller_id: "b284fee4-fc1b-4fab-af95-e3f8b5579fe4", tournament_participation: false },
            { id: 497, card_name: "Torterra Sableye Pidgeot", card_type: "Common", price: null, transaction_date: "2023-02-02", buyer_id: null, seller_id: "b87c9cbf-cf96-4136-8b65-637b8497fab9", tournament_participation: true },
            { id: 498, card_name: "Snorlax Jigglypuff Greninja", card_type: "Rare", price: "3282.94", transaction_date: "2023-03-08", buyer_id: "b06059be-a7df-4c14-96ad-36329407c4ce", seller_id: "8435fb14-74e3-44ad-a451-24349bd096d9", tournament_participation: false },
            { id: 499, card_name: "Machoke Gardevoir Gengar", card_type: "Rare", price: "114.89", transaction_date: "2023-08-10", buyer_id: "91a7bd38-afe6-489c-a46a-3707cddfccf8", seller_id: "370309cc-153b-4ddb-a5a4-b74a4d9a11aa", tournament_participation: true },
            { id: 500, card_name: "Celebi", card_type: "Rare", price: "51.46", transaction_date: "2023-10-28", buyer_id: "823449cd-3a9a-4d17-96ea-2895d751e33d", seller_id: "8fcd2fe9-1e24-4dc0-96d2-86cab2835c9d", tournament_participation: false },
        ],
    });
}

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