// Energy Insight Transactions (energy-insight-transactions) 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.energy_transactions), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.energy_transactions.createMany({
        data: [
            { id: 1, transaction_date: new Date("2023-10-06T14:55:07Z"), cluster_id: 82, consumption_kwh: "720.13", efficiency_rating: "0.49", report_type: "standard", notes: "An incomplete shipment was cancelled the same day." },
            { id: 2, transaction_date: new Date("2023-11-10T08:41:54Z"), cluster_id: 89, consumption_kwh: "102.95", efficiency_rating: "0.93", report_type: "standard", notes: "An unusual delivery was approved the same day." },
            { id: 3, transaction_date: new Date("2023-06-06T13:04:17Z"), cluster_id: 50, consumption_kwh: "6953.75", efficiency_rating: "0.82", report_type: "standard", notes: "An urgent appointment was processed the same day." },
            { id: 4, transaction_date: new Date("2023-08-09T19:22:59Z"), cluster_id: 34, consumption_kwh: "149.84", efficiency_rating: "0.69", report_type: "standard", notes: "The courier asked for a change and the delivery was confirmed." },
            { id: 5, transaction_date: new Date("2023-05-25T15:55:59Z"), cluster_id: 96, consumption_kwh: "1964.25", efficiency_rating: "0.58", report_type: "standard", notes: "Support asked for a change and the request was rescheduled." },
            { id: 6, transaction_date: new Date("2023-06-06T08:18:04Z"), cluster_id: 87, consumption_kwh: "6491.16", efficiency_rating: "0.81", report_type: "standard", notes: "The team confirmed the details and the order was resolved." },
            { id: 7, transaction_date: new Date("2023-10-14T10:08:55Z"), cluster_id: 41, consumption_kwh: "2474.38", efficiency_rating: "0.90", report_type: "standard", notes: "A routine follow-up: the claim was processed." },
            { id: 8, transaction_date: new Date("2023-07-03T15:48:19Z"), cluster_id: 4, consumption_kwh: "3430.57", efficiency_rating: "0.22", report_type: "standard", notes: "An operator reported a duplicate issue; the invoice was processed." },
            { id: 9, transaction_date: new Date("2023-06-27T17:46:50Z"), cluster_id: 78, consumption_kwh: "769.87", efficiency_rating: "1.00", report_type: "standard", notes: "A minor record was delayed the same day." },
            { id: 10, transaction_date: new Date("2023-02-10T12:26:14Z"), cluster_id: 29, consumption_kwh: "794.55", efficiency_rating: "0.53", report_type: "specialized", notes: "A late session was replaced the same day." },
            { id: 11, transaction_date: new Date("2023-07-16T09:28:27Z"), cluster_id: 25, consumption_kwh: "4758.23", efficiency_rating: "0.35", report_type: "standard", notes: "The transfer was cancelled following an urgent review." },
            { id: 12, transaction_date: new Date("2023-05-30T06:07:30Z"), cluster_id: 44, consumption_kwh: "1212.14", efficiency_rating: "0.37", report_type: "specialized", notes: "A standard delivery was closed the same day." },
            { id: 13, transaction_date: new Date("2023-01-23T13:31:49Z"), cluster_id: 25, consumption_kwh: "78.54", efficiency_rating: "0.99", report_type: "standard", notes: "The item was resolved after a duplicate check." },
            { id: 14, transaction_date: new Date("2023-09-09T08:13:00Z"), cluster_id: 84, consumption_kwh: "8479.62", efficiency_rating: "0.49", report_type: "standard", notes: "Flagged as manual. An operator refunded the report." },
            { id: 15, transaction_date: new Date("2023-05-20T11:42:13Z"), cluster_id: 93, consumption_kwh: "792.56", efficiency_rating: "0.99", report_type: "specialized", notes: "The refund was escalated after a routine check." },
            { id: 16, transaction_date: new Date("2023-09-17T08:20:12Z"), cluster_id: 82, consumption_kwh: "1896.06", efficiency_rating: "0.92", report_type: "standard", notes: "An unusual ticket was escalated the same day." },
            { id: 17, transaction_date: new Date("2023-01-06T11:30:28Z"), cluster_id: 90, consumption_kwh: "2715.89", efficiency_rating: "0.32", report_type: "standard", notes: "The session was reopened — unusual case, no further action." },
            { id: 18, transaction_date: new Date("2023-04-15T12:45:23Z"), cluster_id: 65, consumption_kwh: "22.54", efficiency_rating: "1.00", report_type: "standard", notes: "A minor transfer was rescheduled the same day." },
            { id: 19, transaction_date: new Date("2023-07-24T14:02:37Z"), cluster_id: 61, consumption_kwh: "5985.46", efficiency_rating: "0.94", report_type: "standard", notes: "The transfer was closed following a standard review." },
            { id: 20, transaction_date: new Date("2023-06-18T14:52:12Z"), cluster_id: 42, consumption_kwh: "229.70", efficiency_rating: "0.02", report_type: "specialized", notes: "No response from the reviewer, so the booking was replaced." },
            { id: 21, transaction_date: new Date("2023-02-28T14:42:28Z"), cluster_id: 31, consumption_kwh: "4143.30", efficiency_rating: "0.85", report_type: "specialized", notes: "The account was updated following an incomplete review." },
            { id: 22, transaction_date: new Date("2023-10-30T13:11:39Z"), cluster_id: 29, consumption_kwh: "2343.86", efficiency_rating: "0.45", report_type: "specialized", notes: "The courier asked for a change and the order was delayed." },
            { id: 23, transaction_date: new Date("2023-09-28T11:01:11Z"), cluster_id: 36, consumption_kwh: "3583.68", efficiency_rating: "0.24", report_type: "specialized", notes: "The report was rejected following a late review." },
            { id: 24, transaction_date: new Date("2023-05-01T16:10:34Z"), cluster_id: 56, consumption_kwh: "7958.22", efficiency_rating: "0.72", report_type: "standard", notes: "Flagged as partial. The customer completed the account." },
            { id: 25, transaction_date: new Date("2023-05-24T16:21:10Z"), cluster_id: 7, consumption_kwh: "1256.18", efficiency_rating: "0.47", report_type: "standard", notes: "The courier asked for a change and the booking was reopened." },
            { id: 26, transaction_date: new Date("2023-09-21T14:08:44Z"), cluster_id: 95, consumption_kwh: "206.08", efficiency_rating: "0.58", report_type: "specialized", notes: "No response from the reviewer, so the shipment was resolved." },
            { id: 27, transaction_date: new Date("2023-10-05T07:36:57Z"), cluster_id: 84, consumption_kwh: "3095.93", efficiency_rating: "0.87", report_type: "standard", notes: "The reviewer confirmed the details and the booking was completed." },
            { id: 28, transaction_date: new Date("2023-03-07T08:21:06Z"), cluster_id: 36, consumption_kwh: "830.11", efficiency_rating: "0.23", report_type: "standard", notes: "A late follow-up: the session was rescheduled." },
            { id: 29, transaction_date: new Date("2023-05-28T14:19:03Z"), cluster_id: 23, consumption_kwh: "8025.23", efficiency_rating: "0.50", report_type: "specialized", notes: "The item was rescheduled — routine case, no further action." },
            { id: 30, transaction_date: new Date("2023-02-04T15:33:28Z"), cluster_id: 42, consumption_kwh: "5858.53", efficiency_rating: "0.81", report_type: "standard", notes: null },
            { id: 31, transaction_date: new Date("2023-12-27T11:30:00Z"), cluster_id: 70, consumption_kwh: "9899.53", efficiency_rating: "0.06", report_type: "specialized", notes: "An urgent ticket was reopened the same day." },
            { id: 32, transaction_date: new Date("2023-12-16T12:33:59Z"), cluster_id: 18, consumption_kwh: "5340.35", efficiency_rating: "0.99", report_type: "standard", notes: "A duplicate follow-up: the claim was cancelled." },
            { id: 33, transaction_date: new Date("2023-10-08T15:17:37Z"), cluster_id: 65, consumption_kwh: "7930.40", efficiency_rating: "0.86", report_type: "specialized", notes: "Flagged as urgent. The supplier approved the session." },
            { id: 34, transaction_date: new Date("2023-05-17T10:35:10Z"), cluster_id: 25, consumption_kwh: "8841.79", efficiency_rating: "0.37", report_type: "standard", notes: null },
            { id: 35, transaction_date: new Date("2023-09-01T13:14:40Z"), cluster_id: 8, consumption_kwh: "2962.33", efficiency_rating: "0.05", report_type: "standard", notes: "The courier asked for a change and the shipment was refunded." },
            { id: 36, transaction_date: new Date("2023-12-31T17:09:59Z"), cluster_id: 62, consumption_kwh: "9395.47", efficiency_rating: "0.72", report_type: "standard", notes: "Support confirmed the details and the record was approved." },
            { id: 37, transaction_date: new Date("2023-09-12T09:08:44Z"), cluster_id: 15, consumption_kwh: "4736.42", efficiency_rating: "0.23", report_type: "standard", notes: "The delivery was rejected following an urgent review." },
            { id: 38, transaction_date: new Date("2023-11-05T17:13:24Z"), cluster_id: 44, consumption_kwh: "410.48", efficiency_rating: "0.88", report_type: "standard", notes: null },
            { id: 39, transaction_date: new Date("2023-06-08T12:44:51Z"), cluster_id: 86, consumption_kwh: "379.35", efficiency_rating: "0.94", report_type: "standard", notes: "No response from support, so the booking was completed." },
            { id: 40, transaction_date: new Date("2023-09-08T06:56:33Z"), cluster_id: 86, consumption_kwh: "348.64", efficiency_rating: "0.63", report_type: "standard", notes: "The item was refunded — incomplete case, no further action." },
            { id: 41, transaction_date: new Date("2023-09-09T17:45:42Z"), cluster_id: 45, consumption_kwh: "560.77", efficiency_rating: "0.88", report_type: "specialized", notes: "The courier confirmed the details and the payment was reopened." },
            { id: 42, transaction_date: new Date("2023-07-28T14:58:00Z"), cluster_id: 57, consumption_kwh: "5026.98", efficiency_rating: "0.52", report_type: "specialized", notes: "The appointment was completed — routine case, no further action." },
            { id: 43, transaction_date: new Date("2023-06-07T10:27:57Z"), cluster_id: 87, consumption_kwh: "2553.53", efficiency_rating: "0.18", report_type: "standard", notes: "A duplicate follow-up: the order was reopened." },
            { id: 44, transaction_date: new Date("2023-10-05T14:52:01Z"), cluster_id: 61, consumption_kwh: "5362.28", efficiency_rating: "0.99", report_type: "standard", notes: "A standard follow-up: the record was closed." },
            { id: 45, transaction_date: new Date("2023-06-23T09:25:18Z"), cluster_id: 22, consumption_kwh: "8074.36", efficiency_rating: "1.00", report_type: "standard", notes: null },
            { id: 46, transaction_date: new Date("2023-02-18T09:19:59Z"), cluster_id: 25, consumption_kwh: "908.18", efficiency_rating: "0.99", report_type: "standard", notes: "A late refund was reopened the same day." },
            { id: 47, transaction_date: new Date("2023-06-22T14:09:40Z"), cluster_id: 82, consumption_kwh: "1383.82", efficiency_rating: "0.97", report_type: "standard", notes: "The report was replaced after an incomplete check." },
            { id: 48, transaction_date: new Date("2023-01-21T11:09:33Z"), cluster_id: 95, consumption_kwh: "789.38", efficiency_rating: "0.97", report_type: "standard", notes: "A late follow-up: the refund was processed." },
            { id: 49, transaction_date: new Date("2023-07-06T15:44:27Z"), cluster_id: 8, consumption_kwh: "3501.52", efficiency_rating: "1.00", report_type: "standard", notes: "The document was reopened after a duplicate check." },
            { id: 50, transaction_date: new Date("2023-12-01T16:34:41Z"), cluster_id: 94, consumption_kwh: "545.65", efficiency_rating: "0.98", report_type: "standard", notes: "The supplier asked for a change and the transfer was delayed." },
            { id: 51, transaction_date: new Date("2023-10-27T14:00:21Z"), cluster_id: 67, consumption_kwh: "355.43", efficiency_rating: "0.72", report_type: "specialized", notes: null },
            { id: 52, transaction_date: new Date("2023-05-08T13:59:15Z"), cluster_id: 78, consumption_kwh: "7608.97", efficiency_rating: "0.52", report_type: "standard", notes: "Flagged as incomplete. The reviewer completed the shipment." },
            { id: 53, transaction_date: new Date("2023-12-13T17:43:32Z"), cluster_id: 3, consumption_kwh: "19.19", efficiency_rating: "0.99", report_type: "standard", notes: "The refund was reopened after a manual check." },
            { id: 54, transaction_date: new Date("2023-11-29T17:48:28Z"), cluster_id: 53, consumption_kwh: "487.02", efficiency_rating: "0.92", report_type: "specialized", notes: "Support reported a standard issue; the request was resolved." },
            { id: 55, transaction_date: new Date("2023-02-21T12:08:16Z"), cluster_id: 22, consumption_kwh: "614.01", efficiency_rating: "0.89", report_type: "standard", notes: "The account owner reported a duplicate issue; the item was reviewed." },
            { id: 56, transaction_date: new Date("2023-08-30T15:29:48Z"), cluster_id: 65, consumption_kwh: "298.90", efficiency_rating: "0.85", report_type: "standard", notes: "No response from the courier, so the request was refunded." },
            { id: 57, transaction_date: new Date("2023-12-16T07:50:36Z"), cluster_id: 97, consumption_kwh: "133.60", efficiency_rating: "0.61", report_type: "standard", notes: "Flagged as repeat. An operator cancelled the account." },
            { id: 58, transaction_date: new Date("2023-05-07T14:41:01Z"), cluster_id: 54, consumption_kwh: "3.29", efficiency_rating: "0.82", report_type: "standard", notes: "The supplier reported a minor issue; the session was delayed." },
            { id: 59, transaction_date: new Date("2023-04-16T16:55:58Z"), cluster_id: 49, consumption_kwh: "3.07", efficiency_rating: "0.19", report_type: "specialized", notes: "An operator asked for a change and the invoice was refunded." },
            { id: 60, transaction_date: new Date("2023-05-13T10:45:22Z"), cluster_id: 83, consumption_kwh: "111.22", efficiency_rating: "0.86", report_type: "standard", notes: "The customer confirmed the details and the invoice was cancelled." },
            { id: 61, transaction_date: new Date("2023-03-10T14:38:52Z"), cluster_id: 48, consumption_kwh: "1977.82", efficiency_rating: "0.85", report_type: "standard", notes: "The supplier reported a duplicate issue; the booking was reviewed." },
            { id: 62, transaction_date: new Date("2023-07-25T11:14:04Z"), cluster_id: 85, consumption_kwh: "6418.40", efficiency_rating: "0.34", report_type: "standard", notes: "An automatic record was closed the same day." },
            { id: 63, transaction_date: new Date("2023-03-19T13:54:18Z"), cluster_id: 38, consumption_kwh: "1583.42", efficiency_rating: "0.79", report_type: "standard", notes: "The reviewer asked for a change and the delivery was refunded." },
            { id: 64, transaction_date: new Date("2023-05-15T13:33:33Z"), cluster_id: 42, consumption_kwh: "248.49", efficiency_rating: "1.00", report_type: "standard", notes: "A partial follow-up: the refund was delayed." },
            { id: 65, transaction_date: new Date("2023-04-13T08:40:04Z"), cluster_id: 81, consumption_kwh: "23.80", efficiency_rating: "0.47", report_type: "specialized", notes: "The report was confirmed following an unusual review." },
            { id: 66, transaction_date: new Date("2023-04-09T13:00:11Z"), cluster_id: 16, consumption_kwh: "2506.71", efficiency_rating: "0.95", report_type: "standard", notes: "The order was escalated after a routine check." },
            { id: 67, transaction_date: new Date("2023-01-03T09:12:11Z"), cluster_id: 8, consumption_kwh: "566.58", efficiency_rating: "0.96", report_type: "standard", notes: null },
            { id: 68, transaction_date: new Date("2023-01-29T12:44:47Z"), cluster_id: 71, consumption_kwh: "7036.30", efficiency_rating: "0.60", report_type: "standard", notes: "The claim was escalated — standard case, no further action." },
            { id: 69, transaction_date: new Date("2023-01-22T09:25:23Z"), cluster_id: 75, consumption_kwh: "242.23", efficiency_rating: "0.64", report_type: "standard", notes: "Flagged as automatic. The team escalated the refund." },
            { id: 70, transaction_date: new Date("2023-11-10T09:16:18Z"), cluster_id: 100, consumption_kwh: "2382.18", efficiency_rating: "0.99", report_type: "standard", notes: null },
            { id: 71, transaction_date: new Date("2023-11-09T14:23:15Z"), cluster_id: 45, consumption_kwh: "2400.22", efficiency_rating: "0.50", report_type: "specialized", notes: null },
            { id: 72, transaction_date: new Date("2023-03-10T11:09:09Z"), cluster_id: 51, consumption_kwh: "603.05", efficiency_rating: "1.00", report_type: "standard", notes: "Flagged as manual. The customer reviewed the account." },
            { id: 73, transaction_date: new Date("2023-06-17T18:05:16Z"), cluster_id: 90, consumption_kwh: "6306.65", efficiency_rating: "0.65", report_type: "specialized", notes: "A late follow-up: the session was refunded." },
            { id: 74, transaction_date: new Date("2023-09-18T08:21:52Z"), cluster_id: 27, consumption_kwh: "8150.69", efficiency_rating: "0.60", report_type: "standard", notes: "The account owner asked for a change and the document was reopened." },
            { id: 75, transaction_date: new Date("2023-11-20T14:38:27Z"), cluster_id: 55, consumption_kwh: "1940.34", efficiency_rating: "1.00", report_type: "standard", notes: "The appointment was rejected following a standard review." },
            { id: 76, transaction_date: new Date("2023-10-30T14:27:37Z"), cluster_id: 16, consumption_kwh: "2685.37", efficiency_rating: "0.96", report_type: "specialized", notes: null },
            { id: 77, transaction_date: new Date("2023-02-02T16:56:44Z"), cluster_id: 34, consumption_kwh: "614.86", efficiency_rating: "0.26", report_type: "standard", notes: "The account was confirmed following a late review." },
            { id: 78, transaction_date: new Date("2023-11-27T10:58:57Z"), cluster_id: 97, consumption_kwh: "9978.24", efficiency_rating: "0.34", report_type: "standard", notes: null },
            { id: 79, transaction_date: new Date("2023-12-01T15:58:03Z"), cluster_id: 95, consumption_kwh: "4755.65", efficiency_rating: "0.98", report_type: "standard", notes: "A routine follow-up: the refund was rescheduled." },
            { id: 80, transaction_date: new Date("2023-12-05T16:01:04Z"), cluster_id: 72, consumption_kwh: "9163.12", efficiency_rating: "0.93", report_type: "standard", notes: "No response from an operator, so the transfer was reviewed." },
            { id: 81, transaction_date: new Date("2023-07-14T14:05:52Z"), cluster_id: 93, consumption_kwh: "32.92", efficiency_rating: "1.00", report_type: "standard", notes: "A duplicate request was completed the same day." },
            { id: 82, transaction_date: new Date("2023-12-24T10:38:46Z"), cluster_id: 22, consumption_kwh: "399.25", efficiency_rating: "0.98", report_type: "standard", notes: "The record was confirmed — automatic case, no further action." },
            { id: 83, transaction_date: new Date("2023-11-25T13:24:23Z"), cluster_id: 77, consumption_kwh: "200.51", efficiency_rating: "0.75", report_type: "standard", notes: "No response from the reviewer, so the delivery was reopened." },
            { id: 84, transaction_date: new Date("2023-03-01T11:51:42Z"), cluster_id: 44, consumption_kwh: "6781.61", efficiency_rating: "0.99", report_type: "standard", notes: "An operator confirmed the details and the ticket was completed." },
            { id: 85, transaction_date: new Date("2023-03-10T13:49:21Z"), cluster_id: 46, consumption_kwh: "371.77", efficiency_rating: "0.92", report_type: "standard", notes: "The request was rejected after a late check." },
            { id: 86, transaction_date: new Date("2023-09-03T16:53:33Z"), cluster_id: 35, consumption_kwh: "3544.22", efficiency_rating: "0.99", report_type: "specialized", notes: null },
            { id: 87, transaction_date: new Date("2023-01-15T14:45:03Z"), cluster_id: 75, consumption_kwh: "5452.71", efficiency_rating: "0.35", report_type: "specialized", notes: "Support asked for a change and the request was processed." },
            { id: 88, transaction_date: new Date("2023-02-02T10:07:06Z"), cluster_id: 43, consumption_kwh: "1261.18", efficiency_rating: "0.33", report_type: "specialized", notes: "The delivery was rejected following a partial review." },
            { id: 89, transaction_date: new Date("2023-02-27T16:24:03Z"), cluster_id: 52, consumption_kwh: "6219.22", efficiency_rating: "0.11", report_type: "standard", notes: "No response from the reviewer, so the request was closed." },
            { id: 90, transaction_date: new Date("2023-07-22T14:45:16Z"), cluster_id: 70, consumption_kwh: "9650.78", efficiency_rating: "1.00", report_type: "standard", notes: "A manual transfer was escalated the same day." },
            { id: 91, transaction_date: new Date("2023-08-22T14:29:23Z"), cluster_id: 2, consumption_kwh: "14.22", efficiency_rating: "0.86", report_type: "standard", notes: "The order was rejected — unusual case, no further action." },
            { id: 92, transaction_date: new Date("2023-06-22T17:57:44Z"), cluster_id: 48, consumption_kwh: "8173.71", efficiency_rating: "1.00", report_type: "specialized", notes: "A routine ticket was rescheduled the same day." },
            { id: 93, transaction_date: new Date("2023-07-27T11:49:38Z"), cluster_id: 59, consumption_kwh: "177.95", efficiency_rating: "1.00", report_type: "standard", notes: "Support asked for a change and the payment was confirmed." },
            { id: 94, transaction_date: new Date("2023-09-21T11:26:03Z"), cluster_id: 6, consumption_kwh: "1842.11", efficiency_rating: "0.79", report_type: "standard", notes: "The customer confirmed the details and the invoice was confirmed." },
            { id: 95, transaction_date: new Date("2023-04-13T10:40:04Z"), cluster_id: 46, consumption_kwh: "903.85", efficiency_rating: "0.75", report_type: "standard", notes: "No response from the account owner, so the record was delayed." },
            { id: 96, transaction_date: new Date("2023-05-06T14:54:18Z"), cluster_id: 35, consumption_kwh: "9020.24", efficiency_rating: "1.00", report_type: "standard", notes: "Flagged as unusual. The reviewer confirmed the account." },
            { id: 97, transaction_date: new Date("2023-10-20T16:26:52Z"), cluster_id: 74, consumption_kwh: "2833.18", efficiency_rating: "0.63", report_type: "standard", notes: "An incomplete follow-up: the order was closed." },
            { id: 98, transaction_date: new Date("2023-04-10T10:25:30Z"), cluster_id: 40, consumption_kwh: "273.67", efficiency_rating: "0.96", report_type: "standard", notes: "The refund was escalated after an incomplete check." },
            { id: 99, transaction_date: new Date("2023-01-29T09:23:00Z"), cluster_id: 25, consumption_kwh: "2631.92", efficiency_rating: "1.00", report_type: "specialized", notes: "No response from support, so the payment was confirmed." },
            { id: 100, transaction_date: new Date("2023-05-03T19:18:36Z"), cluster_id: 26, consumption_kwh: "4029.54", efficiency_rating: "0.68", report_type: "specialized", notes: "A standard order was closed the same day." },
            { id: 101, transaction_date: new Date("2023-11-28T11:42:43Z"), cluster_id: 11, consumption_kwh: "9642.49", efficiency_rating: "0.71", report_type: "specialized", notes: null },
            { id: 102, transaction_date: new Date("2023-10-06T16:55:31Z"), cluster_id: 8, consumption_kwh: "714.47", efficiency_rating: "0.91", report_type: "standard", notes: "An urgent follow-up: the delivery was resolved." },
            { id: 103, transaction_date: new Date("2023-05-11T13:56:52Z"), cluster_id: 79, consumption_kwh: "2747.25", efficiency_rating: "0.31", report_type: "standard", notes: "Flagged as routine. Support delayed the request." },
            { id: 104, transaction_date: new Date("2023-03-31T11:41:49Z"), cluster_id: 90, consumption_kwh: "2759.32", efficiency_rating: "0.02", report_type: "standard", notes: "The delivery was confirmed after a minor check." },
            { id: 105, transaction_date: new Date("2023-12-26T19:26:53Z"), cluster_id: 45, consumption_kwh: "7074.27", efficiency_rating: "0.25", report_type: "standard", notes: null },
            { id: 106, transaction_date: new Date("2023-07-03T20:20:52Z"), cluster_id: 61, consumption_kwh: "13.63", efficiency_rating: "0.97", report_type: "standard", notes: "Flagged as manual. The customer rescheduled the payment." },
            { id: 107, transaction_date: new Date("2023-10-02T16:39:07Z"), cluster_id: 91, consumption_kwh: "3923.45", efficiency_rating: "0.99", report_type: "standard", notes: "The account was confirmed following a manual review." },
            { id: 108, transaction_date: new Date("2023-12-21T09:32:30Z"), cluster_id: 45, consumption_kwh: "1067.29", efficiency_rating: "0.83", report_type: "specialized", notes: "The supplier reported an automatic issue; the delivery was rejected." },
            { id: 109, transaction_date: new Date("2023-03-18T09:03:56Z"), cluster_id: 94, consumption_kwh: "3530.78", efficiency_rating: "0.90", report_type: "standard", notes: "The reviewer asked for a change and the invoice was delayed." },
            { id: 110, transaction_date: new Date("2023-09-06T14:30:47Z"), cluster_id: 71, consumption_kwh: "7091.08", efficiency_rating: "0.99", report_type: "standard", notes: "The booking was reviewed following a repeat review." },
            { id: 111, transaction_date: new Date("2023-12-16T07:25:45Z"), cluster_id: 18, consumption_kwh: "637.98", efficiency_rating: "1.00", report_type: "standard", notes: "No response from the supplier, so the ticket was refunded." },
            { id: 112, transaction_date: new Date("2023-03-01T23:33:49Z"), cluster_id: 64, consumption_kwh: "98.23", efficiency_rating: "0.91", report_type: "specialized", notes: "The ticket was processed — partial case, no further action." },
            { id: 113, transaction_date: new Date("2023-12-19T09:06:40Z"), cluster_id: 66, consumption_kwh: "213.86", efficiency_rating: "0.16", report_type: "standard", notes: "The ticket was escalated after an incomplete check." },
            { id: 114, transaction_date: new Date("2023-06-19T12:27:31Z"), cluster_id: 20, consumption_kwh: "2962.45", efficiency_rating: "0.27", report_type: "standard", notes: null },
            { id: 115, transaction_date: new Date("2023-05-13T16:25:06Z"), cluster_id: 68, consumption_kwh: "3.75", efficiency_rating: "0.84", report_type: "standard", notes: "The supplier confirmed the details and the payment was processed." },
            { id: 116, transaction_date: new Date("2023-03-13T15:45:50Z"), cluster_id: 55, consumption_kwh: "2583.76", efficiency_rating: "0.95", report_type: "standard", notes: "Support asked for a change and the ticket was closed." },
            { id: 117, transaction_date: new Date("2023-07-28T10:19:27Z"), cluster_id: 89, consumption_kwh: "6693.64", efficiency_rating: "0.77", report_type: "specialized", notes: "Flagged as urgent. The courier reviewed the account." },
            { id: 118, transaction_date: new Date("2023-02-18T12:36:55Z"), cluster_id: 24, consumption_kwh: "658.84", efficiency_rating: "0.90", report_type: "standard", notes: "An operator asked for a change and the payment was resolved." },
            { id: 119, transaction_date: new Date("2023-06-30T08:47:03Z"), cluster_id: 39, consumption_kwh: "4370.77", efficiency_rating: "0.16", report_type: "specialized", notes: "No response from an operator, so the delivery was reopened." },
            { id: 120, transaction_date: new Date("2023-10-27T10:40:13Z"), cluster_id: 41, consumption_kwh: "176.48", efficiency_rating: "0.30", report_type: "standard", notes: "Support confirmed the details and the refund was escalated." },
            { id: 121, transaction_date: new Date("2023-08-13T10:17:11Z"), cluster_id: 86, consumption_kwh: "7021.73", efficiency_rating: "0.83", report_type: "standard", notes: "The reviewer asked for a change and the shipment was closed." },
            { id: 122, transaction_date: new Date("2023-07-21T08:08:09Z"), cluster_id: 16, consumption_kwh: "57.53", efficiency_rating: "0.96", report_type: "standard", notes: "The transfer was delayed — minor case, no further action." },
            { id: 123, transaction_date: new Date("2023-03-10T16:01:51Z"), cluster_id: 73, consumption_kwh: "4111.67", efficiency_rating: "0.84", report_type: "standard", notes: "The team reported an unusual issue; the report was reviewed." },
            { id: 124, transaction_date: new Date("2023-04-06T14:02:22Z"), cluster_id: 54, consumption_kwh: "61.65", efficiency_rating: "0.54", report_type: "standard", notes: "Flagged as minor. The courier rejected the invoice." },
            { id: 125, transaction_date: new Date("2023-05-14T18:56:56Z"), cluster_id: 71, consumption_kwh: "5612.48", efficiency_rating: "0.25", report_type: "standard", notes: "Flagged as repeat. The account owner closed the delivery." },
            { id: 126, transaction_date: new Date("2023-02-21T15:17:34Z"), cluster_id: 62, consumption_kwh: "516.04", efficiency_rating: "0.99", report_type: "standard", notes: "No response from the courier, so the payment was cancelled." },
            { id: 127, transaction_date: new Date("2023-09-06T07:02:48Z"), cluster_id: 48, consumption_kwh: "1739.49", efficiency_rating: "0.89", report_type: "standard", notes: "Support reported a standard issue; the order was closed." },
            { id: 128, transaction_date: new Date("2023-11-18T15:44:24Z"), cluster_id: 99, consumption_kwh: "7458.09", efficiency_rating: "0.99", report_type: "standard", notes: null },
            { id: 129, transaction_date: new Date("2023-11-03T09:25:03Z"), cluster_id: 54, consumption_kwh: "105.80", efficiency_rating: "0.91", report_type: "standard", notes: "The account owner confirmed the details and the record was rescheduled." },
            { id: 130, transaction_date: new Date("2023-09-28T14:33:34Z"), cluster_id: 71, consumption_kwh: "38.11", efficiency_rating: "0.85", report_type: "standard", notes: "An operator confirmed the details and the ticket was refunded." },
            { id: 131, transaction_date: new Date("2023-11-17T10:07:34Z"), cluster_id: 66, consumption_kwh: "109.17", efficiency_rating: "0.94", report_type: "standard", notes: "The account owner reported an automatic issue; the claim was closed." },
            { id: 132, transaction_date: new Date("2023-07-01T10:50:10Z"), cluster_id: 28, consumption_kwh: "7680.81", efficiency_rating: "0.94", report_type: "standard", notes: "The session was replaced following a standard review." },
            { id: 133, transaction_date: new Date("2023-06-07T13:45:57Z"), cluster_id: 32, consumption_kwh: "3091.72", efficiency_rating: "0.98", report_type: "specialized", notes: "A late follow-up: the report was rescheduled." },
            { id: 134, transaction_date: new Date("2023-08-02T11:34:38Z"), cluster_id: 43, consumption_kwh: "7.12", efficiency_rating: "0.73", report_type: "standard", notes: "The document was approved after a partial check." },
            { id: 135, transaction_date: new Date("2023-12-01T11:19:00Z"), cluster_id: 8, consumption_kwh: "1298.45", efficiency_rating: "0.98", report_type: "specialized", notes: "The invoice was closed following a minor review." },
            { id: 136, transaction_date: new Date("2023-04-25T11:55:49Z"), cluster_id: 78, consumption_kwh: "3012.89", efficiency_rating: "0.97", report_type: "specialized", notes: "The document was updated — partial case, no further action." },
            { id: 137, transaction_date: new Date("2023-02-27T11:35:51Z"), cluster_id: 87, consumption_kwh: "1127.54", efficiency_rating: "0.87", report_type: "standard", notes: "Flagged as automatic. The reviewer replaced the claim." },
            { id: 138, transaction_date: new Date("2023-12-19T08:12:53Z"), cluster_id: 57, consumption_kwh: "3929.62", efficiency_rating: "0.96", report_type: "standard", notes: "The supplier reported an incomplete issue; the document was replaced." },
            { id: 139, transaction_date: new Date("2023-02-06T09:18:04Z"), cluster_id: 50, consumption_kwh: "8510.02", efficiency_rating: "0.15", report_type: "specialized", notes: "A duplicate follow-up: the transfer was completed." },
            { id: 140, transaction_date: new Date("2023-11-23T16:01:41Z"), cluster_id: 30, consumption_kwh: "1834.15", efficiency_rating: "0.91", report_type: "standard", notes: "The document was reopened after an urgent check." },
            { id: 141, transaction_date: new Date("2023-10-10T12:55:48Z"), cluster_id: 14, consumption_kwh: "6926.20", efficiency_rating: "0.59", report_type: "standard", notes: "Flagged as duplicate. The supplier cancelled the claim." },
            { id: 142, transaction_date: new Date("2023-06-30T13:50:05Z"), cluster_id: 71, consumption_kwh: "1915.58", efficiency_rating: "0.91", report_type: "specialized", notes: "No response from an operator, so the transfer was closed." },
            { id: 143, transaction_date: new Date("2023-05-29T13:32:30Z"), cluster_id: 4, consumption_kwh: "8928.26", efficiency_rating: "0.39", report_type: "standard", notes: "A minor follow-up: the payment was replaced." },
            { id: 144, transaction_date: new Date("2023-09-29T20:11:52Z"), cluster_id: 42, consumption_kwh: "297.07", efficiency_rating: "0.72", report_type: "standard", notes: "A repeat follow-up: the claim was resolved." },
            { id: 145, transaction_date: new Date("2023-12-10T10:20:37Z"), cluster_id: 57, consumption_kwh: "7733.33", efficiency_rating: "1.00", report_type: "standard", notes: "The supplier confirmed the details and the invoice was rescheduled." },
            { id: 146, transaction_date: new Date("2023-05-06T16:30:23Z"), cluster_id: 67, consumption_kwh: "5069.93", efficiency_rating: "0.54", report_type: "standard", notes: "Flagged as late. The reviewer updated the invoice." },
            { id: 147, transaction_date: new Date("2023-06-24T17:58:17Z"), cluster_id: 76, consumption_kwh: "384.95", efficiency_rating: "0.96", report_type: "specialized", notes: "The item was updated following an urgent review." },
            { id: 148, transaction_date: new Date("2023-10-16T15:55:44Z"), cluster_id: 46, consumption_kwh: "2564.97", efficiency_rating: "0.86", report_type: "standard", notes: "The team asked for a change and the account was rescheduled." },
            { id: 149, transaction_date: new Date("2023-11-29T11:20:53Z"), cluster_id: 67, consumption_kwh: "2962.18", efficiency_rating: "0.51", report_type: "standard", notes: "Support reported an automatic issue; the transfer was refunded." },
            { id: 150, transaction_date: new Date("2023-03-17T08:44:32Z"), cluster_id: 59, consumption_kwh: "2262.56", efficiency_rating: "0.21", report_type: "standard", notes: "The document was updated after an unusual check." },
            { id: 151, transaction_date: new Date("2023-07-12T13:20:47Z"), cluster_id: 3, consumption_kwh: "5807.16", efficiency_rating: "0.84", report_type: "standard", notes: "A manual follow-up: the delivery was approved." },
            { id: 152, transaction_date: new Date("2023-11-10T12:52:40Z"), cluster_id: 39, consumption_kwh: "8060.03", efficiency_rating: "0.91", report_type: "specialized", notes: "The customer reported an urgent issue; the shipment was delayed." },
            { id: 153, transaction_date: new Date("2023-12-21T09:07:27Z"), cluster_id: 91, consumption_kwh: "9209.47", efficiency_rating: "0.04", report_type: "standard", notes: "The customer confirmed the details and the report was refunded." },
            { id: 154, transaction_date: new Date("2023-06-03T11:19:32Z"), cluster_id: 50, consumption_kwh: "301.74", efficiency_rating: "0.97", report_type: "standard", notes: "Flagged as late. Support closed the claim." },
            { id: 155, transaction_date: new Date("2023-01-02T15:00:13Z"), cluster_id: 67, consumption_kwh: "14.98", efficiency_rating: "0.15", report_type: "standard", notes: "The team reported a manual issue; the transfer was closed." },
            { id: 156, transaction_date: new Date("2023-12-24T07:33:31Z"), cluster_id: 62, consumption_kwh: "1367.82", efficiency_rating: "0.06", report_type: "standard", notes: "The booking was rescheduled following a late review." },
            { id: 157, transaction_date: new Date("2023-09-10T11:55:00Z"), cluster_id: 42, consumption_kwh: "7107.20", efficiency_rating: "0.92", report_type: "standard", notes: "No response from the account owner, so the session was replaced." },
            { id: 158, transaction_date: new Date("2023-03-28T12:59:54Z"), cluster_id: 53, consumption_kwh: "5435.08", efficiency_rating: "0.80", report_type: "standard", notes: "A minor follow-up: the request was confirmed." },
            { id: 159, transaction_date: new Date("2023-08-05T09:53:55Z"), cluster_id: 4, consumption_kwh: "6283.36", efficiency_rating: "0.78", report_type: "standard", notes: "The reviewer reported a partial issue; the session was escalated." },
            { id: 160, transaction_date: new Date("2023-10-29T15:19:48Z"), cluster_id: 52, consumption_kwh: "5485.04", efficiency_rating: "0.17", report_type: "specialized", notes: "The item was reviewed after a duplicate check." },
            { id: 161, transaction_date: new Date("2023-05-23T16:10:40Z"), cluster_id: 41, consumption_kwh: "3005.87", efficiency_rating: "0.62", report_type: "specialized", notes: "The item was processed after a repeat check." },
            { id: 162, transaction_date: new Date("2023-06-01T11:29:09Z"), cluster_id: 63, consumption_kwh: "4.84", efficiency_rating: "0.33", report_type: "standard", notes: "An operator asked for a change and the appointment was replaced." },
            { id: 163, transaction_date: new Date("2023-07-30T10:57:17Z"), cluster_id: 66, consumption_kwh: "4738.79", efficiency_rating: "0.55", report_type: "standard", notes: "The session was completed — duplicate case, no further action." },
            { id: 164, transaction_date: new Date("2023-12-12T12:49:54Z"), cluster_id: 85, consumption_kwh: "4897.75", efficiency_rating: "1.00", report_type: "specialized", notes: "The record was processed — late case, no further action." },
            { id: 165, transaction_date: new Date("2023-11-28T09:46:33Z"), cluster_id: 84, consumption_kwh: "2945.39", efficiency_rating: "0.85", report_type: "specialized", notes: "The booking was delayed — incomplete case, no further action." },
            { id: 166, transaction_date: new Date("2023-12-22T15:38:13Z"), cluster_id: 24, consumption_kwh: "1032.41", efficiency_rating: "0.61", report_type: "standard", notes: "The payment was approved — automatic case, no further action." },
            { id: 167, transaction_date: new Date("2023-03-18T15:01:46Z"), cluster_id: 12, consumption_kwh: "285.76", efficiency_rating: "0.15", report_type: "standard", notes: "Flagged as duplicate. An operator replaced the ticket." },
            { id: 168, transaction_date: new Date("2023-06-13T10:55:59Z"), cluster_id: 71, consumption_kwh: "5850.20", efficiency_rating: "0.71", report_type: "standard", notes: "An unusual transfer was approved the same day." },
            { id: 169, transaction_date: new Date("2023-02-10T11:39:04Z"), cluster_id: 29, consumption_kwh: "882.48", efficiency_rating: "0.40", report_type: "standard", notes: "The reviewer asked for a change and the refund was resolved." },
            { id: 170, transaction_date: new Date("2023-07-25T16:52:47Z"), cluster_id: 73, consumption_kwh: "6829.84", efficiency_rating: "0.98", report_type: "specialized", notes: "A standard payment was delayed the same day." },
            { id: 171, transaction_date: new Date("2023-04-05T12:27:25Z"), cluster_id: 47, consumption_kwh: "7268.16", efficiency_rating: "0.96", report_type: "standard", notes: "The customer reported a repeat issue; the booking was rescheduled." },
            { id: 172, transaction_date: new Date("2023-05-16T10:21:19Z"), cluster_id: 10, consumption_kwh: "6190.94", efficiency_rating: "0.80", report_type: "standard", notes: "The team reported a minor issue; the payment was reopened." },
            { id: 173, transaction_date: new Date("2023-11-12T07:20:54Z"), cluster_id: 81, consumption_kwh: "3441.31", efficiency_rating: "1.00", report_type: "standard", notes: "No response from the supplier, so the delivery was approved." },
            { id: 174, transaction_date: new Date("2023-03-30T08:05:25Z"), cluster_id: 40, consumption_kwh: "1507.43", efficiency_rating: "0.65", report_type: "specialized", notes: "The supplier reported an automatic issue; the transfer was completed." },
            { id: 175, transaction_date: new Date("2023-09-19T09:59:41Z"), cluster_id: 24, consumption_kwh: "8943.37", efficiency_rating: "0.69", report_type: "specialized", notes: "An unusual transfer was updated the same day." },
            { id: 176, transaction_date: new Date("2023-02-28T11:58:31Z"), cluster_id: 31, consumption_kwh: "2400.47", efficiency_rating: "0.63", report_type: "specialized", notes: "The appointment was reopened after a partial check." },
            { id: 177, transaction_date: new Date("2023-05-25T09:06:55Z"), cluster_id: 44, consumption_kwh: "6385.11", efficiency_rating: "0.66", report_type: "standard", notes: null },
            { id: 178, transaction_date: new Date("2023-09-14T18:41:38Z"), cluster_id: 33, consumption_kwh: "621.54", efficiency_rating: "1.00", report_type: "standard", notes: "The courier confirmed the details and the session was resolved." },
            { id: 179, transaction_date: new Date("2023-11-24T13:41:58Z"), cluster_id: 20, consumption_kwh: "7747.83", efficiency_rating: "0.65", report_type: "specialized", notes: "An operator reported an unusual issue; the report was rejected." },
            { id: 180, transaction_date: new Date("2023-04-02T11:53:42Z"), cluster_id: 46, consumption_kwh: "2646.28", efficiency_rating: "0.71", report_type: "standard", notes: "A minor record was rejected the same day." },
            { id: 181, transaction_date: new Date("2023-07-18T11:16:51Z"), cluster_id: 46, consumption_kwh: "1.19", efficiency_rating: "0.73", report_type: "standard", notes: "Support confirmed the details and the ticket was updated." },
            { id: 182, transaction_date: new Date("2023-04-13T14:42:12Z"), cluster_id: 50, consumption_kwh: "1871.80", efficiency_rating: "1.00", report_type: "specialized", notes: "A minor report was rescheduled the same day." },
            { id: 183, transaction_date: new Date("2023-02-03T15:48:43Z"), cluster_id: 38, consumption_kwh: "2901.45", efficiency_rating: "0.21", report_type: "standard", notes: "A routine record was resolved the same day." },
            { id: 184, transaction_date: new Date("2023-04-10T10:54:37Z"), cluster_id: 53, consumption_kwh: "3164.20", efficiency_rating: "0.48", report_type: "standard", notes: "No response from the team, so the invoice was approved." },
            { id: 185, transaction_date: new Date("2023-07-16T10:20:17Z"), cluster_id: 39, consumption_kwh: "6963.80", efficiency_rating: "0.86", report_type: "standard", notes: "Flagged as incomplete. The team cancelled the claim." },
            { id: 186, transaction_date: new Date("2023-11-13T16:33:44Z"), cluster_id: 52, consumption_kwh: "4798.80", efficiency_rating: "0.99", report_type: "standard", notes: "The claim was rejected following a minor review." },
            { id: 187, transaction_date: new Date("2023-09-10T18:34:45Z"), cluster_id: 79, consumption_kwh: "2.41", efficiency_rating: "0.88", report_type: "standard", notes: "No response from the customer, so the claim was closed." },
            { id: 188, transaction_date: new Date("2023-11-10T12:26:59Z"), cluster_id: 89, consumption_kwh: "717.22", efficiency_rating: "0.74", report_type: "standard", notes: "The order was rescheduled after a duplicate check." },
            { id: 189, transaction_date: new Date("2023-02-22T09:10:08Z"), cluster_id: 70, consumption_kwh: "1806.98", efficiency_rating: "0.82", report_type: "standard", notes: "A manual booking was confirmed the same day." },
            { id: 190, transaction_date: new Date("2023-04-24T10:54:52Z"), cluster_id: 32, consumption_kwh: "2741.70", efficiency_rating: "0.71", report_type: "specialized", notes: "The booking was approved following an urgent review." },
            { id: 191, transaction_date: new Date("2023-10-15T18:33:58Z"), cluster_id: 75, consumption_kwh: "697.81", efficiency_rating: "0.95", report_type: "standard", notes: "An automatic follow-up: the account was approved." },
            { id: 192, transaction_date: new Date("2023-07-04T13:06:39Z"), cluster_id: 52, consumption_kwh: "168.17", efficiency_rating: "0.97", report_type: "standard", notes: "An automatic follow-up: the ticket was reviewed." },
            { id: 193, transaction_date: new Date("2023-07-16T14:05:58Z"), cluster_id: 96, consumption_kwh: "1811.46", efficiency_rating: "0.82", report_type: "standard", notes: "The shipment was escalated after a duplicate check." },
            { id: 194, transaction_date: new Date("2023-03-03T14:13:06Z"), cluster_id: 99, consumption_kwh: "758.95", efficiency_rating: "0.97", report_type: "standard", notes: "The report was refunded after a manual check." },
            { id: 195, transaction_date: new Date("2023-01-30T09:16:08Z"), cluster_id: 34, consumption_kwh: "848.97", efficiency_rating: "0.72", report_type: "specialized", notes: "The document was rescheduled after a repeat check." },
            { id: 196, transaction_date: new Date("2023-09-25T10:46:57Z"), cluster_id: 56, consumption_kwh: "5233.80", efficiency_rating: "0.93", report_type: "standard", notes: "Flagged as automatic. An operator approved the document." },
            { id: 197, transaction_date: new Date("2023-08-27T05:25:31Z"), cluster_id: 91, consumption_kwh: "2734.44", efficiency_rating: "0.53", report_type: "standard", notes: "The account owner reported an unusual issue; the refund was replaced." },
            { id: 198, transaction_date: new Date("2023-05-02T15:58:39Z"), cluster_id: 40, consumption_kwh: "2610.87", efficiency_rating: "0.90", report_type: "standard", notes: "Support reported a routine issue; the delivery was escalated." },
            { id: 199, transaction_date: new Date("2023-06-08T13:42:47Z"), cluster_id: 7, consumption_kwh: "5491.53", efficiency_rating: "0.49", report_type: "standard", notes: "A duplicate follow-up: the refund was reviewed." },
            { id: 200, transaction_date: new Date("2023-07-08T16:24:03Z"), cluster_id: 30, consumption_kwh: "16.41", efficiency_rating: "0.76", report_type: "standard", notes: "Flagged as incomplete. The reviewer completed the item." },
            { id: 201, transaction_date: new Date("2023-09-19T15:41:16Z"), cluster_id: 69, consumption_kwh: "22.71", efficiency_rating: "0.89", report_type: "standard", notes: "Flagged as unusual. An operator cancelled the document." },
            { id: 202, transaction_date: new Date("2023-10-31T09:27:04Z"), cluster_id: 9, consumption_kwh: "6698.97", efficiency_rating: "0.50", report_type: "specialized", notes: "A standard booking was confirmed the same day." },
            { id: 203, transaction_date: new Date("2023-02-12T11:38:50Z"), cluster_id: 28, consumption_kwh: "7303.45", efficiency_rating: "1.00", report_type: "standard", notes: "No response from an operator, so the request was rejected." },
            { id: 204, transaction_date: new Date("2023-08-21T20:44:06Z"), cluster_id: 99, consumption_kwh: "1181.67", efficiency_rating: "0.99", report_type: "standard", notes: null },
            { id: 205, transaction_date: new Date("2023-08-13T11:00:32Z"), cluster_id: 15, consumption_kwh: "2935.71", efficiency_rating: "0.88", report_type: "specialized", notes: "The shipment was resolved — manual case, no further action." },
            { id: 206, transaction_date: new Date("2023-01-22T17:08:41Z"), cluster_id: 21, consumption_kwh: "9870.23", efficiency_rating: "0.83", report_type: "standard", notes: "Flagged as standard. The courier delayed the request." },
            { id: 207, transaction_date: new Date("2023-07-02T10:06:46Z"), cluster_id: 21, consumption_kwh: "450.31", efficiency_rating: "0.28", report_type: "standard", notes: "The shipment was delayed following an automatic review." },
            { id: 208, transaction_date: new Date("2023-09-20T16:12:00Z"), cluster_id: 49, consumption_kwh: "1045.55", efficiency_rating: "0.04", report_type: "standard", notes: "An unusual follow-up: the ticket was delayed." },
            { id: 209, transaction_date: new Date("2023-10-31T08:23:45Z"), cluster_id: 13, consumption_kwh: "5080.06", efficiency_rating: "1.00", report_type: "standard", notes: "The supplier confirmed the details and the item was escalated." },
            { id: 210, transaction_date: new Date("2023-05-31T13:08:56Z"), cluster_id: 87, consumption_kwh: "5088.92", efficiency_rating: "0.17", report_type: "standard", notes: null },
            { id: 211, transaction_date: new Date("2023-09-13T15:58:52Z"), cluster_id: 87, consumption_kwh: "2899.03", efficiency_rating: "0.78", report_type: "standard", notes: "The courier reported an unusual issue; the document was completed." },
            { id: 212, transaction_date: new Date("2023-09-14T09:11:08Z"), cluster_id: 20, consumption_kwh: "2389.01", efficiency_rating: "0.87", report_type: "standard", notes: "The claim was resolved after an unusual check." },
            { id: 213, transaction_date: new Date("2023-02-26T12:26:26Z"), cluster_id: 21, consumption_kwh: "1334.46", efficiency_rating: "0.60", report_type: "standard", notes: null },
            { id: 214, transaction_date: new Date("2023-03-08T14:25:47Z"), cluster_id: 48, consumption_kwh: "4084.29", efficiency_rating: "0.60", report_type: "standard", notes: "The request was refunded — unusual case, no further action." },
            { id: 215, transaction_date: new Date("2023-09-12T13:09:35Z"), cluster_id: 65, consumption_kwh: "3894.78", efficiency_rating: "0.73", report_type: "specialized", notes: "Flagged as repeat. The reviewer confirmed the record." },
            { id: 216, transaction_date: new Date("2023-06-23T14:31:38Z"), cluster_id: 72, consumption_kwh: "141.45", efficiency_rating: "0.97", report_type: "standard", notes: "Support confirmed the details and the shipment was escalated." },
            { id: 217, transaction_date: new Date("2023-02-07T17:42:36Z"), cluster_id: 56, consumption_kwh: "2324.98", efficiency_rating: "0.87", report_type: "specialized", notes: "The team asked for a change and the booking was approved." },
            { id: 218, transaction_date: new Date("2023-04-02T18:58:29Z"), cluster_id: 97, consumption_kwh: "50.12", efficiency_rating: "0.71", report_type: "standard", notes: "A manual follow-up: the record was approved." },
            { id: 219, transaction_date: new Date("2023-12-17T17:40:35Z"), cluster_id: 56, consumption_kwh: "5202.94", efficiency_rating: "0.91", report_type: "standard", notes: null },
            { id: 220, transaction_date: new Date("2023-01-03T11:24:09Z"), cluster_id: 17, consumption_kwh: "444.62", efficiency_rating: "0.09", report_type: "specialized", notes: null },
            { id: 221, transaction_date: new Date("2023-01-19T15:28:49Z"), cluster_id: 26, consumption_kwh: "3855.62", efficiency_rating: "0.27", report_type: "standard", notes: "The document was replaced — repeat case, no further action." },
            { id: 222, transaction_date: new Date("2023-11-18T10:36:07Z"), cluster_id: 84, consumption_kwh: "3865.51", efficiency_rating: "0.81", report_type: "specialized", notes: "The courier reported a duplicate issue; the item was rescheduled." },
            { id: 223, transaction_date: new Date("2023-08-25T11:09:26Z"), cluster_id: 78, consumption_kwh: "1960.70", efficiency_rating: "0.92", report_type: "standard", notes: "The courier confirmed the details and the report was reviewed." },
            { id: 224, transaction_date: new Date("2023-05-24T07:53:55Z"), cluster_id: 6, consumption_kwh: "3591.09", efficiency_rating: "1.00", report_type: "specialized", notes: null },
            { id: 225, transaction_date: new Date("2023-04-01T08:06:14Z"), cluster_id: 43, consumption_kwh: "108.96", efficiency_rating: "0.48", report_type: "standard", notes: "The courier asked for a change and the refund was reopened." },
            { id: 226, transaction_date: new Date("2023-07-05T10:58:50Z"), cluster_id: 2, consumption_kwh: "1563.80", efficiency_rating: "0.99", report_type: "standard", notes: null },
            { id: 227, transaction_date: new Date("2023-02-03T13:41:25Z"), cluster_id: 10, consumption_kwh: "43.15", efficiency_rating: "0.97", report_type: "standard", notes: "Flagged as minor. The customer replaced the report." },
            { id: 228, transaction_date: new Date("2023-12-19T06:40:42Z"), cluster_id: 4, consumption_kwh: "453.11", efficiency_rating: "0.99", report_type: "standard", notes: "An automatic payment was approved the same day." },
            { id: 229, transaction_date: new Date("2023-06-28T18:06:21Z"), cluster_id: 18, consumption_kwh: "1671.78", efficiency_rating: "0.76", report_type: "standard", notes: null },
            { id: 230, transaction_date: new Date("2023-07-19T12:58:25Z"), cluster_id: 68, consumption_kwh: "452.59", efficiency_rating: "0.99", report_type: "standard", notes: "The customer confirmed the details and the claim was reopened." },
            { id: 231, transaction_date: new Date("2023-07-15T13:57:04Z"), cluster_id: 96, consumption_kwh: "7147.65", efficiency_rating: "0.79", report_type: "standard", notes: "An incomplete follow-up: the shipment was delayed." },
            { id: 232, transaction_date: new Date("2023-12-24T17:10:50Z"), cluster_id: 40, consumption_kwh: "417.57", efficiency_rating: "1.00", report_type: "standard", notes: "The account was cancelled following a manual review." },
            { id: 233, transaction_date: new Date("2023-11-01T07:39:59Z"), cluster_id: 3, consumption_kwh: "19.42", efficiency_rating: "0.97", report_type: "standard", notes: "Support confirmed the details and the delivery was cancelled." },
            { id: 234, transaction_date: new Date("2023-02-16T14:12:33Z"), cluster_id: 35, consumption_kwh: "7770.96", efficiency_rating: "0.07", report_type: "specialized", notes: "An automatic follow-up: the appointment was escalated." },
            { id: 235, transaction_date: new Date("2023-03-22T14:02:41Z"), cluster_id: 79, consumption_kwh: "7056.14", efficiency_rating: "0.57", report_type: "standard", notes: "An urgent follow-up: the transfer was updated." },
            { id: 236, transaction_date: new Date("2023-01-09T09:47:35Z"), cluster_id: 87, consumption_kwh: "21.97", efficiency_rating: "1.00", report_type: "standard", notes: "No response from the customer, so the booking was rejected." },
            { id: 237, transaction_date: new Date("2023-03-27T10:50:05Z"), cluster_id: 33, consumption_kwh: "818.39", efficiency_rating: "0.93", report_type: "standard", notes: "No response from support, so the order was reviewed." },
            { id: 238, transaction_date: new Date("2023-11-19T11:16:37Z"), cluster_id: 34, consumption_kwh: "4318.11", efficiency_rating: "0.87", report_type: "standard", notes: "The courier asked for a change and the invoice was replaced." },
            { id: 239, transaction_date: new Date("2023-04-28T11:07:56Z"), cluster_id: 99, consumption_kwh: "702.82", efficiency_rating: "0.68", report_type: "specialized", notes: null },
            { id: 240, transaction_date: new Date("2023-07-06T15:57:59Z"), cluster_id: 67, consumption_kwh: "927.74", efficiency_rating: "0.65", report_type: "specialized", notes: null },
            { id: 241, transaction_date: new Date("2023-02-17T09:39:29Z"), cluster_id: 23, consumption_kwh: "1977.73", efficiency_rating: "0.95", report_type: "standard", notes: "The invoice was rejected after a partial check." },
            { id: 242, transaction_date: new Date("2023-08-08T13:49:25Z"), cluster_id: 87, consumption_kwh: "3681.97", efficiency_rating: "0.78", report_type: "standard", notes: "The account owner reported a routine issue; the ticket was reviewed." },
            { id: 243, transaction_date: new Date("2023-11-18T15:24:50Z"), cluster_id: 79, consumption_kwh: "887.88", efficiency_rating: "0.81", report_type: "standard", notes: "Support confirmed the details and the delivery was updated." },
            { id: 244, transaction_date: new Date("2023-01-22T14:02:36Z"), cluster_id: 49, consumption_kwh: "2249.87", efficiency_rating: "0.50", report_type: "standard", notes: null },
            { id: 245, transaction_date: new Date("2023-11-14T17:50:15Z"), cluster_id: 62, consumption_kwh: "155.15", efficiency_rating: "1.00", report_type: "specialized", notes: "An operator reported a late issue; the record was updated." },
            { id: 246, transaction_date: new Date("2023-12-15T13:27:51Z"), cluster_id: 18, consumption_kwh: "2209.74", efficiency_rating: "0.31", report_type: "specialized", notes: "An operator asked for a change and the ticket was refunded." },
            { id: 247, transaction_date: new Date("2023-11-09T09:50:35Z"), cluster_id: 68, consumption_kwh: "3425.91", efficiency_rating: "0.29", report_type: "standard", notes: "The reviewer asked for a change and the refund was rejected." },
            { id: 248, transaction_date: new Date("2023-09-08T09:26:32Z"), cluster_id: 83, consumption_kwh: "9991.44", efficiency_rating: "0.91", report_type: "standard", notes: "Flagged as manual. The team rescheduled the report." },
            { id: 249, transaction_date: new Date("2023-03-20T15:57:13Z"), cluster_id: 21, consumption_kwh: "4538.96", efficiency_rating: "0.46", report_type: "standard", notes: "An automatic transfer was completed the same day." },
            { id: 250, transaction_date: new Date("2023-09-21T16:23:20Z"), cluster_id: 81, consumption_kwh: "2560.28", efficiency_rating: "0.74", report_type: "standard", notes: "A standard claim was reopened the same day." },
            { id: 251, transaction_date: new Date("2023-11-16T15:18:38Z"), cluster_id: 66, consumption_kwh: "100.42", efficiency_rating: "0.40", report_type: "specialized", notes: "The record was approved after an urgent check." },
            { id: 252, transaction_date: new Date("2023-11-10T08:29:06Z"), cluster_id: 71, consumption_kwh: "7438.64", efficiency_rating: "0.88", report_type: "standard", notes: "The customer asked for a change and the request was delayed." },
            { id: 253, transaction_date: new Date("2023-08-22T12:48:32Z"), cluster_id: 79, consumption_kwh: "45.29", efficiency_rating: "0.16", report_type: "standard", notes: "A late delivery was processed the same day." },
            { id: 254, transaction_date: new Date("2023-06-01T08:49:08Z"), cluster_id: 8, consumption_kwh: "95.22", efficiency_rating: "0.73", report_type: "standard", notes: "The supplier confirmed the details and the claim was cancelled." },
            { id: 255, transaction_date: new Date("2023-06-12T13:39:06Z"), cluster_id: 27, consumption_kwh: "4847.21", efficiency_rating: "0.80", report_type: "standard", notes: null },
            { id: 256, transaction_date: new Date("2023-10-23T17:19:01Z"), cluster_id: 59, consumption_kwh: "294.77", efficiency_rating: "0.83", report_type: "standard", notes: null },
            { id: 257, transaction_date: new Date("2023-05-31T19:23:19Z"), cluster_id: 86, consumption_kwh: "423.89", efficiency_rating: "0.43", report_type: "standard", notes: "No response from support, so the delivery was replaced." },
            { id: 258, transaction_date: new Date("2023-02-26T13:23:31Z"), cluster_id: 13, consumption_kwh: "18.79", efficiency_rating: "0.73", report_type: "standard", notes: "Flagged as incomplete. The team refunded the claim." },
            { id: 259, transaction_date: new Date("2023-09-22T14:02:41Z"), cluster_id: 51, consumption_kwh: "4697.15", efficiency_rating: "0.19", report_type: "standard", notes: "The invoice was delayed following a manual review." },
            { id: 260, transaction_date: new Date("2023-12-06T07:47:48Z"), cluster_id: 82, consumption_kwh: "6769.62", efficiency_rating: "0.36", report_type: "standard", notes: "The claim was escalated — standard case, no further action." },
            { id: 261, transaction_date: new Date("2023-11-16T17:28:28Z"), cluster_id: 10, consumption_kwh: "8878.13", efficiency_rating: "0.23", report_type: "standard", notes: "The record was escalated after a partial check." },
            { id: 262, transaction_date: new Date("2023-09-16T11:52:21Z"), cluster_id: 63, consumption_kwh: "73.77", efficiency_rating: "0.78", report_type: "specialized", notes: "Flagged as standard. The team closed the order." },
            { id: 263, transaction_date: new Date("2023-08-15T17:00:02Z"), cluster_id: 72, consumption_kwh: "1392.43", efficiency_rating: "0.01", report_type: "standard", notes: "Support confirmed the details and the invoice was resolved." },
            { id: 264, transaction_date: new Date("2023-05-23T10:46:25Z"), cluster_id: 21, consumption_kwh: "7212.75", efficiency_rating: "0.11", report_type: "standard", notes: "No response from support, so the document was replaced." },
            { id: 265, transaction_date: new Date("2023-06-20T10:40:40Z"), cluster_id: 61, consumption_kwh: "3691.04", efficiency_rating: "0.43", report_type: "standard", notes: null },
            { id: 266, transaction_date: new Date("2023-03-29T08:40:13Z"), cluster_id: 99, consumption_kwh: "9919.39", efficiency_rating: "0.39", report_type: "standard", notes: "The invoice was approved following a repeat review." },
            { id: 267, transaction_date: new Date("2023-03-10T17:02:07Z"), cluster_id: 81, consumption_kwh: "390.19", efficiency_rating: "0.46", report_type: "standard", notes: "The reviewer confirmed the details and the shipment was rejected." },
            { id: 268, transaction_date: new Date("2023-08-16T13:38:36Z"), cluster_id: 67, consumption_kwh: "1758.82", efficiency_rating: "0.98", report_type: "standard", notes: "An urgent follow-up: the ticket was approved." },
            { id: 269, transaction_date: new Date("2023-01-10T18:34:06Z"), cluster_id: 68, consumption_kwh: "3853.28", efficiency_rating: "0.48", report_type: "standard", notes: "The customer asked for a change and the transfer was completed." },
            { id: 270, transaction_date: new Date("2023-05-16T16:20:54Z"), cluster_id: 36, consumption_kwh: "4999.01", efficiency_rating: "0.84", report_type: "standard", notes: "Flagged as routine. The reviewer delayed the document." },
            { id: 271, transaction_date: new Date("2023-11-27T15:25:18Z"), cluster_id: 46, consumption_kwh: "2454.73", efficiency_rating: "0.23", report_type: "standard", notes: "A late session was reopened the same day." },
            { id: 272, transaction_date: new Date("2023-11-10T10:22:31Z"), cluster_id: 86, consumption_kwh: "8400.39", efficiency_rating: "0.92", report_type: "standard", notes: "The team asked for a change and the claim was resolved." },
            { id: 273, transaction_date: new Date("2023-05-13T08:55:37Z"), cluster_id: 100, consumption_kwh: "1326.30", efficiency_rating: "0.53", report_type: "standard", notes: "The reviewer confirmed the details and the invoice was cancelled." },
            { id: 274, transaction_date: new Date("2023-12-13T07:43:58Z"), cluster_id: 76, consumption_kwh: "204.67", efficiency_rating: "0.98", report_type: "standard", notes: "The appointment was rescheduled — incomplete case, no further action." },
            { id: 275, transaction_date: new Date("2023-07-31T18:35:51Z"), cluster_id: 50, consumption_kwh: "2655.84", efficiency_rating: "0.79", report_type: "standard", notes: "The customer reported a late issue; the claim was reviewed." },
            { id: 276, transaction_date: new Date("2023-05-29T10:30:30Z"), cluster_id: 96, consumption_kwh: "7638.59", efficiency_rating: "0.07", report_type: "standard", notes: "A manual follow-up: the order was refunded." },
            { id: 277, transaction_date: new Date("2023-05-04T11:59:19Z"), cluster_id: 61, consumption_kwh: "9420.15", efficiency_rating: "0.84", report_type: "specialized", notes: "The customer asked for a change and the account was cancelled." },
            { id: 278, transaction_date: new Date("2023-01-15T13:01:11Z"), cluster_id: 61, consumption_kwh: "2974.50", efficiency_rating: "0.67", report_type: "standard", notes: "A minor follow-up: the record was resolved." },
            { id: 279, transaction_date: new Date("2023-10-09T11:42:42Z"), cluster_id: 4, consumption_kwh: "8591.47", efficiency_rating: "0.97", report_type: "standard", notes: "An incomplete follow-up: the report was updated." },
            { id: 280, transaction_date: new Date("2023-03-07T09:10:12Z"), cluster_id: 46, consumption_kwh: "3011.42", efficiency_rating: "0.86", report_type: "standard", notes: "Support reported a standard issue; the document was escalated." },
            { id: 281, transaction_date: new Date("2023-05-21T16:03:38Z"), cluster_id: 60, consumption_kwh: "1811.13", efficiency_rating: "0.71", report_type: "standard", notes: "A standard follow-up: the shipment was replaced." },
            { id: 282, transaction_date: new Date("2023-11-02T11:00:26Z"), cluster_id: 53, consumption_kwh: "6981.47", efficiency_rating: "0.38", report_type: "standard", notes: "The shipment was updated following a manual review." },
            { id: 283, transaction_date: new Date("2023-11-19T09:49:30Z"), cluster_id: 29, consumption_kwh: "4963.19", efficiency_rating: "0.24", report_type: "standard", notes: "The supplier confirmed the details and the booking was cancelled." },
            { id: 284, transaction_date: new Date("2023-02-22T11:11:02Z"), cluster_id: 75, consumption_kwh: "585.45", efficiency_rating: "0.95", report_type: "specialized", notes: "The record was reviewed following an unusual review." },
            { id: 285, transaction_date: new Date("2023-12-15T07:59:41Z"), cluster_id: 83, consumption_kwh: "1716.02", efficiency_rating: "0.81", report_type: "standard", notes: "The booking was approved following a late review." },
            { id: 286, transaction_date: new Date("2023-07-13T13:07:33Z"), cluster_id: 57, consumption_kwh: "1656.94", efficiency_rating: "0.99", report_type: "standard", notes: "The customer reported an incomplete issue; the item was approved." },
            { id: 287, transaction_date: new Date("2023-09-06T18:32:40Z"), cluster_id: 32, consumption_kwh: "9237.82", efficiency_rating: "0.39", report_type: "standard", notes: "Flagged as routine. The supplier refunded the appointment." },
            { id: 288, transaction_date: new Date("2023-08-30T15:38:25Z"), cluster_id: 6, consumption_kwh: "7.01", efficiency_rating: "0.89", report_type: "standard", notes: null },
            { id: 289, transaction_date: new Date("2023-01-12T19:55:48Z"), cluster_id: 16, consumption_kwh: "209.36", efficiency_rating: "1.00", report_type: "standard", notes: "A minor follow-up: the invoice was refunded." },
            { id: 290, transaction_date: new Date("2023-03-29T15:38:49Z"), cluster_id: 3, consumption_kwh: "13.52", efficiency_rating: "0.32", report_type: "specialized", notes: "A late follow-up: the record was replaced." },
            { id: 291, transaction_date: new Date("2023-05-23T11:57:29Z"), cluster_id: 11, consumption_kwh: "41.46", efficiency_rating: "0.27", report_type: "standard", notes: "No response from the team, so the delivery was rescheduled." },
            { id: 292, transaction_date: new Date("2023-01-16T10:49:23Z"), cluster_id: 90, consumption_kwh: "4029.50", efficiency_rating: "0.30", report_type: "standard", notes: "A routine account was closed the same day." },
            { id: 293, transaction_date: new Date("2023-06-03T20:06:25Z"), cluster_id: 17, consumption_kwh: "29.18", efficiency_rating: "0.88", report_type: "specialized", notes: "A routine follow-up: the refund was rescheduled." },
            { id: 294, transaction_date: new Date("2023-11-30T18:12:24Z"), cluster_id: 15, consumption_kwh: "7717.56", efficiency_rating: "0.63", report_type: "standard", notes: "No response from the team, so the account was rejected." },
            { id: 295, transaction_date: new Date("2023-04-01T14:28:36Z"), cluster_id: 64, consumption_kwh: "4534.75", efficiency_rating: "0.60", report_type: "standard", notes: "The transfer was processed following a repeat review." },
            { id: 296, transaction_date: new Date("2023-03-20T10:19:35Z"), cluster_id: 58, consumption_kwh: "12.28", efficiency_rating: "0.92", report_type: "specialized", notes: "A minor follow-up: the item was processed." },
            { id: 297, transaction_date: new Date("2023-10-13T09:31:54Z"), cluster_id: 67, consumption_kwh: "3248.35", efficiency_rating: "0.79", report_type: "standard", notes: "The refund was rejected following a partial review." },
            { id: 298, transaction_date: new Date("2023-02-20T09:45:16Z"), cluster_id: 2, consumption_kwh: "46.84", efficiency_rating: "1.00", report_type: "standard", notes: "Flagged as routine. The customer escalated the payment." },
            { id: 299, transaction_date: new Date("2023-10-28T15:01:20Z"), cluster_id: 19, consumption_kwh: "0.84", efficiency_rating: "0.45", report_type: "standard", notes: "Flagged as standard. Support updated the claim." },
            { id: 300, transaction_date: new Date("2023-01-23T09:40:59Z"), cluster_id: 39, consumption_kwh: "43.88", efficiency_rating: "0.89", report_type: "standard", notes: "The refund was closed after a routine check." },
            { id: 301, transaction_date: new Date("2023-09-17T05:59:59Z"), cluster_id: 47, consumption_kwh: "5728.56", efficiency_rating: "0.81", report_type: "standard", notes: "Flagged as partial. An operator refunded the delivery." },
            { id: 302, transaction_date: new Date("2023-05-10T09:02:10Z"), cluster_id: 93, consumption_kwh: "7286.50", efficiency_rating: "0.99", report_type: "standard", notes: "The courier asked for a change and the invoice was rescheduled." },
            { id: 303, transaction_date: new Date("2023-08-17T17:44:48Z"), cluster_id: 93, consumption_kwh: "703.45", efficiency_rating: "0.87", report_type: "standard", notes: "The ticket was rejected following a late review." },
            { id: 304, transaction_date: new Date("2023-08-09T15:12:06Z"), cluster_id: 11, consumption_kwh: "2515.81", efficiency_rating: "0.66", report_type: "standard", notes: "The account owner asked for a change and the report was confirmed." },
            { id: 305, transaction_date: new Date("2023-07-16T11:18:16Z"), cluster_id: 26, consumption_kwh: "0.04", efficiency_rating: "0.35", report_type: "specialized", notes: "Support reported a standard issue; the invoice was confirmed." },
            { id: 306, transaction_date: new Date("2023-06-26T11:02:01Z"), cluster_id: 20, consumption_kwh: "4604.77", efficiency_rating: "0.64", report_type: "standard", notes: "The reviewer confirmed the details and the invoice was resolved." },
            { id: 307, transaction_date: new Date("2023-07-08T15:13:36Z"), cluster_id: 74, consumption_kwh: "7772.36", efficiency_rating: "0.90", report_type: "specialized", notes: "The reviewer confirmed the details and the claim was processed." },
            { id: 308, transaction_date: new Date("2023-12-08T15:35:37Z"), cluster_id: 37, consumption_kwh: "2646.34", efficiency_rating: "0.55", report_type: "standard", notes: "No response from the supplier, so the account was rejected." },
            { id: 309, transaction_date: new Date("2023-04-06T13:07:28Z"), cluster_id: 38, consumption_kwh: "6409.06", efficiency_rating: "0.99", report_type: "standard", notes: "The order was rejected after an urgent check." },
            { id: 310, transaction_date: new Date("2023-09-02T09:49:02Z"), cluster_id: 21, consumption_kwh: "372.37", efficiency_rating: "0.53", report_type: "standard", notes: "No response from the team, so the shipment was confirmed." },
            { id: 311, transaction_date: new Date("2023-11-12T14:38:34Z"), cluster_id: 10, consumption_kwh: "7634.95", efficiency_rating: "0.25", report_type: "standard", notes: "The customer asked for a change and the account was escalated." },
            { id: 312, transaction_date: new Date("2023-03-21T09:29:36Z"), cluster_id: 42, consumption_kwh: "6449.76", efficiency_rating: "0.93", report_type: "standard", notes: "A routine record was completed the same day." },
            { id: 313, transaction_date: new Date("2023-01-12T07:58:46Z"), cluster_id: 81, consumption_kwh: "669.32", efficiency_rating: "0.37", report_type: "specialized", notes: "Flagged as duplicate. The courier refunded the document." },
            { id: 314, transaction_date: new Date("2023-06-03T17:05:51Z"), cluster_id: 4, consumption_kwh: "1.28", efficiency_rating: "0.91", report_type: "standard", notes: "An operator asked for a change and the booking was escalated." },
            { id: 315, transaction_date: new Date("2023-07-28T08:03:33Z"), cluster_id: 3, consumption_kwh: "914.43", efficiency_rating: "0.98", report_type: "standard", notes: "No response from an operator, so the invoice was replaced." },
            { id: 316, transaction_date: new Date("2023-11-15T07:51:49Z"), cluster_id: 68, consumption_kwh: "4404.41", efficiency_rating: "0.73", report_type: "specialized", notes: "The reviewer asked for a change and the delivery was escalated." },
            { id: 317, transaction_date: new Date("2023-07-15T17:44:02Z"), cluster_id: 29, consumption_kwh: "3045.10", efficiency_rating: "0.34", report_type: "specialized", notes: "The report was rejected after a late check." },
            { id: 318, transaction_date: new Date("2023-03-15T17:50:19Z"), cluster_id: 86, consumption_kwh: "2142.07", efficiency_rating: "0.94", report_type: "standard", notes: "No response from support, so the shipment was closed." },
            { id: 319, transaction_date: new Date("2023-05-31T14:11:58Z"), cluster_id: 23, consumption_kwh: "24.86", efficiency_rating: "0.07", report_type: "standard", notes: "A duplicate invoice was rejected the same day." },
            { id: 320, transaction_date: new Date("2023-01-21T16:21:53Z"), cluster_id: 8, consumption_kwh: "2026.63", efficiency_rating: "0.18", report_type: "standard", notes: "The supplier asked for a change and the transfer was confirmed." },
            { id: 321, transaction_date: new Date("2023-12-23T15:53:28Z"), cluster_id: 13, consumption_kwh: "108.17", efficiency_rating: "0.23", report_type: "specialized", notes: "An urgent ticket was delayed the same day." },
            { id: 322, transaction_date: new Date("2023-12-01T11:38:46Z"), cluster_id: 26, consumption_kwh: "1147.86", efficiency_rating: "0.98", report_type: "specialized", notes: "No response from an operator, so the account was reviewed." },
            { id: 323, transaction_date: new Date("2023-03-06T09:20:41Z"), cluster_id: 83, consumption_kwh: "79.19", efficiency_rating: "0.99", report_type: "standard", notes: "The supplier confirmed the details and the booking was refunded." },
            { id: 324, transaction_date: new Date("2023-07-20T09:05:22Z"), cluster_id: 88, consumption_kwh: "481.28", efficiency_rating: "0.92", report_type: "standard", notes: "The order was processed following a duplicate review." },
            { id: 325, transaction_date: new Date("2023-12-04T15:38:23Z"), cluster_id: 56, consumption_kwh: "7819.07", efficiency_rating: "0.00", report_type: "standard", notes: "A standard follow-up: the report was confirmed." },
            { id: 326, transaction_date: new Date("2023-03-05T08:57:01Z"), cluster_id: 61, consumption_kwh: "99.06", efficiency_rating: "0.25", report_type: "standard", notes: "The report was delayed — routine case, no further action." },
            { id: 327, transaction_date: new Date("2023-04-27T15:53:38Z"), cluster_id: 70, consumption_kwh: "213.38", efficiency_rating: "0.33", report_type: "standard", notes: "Support asked for a change and the invoice was escalated." },
            { id: 328, transaction_date: new Date("2023-09-12T11:12:08Z"), cluster_id: 70, consumption_kwh: "212.94", efficiency_rating: "0.88", report_type: "specialized", notes: "No response from the team, so the session was refunded." },
            { id: 329, transaction_date: new Date("2023-01-25T19:04:32Z"), cluster_id: 38, consumption_kwh: "7837.47", efficiency_rating: "0.94", report_type: "standard", notes: "The reviewer reported an incomplete issue; the booking was approved." },
            { id: 330, transaction_date: new Date("2023-01-21T20:36:21Z"), cluster_id: 61, consumption_kwh: "21.09", efficiency_rating: "0.83", report_type: "standard", notes: "The supplier reported a late issue; the ticket was refunded." },
            { id: 331, transaction_date: new Date("2023-05-23T14:44:21Z"), cluster_id: 45, consumption_kwh: "1377.78", efficiency_rating: "0.92", report_type: "specialized", notes: "The item was replaced after an incomplete check." },
            { id: 332, transaction_date: new Date("2023-10-25T10:42:12Z"), cluster_id: 34, consumption_kwh: "212.95", efficiency_rating: "0.76", report_type: "specialized", notes: "Flagged as partial. The reviewer rescheduled the item." },
            { id: 333, transaction_date: new Date("2023-01-26T12:23:15Z"), cluster_id: 49, consumption_kwh: "9905.21", efficiency_rating: "0.82", report_type: "standard", notes: "The transfer was closed after a repeat check." },
            { id: 334, transaction_date: new Date("2023-07-22T17:47:14Z"), cluster_id: 21, consumption_kwh: "2832.05", efficiency_rating: "1.00", report_type: "standard", notes: "No response from the account owner, so the booking was cancelled." },
            { id: 335, transaction_date: new Date("2023-04-24T07:40:40Z"), cluster_id: 25, consumption_kwh: "7504.80", efficiency_rating: "0.95", report_type: "standard", notes: "No response from the supplier, so the booking was confirmed." },
            { id: 336, transaction_date: new Date("2023-11-26T12:00:30Z"), cluster_id: 14, consumption_kwh: "1662.80", efficiency_rating: "0.13", report_type: "standard", notes: "An automatic follow-up: the transfer was replaced." },
            { id: 337, transaction_date: new Date("2023-07-19T07:45:32Z"), cluster_id: 58, consumption_kwh: "258.48", efficiency_rating: "0.68", report_type: "standard", notes: "The report was rejected — manual case, no further action." },
            { id: 338, transaction_date: new Date("2023-11-22T10:29:05Z"), cluster_id: 69, consumption_kwh: "5.43", efficiency_rating: "0.83", report_type: "standard", notes: "The appointment was reopened after a duplicate check." },
            { id: 339, transaction_date: new Date("2023-08-18T13:38:19Z"), cluster_id: 54, consumption_kwh: "8215.42", efficiency_rating: "0.64", report_type: "standard", notes: "The order was approved following a minor review." },
            { id: 340, transaction_date: new Date("2023-07-30T15:20:56Z"), cluster_id: 93, consumption_kwh: "2506.81", efficiency_rating: "0.54", report_type: "standard", notes: null },
            { id: 341, transaction_date: new Date("2023-05-03T18:21:31Z"), cluster_id: 47, consumption_kwh: "5472.57", efficiency_rating: "0.26", report_type: "standard", notes: null },
            { id: 342, transaction_date: new Date("2023-01-12T10:34:13Z"), cluster_id: 64, consumption_kwh: "1807.34", efficiency_rating: "0.98", report_type: "standard", notes: "The ticket was reviewed after a duplicate check." },
            { id: 343, transaction_date: new Date("2023-11-26T12:41:14Z"), cluster_id: 25, consumption_kwh: "237.18", efficiency_rating: "0.83", report_type: "specialized", notes: "The payment was closed after a routine check." },
            { id: 344, transaction_date: new Date("2023-08-12T16:45:44Z"), cluster_id: 80, consumption_kwh: "2986.16", efficiency_rating: "0.98", report_type: "standard", notes: "Flagged as unusual. The reviewer updated the payment." },
            { id: 345, transaction_date: new Date("2023-11-17T10:17:28Z"), cluster_id: 17, consumption_kwh: "55.66", efficiency_rating: "0.62", report_type: "standard", notes: null },
            { id: 346, transaction_date: new Date("2023-01-04T16:06:29Z"), cluster_id: 48, consumption_kwh: "931.18", efficiency_rating: "0.49", report_type: "standard", notes: "The refund was rejected after a partial check." },
            { id: 347, transaction_date: new Date("2023-09-26T07:13:55Z"), cluster_id: 40, consumption_kwh: "9104.83", efficiency_rating: "0.99", report_type: "standard", notes: "An automatic follow-up: the item was escalated." },
            { id: 348, transaction_date: new Date("2023-03-25T10:22:12Z"), cluster_id: 53, consumption_kwh: "112.29", efficiency_rating: "0.36", report_type: "standard", notes: "The account owner confirmed the details and the document was rescheduled." },
            { id: 349, transaction_date: new Date("2023-03-10T13:49:10Z"), cluster_id: 39, consumption_kwh: "206.55", efficiency_rating: "1.00", report_type: "standard", notes: "A late request was rejected the same day." },
            { id: 350, transaction_date: new Date("2023-03-24T16:17:30Z"), cluster_id: 49, consumption_kwh: "5383.73", efficiency_rating: "0.71", report_type: "standard", notes: "The courier confirmed the details and the delivery was closed." },
            { id: 351, transaction_date: new Date("2023-09-17T08:11:47Z"), cluster_id: 25, consumption_kwh: "45.15", efficiency_rating: "0.91", report_type: "specialized", notes: "The account owner confirmed the details and the request was approved." },
            { id: 352, transaction_date: new Date("2023-01-15T13:23:39Z"), cluster_id: 90, consumption_kwh: "5236.61", efficiency_rating: "0.98", report_type: "standard", notes: "The team asked for a change and the account was replaced." },
            { id: 353, transaction_date: new Date("2023-08-19T09:41:51Z"), cluster_id: 2, consumption_kwh: "1351.50", efficiency_rating: "0.64", report_type: "specialized", notes: "No response from the courier, so the invoice was reviewed." },
            { id: 354, transaction_date: new Date("2023-11-05T15:00:51Z"), cluster_id: 92, consumption_kwh: "9254.34", efficiency_rating: "0.59", report_type: "standard", notes: "No response from an operator, so the shipment was delayed." },
            { id: 355, transaction_date: new Date("2023-07-04T15:33:11Z"), cluster_id: 15, consumption_kwh: "4282.85", efficiency_rating: "0.90", report_type: "standard", notes: "No response from the supplier, so the booking was escalated." },
            { id: 356, transaction_date: new Date("2023-04-17T20:36:02Z"), cluster_id: 16, consumption_kwh: "3363.19", efficiency_rating: "0.25", report_type: "standard", notes: "The courier asked for a change and the appointment was reopened." },
            { id: 357, transaction_date: new Date("2023-10-03T17:34:23Z"), cluster_id: 14, consumption_kwh: "654.45", efficiency_rating: "0.19", report_type: "specialized", notes: "The request was rescheduled following an incomplete review." },
            { id: 358, transaction_date: new Date("2023-08-12T14:22:53Z"), cluster_id: 4, consumption_kwh: "1293.89", efficiency_rating: "0.66", report_type: "specialized", notes: null },
            { id: 359, transaction_date: new Date("2023-12-05T13:56:31Z"), cluster_id: 32, consumption_kwh: "3804.50", efficiency_rating: "0.91", report_type: "standard", notes: "The reviewer confirmed the details and the document was closed." },
            { id: 360, transaction_date: new Date("2023-02-19T05:15:40Z"), cluster_id: 66, consumption_kwh: "762.63", efficiency_rating: "0.36", report_type: "standard", notes: "The ticket was completed following a duplicate review." },
            { id: 361, transaction_date: new Date("2023-03-05T19:04:19Z"), cluster_id: 85, consumption_kwh: "502.33", efficiency_rating: "0.59", report_type: "standard", notes: "An urgent transfer was closed the same day." },
            { id: 362, transaction_date: new Date("2023-05-13T15:33:03Z"), cluster_id: 42, consumption_kwh: "7517.63", efficiency_rating: "0.04", report_type: "specialized", notes: "Support asked for a change and the booking was approved." },
            { id: 363, transaction_date: new Date("2023-02-24T20:56:25Z"), cluster_id: 17, consumption_kwh: "5906.76", efficiency_rating: "0.15", report_type: "standard", notes: "An incomplete follow-up: the session was updated." },
            { id: 364, transaction_date: new Date("2023-04-03T13:19:18Z"), cluster_id: 98, consumption_kwh: "4914.30", efficiency_rating: "0.96", report_type: "standard", notes: null },
            { id: 365, transaction_date: new Date("2023-09-21T14:10:45Z"), cluster_id: 8, consumption_kwh: "6680.53", efficiency_rating: "0.84", report_type: "standard", notes: null },
            { id: 366, transaction_date: new Date("2023-06-29T16:03:33Z"), cluster_id: 6, consumption_kwh: "479.75", efficiency_rating: "0.12", report_type: "standard", notes: "The team asked for a change and the request was reopened." },
            { id: 367, transaction_date: new Date("2023-05-15T16:48:01Z"), cluster_id: 16, consumption_kwh: "870.96", efficiency_rating: "0.96", report_type: "standard", notes: "The reviewer reported a late issue; the ticket was processed." },
            { id: 368, transaction_date: new Date("2023-04-20T10:35:17Z"), cluster_id: 6, consumption_kwh: "2280.10", efficiency_rating: "0.95", report_type: "standard", notes: "The transfer was cancelled following a manual review." },
            { id: 369, transaction_date: new Date("2023-03-02T17:23:15Z"), cluster_id: 52, consumption_kwh: "6007.87", efficiency_rating: "0.50", report_type: "standard", notes: "The order was reopened following an unusual review." },
            { id: 370, transaction_date: new Date("2023-05-05T10:01:33Z"), cluster_id: 7, consumption_kwh: "5632.56", efficiency_rating: "0.98", report_type: "specialized", notes: "The payment was cancelled following a repeat review." },
            { id: 371, transaction_date: new Date("2023-01-06T17:44:24Z"), cluster_id: 42, consumption_kwh: "1.25", efficiency_rating: "0.98", report_type: "specialized", notes: "The team reported a repeat issue; the booking was resolved." },
            { id: 372, transaction_date: new Date("2023-08-02T15:30:21Z"), cluster_id: 89, consumption_kwh: "52.98", efficiency_rating: "0.11", report_type: "standard", notes: "A manual follow-up: the item was closed." },
            { id: 373, transaction_date: new Date("2023-05-15T15:22:46Z"), cluster_id: 38, consumption_kwh: "9256.07", efficiency_rating: "0.72", report_type: "standard", notes: "No response from an operator, so the delivery was escalated." },
            { id: 374, transaction_date: new Date("2023-07-03T16:25:37Z"), cluster_id: 67, consumption_kwh: "8907.96", efficiency_rating: "0.98", report_type: "specialized", notes: "No response from the supplier, so the report was reviewed." },
            { id: 375, transaction_date: new Date("2023-01-25T16:56:28Z"), cluster_id: 5, consumption_kwh: "294.73", efficiency_rating: "0.47", report_type: "standard", notes: "Flagged as automatic. The team processed the invoice." },
            { id: 376, transaction_date: new Date("2023-11-03T08:28:43Z"), cluster_id: 53, consumption_kwh: "7750.41", efficiency_rating: "0.99", report_type: "standard", notes: "No response from the team, so the document was refunded." },
            { id: 377, transaction_date: new Date("2023-03-04T18:18:02Z"), cluster_id: 57, consumption_kwh: "410.95", efficiency_rating: "0.84", report_type: "standard", notes: "The session was refunded following a manual review." },
            { id: 378, transaction_date: new Date("2023-07-14T10:31:38Z"), cluster_id: 55, consumption_kwh: "189.11", efficiency_rating: "0.62", report_type: "standard", notes: "The transfer was resolved — urgent case, no further action." },
            { id: 379, transaction_date: new Date("2023-03-15T17:30:54Z"), cluster_id: 37, consumption_kwh: "440.16", efficiency_rating: "0.91", report_type: "standard", notes: null },
            { id: 380, transaction_date: new Date("2023-06-25T20:51:49Z"), cluster_id: 12, consumption_kwh: "231.16", efficiency_rating: "0.77", report_type: "specialized", notes: "A repeat appointment was approved the same day." },
            { id: 381, transaction_date: new Date("2023-01-10T14:32:36Z"), cluster_id: 76, consumption_kwh: "244.85", efficiency_rating: "0.97", report_type: "standard", notes: "The request was approved — unusual case, no further action." },
            { id: 382, transaction_date: new Date("2023-09-12T16:32:49Z"), cluster_id: 98, consumption_kwh: "9222.98", efficiency_rating: "0.94", report_type: "standard", notes: "The refund was confirmed following a minor review." },
            { id: 383, transaction_date: new Date("2023-07-27T08:19:56Z"), cluster_id: 7, consumption_kwh: "404.49", efficiency_rating: "0.81", report_type: "standard", notes: "The account owner reported a minor issue; the claim was completed." },
            { id: 384, transaction_date: new Date("2023-02-26T14:07:52Z"), cluster_id: 20, consumption_kwh: "1334.39", efficiency_rating: "0.01", report_type: "standard", notes: "The delivery was refunded following an incomplete review." },
            { id: 385, transaction_date: new Date("2023-04-11T14:14:05Z"), cluster_id: 67, consumption_kwh: "176.76", efficiency_rating: "0.26", report_type: "standard", notes: "The order was closed following a standard review." },
            { id: 386, transaction_date: new Date("2023-08-03T07:59:26Z"), cluster_id: 4, consumption_kwh: "6237.17", efficiency_rating: "0.77", report_type: "standard", notes: "The payment was delayed — incomplete case, no further action." },
            { id: 387, transaction_date: new Date("2023-10-14T15:02:27Z"), cluster_id: 5, consumption_kwh: "39.52", efficiency_rating: "0.64", report_type: "standard", notes: "Flagged as urgent. The courier confirmed the session." },
            { id: 388, transaction_date: new Date("2023-10-28T15:26:40Z"), cluster_id: 29, consumption_kwh: "1091.13", efficiency_rating: "0.89", report_type: "standard", notes: "The appointment was delayed — partial case, no further action." },
            { id: 389, transaction_date: new Date("2023-01-23T15:29:12Z"), cluster_id: 23, consumption_kwh: "4223.11", efficiency_rating: "0.75", report_type: "standard", notes: "The reviewer asked for a change and the item was reopened." },
            { id: 390, transaction_date: new Date("2023-02-17T10:13:17Z"), cluster_id: 2, consumption_kwh: "1278.94", efficiency_rating: "0.79", report_type: "specialized", notes: "An operator reported an automatic issue; the delivery was approved." },
            { id: 391, transaction_date: new Date("2023-06-26T17:31:23Z"), cluster_id: 79, consumption_kwh: "784.67", efficiency_rating: "0.78", report_type: "standard", notes: "The supplier reported an automatic issue; the claim was rescheduled." },
            { id: 392, transaction_date: new Date("2023-11-14T11:58:02Z"), cluster_id: 98, consumption_kwh: "63.73", efficiency_rating: "0.79", report_type: "standard", notes: "The account was reopened — partial case, no further action." },
            { id: 393, transaction_date: new Date("2023-07-19T13:34:32Z"), cluster_id: 34, consumption_kwh: "2308.24", efficiency_rating: "0.95", report_type: "specialized", notes: null },
            { id: 394, transaction_date: new Date("2023-05-08T11:47:36Z"), cluster_id: 13, consumption_kwh: "9568.16", efficiency_rating: "0.33", report_type: "standard", notes: "An unusual session was escalated the same day." },
            { id: 395, transaction_date: new Date("2023-06-05T16:34:37Z"), cluster_id: 7, consumption_kwh: "6954.56", efficiency_rating: "0.29", report_type: "standard", notes: "An operator reported a repeat issue; the document was reopened." },
            { id: 396, transaction_date: new Date("2023-03-05T15:09:24Z"), cluster_id: 84, consumption_kwh: "514.57", efficiency_rating: "0.80", report_type: "standard", notes: "The delivery was closed following a partial review." },
            { id: 397, transaction_date: new Date("2023-05-11T09:29:00Z"), cluster_id: 24, consumption_kwh: "6652.59", efficiency_rating: "0.37", report_type: "standard", notes: null },
            { id: 398, transaction_date: new Date("2023-05-17T11:13:21Z"), cluster_id: 94, consumption_kwh: "644.10", efficiency_rating: "0.99", report_type: "standard", notes: "The customer asked for a change and the delivery was delayed." },
            { id: 399, transaction_date: new Date("2023-02-23T18:30:03Z"), cluster_id: 47, consumption_kwh: "230.95", efficiency_rating: "1.00", report_type: "standard", notes: "The account was approved following a minor review." },
            { id: 400, transaction_date: new Date("2023-02-10T09:23:42Z"), cluster_id: 58, consumption_kwh: "128.94", efficiency_rating: "0.25", report_type: "standard", notes: "The customer asked for a change and the payment was reviewed." },
            { id: 401, transaction_date: new Date("2023-11-20T22:40:23Z"), cluster_id: 64, consumption_kwh: "68.97", efficiency_rating: "0.45", report_type: "standard", notes: "The appointment was confirmed — incomplete case, no further action." },
            { id: 402, transaction_date: new Date("2023-06-11T10:22:45Z"), cluster_id: 64, consumption_kwh: "4644.99", efficiency_rating: "0.58", report_type: "standard", notes: "The customer asked for a change and the appointment was closed." },
            { id: 403, transaction_date: new Date("2023-01-01T10:35:38Z"), cluster_id: 41, consumption_kwh: "6029.46", efficiency_rating: "0.70", report_type: "standard", notes: "Support reported an unusual issue; the transfer was confirmed." },
            { id: 404, transaction_date: new Date("2023-06-22T13:51:38Z"), cluster_id: 46, consumption_kwh: "450.97", efficiency_rating: "0.97", report_type: "standard", notes: "The transfer was cancelled — duplicate case, no further action." },
            { id: 405, transaction_date: new Date("2023-01-22T13:55:11Z"), cluster_id: 92, consumption_kwh: "374.97", efficiency_rating: "0.87", report_type: "standard", notes: "Flagged as automatic. The team confirmed the item." },
            { id: 406, transaction_date: new Date("2023-06-10T14:37:59Z"), cluster_id: 31, consumption_kwh: "8623.16", efficiency_rating: "0.44", report_type: "standard", notes: "Support asked for a change and the refund was refunded." },
            { id: 407, transaction_date: new Date("2023-12-12T14:09:13Z"), cluster_id: 9, consumption_kwh: "1259.92", efficiency_rating: "0.78", report_type: "standard", notes: "The account owner reported a duplicate issue; the invoice was resolved." },
            { id: 408, transaction_date: new Date("2023-05-19T13:16:05Z"), cluster_id: 39, consumption_kwh: "782.24", efficiency_rating: "0.60", report_type: "standard", notes: "No response from the supplier, so the ticket was closed." },
            { id: 409, transaction_date: new Date("2023-06-03T10:44:45Z"), cluster_id: 80, consumption_kwh: "2749.58", efficiency_rating: "0.48", report_type: "standard", notes: "No response from support, so the shipment was reviewed." },
            { id: 410, transaction_date: new Date("2023-06-03T17:35:14Z"), cluster_id: 16, consumption_kwh: "238.44", efficiency_rating: "0.78", report_type: "specialized", notes: "No response from the courier, so the shipment was processed." },
            { id: 411, transaction_date: new Date("2023-03-14T17:17:05Z"), cluster_id: 68, consumption_kwh: "9435.91", efficiency_rating: "0.93", report_type: "standard", notes: "The supplier confirmed the details and the claim was reopened." },
            { id: 412, transaction_date: new Date("2023-09-08T15:24:32Z"), cluster_id: 88, consumption_kwh: "2547.75", efficiency_rating: "0.94", report_type: "standard", notes: "The team reported a repeat issue; the document was refunded." },
            { id: 413, transaction_date: new Date("2023-07-16T15:09:06Z"), cluster_id: 16, consumption_kwh: "303.40", efficiency_rating: "0.78", report_type: "standard", notes: null },
            { id: 414, transaction_date: new Date("2023-04-15T19:32:06Z"), cluster_id: 90, consumption_kwh: "1603.78", efficiency_rating: "0.97", report_type: "standard", notes: "The record was confirmed following an incomplete review." },
            { id: 415, transaction_date: new Date("2023-05-23T09:08:03Z"), cluster_id: 10, consumption_kwh: "7683.21", efficiency_rating: "0.96", report_type: "standard", notes: "Support asked for a change and the record was approved." },
            { id: 416, transaction_date: new Date("2023-01-04T22:08:11Z"), cluster_id: 79, consumption_kwh: "4128.52", efficiency_rating: "0.95", report_type: "standard", notes: "The account owner confirmed the details and the claim was processed." },
            { id: 417, transaction_date: new Date("2023-09-24T10:23:49Z"), cluster_id: 96, consumption_kwh: "2070.60", efficiency_rating: "0.90", report_type: "standard", notes: null },
            { id: 418, transaction_date: new Date("2023-01-08T15:53:44Z"), cluster_id: 92, consumption_kwh: "277.24", efficiency_rating: "0.02", report_type: "standard", notes: "Support reported a partial issue; the invoice was replaced." },
            { id: 419, transaction_date: new Date("2023-07-05T09:24:22Z"), cluster_id: 22, consumption_kwh: "4118.10", efficiency_rating: "0.48", report_type: "standard", notes: null },
            { id: 420, transaction_date: new Date("2023-06-10T16:52:14Z"), cluster_id: 62, consumption_kwh: "9581.05", efficiency_rating: "0.55", report_type: "standard", notes: "The refund was processed after a repeat check." },
            { id: 421, transaction_date: new Date("2023-01-02T13:40:34Z"), cluster_id: 84, consumption_kwh: "2785.36", efficiency_rating: "0.98", report_type: "standard", notes: "An urgent follow-up: the delivery was refunded." },
            { id: 422, transaction_date: new Date("2023-07-10T15:57:19Z"), cluster_id: 39, consumption_kwh: "8212.81", efficiency_rating: "0.25", report_type: "standard", notes: "No response from the customer, so the report was rescheduled." },
            { id: 423, transaction_date: new Date("2023-05-15T11:15:42Z"), cluster_id: 30, consumption_kwh: "5947.47", efficiency_rating: "0.54", report_type: "specialized", notes: null },
            { id: 424, transaction_date: new Date("2023-10-15T13:53:52Z"), cluster_id: 31, consumption_kwh: "5074.33", efficiency_rating: "0.92", report_type: "standard", notes: "An operator asked for a change and the booking was refunded." },
            { id: 425, transaction_date: new Date("2023-05-10T15:26:11Z"), cluster_id: 54, consumption_kwh: "954.40", efficiency_rating: "1.00", report_type: "standard", notes: "Support reported a standard issue; the item was escalated." },
            { id: 426, transaction_date: new Date("2023-11-07T10:44:05Z"), cluster_id: 67, consumption_kwh: "34.05", efficiency_rating: "0.84", report_type: "standard", notes: null },
            { id: 427, transaction_date: new Date("2023-07-29T12:33:15Z"), cluster_id: 67, consumption_kwh: "584.79", efficiency_rating: "0.59", report_type: "standard", notes: "The account was confirmed after a duplicate check." },
            { id: 428, transaction_date: new Date("2023-02-22T09:05:17Z"), cluster_id: 99, consumption_kwh: "6491.44", efficiency_rating: "0.87", report_type: "standard", notes: "The delivery was replaced — partial case, no further action." },
            { id: 429, transaction_date: new Date("2023-06-08T11:00:24Z"), cluster_id: 68, consumption_kwh: "10.31", efficiency_rating: "0.53", report_type: "standard", notes: "No response from support, so the claim was confirmed." },
            { id: 430, transaction_date: new Date("2023-10-21T15:09:02Z"), cluster_id: 13, consumption_kwh: "511.01", efficiency_rating: "0.05", report_type: "standard", notes: "The booking was completed after an urgent check." },
            { id: 431, transaction_date: new Date("2023-02-09T14:39:29Z"), cluster_id: 64, consumption_kwh: "2728.71", efficiency_rating: "0.57", report_type: "standard", notes: "The item was completed following a partial review." },
            { id: 432, transaction_date: new Date("2023-08-28T10:05:32Z"), cluster_id: 15, consumption_kwh: "4049.21", efficiency_rating: "0.74", report_type: "standard", notes: "A routine follow-up: the ticket was replaced." },
            { id: 433, transaction_date: new Date("2023-07-23T13:27:11Z"), cluster_id: 75, consumption_kwh: "480.47", efficiency_rating: "0.26", report_type: "standard", notes: "The customer asked for a change and the ticket was closed." },
            { id: 434, transaction_date: new Date("2023-04-16T18:30:28Z"), cluster_id: 60, consumption_kwh: "8992.24", efficiency_rating: "0.21", report_type: "standard", notes: "The request was cancelled after a partial check." },
            { id: 435, transaction_date: new Date("2023-08-24T14:47:55Z"), cluster_id: 76, consumption_kwh: "6215.44", efficiency_rating: "0.92", report_type: "specialized", notes: null },
            { id: 436, transaction_date: new Date("2023-11-28T06:33:12Z"), cluster_id: 76, consumption_kwh: "4863.95", efficiency_rating: "0.39", report_type: "standard", notes: "No response from the customer, so the order was reviewed." },
            { id: 437, transaction_date: new Date("2023-07-04T21:41:08Z"), cluster_id: 70, consumption_kwh: "4842.84", efficiency_rating: "0.99", report_type: "standard", notes: "A standard follow-up: the invoice was cancelled." },
            { id: 438, transaction_date: new Date("2023-03-07T16:28:30Z"), cluster_id: 34, consumption_kwh: "9000.92", efficiency_rating: "0.45", report_type: "standard", notes: "The team asked for a change and the booking was closed." },
            { id: 439, transaction_date: new Date("2023-04-24T15:34:36Z"), cluster_id: 84, consumption_kwh: "1718.86", efficiency_rating: "0.99", report_type: "standard", notes: null },
            { id: 440, transaction_date: new Date("2023-10-30T10:11:26Z"), cluster_id: 78, consumption_kwh: "3804.61", efficiency_rating: "0.96", report_type: "specialized", notes: "A late follow-up: the delivery was reviewed." },
            { id: 441, transaction_date: new Date("2023-08-14T14:10:54Z"), cluster_id: 94, consumption_kwh: "4725.89", efficiency_rating: "0.89", report_type: "specialized", notes: null },
            { id: 442, transaction_date: new Date("2023-07-22T16:12:19Z"), cluster_id: 8, consumption_kwh: "537.16", efficiency_rating: "0.90", report_type: "standard", notes: "An incomplete follow-up: the refund was closed." },
            { id: 443, transaction_date: new Date("2023-11-27T14:27:21Z"), cluster_id: 86, consumption_kwh: "835.91", efficiency_rating: "0.97", report_type: "standard", notes: null },
            { id: 444, transaction_date: new Date("2023-01-09T13:15:20Z"), cluster_id: 20, consumption_kwh: "29.32", efficiency_rating: "0.99", report_type: "standard", notes: "The order was updated following an unusual review." },
            { id: 445, transaction_date: new Date("2023-06-11T10:35:15Z"), cluster_id: 94, consumption_kwh: "0.66", efficiency_rating: "1.00", report_type: "specialized", notes: "Flagged as unusual. The courier cancelled the payment." },
            { id: 446, transaction_date: new Date("2023-07-04T18:49:57Z"), cluster_id: 81, consumption_kwh: "1001.64", efficiency_rating: "0.27", report_type: "specialized", notes: "Flagged as standard. Support reopened the report." },
            { id: 447, transaction_date: new Date("2023-11-18T07:33:22Z"), cluster_id: 29, consumption_kwh: "8004.04", efficiency_rating: "0.84", report_type: "standard", notes: "An unusual item was refunded the same day." },
            { id: 448, transaction_date: new Date("2023-03-05T11:45:25Z"), cluster_id: 40, consumption_kwh: "5860.75", efficiency_rating: "0.19", report_type: "standard", notes: "The team confirmed the details and the request was escalated." },
            { id: 449, transaction_date: new Date("2023-04-27T11:53:56Z"), cluster_id: 66, consumption_kwh: "2347.82", efficiency_rating: "0.48", report_type: "specialized", notes: "The team reported an urgent issue; the delivery was reopened." },
            { id: 450, transaction_date: new Date("2023-04-07T09:04:19Z"), cluster_id: 87, consumption_kwh: "2295.53", efficiency_rating: "1.00", report_type: "standard", notes: "The request was rejected after a standard check." },
            { id: 451, transaction_date: new Date("2023-08-27T06:18:58Z"), cluster_id: 59, consumption_kwh: "4184.22", efficiency_rating: "0.97", report_type: "standard", notes: "The account owner asked for a change and the claim was rejected." },
            { id: 452, transaction_date: new Date("2023-04-15T11:59:51Z"), cluster_id: 91, consumption_kwh: "1342.88", efficiency_rating: "0.96", report_type: "standard", notes: "The record was replaced after a repeat check." },
            { id: 453, transaction_date: new Date("2023-01-29T16:41:59Z"), cluster_id: 2, consumption_kwh: "1942.33", efficiency_rating: "0.90", report_type: "standard", notes: "The supplier asked for a change and the claim was confirmed." },
            { id: 454, transaction_date: new Date("2023-11-16T15:36:01Z"), cluster_id: 30, consumption_kwh: "3531.83", efficiency_rating: "0.78", report_type: "standard", notes: "An unusual invoice was approved the same day." },
            { id: 455, transaction_date: new Date("2023-04-03T13:15:43Z"), cluster_id: 11, consumption_kwh: "945.13", efficiency_rating: "0.95", report_type: "standard", notes: "The courier reported an urgent issue; the document was reviewed." },
            { id: 456, transaction_date: new Date("2023-03-30T16:38:01Z"), cluster_id: 15, consumption_kwh: "546.85", efficiency_rating: "0.34", report_type: "standard", notes: "No response from the supplier, so the delivery was refunded." },
            { id: 457, transaction_date: new Date("2023-06-13T10:32:55Z"), cluster_id: 78, consumption_kwh: "6558.86", efficiency_rating: "0.05", report_type: "standard", notes: "An incomplete booking was replaced the same day." },
            { id: 458, transaction_date: new Date("2023-11-06T12:59:49Z"), cluster_id: 97, consumption_kwh: "2055.66", efficiency_rating: "0.88", report_type: "specialized", notes: "An urgent follow-up: the document was reviewed." },
            { id: 459, transaction_date: new Date("2023-08-20T15:18:55Z"), cluster_id: 34, consumption_kwh: "3962.84", efficiency_rating: "0.88", report_type: "standard", notes: "The account owner confirmed the details and the transfer was updated." },
            { id: 460, transaction_date: new Date("2023-05-14T19:54:37Z"), cluster_id: 34, consumption_kwh: "3742.72", efficiency_rating: "0.90", report_type: "standard", notes: null },
            { id: 461, transaction_date: new Date("2023-04-23T18:13:49Z"), cluster_id: 83, consumption_kwh: "263.38", efficiency_rating: "0.14", report_type: "standard", notes: "The document was closed after a partial check." },
            { id: 462, transaction_date: new Date("2023-05-21T12:58:49Z"), cluster_id: 83, consumption_kwh: "9063.42", efficiency_rating: "0.53", report_type: "standard", notes: "Support asked for a change and the request was cancelled." },
            { id: 463, transaction_date: new Date("2023-06-29T10:23:42Z"), cluster_id: 94, consumption_kwh: "3164.64", efficiency_rating: "0.83", report_type: "standard", notes: "No response from the reviewer, so the order was resolved." },
            { id: 464, transaction_date: new Date("2023-06-02T07:50:04Z"), cluster_id: 35, consumption_kwh: "3356.17", efficiency_rating: "0.92", report_type: "standard", notes: "The transfer was updated after an automatic check." },
            { id: 465, transaction_date: new Date("2023-09-07T09:45:23Z"), cluster_id: 90, consumption_kwh: "6294.13", efficiency_rating: "0.42", report_type: "standard", notes: "No response from an operator, so the order was closed." },
            { id: 466, transaction_date: new Date("2023-05-12T10:57:06Z"), cluster_id: 85, consumption_kwh: "2706.22", efficiency_rating: "1.00", report_type: "specialized", notes: "The team asked for a change and the delivery was replaced." },
            { id: 467, transaction_date: new Date("2023-03-22T17:36:39Z"), cluster_id: 16, consumption_kwh: "1609.16", efficiency_rating: "0.98", report_type: "standard", notes: "The refund was rescheduled after a repeat check." },
            { id: 468, transaction_date: new Date("2023-08-31T14:32:47Z"), cluster_id: 71, consumption_kwh: "6981.31", efficiency_rating: "0.76", report_type: "standard", notes: "Flagged as manual. The team refunded the payment." },
            { id: 469, transaction_date: new Date("2023-04-23T08:06:24Z"), cluster_id: 26, consumption_kwh: "259.02", efficiency_rating: "0.98", report_type: "standard", notes: "The customer reported a partial issue; the delivery was rejected." },
            { id: 470, transaction_date: new Date("2023-04-14T10:24:22Z"), cluster_id: 68, consumption_kwh: "1580.47", efficiency_rating: "0.99", report_type: "standard", notes: "The shipment was replaced — minor case, no further action." },
            { id: 471, transaction_date: new Date("2023-12-24T15:22:23Z"), cluster_id: 9, consumption_kwh: "2261.07", efficiency_rating: "0.03", report_type: "standard", notes: "No response from an operator, so the claim was rescheduled." },
            { id: 472, transaction_date: new Date("2023-09-14T10:36:48Z"), cluster_id: 9, consumption_kwh: "1532.77", efficiency_rating: "0.80", report_type: "standard", notes: "The appointment was confirmed following a duplicate review." },
            { id: 473, transaction_date: new Date("2023-11-25T17:58:20Z"), cluster_id: 49, consumption_kwh: "931.73", efficiency_rating: "0.84", report_type: "standard", notes: "Flagged as automatic. Support approved the report." },
            { id: 474, transaction_date: new Date("2023-10-23T09:56:26Z"), cluster_id: 41, consumption_kwh: "0.13", efficiency_rating: "0.75", report_type: "standard", notes: "The supplier asked for a change and the claim was processed." },
            { id: 475, transaction_date: new Date("2023-10-06T11:28:54Z"), cluster_id: 87, consumption_kwh: "1583.27", efficiency_rating: "0.57", report_type: "standard", notes: "A manual follow-up: the report was reopened." },
            { id: 476, transaction_date: new Date("2023-01-06T12:55:38Z"), cluster_id: 11, consumption_kwh: "1212.27", efficiency_rating: "0.38", report_type: "standard", notes: "The supplier reported a manual issue; the order was approved." },
            { id: 477, transaction_date: new Date("2023-11-21T11:00:04Z"), cluster_id: 54, consumption_kwh: "133.48", efficiency_rating: "0.83", report_type: "standard", notes: "An operator asked for a change and the document was closed." },
            { id: 478, transaction_date: new Date("2023-10-16T16:55:59Z"), cluster_id: 57, consumption_kwh: "327.37", efficiency_rating: "0.92", report_type: "standard", notes: "An incomplete invoice was completed the same day." },
            { id: 479, transaction_date: new Date("2023-04-24T15:02:22Z"), cluster_id: 52, consumption_kwh: "9713.55", efficiency_rating: "0.21", report_type: "standard", notes: "The courier asked for a change and the delivery was completed." },
            { id: 480, transaction_date: new Date("2023-08-06T16:06:30Z"), cluster_id: 22, consumption_kwh: "3.43", efficiency_rating: "1.00", report_type: "specialized", notes: "A duplicate document was replaced the same day." },
            { id: 481, transaction_date: new Date("2023-06-19T18:48:46Z"), cluster_id: 24, consumption_kwh: "5884.70", efficiency_rating: "0.05", report_type: "specialized", notes: "An operator reported a standard issue; the session was delayed." },
            { id: 482, transaction_date: new Date("2023-01-12T13:32:45Z"), cluster_id: 69, consumption_kwh: "307.01", efficiency_rating: "0.69", report_type: "standard", notes: "A repeat follow-up: the delivery was reopened." },
            { id: 483, transaction_date: new Date("2023-12-08T11:47:11Z"), cluster_id: 11, consumption_kwh: "1160.60", efficiency_rating: "0.13", report_type: "standard", notes: "Flagged as minor. The team closed the appointment." },
            { id: 484, transaction_date: new Date("2023-12-29T15:06:22Z"), cluster_id: 7, consumption_kwh: "243.95", efficiency_rating: "0.47", report_type: "specialized", notes: "The shipment was rescheduled — standard case, no further action." },
            { id: 485, transaction_date: new Date("2023-10-26T13:07:32Z"), cluster_id: 65, consumption_kwh: "5597.38", efficiency_rating: "0.96", report_type: "standard", notes: "The courier reported a repeat issue; the document was cancelled." },
            { id: 486, transaction_date: new Date("2023-08-24T12:33:41Z"), cluster_id: 93, consumption_kwh: "4372.71", efficiency_rating: "0.77", report_type: "standard", notes: "The item was approved — manual case, no further action." },
            { id: 487, transaction_date: new Date("2023-04-06T08:24:39Z"), cluster_id: 80, consumption_kwh: "9919.70", efficiency_rating: "0.79", report_type: "standard", notes: "An incomplete account was cancelled the same day." },
            { id: 488, transaction_date: new Date("2023-04-05T14:02:04Z"), cluster_id: 70, consumption_kwh: "5196.88", efficiency_rating: "0.82", report_type: "standard", notes: "The record was rejected following a manual review." },
            { id: 489, transaction_date: new Date("2023-06-06T08:56:57Z"), cluster_id: 38, consumption_kwh: "6741.38", efficiency_rating: "0.90", report_type: "standard", notes: "The reviewer asked for a change and the item was delayed." },
            { id: 490, transaction_date: new Date("2023-09-28T14:22:10Z"), cluster_id: 51, consumption_kwh: "7142.09", efficiency_rating: "0.68", report_type: "standard", notes: null },
            { id: 491, transaction_date: new Date("2023-11-07T16:01:06Z"), cluster_id: 41, consumption_kwh: "8518.24", efficiency_rating: "0.92", report_type: "standard", notes: "The claim was refunded — routine case, no further action." },
            { id: 492, transaction_date: new Date("2023-07-21T13:40:07Z"), cluster_id: 86, consumption_kwh: "366.14", efficiency_rating: "0.14", report_type: "standard", notes: "A late follow-up: the account was replaced." },
            { id: 493, transaction_date: new Date("2023-01-08T14:47:31Z"), cluster_id: 12, consumption_kwh: "6276.96", efficiency_rating: "0.80", report_type: "standard", notes: "No response from support, so the appointment was completed." },
            { id: 494, transaction_date: new Date("2023-03-27T14:51:02Z"), cluster_id: 1, consumption_kwh: "1543.71", efficiency_rating: "0.93", report_type: "standard", notes: "No response from the account owner, so the document was escalated." },
            { id: 495, transaction_date: new Date("2023-08-02T13:41:03Z"), cluster_id: 19, consumption_kwh: "3101.67", efficiency_rating: "0.99", report_type: "standard", notes: "The booking was replaced — routine case, no further action." },
            { id: 496, transaction_date: new Date("2023-09-28T13:09:39Z"), cluster_id: 60, consumption_kwh: "8235.75", efficiency_rating: "0.57", report_type: "standard", notes: "The account was delayed — automatic case, no further action." },
            { id: 497, transaction_date: new Date("2023-08-23T14:49:33Z"), cluster_id: 61, consumption_kwh: "4774.41", efficiency_rating: "0.40", report_type: "standard", notes: "Support confirmed the details and the booking was refunded." },
            { id: 498, transaction_date: new Date("2023-06-13T08:19:23Z"), cluster_id: 35, consumption_kwh: "7131.83", efficiency_rating: "0.92", report_type: "standard", notes: "Support asked for a change and the request was cancelled." },
            { id: 499, transaction_date: new Date("2023-01-26T09:43:52Z"), cluster_id: 71, consumption_kwh: "7633.66", efficiency_rating: "0.54", report_type: "standard", notes: "No response from the courier, so the payment was replaced." },
            { id: 500, transaction_date: new Date("2023-01-02T11:05:01Z"), cluster_id: 32, consumption_kwh: "4959.43", efficiency_rating: "0.82", report_type: "specialized", notes: null },
        ],
    });
}

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