// Real Estate Concurrency Metrics (concurrency-control-system) 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.isolation_levels), 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.isolation_levels.createMany({
        data: [
            { id: 1, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 38 },
            { id: 2, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 66 },
            { id: 3, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 63 },
            { id: 4, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 76 },
            { id: 5, level: "read_committed", description: "A routine booking was updated the same day.", performance_impact: 8, usage_frequency: 50 },
            { id: 6, level: "serializable", description: "An operator reported a repeat issue; the refund was completed.", performance_impact: 5, usage_frequency: 35 },
            { id: 7, level: "serializable", description: "The invoice was completed — automatic case, no further action.", performance_impact: 5, usage_frequency: 36 },
            { id: 8, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 34 },
            { id: 9, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 43 },
            { id: 10, level: "serializable", description: "The team confirmed the details and the account was replaced.", performance_impact: 6, usage_frequency: 40 },
            { id: 11, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 53 },
            { id: 12, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 50 },
            { id: 13, level: "read_committed", description: "Flagged as minor. The account owner escalated the order.", performance_impact: 3, usage_frequency: 70 },
            { id: 14, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 68 },
            { id: 15, level: "read_committed", description: "The delivery was replaced after a repeat check.", performance_impact: 6, usage_frequency: 45 },
            { id: 16, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 64 },
            { id: 17, level: "read_committed", description: "Support reported a standard issue; the delivery was resolved.", performance_impact: 4, usage_frequency: 40 },
            { id: 18, level: "repeatable_read", description: null, performance_impact: 5, usage_frequency: 76 },
            { id: 19, level: "read_committed", description: "No response from the team, so the account was reviewed.", performance_impact: 8, usage_frequency: 47 },
            { id: 20, level: "read_uncommitted", description: null, performance_impact: 8, usage_frequency: 52 },
            { id: 21, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 56 },
            { id: 22, level: "read_uncommitted", description: null, performance_impact: 3, usage_frequency: 48 },
            { id: 23, level: "read_committed", description: "The payment was escalated after a repeat check.", performance_impact: 5, usage_frequency: 45 },
            { id: 24, level: "serializable", description: "The booking was reopened after a routine check.", performance_impact: 3, usage_frequency: 52 },
            { id: 25, level: "read_uncommitted", description: null, performance_impact: 7, usage_frequency: 72 },
            { id: 26, level: "read_committed", description: "The order was replaced — routine case, no further action.", performance_impact: 5, usage_frequency: 42 },
            { id: 27, level: "read_committed", description: "An unusual appointment was escalated the same day.", performance_impact: 6, usage_frequency: 41 },
            { id: 28, level: "serializable", description: "The account owner confirmed the details and the delivery was cancelled.", performance_impact: 5, usage_frequency: 61 },
            { id: 29, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 38 },
            { id: 30, level: "serializable", description: "No response from the supplier, so the document was rescheduled.", performance_impact: 3, usage_frequency: 49 },
            { id: 31, level: "read_committed", description: "A routine follow-up: the report was processed.", performance_impact: 8, usage_frequency: 50 },
            { id: 32, level: "repeatable_read", description: null, performance_impact: 3, usage_frequency: 53 },
            { id: 33, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 56 },
            { id: 34, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 59 },
            { id: 35, level: "read_uncommitted", description: null, performance_impact: 3, usage_frequency: 47 },
            { id: 36, level: "read_committed", description: "The payment was updated — urgent case, no further action.", performance_impact: 4, usage_frequency: 36 },
            { id: 37, level: "read_uncommitted", description: null, performance_impact: 8, usage_frequency: 30 },
            { id: 38, level: "serializable", description: "A late follow-up: the item was resolved.", performance_impact: 6, usage_frequency: 33 },
            { id: 39, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 32 },
            { id: 40, level: "repeatable_read", description: null, performance_impact: 6, usage_frequency: 45 },
            { id: 41, level: "repeatable_read", description: null, performance_impact: 5, usage_frequency: 31 },
            { id: 42, level: "serializable", description: "An operator confirmed the details and the session was closed.", performance_impact: 5, usage_frequency: 58 },
            { id: 43, level: "read_uncommitted", description: null, performance_impact: 3, usage_frequency: 59 },
            { id: 44, level: "read_uncommitted", description: null, performance_impact: 7, usage_frequency: 69 },
            { id: 45, level: "read_uncommitted", description: null, performance_impact: 9, usage_frequency: 50 },
            { id: 46, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 60 },
            { id: 47, level: "repeatable_read", description: null, performance_impact: 6, usage_frequency: 35 },
            { id: 48, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 29 },
            { id: 49, level: "read_committed", description: "No response from the supplier, so the appointment was rescheduled.", performance_impact: 7, usage_frequency: 9 },
            { id: 50, level: "read_uncommitted", description: null, performance_impact: 8, usage_frequency: 43 },
            { id: 51, level: "read_committed", description: "The account owner confirmed the details and the item was resolved.", performance_impact: 4, usage_frequency: 48 },
            { id: 52, level: "read_uncommitted", description: null, performance_impact: 7, usage_frequency: 55 },
            { id: 53, level: "repeatable_read", description: null, performance_impact: 5, usage_frequency: 65 },
            { id: 54, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 44 },
            { id: 55, level: "repeatable_read", description: null, performance_impact: 6, usage_frequency: 43 },
            { id: 56, level: "repeatable_read", description: null, performance_impact: 6, usage_frequency: 66 },
            { id: 57, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 35 },
            { id: 58, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 63 },
            { id: 59, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 60 },
            { id: 60, level: "read_committed", description: "The team reported a routine issue; the invoice was completed.", performance_impact: 7, usage_frequency: 50 },
            { id: 61, level: "read_uncommitted", description: null, performance_impact: 8, usage_frequency: 67 },
            { id: 62, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 28 },
            { id: 63, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 31 },
            { id: 64, level: "repeatable_read", description: null, performance_impact: 4, usage_frequency: 29 },
            { id: 65, level: "repeatable_read", description: null, performance_impact: 7, usage_frequency: 64 },
            { id: 66, level: "serializable", description: "The record was reviewed after an incomplete check.", performance_impact: 6, usage_frequency: 47 },
            { id: 67, level: "read_committed", description: "The shipment was resolved following a partial review.", performance_impact: 5, usage_frequency: 45 },
            { id: 68, level: "repeatable_read", description: null, performance_impact: 5, usage_frequency: 49 },
            { id: 69, level: "repeatable_read", description: null, performance_impact: 5, usage_frequency: 51 },
            { id: 70, level: "read_uncommitted", description: null, performance_impact: 6, usage_frequency: 33 },
            { id: 71, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 64 },
            { id: 72, level: "read_uncommitted", description: null, performance_impact: 3, usage_frequency: 54 },
            { id: 73, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 56 },
            { id: 74, level: "read_uncommitted", description: null, performance_impact: 5, usage_frequency: 75 },
            { id: 75, level: "read_uncommitted", description: null, performance_impact: 4, usage_frequency: 51 },
            { id: 76, level: "read_committed", description: "An operator reported a manual issue; the session was updated.", performance_impact: 3, usage_frequency: 58 },
            { id: 77, level: "repeatable_read", description: null, performance_impact: 6, usage_frequency: 67 },
            { id: 78, level: "read_committed", description: "The delivery was cancelled following an incomplete review.", performance_impact: 7, usage_frequency: 30 },
            { id: 79, level: "read_committed", description: "The account was replaced — incomplete case, no further action.", performance_impact: 5, usage_frequency: 49 },
            { id: 80, level: "read_uncommitted", description: null, performance_impact: 9, usage_frequency: 70 },
        ],
    });
    await prisma.properties.createMany({
        data: [
            { id: 1, address: "Anna Kumar", value: "575007.57", type: "residential" },
            { id: 2, address: "Felix Torres", value: "916837.06", type: "residential" },
            { id: 3, address: "Julia Pereira", value: "799587.63", type: "residential" },
            { id: 4, address: "Nina Ibrahim", value: "346996.29", type: "commercial" },
            { id: 5, address: "Chloe Young", value: "62625.69", type: "residential" },
            { id: 6, address: "Daniel Schneider", value: "94049.52", type: "commercial" },
            { id: 7, address: "Hugo Young", value: "62729.97", type: "residential" },
            { id: 8, address: "Leo Gomez", value: "366169.31", type: "commercial" },
            { id: 9, address: "Jade Moreau", value: "928314.24", type: "commercial" },
            { id: 10, address: "David Kaya", value: null, type: "industrial" },
            { id: 11, address: "Felix Schneider", value: null, type: "industrial" },
            { id: 12, address: "Tariq Moreau", value: "521033.58", type: "residential" },
            { id: 13, address: "Omar Kowalski", value: "331408.98", type: "residential" },
            { id: 14, address: "Marco Walker", value: null, type: "industrial" },
            { id: 15, address: "David Patel", value: "136031.03", type: "residential" },
            { id: 16, address: "David Patel", value: "152952.57", type: "commercial" },
            { id: 17, address: "Karim Cruz", value: null, type: "industrial" },
            { id: 18, address: "James Fischer", value: "1455531.12", type: "residential" },
            { id: 19, address: "Sofia Murphy", value: "438901.79", type: "commercial" },
            { id: 20, address: "Fatima Adams", value: "1298124.51", type: "residential" },
            { id: 21, address: "Laura Flores", value: "125707.06", type: "residential" },
            { id: 22, address: "Marco Taylor", value: "608387.56", type: "residential" },
            { id: 23, address: "Chloe Adams", value: "51639.19", type: "commercial" },
            { id: 24, address: "Mei Hassan", value: null, type: "industrial" },
            { id: 25, address: "Pedro Wilson", value: "68837.22", type: "commercial" },
            { id: 26, address: "Zoe Pereira", value: "116820.35", type: "residential" },
            { id: 27, address: "Arjun Kim", value: "161151.98", type: "residential" },
            { id: 28, address: "Jonas Sato", value: "637851.72", type: "residential" },
            { id: 29, address: "Mei Patel", value: "408674.29", type: "residential" },
            { id: 30, address: "Mateo Meyer", value: "1227077.19", type: "residential" },
            { id: 31, address: "Chloe Mendes", value: "72947.55", type: "residential" },
            { id: 32, address: "Nina Bennett", value: "120973.98", type: "residential" },
            { id: 33, address: "Sven Evans", value: null, type: "industrial" },
            { id: 34, address: "Jonas Ali", value: "420245.12", type: "residential" },
            { id: 35, address: "Isaac Torres", value: "653670.31", type: "residential" },
            { id: 36, address: "Mia Almeida", value: "109910.22", type: "residential" },
            { id: 37, address: "Mia Demir", value: "1225982.15", type: "residential" },
            { id: 38, address: "Maya Kaya", value: "550839.56", type: "residential" },
            { id: 39, address: "Victor Park", value: "321654.04", type: "residential" },
            { id: 40, address: "Ana Dubois", value: "1981091.22", type: "residential" },
            { id: 41, address: "Carlos Demir", value: "695881.79", type: "residential" },
            { id: 42, address: "Oscar Kaya", value: "1343167.23", type: "residential" },
            { id: 43, address: "Mila Adams", value: "812594.43", type: "residential" },
            { id: 44, address: "Ibrahim Jansen", value: "79470.48", type: "residential" },
            { id: 45, address: "Theo Wilson", value: "107083.19", type: "residential" },
            { id: 46, address: "Selin Schmidt", value: "162419.24", type: "residential" },
            { id: 47, address: "Omar Demir", value: null, type: "industrial" },
            { id: 48, address: "Lucas Sato", value: "226440.61", type: "residential" },
            { id: 49, address: "Yusuf Lee", value: "1450479.58", type: "residential" },
            { id: 50, address: "Deniz Vargas", value: "96498.40", type: "residential" },
            { id: 51, address: "Ivan Evans", value: "1569910.35", type: "residential" },
            { id: 52, address: "Ruby Baker", value: "735420.75", type: "residential" },
            { id: 53, address: "Diego Hassan", value: "466464.73", type: "residential" },
            { id: 54, address: "Emma Khan", value: "649773.65", type: "residential" },
            { id: 55, address: "Victor Becker", value: "129249.87", type: "residential" },
            { id: 56, address: "Nour Becker", value: "438785.09", type: "residential" },
            { id: 57, address: "Maja Hansen", value: "1450744.22", type: "residential" },
            { id: 58, address: "Hana Garcia", value: "238043.81", type: "residential" },
            { id: 59, address: "Chen Smith", value: "200154.48", type: "residential" },
            { id: 60, address: "Lucas Bauer", value: "365417.19", type: "commercial" },
            { id: 61, address: "Paula Brown", value: "1470689.85", type: "residential" },
            { id: 62, address: "Mateo Hansen", value: "1367390.81", type: "residential" },
            { id: 63, address: "Hugo Ali", value: "1716029.41", type: "residential" },
            { id: 64, address: "Deniz Smith", value: "195595.57", type: "residential" },
            { id: 65, address: "Hana Diaz", value: "68815.89", type: "residential" },
            { id: 66, address: "Noah Tanaka", value: "1187412.14", type: "residential" },
            { id: 67, address: "Omar Schmidt", value: "1439707.45", type: "commercial" },
            { id: 68, address: "Tomas Weber", value: "1877137.72", type: "residential" },
            { id: 69, address: "Tomas Novak", value: "159700.13", type: "residential" },
            { id: 70, address: "Andre Ahmed", value: "295457.41", type: "residential" },
            { id: 71, address: "Oscar Kaya", value: "101186.61", type: "residential" },
            { id: 72, address: "Maja Kumar", value: null, type: "industrial" },
            { id: 73, address: "Mateo Weber", value: "980423.43", type: "residential" },
            { id: 74, address: "Ben Castro", value: null, type: "industrial" },
            { id: 75, address: "Julia Becker", value: "370785.94", type: "residential" },
            { id: 76, address: "Sofia Ibrahim", value: "211628.35", type: "residential" },
            { id: 77, address: "Andre Novak", value: "1445647.30", type: "residential" },
            { id: 78, address: "Hannah Klein", value: "737680.01", type: "residential" },
            { id: 79, address: "Ravi Weber", value: "224456.05", type: "residential" },
            { id: 80, address: "Arjun Nakamura", value: "102054.11", type: "residential" },
            { id: 81, address: "Zara Wilson", value: "693987.68", type: "commercial" },
            { id: 82, address: "Elif Smith", value: "1568960.57", type: "residential" },
            { id: 83, address: "Olivia Larsen", value: "223778.47", type: "commercial" },
            { id: 84, address: "Chloe Weber", value: "664867.87", type: "residential" },
            { id: 85, address: "Ravi Kaya", value: "511930.15", type: "residential" },
            { id: 86, address: "Fatima Bennett", value: "88972.27", type: "residential" },
            { id: 87, address: "Andre Evans", value: "413413.09", type: "commercial" },
            { id: 88, address: "Omar Davis", value: "212821.12", type: "residential" },
            { id: 89, address: "Olivia Silva", value: "85762.36", type: "residential" },
            { id: 90, address: "Ethan Gupta", value: "374793.59", type: "commercial" },
            { id: 91, address: "Selin Baker", value: "460427.61", type: "residential" },
            { id: 92, address: "Marco Baker", value: "780975.55", type: "residential" },
            { id: 93, address: "Mohamed Yilmaz", value: "1287004.28", type: "residential" },
            { id: 94, address: "Hannah Novak", value: "1309042.25", type: "residential" },
            { id: 95, address: "Julia Young", value: null, type: "industrial" },
            { id: 96, address: "Theo Bennett", value: "53839.01", type: "residential" },
            { id: 97, address: "Olivia Meyer", value: "1412181.72", type: "residential" },
            { id: 98, address: "Paula Silva", value: "495985.76", type: "commercial" },
            { id: 99, address: "Emma Kowalski", value: "612180.60", type: "residential" },
            { id: 100, address: "Lina Chen", value: null, type: "industrial" },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, property_id: 77, timestamp: new Date("2023-06-22T01:03:31Z"), amount: "185220.18", property_value: "1194022.57", transaction_fee: "16271.68" },
            { id: 2, property_id: 84, timestamp: new Date("2023-12-16T08:57:35Z"), amount: "658640.85", property_value: "1326642.17", transaction_fee: "732.05" },
            { id: 3, property_id: 2, timestamp: new Date("2023-01-31T09:54:11Z"), amount: "972263.80", property_value: "652601.24", transaction_fee: "10656.81" },
            { id: 4, property_id: 14, timestamp: new Date("2023-05-25T15:15:47Z"), amount: "398730.70", property_value: "1019414.24", transaction_fee: "27710.06" },
            { id: 5, property_id: 67, timestamp: new Date("2023-04-08T21:02:45Z"), amount: "533920.03", property_value: "491267.45", transaction_fee: "19572.69" },
            { id: 6, property_id: 61, timestamp: new Date("2023-05-13T13:16:13Z"), amount: "625440.30", property_value: "1606523.31", transaction_fee: "20863.01" },
            { id: 7, property_id: 57, timestamp: new Date("2023-07-16T10:00:35Z"), amount: "701197.60", property_value: "759504.76", transaction_fee: "2554.25" },
            { id: 8, property_id: 12, timestamp: new Date("2023-04-12T13:45:46Z"), amount: "1113988.29", property_value: "1087181.27", transaction_fee: "3786.66" },
            { id: 9, property_id: 64, timestamp: new Date("2023-06-03T17:25:12Z"), amount: "71408.18", property_value: "1537226.80", transaction_fee: "34395.90" },
            { id: 10, property_id: 94, timestamp: new Date("2023-10-09T13:27:25Z"), amount: "729459.35", property_value: "903606.48", transaction_fee: "16631.73" },
            { id: 11, property_id: 99, timestamp: new Date("2023-03-04T14:33:57Z"), amount: "57021.60", property_value: "954197.03", transaction_fee: "3797.56" },
            { id: 12, property_id: 26, timestamp: new Date("2023-11-22T11:54:42Z"), amount: "1048382.70", property_value: "964900.68", transaction_fee: "39261.08" },
            { id: 13, property_id: 49, timestamp: new Date("2023-01-20T17:56:08Z"), amount: "766721.86", property_value: "663827.90", transaction_fee: "8604.24" },
            { id: 14, property_id: 56, timestamp: new Date("2023-10-11T09:56:20Z"), amount: "402993.97", property_value: "577675.69", transaction_fee: "2733.42" },
            { id: 15, property_id: 100, timestamp: new Date("2023-08-10T16:58:59Z"), amount: "457468.85", property_value: "1098533.63", transaction_fee: "8871.27" },
            { id: 16, property_id: 84, timestamp: new Date("2023-09-03T09:42:30Z"), amount: "79728.87", property_value: "1188520.62", transaction_fee: "43659.87" },
            { id: 17, property_id: 50, timestamp: new Date("2023-07-04T14:57:32Z"), amount: "455510.36", property_value: "367196.93", transaction_fee: "32055.02" },
            { id: 18, property_id: 44, timestamp: new Date("2023-08-26T09:01:24Z"), amount: "205215.66", property_value: "962437.18", transaction_fee: "548.44" },
            { id: 19, property_id: 73, timestamp: new Date("2023-03-14T16:59:58Z"), amount: "805264.19", property_value: "1103912.30", transaction_fee: "4350.32" },
            { id: 20, property_id: 20, timestamp: new Date("2023-11-30T11:42:02Z"), amount: "188357.78", property_value: "968069.32", transaction_fee: "28165.41" },
            { id: 21, property_id: 64, timestamp: new Date("2023-01-23T16:50:31Z"), amount: "525489.74", property_value: "1568005.54", transaction_fee: "5209.69" },
            { id: 22, property_id: 17, timestamp: new Date("2023-08-01T13:48:08Z"), amount: "1489388.32", property_value: "1224798.02", transaction_fee: "560.38" },
            { id: 23, property_id: 15, timestamp: new Date("2023-05-02T10:33:25Z"), amount: "975549.30", property_value: "1362925.77", transaction_fee: "3897.60" },
            { id: 24, property_id: 34, timestamp: new Date("2023-02-13T09:45:23Z"), amount: "412718.75", property_value: "957557.64", transaction_fee: "20236.82" },
            { id: 25, property_id: 33, timestamp: new Date("2023-11-09T17:12:31Z"), amount: "369741.90", property_value: "951841.52", transaction_fee: "32173.62" },
            { id: 26, property_id: 42, timestamp: new Date("2023-10-27T15:34:25Z"), amount: "105940.29", property_value: "734499.61", transaction_fee: "38239.29" },
            { id: 27, property_id: 53, timestamp: new Date("2023-06-21T08:08:46Z"), amount: "198066.40", property_value: "1445689.02", transaction_fee: "8049.20" },
            { id: 28, property_id: 37, timestamp: new Date("2023-08-09T09:07:11Z"), amount: "1877473.43", property_value: "1199075.40", transaction_fee: "546.36" },
            { id: 29, property_id: 15, timestamp: new Date("2023-05-04T13:26:47Z"), amount: "1058403.08", property_value: "1055110.42", transaction_fee: "1423.64" },
            { id: 30, property_id: 58, timestamp: new Date("2023-01-19T09:35:16Z"), amount: "1210858.78", property_value: "975758.78", transaction_fee: "32451.08" },
            { id: 31, property_id: 49, timestamp: new Date("2023-10-21T08:37:18Z"), amount: "1700903.66", property_value: "1424915.71", transaction_fee: "10644.83" },
            { id: 32, property_id: 38, timestamp: new Date("2023-07-27T09:32:56Z"), amount: "198569.49", property_value: "424551.96", transaction_fee: "4843.50" },
            { id: 33, property_id: 54, timestamp: new Date("2023-06-13T14:17:09Z"), amount: "51869.33", property_value: "579147.78", transaction_fee: "11446.54" },
            { id: 34, property_id: 32, timestamp: new Date("2023-01-09T10:23:20Z"), amount: "985967.30", property_value: "1069352.49", transaction_fee: "623.77" },
            { id: 35, property_id: 10, timestamp: new Date("2023-11-09T09:50:19Z"), amount: "669319.32", property_value: "1135168.71", transaction_fee: "7247.08" },
            { id: 36, property_id: 81, timestamp: new Date("2023-06-29T14:01:23Z"), amount: "634722.37", property_value: "1038089.22", transaction_fee: "42406.31" },
            { id: 37, property_id: 37, timestamp: new Date("2023-09-22T06:55:24Z"), amount: "1434469.88", property_value: "894960.93", transaction_fee: "15290.49" },
            { id: 38, property_id: 48, timestamp: new Date("2023-10-05T10:31:12Z"), amount: "1666910.52", property_value: "848841.72", transaction_fee: "30169.84" },
            { id: 39, property_id: 73, timestamp: new Date("2023-06-25T07:47:10Z"), amount: "1348217.96", property_value: "847549.41", transaction_fee: "16421.95" },
            { id: 40, property_id: 11, timestamp: new Date("2023-11-23T08:15:31Z"), amount: "530828.88", property_value: "852044.81", transaction_fee: "18040.56" },
            { id: 41, property_id: 56, timestamp: new Date("2023-11-20T10:37:47Z"), amount: "68274.22", property_value: "946680.42", transaction_fee: "34860.55" },
            { id: 42, property_id: 7, timestamp: new Date("2023-08-31T10:36:20Z"), amount: "1631592.22", property_value: "864700.95", transaction_fee: "2382.20" },
            { id: 43, property_id: 24, timestamp: new Date("2023-11-04T08:26:21Z"), amount: "1598773.24", property_value: "948640.81", transaction_fee: "35692.49" },
            { id: 44, property_id: 25, timestamp: new Date("2023-09-30T13:58:11Z"), amount: "386362.02", property_value: "543282.07", transaction_fee: "18266.78" },
            { id: 45, property_id: 5, timestamp: new Date("2023-01-16T12:39:29Z"), amount: "62621.87", property_value: "1295279.82", transaction_fee: "9743.76" },
            { id: 46, property_id: 14, timestamp: new Date("2023-06-14T11:31:32Z"), amount: "65466.77", property_value: "1168266.85", transaction_fee: "567.32" },
            { id: 47, property_id: 5, timestamp: new Date("2023-11-18T17:01:11Z"), amount: "1157371.61", property_value: "625952.03", transaction_fee: "26365.39" },
            { id: 48, property_id: 56, timestamp: new Date("2023-08-09T07:48:16Z"), amount: "982611.79", property_value: "430601.67", transaction_fee: "9203.90" },
            { id: 49, property_id: 55, timestamp: new Date("2023-09-20T08:27:31Z"), amount: "51514.07", property_value: "1076463.74", transaction_fee: "36549.96" },
            { id: 50, property_id: 62, timestamp: new Date("2023-05-12T13:38:13Z"), amount: "1277201.94", property_value: "927831.92", transaction_fee: "21021.13" },
            { id: 51, property_id: 8, timestamp: new Date("2023-05-26T06:47:43Z"), amount: "51071.88", property_value: "855847.83", transaction_fee: "34875.77" },
            { id: 52, property_id: 81, timestamp: new Date("2023-02-28T16:21:46Z"), amount: "65775.19", property_value: "1101971.31", transaction_fee: "1022.17" },
            { id: 53, property_id: 68, timestamp: new Date("2023-12-09T10:51:15Z"), amount: "1100690.34", property_value: "841082.10", transaction_fee: "36748.88" },
            { id: 54, property_id: 95, timestamp: new Date("2023-04-11T10:50:36Z"), amount: "146082.73", property_value: "1434544.22", transaction_fee: "16206.47" },
            { id: 55, property_id: 33, timestamp: new Date("2023-07-12T07:31:51Z"), amount: "1145869.76", property_value: "1158882.43", transaction_fee: "4181.28" },
            { id: 56, property_id: 79, timestamp: new Date("2023-07-07T11:59:38Z"), amount: "982630.96", property_value: "1466424.48", transaction_fee: "4142.27" },
            { id: 57, property_id: 10, timestamp: new Date("2023-12-10T10:23:06Z"), amount: "82314.09", property_value: "861983.68", transaction_fee: "4287.23" },
            { id: 58, property_id: 75, timestamp: new Date("2023-11-22T13:08:49Z"), amount: "1514743.64", property_value: "956086.94", transaction_fee: "29875.87" },
            { id: 59, property_id: 48, timestamp: new Date("2023-04-13T09:57:50Z"), amount: "1157918.33", property_value: "957370.73", transaction_fee: "46091.40" },
            { id: 60, property_id: 74, timestamp: new Date("2023-11-29T08:48:18Z"), amount: "1681344.60", property_value: "1275661.07", transaction_fee: "41155.13" },
            { id: 61, property_id: 9, timestamp: new Date("2023-01-17T07:32:14Z"), amount: "1026723.32", property_value: "1127540.40", transaction_fee: "3809.56" },
            { id: 62, property_id: 58, timestamp: new Date("2023-10-17T09:01:12Z"), amount: "718641.52", property_value: "1025581.79", transaction_fee: "28112.25" },
            { id: 63, property_id: 22, timestamp: new Date("2023-04-16T11:15:21Z"), amount: "124662.39", property_value: "662447.65", transaction_fee: "1660.54" },
            { id: 64, property_id: 94, timestamp: new Date("2023-02-27T14:26:18Z"), amount: "445304.47", property_value: "1047776.11", transaction_fee: "37331.64" },
            { id: 65, property_id: 39, timestamp: new Date("2023-04-06T10:59:56Z"), amount: "600999.54", property_value: "844360.48", transaction_fee: "2238.61" },
            { id: 66, property_id: 91, timestamp: new Date("2023-04-16T14:27:10Z"), amount: "408411.24", property_value: "688626.84", transaction_fee: "18596.07" },
            { id: 67, property_id: 65, timestamp: new Date("2023-11-30T08:41:36Z"), amount: "741543.13", property_value: "1245939.03", transaction_fee: "1021.86" },
            { id: 68, property_id: 15, timestamp: new Date("2023-12-06T11:13:51Z"), amount: "59841.45", property_value: "921646.90", transaction_fee: "2566.96" },
            { id: 69, property_id: 78, timestamp: new Date("2023-10-29T16:18:08Z"), amount: "1541931.84", property_value: "1212775.08", transaction_fee: "21687.35" },
            { id: 70, property_id: 7, timestamp: new Date("2023-10-07T15:04:15Z"), amount: "1312312.00", property_value: "1082291.19", transaction_fee: "22501.81" },
            { id: 71, property_id: 8, timestamp: new Date("2023-11-13T11:42:44Z"), amount: "50637.13", property_value: "877308.91", transaction_fee: "952.51" },
            { id: 72, property_id: 100, timestamp: new Date("2023-07-17T08:10:35Z"), amount: "113213.80", property_value: "1576741.62", transaction_fee: "26753.51" },
            { id: 73, property_id: 14, timestamp: new Date("2023-03-25T16:13:06Z"), amount: "1007578.90", property_value: "937695.94", transaction_fee: "35005.34" },
            { id: 74, property_id: 41, timestamp: new Date("2023-11-09T10:27:48Z"), amount: "70713.31", property_value: "1393038.07", transaction_fee: "4068.73" },
            { id: 75, property_id: 65, timestamp: new Date("2023-10-14T07:25:32Z"), amount: "1285078.03", property_value: "899043.68", transaction_fee: "18685.97" },
            { id: 76, property_id: 41, timestamp: new Date("2023-03-24T10:09:35Z"), amount: "98133.97", property_value: "1325430.68", transaction_fee: "43060.45" },
            { id: 77, property_id: 10, timestamp: new Date("2023-02-14T10:36:49Z"), amount: "258221.34", property_value: "1003952.68", transaction_fee: "1983.41" },
            { id: 78, property_id: 77, timestamp: new Date("2023-07-02T10:53:22Z"), amount: "1783546.11", property_value: "944536.54", transaction_fee: "2078.53" },
            { id: 79, property_id: 35, timestamp: new Date("2023-08-01T09:07:41Z"), amount: "50578.51", property_value: "1289814.92", transaction_fee: "8289.10" },
            { id: 80, property_id: 99, timestamp: new Date("2023-01-14T10:01:25Z"), amount: "986635.57", property_value: "1228812.39", transaction_fee: "1301.18" },
            { id: 81, property_id: 67, timestamp: new Date("2023-01-25T18:37:40Z"), amount: "136439.98", property_value: "1052512.50", transaction_fee: "49795.87" },
            { id: 82, property_id: 21, timestamp: new Date("2023-08-10T09:01:56Z"), amount: "85690.74", property_value: "1370502.10", transaction_fee: "4219.10" },
            { id: 83, property_id: 97, timestamp: new Date("2023-05-10T16:04:23Z"), amount: "237690.50", property_value: "802125.73", transaction_fee: "31024.32" },
            { id: 84, property_id: 95, timestamp: new Date("2023-10-14T12:36:36Z"), amount: "203668.27", property_value: "1204473.86", transaction_fee: "15009.96" },
            { id: 85, property_id: 78, timestamp: new Date("2023-06-07T16:59:10Z"), amount: "741487.92", property_value: "1295539.38", transaction_fee: "37138.91" },
            { id: 86, property_id: 7, timestamp: new Date("2023-06-28T09:58:51Z"), amount: "400692.95", property_value: "836591.16", transaction_fee: "2171.04" },
            { id: 87, property_id: 10, timestamp: new Date("2023-12-30T22:51:16Z"), amount: "401217.75", property_value: "885956.02", transaction_fee: "29441.88" },
            { id: 88, property_id: 70, timestamp: new Date("2023-07-14T14:11:35Z"), amount: "833685.97", property_value: "1139724.77", transaction_fee: "21722.71" },
            { id: 89, property_id: 43, timestamp: new Date("2023-10-26T10:52:59Z"), amount: "323366.84", property_value: "1099530.20", transaction_fee: "10659.51" },
            { id: 90, property_id: 93, timestamp: new Date("2023-01-05T13:41:23Z"), amount: "340747.93", property_value: "903233.17", transaction_fee: "6143.23" },
            { id: 91, property_id: 66, timestamp: new Date("2023-12-23T17:28:26Z"), amount: "1044480.99", property_value: "714472.49", transaction_fee: "3586.94" },
            { id: 92, property_id: 4, timestamp: new Date("2023-06-29T11:01:19Z"), amount: "872096.38", property_value: "1394065.36", transaction_fee: "16186.19" },
            { id: 93, property_id: 35, timestamp: new Date("2023-02-16T12:39:51Z"), amount: "195616.92", property_value: "1038292.00", transaction_fee: "1823.40" },
            { id: 94, property_id: 3, timestamp: new Date("2023-07-22T14:30:27Z"), amount: "67118.36", property_value: "1001776.81", transaction_fee: "12761.21" },
            { id: 95, property_id: 85, timestamp: new Date("2023-05-29T12:26:59Z"), amount: "673535.83", property_value: "1146716.01", transaction_fee: "31704.45" },
            { id: 96, property_id: 84, timestamp: new Date("2023-01-20T09:24:25Z"), amount: "458873.55", property_value: "906195.39", transaction_fee: "4793.51" },
            { id: 97, property_id: 55, timestamp: new Date("2023-05-03T16:05:27Z"), amount: "192625.56", property_value: "1266946.00", transaction_fee: "33573.72" },
            { id: 98, property_id: 7, timestamp: new Date("2023-02-28T11:11:25Z"), amount: "304413.45", property_value: "1254305.29", transaction_fee: "28293.30" },
            { id: 99, property_id: 35, timestamp: new Date("2023-04-02T16:10:53Z"), amount: "1622372.77", property_value: "1090593.74", transaction_fee: "919.93" },
            { id: 100, property_id: 2, timestamp: new Date("2023-12-11T17:09:25Z"), amount: "423018.34", property_value: "1666369.62", transaction_fee: "3146.27" },
            { id: 101, property_id: 89, timestamp: new Date("2023-02-10T13:30:41Z"), amount: "792370.90", property_value: "1130787.30", transaction_fee: "19473.39" },
            { id: 102, property_id: 84, timestamp: new Date("2023-02-25T09:24:32Z"), amount: "292186.08", property_value: "1300069.56", transaction_fee: "14577.58" },
            { id: 103, property_id: 53, timestamp: new Date("2023-07-06T13:09:17Z"), amount: "973829.56", property_value: "1017018.43", transaction_fee: "18908.54" },
            { id: 104, property_id: 40, timestamp: new Date("2023-06-30T14:58:38Z"), amount: "193060.95", property_value: "927293.11", transaction_fee: "16051.41" },
            { id: 105, property_id: 28, timestamp: new Date("2023-06-25T13:03:45Z"), amount: "1349410.94", property_value: "1233558.22", transaction_fee: "21357.00" },
            { id: 106, property_id: 87, timestamp: new Date("2023-02-16T15:43:31Z"), amount: "450063.43", property_value: "1280210.67", transaction_fee: "21429.73" },
            { id: 107, property_id: 98, timestamp: new Date("2023-01-24T15:28:48Z"), amount: "1572673.22", property_value: "492293.10", transaction_fee: "10127.92" },
            { id: 108, property_id: 41, timestamp: new Date("2023-02-26T12:25:44Z"), amount: "1456054.08", property_value: "1436972.76", transaction_fee: "864.32" },
            { id: 109, property_id: 23, timestamp: new Date("2023-05-08T12:57:27Z"), amount: "380220.16", property_value: "1256187.09", transaction_fee: "1560.59" },
            { id: 110, property_id: 73, timestamp: new Date("2023-10-05T13:01:34Z"), amount: "50012.28", property_value: "820215.74", transaction_fee: "47831.60" },
            { id: 111, property_id: 69, timestamp: new Date("2023-01-07T12:28:40Z"), amount: "201786.85", property_value: "1025858.02", transaction_fee: "38377.58" },
            { id: 112, property_id: 3, timestamp: new Date("2023-05-19T11:04:34Z"), amount: "166053.76", property_value: "1121645.88", transaction_fee: "11273.18" },
            { id: 113, property_id: 83, timestamp: new Date("2023-01-10T13:11:41Z"), amount: "437477.44", property_value: "962873.44", transaction_fee: "26029.45" },
            { id: 114, property_id: 42, timestamp: new Date("2023-05-21T17:47:23Z"), amount: "506269.43", property_value: "932745.04", transaction_fee: "5394.96" },
            { id: 115, property_id: 86, timestamp: new Date("2023-01-06T13:42:34Z"), amount: "1484173.25", property_value: "816285.92", transaction_fee: "980.09" },
            { id: 116, property_id: 47, timestamp: new Date("2023-01-15T11:07:39Z"), amount: "448546.60", property_value: "463125.10", transaction_fee: "551.77" },
            { id: 117, property_id: 81, timestamp: new Date("2023-10-18T11:22:38Z"), amount: "618839.63", property_value: "606026.90", transaction_fee: "42095.66" },
            { id: 118, property_id: 73, timestamp: new Date("2023-07-03T14:39:40Z"), amount: "273032.00", property_value: "864390.80", transaction_fee: "28617.08" },
            { id: 119, property_id: 80, timestamp: new Date("2023-01-04T20:32:46Z"), amount: "141281.19", property_value: "1037816.24", transaction_fee: "14632.58" },
            { id: 120, property_id: 54, timestamp: new Date("2023-02-28T15:19:35Z"), amount: "1351865.78", property_value: "1177486.20", transaction_fee: "30480.32" },
            { id: 121, property_id: 72, timestamp: new Date("2023-02-21T13:39:05Z"), amount: "618051.52", property_value: "1065879.27", transaction_fee: "999.00" },
            { id: 122, property_id: 6, timestamp: new Date("2023-04-19T08:15:15Z"), amount: "1088785.76", property_value: "1093439.21", transaction_fee: "35454.93" },
            { id: 123, property_id: 54, timestamp: new Date("2023-10-01T11:09:05Z"), amount: "158589.80", property_value: "1334588.50", transaction_fee: "2730.21" },
            { id: 124, property_id: 78, timestamp: new Date("2023-07-09T12:20:59Z"), amount: "546942.56", property_value: "749756.41", transaction_fee: "43628.73" },
            { id: 125, property_id: 79, timestamp: new Date("2023-07-25T15:11:22Z"), amount: "1037916.97", property_value: "1271393.75", transaction_fee: "3152.95" },
            { id: 126, property_id: 16, timestamp: new Date("2023-08-29T11:03:34Z"), amount: "108216.85", property_value: "1367124.60", transaction_fee: "8917.43" },
            { id: 127, property_id: 66, timestamp: new Date("2023-08-09T13:31:42Z"), amount: "577589.18", property_value: "667164.93", transaction_fee: "5354.55" },
            { id: 128, property_id: 69, timestamp: new Date("2023-06-13T14:12:24Z"), amount: "1002850.33", property_value: "553358.60", transaction_fee: "17169.49" },
            { id: 129, property_id: 52, timestamp: new Date("2023-07-30T09:42:23Z"), amount: "851267.61", property_value: "1208800.88", transaction_fee: "4621.43" },
            { id: 130, property_id: 41, timestamp: new Date("2023-10-20T11:55:26Z"), amount: "1388981.97", property_value: "1342253.04", transaction_fee: "21412.66" },
            { id: 131, property_id: 59, timestamp: new Date("2023-12-18T17:49:24Z"), amount: "1810261.39", property_value: "597434.25", transaction_fee: "7814.92" },
            { id: 132, property_id: 76, timestamp: new Date("2023-10-14T15:17:46Z"), amount: "368502.91", property_value: "956010.15", transaction_fee: "10795.02" },
            { id: 133, property_id: 3, timestamp: new Date("2023-02-03T10:37:35Z"), amount: "336016.81", property_value: "1017880.19", transaction_fee: "30235.57" },
            { id: 134, property_id: 64, timestamp: new Date("2023-10-25T16:34:05Z"), amount: "383534.96", property_value: "1600111.22", transaction_fee: "7170.68" },
            { id: 135, property_id: 5, timestamp: new Date("2023-05-11T14:38:45Z"), amount: "1228062.46", property_value: "1342114.56", transaction_fee: "4117.61" },
            { id: 136, property_id: 79, timestamp: new Date("2023-01-25T08:48:22Z"), amount: "1912415.92", property_value: "586094.76", transaction_fee: "33501.53" },
            { id: 137, property_id: 63, timestamp: new Date("2023-12-26T13:48:38Z"), amount: "557176.13", property_value: "1080982.95", transaction_fee: "3009.40" },
            { id: 138, property_id: 8, timestamp: new Date("2023-04-12T17:12:40Z"), amount: "394817.05", property_value: "1770534.13", transaction_fee: "17616.02" },
            { id: 139, property_id: 65, timestamp: new Date("2023-12-02T13:13:11Z"), amount: "51948.54", property_value: "942115.75", transaction_fee: "2961.74" },
            { id: 140, property_id: 64, timestamp: new Date("2023-05-26T14:02:56Z"), amount: "574808.57", property_value: "1278792.98", transaction_fee: "7158.67" },
            { id: 141, property_id: 71, timestamp: new Date("2023-03-05T15:58:56Z"), amount: "166583.44", property_value: "792430.14", transaction_fee: "1416.02" },
            { id: 142, property_id: 15, timestamp: new Date("2023-12-27T11:49:30Z"), amount: "1761364.30", property_value: "1080219.13", transaction_fee: "28800.30" },
            { id: 143, property_id: 73, timestamp: new Date("2023-08-26T08:05:54Z"), amount: "1041560.32", property_value: "1226522.51", transaction_fee: "2199.57" },
            { id: 144, property_id: 7, timestamp: new Date("2023-01-09T15:23:36Z"), amount: "252400.97", property_value: "1100519.73", transaction_fee: "13973.43" },
            { id: 145, property_id: 83, timestamp: new Date("2023-02-16T13:22:28Z"), amount: "1699543.51", property_value: "1016041.49", transaction_fee: "33633.02" },
            { id: 146, property_id: 28, timestamp: new Date("2023-07-18T10:48:50Z"), amount: "312313.96", property_value: "378322.15", transaction_fee: "21548.86" },
            { id: 147, property_id: 91, timestamp: new Date("2023-03-14T16:54:14Z"), amount: "788308.16", property_value: "422397.89", transaction_fee: "47714.73" },
            { id: 148, property_id: 85, timestamp: new Date("2023-04-29T10:06:03Z"), amount: "349390.56", property_value: "800259.99", transaction_fee: "12877.31" },
            { id: 149, property_id: 19, timestamp: new Date("2023-02-02T16:32:34Z"), amount: "1708443.88", property_value: "1306918.44", transaction_fee: "701.31" },
            { id: 150, property_id: 22, timestamp: new Date("2023-11-02T17:54:02Z"), amount: "919182.78", property_value: "1221724.36", transaction_fee: "3353.19" },
            { id: 151, property_id: 25, timestamp: new Date("2023-07-21T11:20:14Z"), amount: "1916366.09", property_value: "766560.61", transaction_fee: "8383.68" },
            { id: 152, property_id: 31, timestamp: new Date("2023-08-08T16:39:52Z"), amount: "247754.71", property_value: "1132735.32", transaction_fee: "2141.23" },
            { id: 153, property_id: 93, timestamp: new Date("2023-08-16T09:30:30Z"), amount: "568447.84", property_value: "1296749.21", transaction_fee: "24274.32" },
            { id: 154, property_id: 8, timestamp: new Date("2023-01-14T13:51:50Z"), amount: "748220.48", property_value: "1329409.61", transaction_fee: "18748.33" },
            { id: 155, property_id: 6, timestamp: new Date("2023-11-01T12:03:15Z"), amount: "891850.56", property_value: "1129334.61", transaction_fee: "10583.12" },
            { id: 156, property_id: 92, timestamp: new Date("2023-01-03T16:59:38Z"), amount: "292647.80", property_value: "964138.52", transaction_fee: "48141.45" },
            { id: 157, property_id: 97, timestamp: new Date("2023-05-01T11:33:38Z"), amount: "56891.73", property_value: "1314219.94", transaction_fee: "4811.72" },
            { id: 158, property_id: 63, timestamp: new Date("2023-05-30T09:46:22Z"), amount: "634714.72", property_value: "863446.82", transaction_fee: "36482.86" },
            { id: 159, property_id: 2, timestamp: new Date("2023-06-13T14:12:32Z"), amount: "1035421.47", property_value: "843733.67", transaction_fee: "505.13" },
            { id: 160, property_id: 63, timestamp: new Date("2023-03-22T10:11:51Z"), amount: "263176.83", property_value: "1398270.20", transaction_fee: "24381.17" },
            { id: 161, property_id: 90, timestamp: new Date("2023-03-15T09:37:05Z"), amount: "853815.09", property_value: "663974.07", transaction_fee: "36235.91" },
            { id: 162, property_id: 70, timestamp: new Date("2023-03-22T09:03:00Z"), amount: "543082.74", property_value: "1229380.66", transaction_fee: "701.68" },
            { id: 163, property_id: 48, timestamp: new Date("2023-11-10T10:27:20Z"), amount: "640628.01", property_value: "766370.12", transaction_fee: "33444.44" },
            { id: 164, property_id: 92, timestamp: new Date("2023-12-11T15:09:18Z"), amount: "1006515.87", property_value: "1085078.87", transaction_fee: "22117.20" },
            { id: 165, property_id: 76, timestamp: new Date("2023-06-30T11:28:55Z"), amount: "83629.95", property_value: "1152220.26", transaction_fee: "8073.14" },
            { id: 166, property_id: 49, timestamp: new Date("2023-01-23T06:11:21Z"), amount: "94748.50", property_value: "1073791.31", transaction_fee: "511.69" },
            { id: 167, property_id: 98, timestamp: new Date("2023-04-06T16:56:36Z"), amount: "57910.24", property_value: "548630.48", transaction_fee: "10509.52" },
            { id: 168, property_id: 27, timestamp: new Date("2023-05-09T08:07:03Z"), amount: "733822.10", property_value: "1024212.62", transaction_fee: "36706.69" },
            { id: 169, property_id: 13, timestamp: new Date("2023-12-22T09:31:55Z"), amount: "984527.68", property_value: "938048.88", transaction_fee: "2040.09" },
            { id: 170, property_id: 55, timestamp: new Date("2023-05-24T02:31:21Z"), amount: "1574856.74", property_value: "643592.64", transaction_fee: "2343.43" },
            { id: 171, property_id: 7, timestamp: new Date("2023-06-22T10:31:55Z"), amount: "1595289.73", property_value: "841638.39", transaction_fee: "9138.18" },
            { id: 172, property_id: 53, timestamp: new Date("2023-09-21T09:34:47Z"), amount: "677443.00", property_value: "1153415.36", transaction_fee: "2567.68" },
            { id: 173, property_id: 36, timestamp: new Date("2023-11-01T11:17:08Z"), amount: "58249.80", property_value: "1362145.08", transaction_fee: "38023.02" },
            { id: 174, property_id: 52, timestamp: new Date("2023-01-17T16:26:04Z"), amount: "1593832.73", property_value: "980110.91", transaction_fee: "44483.80" },
            { id: 175, property_id: 88, timestamp: new Date("2023-04-17T11:46:57Z"), amount: "767870.69", property_value: "1379234.80", transaction_fee: "48897.07" },
            { id: 176, property_id: 62, timestamp: new Date("2023-08-21T14:34:01Z"), amount: "1497429.33", property_value: "836231.03", transaction_fee: "10701.39" },
            { id: 177, property_id: 75, timestamp: new Date("2023-12-31T20:11:41Z"), amount: "659471.18", property_value: "1381189.88", transaction_fee: "13264.10" },
            { id: 178, property_id: 44, timestamp: new Date("2023-04-20T15:52:42Z"), amount: "501162.40", property_value: "1252824.86", transaction_fee: "2195.55" },
            { id: 179, property_id: 12, timestamp: new Date("2023-02-01T18:43:06Z"), amount: "443647.29", property_value: "1228381.22", transaction_fee: "5367.54" },
            { id: 180, property_id: 2, timestamp: new Date("2023-08-25T11:14:08Z"), amount: "1598393.04", property_value: "739713.86", transaction_fee: "11252.32" },
            { id: 181, property_id: 57, timestamp: new Date("2023-08-01T16:12:13Z"), amount: "1868078.09", property_value: "889590.60", transaction_fee: "28467.28" },
            { id: 182, property_id: 58, timestamp: new Date("2023-07-27T05:38:45Z"), amount: "51540.99", property_value: "813056.54", transaction_fee: "20288.92" },
            { id: 183, property_id: 2, timestamp: new Date("2023-10-19T15:15:52Z"), amount: "1504967.64", property_value: "1479922.26", transaction_fee: "649.72" },
            { id: 184, property_id: 79, timestamp: new Date("2023-07-02T14:57:03Z"), amount: "1202748.58", property_value: "1357752.24", transaction_fee: "3562.65" },
            { id: 185, property_id: 37, timestamp: new Date("2023-05-30T10:24:04Z"), amount: "1472576.17", property_value: "1077700.25", transaction_fee: "2650.23" },
            { id: 186, property_id: 48, timestamp: new Date("2023-11-02T14:29:42Z"), amount: "517713.81", property_value: "861200.19", transaction_fee: "33915.17" },
            { id: 187, property_id: 30, timestamp: new Date("2023-05-01T16:15:22Z"), amount: "1470123.25", property_value: "1342459.15", transaction_fee: "4866.50" },
            { id: 188, property_id: 1, timestamp: new Date("2023-10-13T12:20:02Z"), amount: "53429.54", property_value: "1340833.32", transaction_fee: "863.04" },
            { id: 189, property_id: 96, timestamp: new Date("2023-08-30T15:55:19Z"), amount: "250393.57", property_value: "1071115.70", transaction_fee: "25464.44" },
            { id: 190, property_id: 63, timestamp: new Date("2023-07-27T13:48:13Z"), amount: "50028.39", property_value: "1140485.83", transaction_fee: "3788.69" },
            { id: 191, property_id: 35, timestamp: new Date("2023-03-04T22:24:39Z"), amount: "114136.16", property_value: "755749.96", transaction_fee: "3553.05" },
            { id: 192, property_id: 95, timestamp: new Date("2023-08-22T08:21:35Z"), amount: "730215.23", property_value: "930691.92", transaction_fee: "31794.18" },
            { id: 193, property_id: 32, timestamp: new Date("2023-05-29T07:58:54Z"), amount: "1219187.50", property_value: "845086.30", transaction_fee: "28443.02" },
            { id: 194, property_id: 48, timestamp: new Date("2023-08-24T13:31:53Z"), amount: "125532.97", property_value: "1242506.00", transaction_fee: "23540.36" },
            { id: 195, property_id: 19, timestamp: new Date("2023-11-06T11:53:28Z"), amount: "834538.75", property_value: "1439974.02", transaction_fee: "23675.91" },
            { id: 196, property_id: 41, timestamp: new Date("2023-03-29T15:21:20Z"), amount: "119830.71", property_value: "707404.58", transaction_fee: "5433.21" },
            { id: 197, property_id: 18, timestamp: new Date("2023-06-24T17:43:28Z"), amount: "920715.93", property_value: "797760.55", transaction_fee: "46914.16" },
            { id: 198, property_id: 94, timestamp: new Date("2023-02-26T11:48:54Z"), amount: "249921.37", property_value: "1194921.44", transaction_fee: "13424.56" },
            { id: 199, property_id: 51, timestamp: new Date("2023-11-10T05:18:37Z"), amount: "89335.65", property_value: "1214620.16", transaction_fee: "37938.72" },
            { id: 200, property_id: 21, timestamp: new Date("2023-04-19T16:48:55Z"), amount: "1754236.86", property_value: "711114.33", transaction_fee: "47685.82" },
            { id: 201, property_id: 16, timestamp: new Date("2023-08-26T11:21:26Z"), amount: "1565255.37", property_value: "1214084.63", transaction_fee: "15671.03" },
            { id: 202, property_id: 55, timestamp: new Date("2023-01-07T13:06:19Z"), amount: "1076950.68", property_value: "942933.11", transaction_fee: "26481.73" },
            { id: 203, property_id: 10, timestamp: new Date("2023-01-10T13:35:29Z"), amount: "111507.61", property_value: "571510.02", transaction_fee: "6166.76" },
            { id: 204, property_id: 100, timestamp: new Date("2023-05-20T17:04:07Z"), amount: "660865.75", property_value: "870263.08", transaction_fee: "1455.72" },
            { id: 205, property_id: 5, timestamp: new Date("2023-02-21T12:06:30Z"), amount: "86537.72", property_value: "1109713.49", transaction_fee: "11044.77" },
            { id: 206, property_id: 10, timestamp: new Date("2023-03-17T12:03:02Z"), amount: "383117.76", property_value: "1035164.47", transaction_fee: "968.55" },
            { id: 207, property_id: 91, timestamp: new Date("2023-03-04T11:19:54Z"), amount: "371219.73", property_value: "886934.75", transaction_fee: "18654.16" },
            { id: 208, property_id: 31, timestamp: new Date("2023-09-25T08:50:38Z"), amount: "1210832.54", property_value: "798189.26", transaction_fee: "34953.54" },
            { id: 209, property_id: 26, timestamp: new Date("2023-06-20T13:07:22Z"), amount: "1750759.57", property_value: "1204804.16", transaction_fee: "11657.45" },
            { id: 210, property_id: 6, timestamp: new Date("2023-12-08T10:14:15Z"), amount: "343186.92", property_value: "1254481.88", transaction_fee: "16596.01" },
            { id: 211, property_id: 88, timestamp: new Date("2023-05-06T10:16:45Z"), amount: "263750.90", property_value: "738871.94", transaction_fee: "43006.69" },
            { id: 212, property_id: 49, timestamp: new Date("2023-04-15T09:23:00Z"), amount: "87128.75", property_value: "1404324.16", transaction_fee: "3754.55" },
            { id: 213, property_id: 38, timestamp: new Date("2023-05-20T08:50:41Z"), amount: "1749638.74", property_value: "1355333.83", transaction_fee: "7239.97" },
            { id: 214, property_id: 94, timestamp: new Date("2023-10-22T09:10:55Z"), amount: "575484.15", property_value: "1312979.98", transaction_fee: "585.66" },
            { id: 215, property_id: 95, timestamp: new Date("2023-07-11T17:37:59Z"), amount: "1684394.97", property_value: "878809.03", transaction_fee: "2368.66" },
            { id: 216, property_id: 80, timestamp: new Date("2023-06-09T16:41:31Z"), amount: "1204581.04", property_value: "750302.79", transaction_fee: "42770.59" },
            { id: 217, property_id: 93, timestamp: new Date("2023-10-22T15:45:34Z"), amount: "311892.32", property_value: "996258.76", transaction_fee: "33842.70" },
            { id: 218, property_id: 55, timestamp: new Date("2023-01-09T15:41:45Z"), amount: "326645.06", property_value: "788704.92", transaction_fee: "1066.11" },
            { id: 219, property_id: 8, timestamp: new Date("2023-12-09T14:28:16Z"), amount: "1730255.54", property_value: "846770.63", transaction_fee: "859.86" },
            { id: 220, property_id: 38, timestamp: new Date("2023-11-12T15:56:48Z"), amount: "56928.12", property_value: "1021057.83", transaction_fee: "49020.58" },
            { id: 221, property_id: 88, timestamp: new Date("2023-04-04T12:11:01Z"), amount: "1550418.77", property_value: "944240.36", transaction_fee: "535.36" },
            { id: 222, property_id: 10, timestamp: new Date("2023-05-19T10:55:33Z"), amount: "119678.85", property_value: "749763.00", transaction_fee: "7255.36" },
            { id: 223, property_id: 37, timestamp: new Date("2023-03-08T17:17:49Z"), amount: "1860331.15", property_value: "894430.60", transaction_fee: "30079.59" },
            { id: 224, property_id: 71, timestamp: new Date("2023-02-06T08:02:39Z"), amount: "52812.49", property_value: "615914.57", transaction_fee: "33215.20" },
            { id: 225, property_id: 46, timestamp: new Date("2023-08-26T16:11:43Z"), amount: "91590.59", property_value: "942470.27", transaction_fee: "29579.85" },
            { id: 226, property_id: 25, timestamp: new Date("2023-01-15T11:14:07Z"), amount: "143499.61", property_value: "1182229.01", transaction_fee: "32687.37" },
            { id: 227, property_id: 45, timestamp: new Date("2023-06-03T20:40:02Z"), amount: "52103.08", property_value: "1510537.25", transaction_fee: "2336.25" },
            { id: 228, property_id: 31, timestamp: new Date("2023-01-24T14:37:57Z"), amount: "1049121.27", property_value: "765583.95", transaction_fee: "35955.09" },
            { id: 229, property_id: 33, timestamp: new Date("2023-10-30T13:35:44Z"), amount: "1123115.20", property_value: "1545221.85", transaction_fee: "39106.16" },
            { id: 230, property_id: 40, timestamp: new Date("2023-11-12T15:52:52Z"), amount: "645689.62", property_value: "600262.61", transaction_fee: "648.25" },
            { id: 231, property_id: 84, timestamp: new Date("2023-01-27T10:14:28Z"), amount: "101257.54", property_value: "765233.60", transaction_fee: "40971.58" },
            { id: 232, property_id: 39, timestamp: new Date("2023-08-31T11:29:58Z"), amount: "1402047.43", property_value: "1474546.73", transaction_fee: "19983.33" },
            { id: 233, property_id: 42, timestamp: new Date("2023-12-24T14:36:44Z"), amount: "893224.75", property_value: "1592803.76", transaction_fee: "1477.18" },
            { id: 234, property_id: 94, timestamp: new Date("2023-08-01T11:50:19Z"), amount: "1454049.51", property_value: "1368288.45", transaction_fee: "3396.30" },
            { id: 235, property_id: 40, timestamp: new Date("2023-04-18T16:13:18Z"), amount: "252319.30", property_value: "1225836.85", transaction_fee: "46165.45" },
            { id: 236, property_id: 17, timestamp: new Date("2023-12-01T00:42:24Z"), amount: "667761.05", property_value: "1377665.46", transaction_fee: "42287.48" },
            { id: 237, property_id: 85, timestamp: new Date("2023-02-27T11:59:45Z"), amount: "1716037.20", property_value: "1349152.56", transaction_fee: "15480.15" },
            { id: 238, property_id: 61, timestamp: new Date("2023-04-22T21:03:05Z"), amount: "243928.27", property_value: "1593703.38", transaction_fee: "23430.48" },
            { id: 239, property_id: 36, timestamp: new Date("2023-12-03T13:05:50Z"), amount: "301491.19", property_value: "1197641.82", transaction_fee: "21791.75" },
            { id: 240, property_id: 6, timestamp: new Date("2023-05-18T18:24:27Z"), amount: "1381819.65", property_value: "720343.87", transaction_fee: "1699.31" },
            { id: 241, property_id: 13, timestamp: new Date("2023-11-11T19:09:34Z"), amount: "645194.68", property_value: "759497.82", transaction_fee: "941.81" },
            { id: 242, property_id: 22, timestamp: new Date("2023-11-21T16:58:19Z"), amount: "58768.28", property_value: "1021603.60", transaction_fee: "1302.44" },
            { id: 243, property_id: 90, timestamp: new Date("2023-10-25T10:23:08Z"), amount: "76778.58", property_value: "1327605.74", transaction_fee: "43380.86" },
            { id: 244, property_id: 78, timestamp: new Date("2023-10-22T11:54:51Z"), amount: "1975187.36", property_value: "923408.20", transaction_fee: "14941.95" },
            { id: 245, property_id: 62, timestamp: new Date("2023-11-30T21:05:12Z"), amount: "50157.63", property_value: "1243717.70", transaction_fee: "27101.64" },
            { id: 246, property_id: 98, timestamp: new Date("2023-06-04T07:12:17Z"), amount: "51595.53", property_value: "1188035.55", transaction_fee: "4262.28" },
            { id: 247, property_id: 42, timestamp: new Date("2023-03-20T16:18:20Z"), amount: "261288.20", property_value: "723871.56", transaction_fee: "8301.26" },
            { id: 248, property_id: 80, timestamp: new Date("2023-12-22T14:43:26Z"), amount: "586648.00", property_value: "958888.42", transaction_fee: "34365.25" },
            { id: 249, property_id: 36, timestamp: new Date("2023-12-27T10:13:20Z"), amount: "716332.45", property_value: "473981.89", transaction_fee: "32078.38" },
            { id: 250, property_id: 65, timestamp: new Date("2023-09-26T21:50:18Z"), amount: "401802.73", property_value: "710642.82", transaction_fee: "21500.47" },
            { id: 251, property_id: 24, timestamp: new Date("2023-08-19T11:04:01Z"), amount: "1270812.79", property_value: "880707.95", transaction_fee: "917.03" },
            { id: 252, property_id: 11, timestamp: new Date("2023-02-06T10:15:25Z"), amount: "60475.08", property_value: "1312673.72", transaction_fee: "22182.86" },
            { id: 253, property_id: 29, timestamp: new Date("2023-04-29T13:21:38Z"), amount: "1001773.44", property_value: "835650.02", transaction_fee: "3045.78" },
            { id: 254, property_id: 88, timestamp: new Date("2023-06-20T16:41:36Z"), amount: "1156568.77", property_value: "1327161.60", transaction_fee: "9216.86" },
            { id: 255, property_id: 44, timestamp: new Date("2023-04-08T09:54:55Z"), amount: "422156.45", property_value: "663191.56", transaction_fee: "11293.69" },
            { id: 256, property_id: 14, timestamp: new Date("2023-11-27T12:15:49Z"), amount: "719908.67", property_value: "809611.12", transaction_fee: "6458.27" },
            { id: 257, property_id: 76, timestamp: new Date("2023-09-12T19:15:22Z"), amount: "53045.34", property_value: "1198140.35", transaction_fee: "13861.60" },
            { id: 258, property_id: 68, timestamp: new Date("2023-11-27T13:33:55Z"), amount: "946604.96", property_value: "995207.35", transaction_fee: "19734.43" },
            { id: 259, property_id: 94, timestamp: new Date("2023-02-04T16:15:40Z"), amount: "890216.52", property_value: "1131753.23", transaction_fee: "43985.12" },
            { id: 260, property_id: 17, timestamp: new Date("2023-12-27T19:19:51Z"), amount: "1324192.91", property_value: "1122270.62", transaction_fee: "15885.00" },
            { id: 261, property_id: 11, timestamp: new Date("2023-07-22T10:47:23Z"), amount: "354992.73", property_value: "633260.99", transaction_fee: "5136.85" },
            { id: 262, property_id: 82, timestamp: new Date("2023-06-24T18:35:16Z"), amount: "1300577.12", property_value: "1231338.15", transaction_fee: "40220.00" },
            { id: 263, property_id: 89, timestamp: new Date("2023-02-25T10:10:27Z"), amount: "139520.81", property_value: "1251101.08", transaction_fee: "14132.72" },
            { id: 264, property_id: 96, timestamp: new Date("2023-05-30T11:12:21Z"), amount: "1017164.05", property_value: "1264152.03", transaction_fee: "17514.55" },
            { id: 265, property_id: 51, timestamp: new Date("2023-10-22T20:50:35Z"), amount: "320607.34", property_value: "517975.58", transaction_fee: "8527.82" },
            { id: 266, property_id: 28, timestamp: new Date("2023-04-27T11:19:31Z"), amount: "160496.71", property_value: "646031.60", transaction_fee: "35344.13" },
            { id: 267, property_id: 4, timestamp: new Date("2023-11-15T10:02:05Z"), amount: "194212.45", property_value: "1403028.27", transaction_fee: "644.31" },
            { id: 268, property_id: 34, timestamp: new Date("2023-10-15T13:24:50Z"), amount: "199327.23", property_value: "1286293.04", transaction_fee: "11511.89" },
            { id: 269, property_id: 2, timestamp: new Date("2023-10-31T12:52:22Z"), amount: "1758675.40", property_value: "1380110.15", transaction_fee: "6003.75" },
            { id: 270, property_id: 68, timestamp: new Date("2023-11-08T16:50:54Z"), amount: "375499.79", property_value: "1103895.32", transaction_fee: "16188.73" },
            { id: 271, property_id: 35, timestamp: new Date("2023-09-22T15:53:06Z"), amount: "1048564.94", property_value: "1416335.66", transaction_fee: "37333.90" },
            { id: 272, property_id: 67, timestamp: new Date("2023-01-02T14:12:50Z"), amount: "105004.00", property_value: "1377245.01", transaction_fee: "39225.71" },
            { id: 273, property_id: 38, timestamp: new Date("2023-05-18T10:18:40Z"), amount: "74771.81", property_value: "966461.96", transaction_fee: "25065.77" },
            { id: 274, property_id: 36, timestamp: new Date("2023-06-01T10:25:19Z"), amount: "1909243.04", property_value: "774765.96", transaction_fee: "7536.03" },
            { id: 275, property_id: 2, timestamp: new Date("2023-10-14T11:17:38Z"), amount: "110409.60", property_value: "789990.61", transaction_fee: "9645.50" },
            { id: 276, property_id: 22, timestamp: new Date("2023-10-29T17:55:00Z"), amount: "966305.29", property_value: "781055.99", transaction_fee: "8005.73" },
            { id: 277, property_id: 77, timestamp: new Date("2023-10-01T15:28:47Z"), amount: "1005976.05", property_value: "1369383.01", transaction_fee: "3564.33" },
            { id: 278, property_id: 13, timestamp: new Date("2023-02-24T16:28:15Z"), amount: "540963.96", property_value: "657313.05", transaction_fee: "13646.74" },
            { id: 279, property_id: 92, timestamp: new Date("2023-10-04T15:16:02Z"), amount: "1359876.88", property_value: "733497.66", transaction_fee: "2796.41" },
            { id: 280, property_id: 79, timestamp: new Date("2023-08-14T12:45:23Z"), amount: "1547983.52", property_value: "932632.05", transaction_fee: "2694.46" },
            { id: 281, property_id: 37, timestamp: new Date("2023-12-12T11:41:05Z"), amount: "625572.27", property_value: "1240302.90", transaction_fee: "27273.44" },
            { id: 282, property_id: 71, timestamp: new Date("2023-01-10T11:05:21Z"), amount: "215707.73", property_value: "626580.32", transaction_fee: "655.32" },
            { id: 283, property_id: 91, timestamp: new Date("2023-03-10T11:19:37Z"), amount: "93805.03", property_value: "934155.70", transaction_fee: "49062.16" },
            { id: 284, property_id: 52, timestamp: new Date("2023-12-15T11:16:20Z"), amount: "87034.82", property_value: "796451.06", transaction_fee: "14755.57" },
            { id: 285, property_id: 59, timestamp: new Date("2023-11-23T16:49:02Z"), amount: "1395365.95", property_value: "930420.69", transaction_fee: "17798.49" },
            { id: 286, property_id: 35, timestamp: new Date("2023-01-02T13:20:19Z"), amount: "78805.97", property_value: "862395.57", transaction_fee: "25817.29" },
            { id: 287, property_id: 95, timestamp: new Date("2023-01-05T15:55:56Z"), amount: "761681.97", property_value: "1347583.33", transaction_fee: "35992.36" },
            { id: 288, property_id: 88, timestamp: new Date("2023-10-20T11:35:29Z"), amount: "612349.02", property_value: "1216164.65", transaction_fee: "12385.76" },
            { id: 289, property_id: 18, timestamp: new Date("2023-12-13T14:49:00Z"), amount: "864318.75", property_value: "949672.25", transaction_fee: "3881.52" },
            { id: 290, property_id: 38, timestamp: new Date("2023-10-15T05:52:50Z"), amount: "1435695.90", property_value: "526404.07", transaction_fee: "6352.61" },
            { id: 291, property_id: 97, timestamp: new Date("2023-08-09T15:25:48Z"), amount: "66722.97", property_value: "1053616.58", transaction_fee: "26703.81" },
            { id: 292, property_id: 39, timestamp: new Date("2023-11-03T18:12:07Z"), amount: "50870.92", property_value: "1089386.51", transaction_fee: "1795.14" },
            { id: 293, property_id: 9, timestamp: new Date("2023-04-11T13:31:13Z"), amount: "459225.00", property_value: "796581.30", transaction_fee: "2725.38" },
            { id: 294, property_id: 96, timestamp: new Date("2023-02-12T11:42:23Z"), amount: "1494466.64", property_value: "668973.31", transaction_fee: "2498.94" },
            { id: 295, property_id: 2, timestamp: new Date("2023-04-23T14:45:14Z"), amount: "302366.36", property_value: "746730.82", transaction_fee: "726.45" },
            { id: 296, property_id: 71, timestamp: new Date("2023-03-10T13:47:23Z"), amount: "114947.86", property_value: "428324.27", transaction_fee: "45500.77" },
            { id: 297, property_id: 42, timestamp: new Date("2023-09-19T10:04:35Z"), amount: "1120315.97", property_value: "1034804.35", transaction_fee: "23971.90" },
            { id: 298, property_id: 82, timestamp: new Date("2023-01-23T10:27:09Z"), amount: "68276.24", property_value: "730040.07", transaction_fee: "13546.29" },
            { id: 299, property_id: 100, timestamp: new Date("2023-06-22T11:37:58Z"), amount: "59983.53", property_value: "1242071.60", transaction_fee: "28985.26" },
            { id: 300, property_id: 67, timestamp: new Date("2023-04-10T13:03:24Z"), amount: "1044725.92", property_value: "1413543.18", transaction_fee: "30103.39" },
        ],
    });
    await prisma.deadlocks.createMany({
        data: [
            { id: 1, transaction_id: 11, timestamp: new Date("2023-12-13T07:04:38Z"), involved_transactions: 6, resolution_time: 171 },
            { id: 2, transaction_id: 21, timestamp: new Date("2023-12-24T10:45:32Z"), involved_transactions: 5, resolution_time: 100 },
            { id: 3, transaction_id: 81, timestamp: new Date("2023-12-29T16:06:41Z"), involved_transactions: 5, resolution_time: 148 },
            { id: 4, transaction_id: 142, timestamp: new Date("2023-06-06T14:51:38Z"), involved_transactions: 6, resolution_time: 164 },
            { id: 5, transaction_id: 292, timestamp: new Date("2023-03-23T06:45:50Z"), involved_transactions: 7, resolution_time: 150 },
            { id: 6, transaction_id: 122, timestamp: new Date("2023-08-28T23:39:12Z"), involved_transactions: 6, resolution_time: 95 },
            { id: 7, transaction_id: 138, timestamp: new Date("2023-09-01T01:10:23Z"), involved_transactions: 6, resolution_time: 133 },
            { id: 8, transaction_id: 31, timestamp: new Date("2023-08-07T00:07:01Z"), involved_transactions: 7, resolution_time: 94 },
            { id: 9, transaction_id: 30, timestamp: new Date("2023-10-26T09:31:59Z"), involved_transactions: 5, resolution_time: 181 },
            { id: 10, transaction_id: 58, timestamp: new Date("2023-08-09T00:39:52Z"), involved_transactions: 7, resolution_time: 206 },
            { id: 11, transaction_id: 75, timestamp: new Date("2023-02-09T08:05:27Z"), involved_transactions: 5, resolution_time: 117 },
            { id: 12, transaction_id: 179, timestamp: new Date("2023-01-31T13:50:31Z"), involved_transactions: 6, resolution_time: 105 },
            { id: 13, transaction_id: 216, timestamp: new Date("2023-03-08T21:18:42Z"), involved_transactions: 5, resolution_time: 107 },
            { id: 14, transaction_id: 44, timestamp: new Date("2023-05-07T06:33:04Z"), involved_transactions: 6, resolution_time: 65 },
            { id: 15, transaction_id: 42, timestamp: new Date("2023-03-12T09:27:58Z"), involved_transactions: 7, resolution_time: 89 },
            { id: 16, transaction_id: 190, timestamp: new Date("2023-07-11T01:45:35Z"), involved_transactions: 6, resolution_time: 154 },
            { id: 17, transaction_id: 1, timestamp: new Date("2023-04-29T23:22:43Z"), involved_transactions: 6, resolution_time: 192 },
            { id: 18, transaction_id: 78, timestamp: new Date("2023-10-16T01:23:09Z"), involved_transactions: 5, resolution_time: 181 },
            { id: 19, transaction_id: 131, timestamp: new Date("2023-06-30T03:15:53Z"), involved_transactions: 7, resolution_time: 239 },
            { id: 20, transaction_id: 124, timestamp: new Date("2023-08-06T12:49:22Z"), involved_transactions: 7, resolution_time: 250 },
            { id: 21, transaction_id: 163, timestamp: new Date("2023-11-17T08:28:08Z"), involved_transactions: 7, resolution_time: 146 },
            { id: 22, transaction_id: 222, timestamp: new Date("2023-11-04T10:54:02Z"), involved_transactions: 4, resolution_time: 70 },
            { id: 23, transaction_id: 72, timestamp: new Date("2023-02-01T07:32:13Z"), involved_transactions: 7, resolution_time: 162 },
            { id: 24, transaction_id: 283, timestamp: new Date("2023-11-19T08:25:02Z"), involved_transactions: 8, resolution_time: 110 },
            { id: 25, transaction_id: 95, timestamp: new Date("2023-11-14T02:42:44Z"), involved_transactions: 7, resolution_time: 187 },
            { id: 26, transaction_id: 119, timestamp: new Date("2023-07-07T05:20:50Z"), involved_transactions: 7, resolution_time: 141 },
            { id: 27, transaction_id: 69, timestamp: new Date("2023-09-19T20:29:55Z"), involved_transactions: 6, resolution_time: 113 },
            { id: 28, transaction_id: 292, timestamp: new Date("2023-04-07T16:23:26Z"), involved_transactions: 6, resolution_time: 126 },
            { id: 29, transaction_id: 137, timestamp: new Date("2023-02-22T11:16:35Z"), involved_transactions: 6, resolution_time: 176 },
            { id: 30, transaction_id: 114, timestamp: new Date("2023-08-12T20:35:36Z"), involved_transactions: 8, resolution_time: 146 },
            { id: 31, transaction_id: 91, timestamp: new Date("2023-04-20T06:05:41Z"), involved_transactions: 7, resolution_time: 206 },
            { id: 32, transaction_id: 166, timestamp: new Date("2023-02-22T21:02:15Z"), involved_transactions: 4, resolution_time: 177 },
            { id: 33, transaction_id: 45, timestamp: new Date("2023-12-03T09:36:36Z"), involved_transactions: 7, resolution_time: 74 },
            { id: 34, transaction_id: 264, timestamp: new Date("2023-02-06T06:28:54Z"), involved_transactions: 6, resolution_time: 68 },
            { id: 35, transaction_id: 123, timestamp: new Date("2023-09-11T22:51:29Z"), involved_transactions: 7, resolution_time: 225 },
            { id: 36, transaction_id: 230, timestamp: new Date("2023-09-04T20:05:40Z"), involved_transactions: 6, resolution_time: 144 },
            { id: 37, transaction_id: 60, timestamp: new Date("2023-12-12T17:55:50Z"), involved_transactions: 6, resolution_time: 123 },
            { id: 38, transaction_id: 98, timestamp: new Date("2023-10-16T08:05:44Z"), involved_transactions: 6, resolution_time: 189 },
            { id: 39, transaction_id: 47, timestamp: new Date("2023-11-08T22:05:03Z"), involved_transactions: 7, resolution_time: 184 },
            { id: 40, transaction_id: 65, timestamp: new Date("2023-06-22T09:00:29Z"), involved_transactions: 6, resolution_time: 105 },
            { id: 41, transaction_id: 255, timestamp: new Date("2023-06-03T18:57:27Z"), involved_transactions: 6, resolution_time: 210 },
            { id: 42, transaction_id: 70, timestamp: new Date("2023-06-15T09:21:10Z"), involved_transactions: 6, resolution_time: 149 },
            { id: 43, transaction_id: 298, timestamp: new Date("2023-08-17T21:41:44Z"), involved_transactions: 7, resolution_time: 171 },
            { id: 44, transaction_id: 284, timestamp: new Date("2023-02-21T23:01:13Z"), involved_transactions: 4, resolution_time: 119 },
            { id: 45, transaction_id: 296, timestamp: new Date("2023-08-08T06:45:32Z"), involved_transactions: 7, resolution_time: 121 },
            { id: 46, transaction_id: 259, timestamp: new Date("2023-08-10T05:01:24Z"), involved_transactions: 4, resolution_time: 179 },
            { id: 47, transaction_id: 26, timestamp: new Date("2023-06-04T12:55:30Z"), involved_transactions: 4, resolution_time: 122 },
            { id: 48, transaction_id: 95, timestamp: new Date("2023-12-12T04:13:19Z"), involved_transactions: 5, resolution_time: 149 },
            { id: 49, transaction_id: 219, timestamp: new Date("2023-09-11T22:11:10Z"), involved_transactions: 5, resolution_time: 193 },
            { id: 50, transaction_id: 206, timestamp: new Date("2023-07-26T01:48:13Z"), involved_transactions: 6, resolution_time: 157 },
        ],
    });
    await prisma.locks.createMany({
        data: [
            { id: 1, transaction_id: 101, lock_type: "exclusive", duration: 278, lock_timestamp: new Date("2023-05-14T12:28:58Z") },
            { id: 2, transaction_id: 182, lock_type: "exclusive", duration: 578, lock_timestamp: new Date("2023-02-05T08:41:04Z") },
            { id: 3, transaction_id: 149, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-10T11:58:15Z") },
            { id: 4, transaction_id: 150, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-10T07:09:18Z") },
            { id: 5, transaction_id: 25, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-08T13:17:10Z") },
            { id: 6, transaction_id: 223, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-15T16:42:30Z") },
            { id: 7, transaction_id: 42, lock_type: "exclusive", duration: 428, lock_timestamp: new Date("2023-09-18T17:24:55Z") },
            { id: 8, transaction_id: 215, lock_type: "exclusive", duration: 131, lock_timestamp: new Date("2023-09-23T15:01:26Z") },
            { id: 9, transaction_id: 87, lock_type: "exclusive", duration: 131, lock_timestamp: new Date("2023-08-27T11:07:04Z") },
            { id: 10, transaction_id: 109, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-30T14:59:34Z") },
            { id: 11, transaction_id: 179, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-30T14:11:51Z") },
            { id: 12, transaction_id: 27, lock_type: "exclusive", duration: 475, lock_timestamp: new Date("2023-10-20T12:01:04Z") },
            { id: 13, transaction_id: 256, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-16T15:27:08Z") },
            { id: 14, transaction_id: 225, lock_type: "exclusive", duration: 30, lock_timestamp: new Date("2023-04-07T11:28:09Z") },
            { id: 15, transaction_id: 47, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-12-31T13:55:19Z") },
            { id: 16, transaction_id: 69, lock_type: "exclusive", duration: 33, lock_timestamp: new Date("2023-12-20T15:47:29Z") },
            { id: 17, transaction_id: 208, lock_type: "exclusive", duration: 222, lock_timestamp: new Date("2023-05-01T14:13:14Z") },
            { id: 18, transaction_id: 177, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-14T08:50:19Z") },
            { id: 19, transaction_id: 45, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-11T18:05:30Z") },
            { id: 20, transaction_id: 188, lock_type: "exclusive", duration: 58, lock_timestamp: new Date("2023-01-26T14:27:33Z") },
            { id: 21, transaction_id: 37, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-03T16:20:21Z") },
            { id: 22, transaction_id: 28, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-28T15:46:10Z") },
            { id: 23, transaction_id: 44, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-04T16:02:04Z") },
            { id: 24, transaction_id: 281, lock_type: "exclusive", duration: 159, lock_timestamp: new Date("2023-09-29T08:42:47Z") },
            { id: 25, transaction_id: 299, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-13T12:04:56Z") },
            { id: 26, transaction_id: 176, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-31T10:12:05Z") },
            { id: 27, transaction_id: 279, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-13T14:20:44Z") },
            { id: 28, transaction_id: 205, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-26T12:16:05Z") },
            { id: 29, transaction_id: 4, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-03T14:17:52Z") },
            { id: 30, transaction_id: 178, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-15T14:10:52Z") },
            { id: 31, transaction_id: 202, lock_type: "exclusive", duration: 470, lock_timestamp: new Date("2023-03-02T11:23:38Z") },
            { id: 32, transaction_id: 65, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-19T08:07:41Z") },
            { id: 33, transaction_id: 167, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-19T08:33:00Z") },
            { id: 34, transaction_id: 247, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-30T08:03:13Z") },
            { id: 35, transaction_id: 63, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-24T14:20:39Z") },
            { id: 36, transaction_id: 174, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-06-27T10:19:07Z") },
            { id: 37, transaction_id: 281, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-04T10:13:26Z") },
            { id: 38, transaction_id: 26, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-31T14:15:48Z") },
            { id: 39, transaction_id: 68, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-15T14:48:55Z") },
            { id: 40, transaction_id: 118, lock_type: "exclusive", duration: 408, lock_timestamp: new Date("2023-05-10T15:56:34Z") },
            { id: 41, transaction_id: 89, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-02T16:06:42Z") },
            { id: 42, transaction_id: 172, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-12-18T14:15:22Z") },
            { id: 43, transaction_id: 292, lock_type: "exclusive", duration: 162, lock_timestamp: new Date("2023-03-22T19:32:24Z") },
            { id: 44, transaction_id: 247, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-23T20:22:56Z") },
            { id: 45, transaction_id: 243, lock_type: "exclusive", duration: 396, lock_timestamp: new Date("2023-11-23T14:19:18Z") },
            { id: 46, transaction_id: 203, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-08T18:31:21Z") },
            { id: 47, transaction_id: 45, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-08T17:01:06Z") },
            { id: 48, transaction_id: 250, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-07T08:30:16Z") },
            { id: 49, transaction_id: 59, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-09T07:46:41Z") },
            { id: 50, transaction_id: 31, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-23T09:47:34Z") },
            { id: 51, transaction_id: 292, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-11T12:30:27Z") },
            { id: 52, transaction_id: 51, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-12-02T15:34:19Z") },
            { id: 53, transaction_id: 162, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-05T13:00:43Z") },
            { id: 54, transaction_id: 191, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-25T10:08:56Z") },
            { id: 55, transaction_id: 161, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-11T11:57:36Z") },
            { id: 56, transaction_id: 187, lock_type: "exclusive", duration: 1, lock_timestamp: new Date("2023-03-25T16:44:17Z") },
            { id: 57, transaction_id: 205, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-13T14:39:18Z") },
            { id: 58, transaction_id: 293, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-22T13:26:36Z") },
            { id: 59, transaction_id: 46, lock_type: "exclusive", duration: 6, lock_timestamp: new Date("2023-01-05T10:39:44Z") },
            { id: 60, transaction_id: 90, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-11T14:18:15Z") },
            { id: 61, transaction_id: 234, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-14T15:42:57Z") },
            { id: 62, transaction_id: 248, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-09T14:19:07Z") },
            { id: 63, transaction_id: 246, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-05T11:31:43Z") },
            { id: 64, transaction_id: 63, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-01T15:59:32Z") },
            { id: 65, transaction_id: 24, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-09T10:24:57Z") },
            { id: 66, transaction_id: 151, lock_type: "exclusive", duration: 356, lock_timestamp: new Date("2023-03-09T15:24:34Z") },
            { id: 67, transaction_id: 63, lock_type: "exclusive", duration: 190, lock_timestamp: new Date("2023-03-28T17:02:08Z") },
            { id: 68, transaction_id: 130, lock_type: "exclusive", duration: 467, lock_timestamp: new Date("2023-11-16T17:58:47Z") },
            { id: 69, transaction_id: 69, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-25T12:05:14Z") },
            { id: 70, transaction_id: 14, lock_type: "exclusive", duration: 6, lock_timestamp: new Date("2023-10-04T17:16:28Z") },
            { id: 71, transaction_id: 118, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-22T15:39:51Z") },
            { id: 72, transaction_id: 59, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-04T13:42:38Z") },
            { id: 73, transaction_id: 242, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-04T16:16:34Z") },
            { id: 74, transaction_id: 233, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-27T09:44:28Z") },
            { id: 75, transaction_id: 24, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-19T14:15:09Z") },
            { id: 76, transaction_id: 183, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-31T13:42:29Z") },
            { id: 77, transaction_id: 287, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-27T09:39:16Z") },
            { id: 78, transaction_id: 183, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-06-02T09:38:20Z") },
            { id: 79, transaction_id: 56, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-13T13:37:54Z") },
            { id: 80, transaction_id: 245, lock_type: "exclusive", duration: 305, lock_timestamp: new Date("2023-06-21T07:16:46Z") },
            { id: 81, transaction_id: 252, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-06-08T15:22:28Z") },
            { id: 82, transaction_id: 246, lock_type: "exclusive", duration: 33, lock_timestamp: new Date("2023-09-14T15:58:47Z") },
            { id: 83, transaction_id: 221, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-01T15:10:16Z") },
            { id: 84, transaction_id: 24, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-08T12:42:36Z") },
            { id: 85, transaction_id: 101, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-28T16:25:33Z") },
            { id: 86, transaction_id: 129, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-23T14:05:50Z") },
            { id: 87, transaction_id: 80, lock_type: "exclusive", duration: 60, lock_timestamp: new Date("2023-12-23T09:37:10Z") },
            { id: 88, transaction_id: 37, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-05T10:51:41Z") },
            { id: 89, transaction_id: 246, lock_type: "exclusive", duration: 199, lock_timestamp: new Date("2023-04-11T10:44:38Z") },
            { id: 90, transaction_id: 86, lock_type: "exclusive", duration: 351, lock_timestamp: new Date("2023-04-18T14:07:17Z") },
            { id: 91, transaction_id: 201, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-22T09:05:02Z") },
            { id: 92, transaction_id: 227, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-10T11:08:40Z") },
            { id: 93, transaction_id: 219, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-27T13:42:31Z") },
            { id: 94, transaction_id: 141, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-29T11:12:27Z") },
            { id: 95, transaction_id: 177, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-07T12:12:49Z") },
            { id: 96, transaction_id: 291, lock_type: "exclusive", duration: 137, lock_timestamp: new Date("2023-07-26T16:56:57Z") },
            { id: 97, transaction_id: 63, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-17T10:25:41Z") },
            { id: 98, transaction_id: 280, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-13T17:12:10Z") },
            { id: 99, transaction_id: 34, lock_type: "exclusive", duration: 364, lock_timestamp: new Date("2023-11-22T09:23:18Z") },
            { id: 100, transaction_id: 136, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-23T13:41:36Z") },
            { id: 101, transaction_id: 83, lock_type: "exclusive", duration: 280, lock_timestamp: new Date("2023-07-11T13:52:32Z") },
            { id: 102, transaction_id: 25, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-10T11:17:16Z") },
            { id: 103, transaction_id: 152, lock_type: "exclusive", duration: 4, lock_timestamp: new Date("2023-07-04T12:19:02Z") },
            { id: 104, transaction_id: 130, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-06T14:04:16Z") },
            { id: 105, transaction_id: 3, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-19T15:03:21Z") },
            { id: 106, transaction_id: 116, lock_type: "exclusive", duration: 43, lock_timestamp: new Date("2023-08-27T09:36:58Z") },
            { id: 107, transaction_id: 202, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-12-25T10:18:18Z") },
            { id: 108, transaction_id: 171, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-15T09:38:54Z") },
            { id: 109, transaction_id: 209, lock_type: "exclusive", duration: 45, lock_timestamp: new Date("2023-02-18T12:09:49Z") },
            { id: 110, transaction_id: 150, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-06-01T16:58:27Z") },
            { id: 111, transaction_id: 103, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-15T16:31:48Z") },
            { id: 112, transaction_id: 155, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-25T10:07:42Z") },
            { id: 113, transaction_id: 117, lock_type: "exclusive", duration: 565, lock_timestamp: new Date("2023-07-19T10:43:52Z") },
            { id: 114, transaction_id: 290, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-26T18:17:39Z") },
            { id: 115, transaction_id: 254, lock_type: "exclusive", duration: 355, lock_timestamp: new Date("2023-05-23T15:29:47Z") },
            { id: 116, transaction_id: 170, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-27T13:10:37Z") },
            { id: 117, transaction_id: 62, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-18T10:45:21Z") },
            { id: 118, transaction_id: 52, lock_type: "exclusive", duration: 2, lock_timestamp: new Date("2023-06-17T15:19:04Z") },
            { id: 119, transaction_id: 217, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-04T11:11:22Z") },
            { id: 120, transaction_id: 64, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-20T08:16:55Z") },
            { id: 121, transaction_id: 209, lock_type: "exclusive", duration: 17, lock_timestamp: new Date("2023-01-01T16:45:51Z") },
            { id: 122, transaction_id: 2, lock_type: "exclusive", duration: 376, lock_timestamp: new Date("2023-04-30T17:48:41Z") },
            { id: 123, transaction_id: 211, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-05T10:23:42Z") },
            { id: 124, transaction_id: 31, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-01-13T13:26:25Z") },
            { id: 125, transaction_id: 149, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-22T16:40:35Z") },
            { id: 126, transaction_id: 174, lock_type: "exclusive", duration: 27, lock_timestamp: new Date("2023-11-06T09:21:00Z") },
            { id: 127, transaction_id: 244, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-19T15:55:37Z") },
            { id: 128, transaction_id: 126, lock_type: "exclusive", duration: 247, lock_timestamp: new Date("2023-02-07T12:21:12Z") },
            { id: 129, transaction_id: 17, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-02T12:46:04Z") },
            { id: 130, transaction_id: 68, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-20T12:22:38Z") },
            { id: 131, transaction_id: 111, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-09-16T14:45:13Z") },
            { id: 132, transaction_id: 146, lock_type: "exclusive", duration: 274, lock_timestamp: new Date("2023-11-14T12:38:20Z") },
            { id: 133, transaction_id: 282, lock_type: "exclusive", duration: 583, lock_timestamp: new Date("2023-03-21T10:21:08Z") },
            { id: 134, transaction_id: 14, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-23T08:13:00Z") },
            { id: 135, transaction_id: 256, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-06T16:00:56Z") },
            { id: 136, transaction_id: 219, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-25T09:02:25Z") },
            { id: 137, transaction_id: 146, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-04-12T14:07:17Z") },
            { id: 138, transaction_id: 64, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-31T15:52:35Z") },
            { id: 139, transaction_id: 292, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-12T13:46:28Z") },
            { id: 140, transaction_id: 286, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-12-16T15:04:19Z") },
            { id: 141, transaction_id: 224, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-31T11:10:48Z") },
            { id: 142, transaction_id: 202, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-06-17T11:50:43Z") },
            { id: 143, transaction_id: 115, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-03-31T15:39:54Z") },
            { id: 144, transaction_id: 170, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-05-15T13:57:10Z") },
            { id: 145, transaction_id: 119, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-02-25T12:52:21Z") },
            { id: 146, transaction_id: 46, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-10-15T13:02:45Z") },
            { id: 147, transaction_id: 165, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-07-01T12:59:21Z") },
            { id: 148, transaction_id: 109, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-11-07T10:02:43Z") },
            { id: 149, transaction_id: 149, lock_type: "shared", duration: null, lock_timestamp: new Date("2023-08-03T14:11:03Z") },
            { id: 150, transaction_id: 52, lock_type: "exclusive", duration: 258, lock_timestamp: new Date("2023-09-20T14:54:08Z") },
        ],
    });
}

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