// Ecommerce Design Assets (ecommerce-design-assets) 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.asset_categories), 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.asset_categories.createMany({
        data: [
            { id: 1, name: "photos widgets", description: "An operator reported an automatic issue; the ticket was confirmed.", popularity_score: 42, created_at: new Date("2023-01-28T05:58:12Z") },
            { id: 2, name: "graphics", description: "Flagged as standard. The team refunded the claim.", popularity_score: 44, created_at: new Date("2023-08-05T19:14:51Z") },
            { id: 3, name: "templates", description: "An operator confirmed the details and the refund was closed.", popularity_score: 29, created_at: new Date("2023-10-09T21:53:06Z") },
            { id: 4, name: "themes icons elements", description: "An incomplete delivery was refunded the same day.", popularity_score: 34, created_at: new Date("2023-01-03T08:57:49Z") },
            { id: 5, name: "videos banners", description: "The transfer was reopened following a duplicate review.", popularity_score: 52, created_at: new Date("2023-07-13T22:04:18Z") },
            { id: 6, name: "animations fonts illustrations", description: "The ticket was rejected following a late review.", popularity_score: 36, created_at: new Date("2023-09-03T13:00:42Z") },
            { id: 7, name: "animations", description: "The reviewer reported a standard issue; the claim was approved.", popularity_score: 72, created_at: new Date("2023-05-15T11:28:10Z") },
            { id: 8, name: "videos", description: "The supplier asked for a change and the appointment was reviewed.", popularity_score: 26, created_at: new Date("2023-01-02T00:46:37Z") },
            { id: 9, name: "videos mockups", description: "The payment was rescheduled following a partial review.", popularity_score: 62, created_at: new Date("2023-01-25T23:38:27Z") },
            { id: 10, name: "elements", description: "No response from the account owner, so the order was closed.", popularity_score: 65, created_at: new Date("2023-03-14T10:58:59Z") },
            { id: 11, name: "backgrounds videos", description: "The reviewer confirmed the details and the booking was reviewed.", popularity_score: 24, created_at: new Date("2023-06-04T19:30:26Z") },
            { id: 12, name: "layouts illustrations textures", description: "The report was completed following an incomplete review.", popularity_score: 53, created_at: new Date("2023-04-11T01:58:15Z") },
            { id: 13, name: "stickers templates textures", description: "The refund was resolved after an unusual check.", popularity_score: 59, created_at: new Date("2023-10-18T06:28:44Z") },
            { id: 14, name: "banners stickers", description: "No response from the customer, so the session was refunded.", popularity_score: 46, created_at: new Date("2023-09-07T18:22:35Z") },
            { id: 15, name: "photos", description: "No response from the reviewer, so the document was refunded.", popularity_score: 30, created_at: new Date("2023-06-11T15:37:32Z") },
            { id: 16, name: "banners branding", description: "An automatic follow-up: the payment was reopened.", popularity_score: 61, created_at: new Date("2023-07-18T16:13:52Z") },
            { id: 17, name: "themes", description: "A repeat follow-up: the document was completed.", popularity_score: 41, created_at: new Date("2023-02-27T21:12:03Z") },
            { id: 18, name: "infographics", description: "The item was resolved following an unusual review.", popularity_score: 39, created_at: new Date("2023-06-30T18:50:03Z") },
            { id: 19, name: "patterns layouts infographics", description: "A duplicate follow-up: the invoice was replaced.", popularity_score: 62, created_at: new Date("2023-08-30T12:55:56Z") },
            { id: 20, name: "patterns branding", description: "The request was updated after an urgent check.", popularity_score: 43, created_at: new Date("2023-03-20T06:10:06Z") },
        ],
    });
    await prisma.assets.createMany({
        data: [
            { id: 1, category_id: 16, name: "font", file_type: "image", popularity: 999 },
            { id: 2, category_id: 4, name: "video mockup", file_type: "font", popularity: 701 },
            { id: 3, category_id: 15, name: "banner", file_type: "image", popularity: 953 },
            { id: 4, category_id: 17, name: "mockup icon template", file_type: "image", popularity: 562 },
            { id: 5, category_id: 17, name: "graphic card", file_type: "image", popularity: 1000 },
            { id: 6, category_id: 14, name: "image footer button", file_type: "plugin", popularity: 651 },
            { id: 7, category_id: 19, name: "infographic", file_type: "image", popularity: 605 },
            { id: 8, category_id: 15, name: "header", file_type: "font", popularity: 973 },
            { id: 9, category_id: 9, name: "graphic template", file_type: "font", popularity: 368 },
            { id: 10, category_id: 3, name: "template button footer", file_type: "image", popularity: 334 },
            { id: 11, category_id: 13, name: "footer font pattern", file_type: "image", popularity: 79 },
            { id: 12, category_id: 20, name: "icon pattern element", file_type: "image", popularity: 910 },
            { id: 13, category_id: 6, name: "icon banner", file_type: "image", popularity: 901 },
            { id: 14, category_id: 1, name: "color logo", file_type: "image", popularity: 660 },
            { id: 15, category_id: 2, name: "background card", file_type: "image", popularity: 805 },
            { id: 16, category_id: 20, name: "image", file_type: "image", popularity: 1000 },
            { id: 17, category_id: 18, name: "texture", file_type: "image", popularity: 595 },
            { id: 18, category_id: 8, name: "button texture icon", file_type: "image", popularity: 944 },
            { id: 19, category_id: 9, name: "illustration", file_type: "font", popularity: 749 },
            { id: 20, category_id: 11, name: "button", file_type: "style", popularity: 9 },
            { id: 21, category_id: 5, name: "pattern graphic", file_type: "image", popularity: 186 },
            { id: 22, category_id: 9, name: "color element card", file_type: "image", popularity: 378 },
            { id: 23, category_id: 5, name: "button header", file_type: "image", popularity: 174 },
            { id: 24, category_id: 20, name: "graphic", file_type: "font", popularity: 26 },
            { id: 25, category_id: 12, name: "mockup", file_type: "font", popularity: 859 },
            { id: 26, category_id: 7, name: "header color", file_type: "image", popularity: 256 },
            { id: 27, category_id: 4, name: "video logo", file_type: "image", popularity: 935 },
            { id: 28, category_id: 1, name: "mockup infographic illustration", file_type: "image", popularity: 870 },
            { id: 29, category_id: 20, name: "logo", file_type: "font", popularity: 543 },
            { id: 30, category_id: 9, name: "image font logo", file_type: "style", popularity: 725 },
            { id: 31, category_id: 13, name: "background element header", file_type: "style", popularity: 167 },
            { id: 32, category_id: 8, name: "header", file_type: "image", popularity: 712 },
            { id: 33, category_id: 17, name: "element", file_type: "image", popularity: 362 },
            { id: 34, category_id: 13, name: "font", file_type: "image", popularity: 987 },
            { id: 35, category_id: 7, name: "card illustration", file_type: "image", popularity: 447 },
            { id: 36, category_id: 19, name: "element graphic pattern", file_type: "font", popularity: 38 },
            { id: 37, category_id: 3, name: "widget", file_type: "image", popularity: 124 },
            { id: 38, category_id: 16, name: "template", file_type: "image", popularity: 451 },
            { id: 39, category_id: 15, name: "background", file_type: "image", popularity: 999 },
            { id: 40, category_id: 19, name: "font header texture", file_type: "plugin", popularity: 957 },
            { id: 41, category_id: 14, name: "header", file_type: "image", popularity: 717 },
            { id: 42, category_id: 13, name: "mockup font card", file_type: "style", popularity: 324 },
            { id: 43, category_id: 3, name: "pattern video card", file_type: "plugin", popularity: 321 },
            { id: 44, category_id: 14, name: "color image button", file_type: "image", popularity: 798 },
            { id: 45, category_id: 11, name: "card icon", file_type: "font", popularity: 603 },
            { id: 46, category_id: 8, name: "pattern header background", file_type: "image", popularity: 828 },
            { id: 47, category_id: 12, name: "card", file_type: "style", popularity: 914 },
            { id: 48, category_id: 17, name: "color", file_type: "image", popularity: 51 },
            { id: 49, category_id: 18, name: "card", file_type: "image", popularity: 883 },
            { id: 50, category_id: 6, name: "card", file_type: "image", popularity: 993 },
            { id: 51, category_id: 19, name: "template", file_type: "style", popularity: 995 },
            { id: 52, category_id: 8, name: "infographic", file_type: "image", popularity: 977 },
            { id: 53, category_id: 3, name: "template", file_type: "image", popularity: 762 },
            { id: 54, category_id: 8, name: "illustration banner mockup", file_type: "font", popularity: 812 },
            { id: 55, category_id: 8, name: "banner footer", file_type: "plugin", popularity: 467 },
            { id: 56, category_id: 7, name: "logo", file_type: "image", popularity: 147 },
            { id: 57, category_id: 8, name: "button infographic", file_type: "image", popularity: 143 },
            { id: 58, category_id: 18, name: "video card texture", file_type: "image", popularity: 951 },
            { id: 59, category_id: 8, name: "texture", file_type: "image", popularity: 1000 },
            { id: 60, category_id: 10, name: "graphic header", file_type: "font", popularity: 504 },
            { id: 61, category_id: 16, name: "mockup card", file_type: "image", popularity: 827 },
            { id: 62, category_id: 3, name: "mockup icon", file_type: "style", popularity: 278 },
            { id: 63, category_id: 13, name: "icon", file_type: "plugin", popularity: 551 },
            { id: 64, category_id: 16, name: "template background", file_type: "image", popularity: 860 },
            { id: 65, category_id: 9, name: "color", file_type: "image", popularity: 665 },
            { id: 66, category_id: 5, name: "graphic pattern illustration", file_type: "image", popularity: 543 },
            { id: 67, category_id: 6, name: "banner mockup", file_type: "plugin", popularity: 304 },
            { id: 68, category_id: 12, name: "icon image infographic", file_type: "image", popularity: 859 },
            { id: 69, category_id: 5, name: "icon widget infographic", file_type: "image", popularity: 663 },
            { id: 70, category_id: 10, name: "icon logo button", file_type: "image", popularity: 169 },
            { id: 71, category_id: 3, name: "video banner", file_type: "image", popularity: 537 },
            { id: 72, category_id: 12, name: "card", file_type: "image", popularity: 957 },
            { id: 73, category_id: 8, name: "image", file_type: "image", popularity: 769 },
            { id: 74, category_id: 14, name: "button", file_type: "image", popularity: 194 },
            { id: 75, category_id: 6, name: "banner", file_type: "style", popularity: 643 },
            { id: 76, category_id: 17, name: "logo", file_type: "image", popularity: 901 },
            { id: 77, category_id: 3, name: "card color icon", file_type: "image", popularity: 760 },
            { id: 78, category_id: 11, name: "logo color video", file_type: "image", popularity: 996 },
            { id: 79, category_id: 2, name: "header", file_type: "plugin", popularity: 723 },
            { id: 80, category_id: 1, name: "pattern widget", file_type: "image", popularity: 420 },
            { id: 81, category_id: 18, name: "widget logo video", file_type: "image", popularity: 763 },
            { id: 82, category_id: 6, name: "pattern element", file_type: "image", popularity: 225 },
            { id: 83, category_id: 14, name: "footer color", file_type: "image", popularity: 540 },
            { id: 84, category_id: 3, name: "footer graphic image", file_type: "image", popularity: 959 },
            { id: 85, category_id: 13, name: "template", file_type: "image", popularity: 973 },
            { id: 86, category_id: 13, name: "color", file_type: "image", popularity: 664 },
            { id: 87, category_id: 8, name: "video card", file_type: "font", popularity: 70 },
            { id: 88, category_id: 11, name: "banner texture element", file_type: "image", popularity: 388 },
            { id: 89, category_id: 12, name: "texture icon font", file_type: "image", popularity: 819 },
            { id: 90, category_id: 18, name: "video footer background", file_type: "font", popularity: 504 },
            { id: 91, category_id: 14, name: "card element", file_type: "image", popularity: 926 },
            { id: 92, category_id: 7, name: "widget", file_type: "image", popularity: 414 },
            { id: 93, category_id: 13, name: "texture header footer", file_type: "style", popularity: 997 },
            { id: 94, category_id: 7, name: "header card background", file_type: "image", popularity: 994 },
            { id: 95, category_id: 16, name: "background pattern", file_type: "font", popularity: 590 },
            { id: 96, category_id: 1, name: "icon video", file_type: "style", popularity: 983 },
            { id: 97, category_id: 1, name: "image", file_type: "plugin", popularity: 124 },
            { id: 98, category_id: 19, name: "image", file_type: "image", popularity: 925 },
            { id: 99, category_id: 4, name: "button graphic template", file_type: "image", popularity: 997 },
            { id: 100, category_id: 1, name: "mockup header", file_type: "image", popularity: 866 },
            { id: 101, category_id: 12, name: "pattern", file_type: "image", popularity: 396 },
            { id: 102, category_id: 20, name: "template footer mockup", file_type: "image", popularity: 903 },
            { id: 103, category_id: 4, name: "button image infographic", file_type: "image", popularity: 764 },
            { id: 104, category_id: 16, name: "video background infographic", file_type: "image", popularity: 291 },
            { id: 105, category_id: 4, name: "element", file_type: "image", popularity: 454 },
            { id: 106, category_id: 18, name: "mockup", file_type: "image", popularity: 619 },
            { id: 107, category_id: 12, name: "template infographic", file_type: "font", popularity: 981 },
            { id: 108, category_id: 17, name: "texture card", file_type: "image", popularity: 693 },
            { id: 109, category_id: 12, name: "footer image", file_type: "style", popularity: 999 },
            { id: 110, category_id: 10, name: "background logo", file_type: "style", popularity: 580 },
            { id: 111, category_id: 9, name: "banner", file_type: "style", popularity: 696 },
            { id: 112, category_id: 16, name: "illustration video", file_type: "image", popularity: 968 },
            { id: 113, category_id: 3, name: "illustration", file_type: "style", popularity: 842 },
            { id: 114, category_id: 13, name: "image graphic button", file_type: "image", popularity: 764 },
            { id: 115, category_id: 17, name: "pattern", file_type: "plugin", popularity: 965 },
            { id: 116, category_id: 14, name: "color header", file_type: "plugin", popularity: 937 },
            { id: 117, category_id: 2, name: "mockup", file_type: "image", popularity: 577 },
            { id: 118, category_id: 18, name: "icon", file_type: "image", popularity: 699 },
            { id: 119, category_id: 2, name: "footer", file_type: "image", popularity: 133 },
            { id: 120, category_id: 2, name: "texture button", file_type: "image", popularity: 784 },
            { id: 121, category_id: 18, name: "infographic template header", file_type: "style", popularity: 75 },
            { id: 122, category_id: 13, name: "banner background", file_type: "image", popularity: 983 },
            { id: 123, category_id: 16, name: "icon widget", file_type: "image", popularity: 253 },
            { id: 124, category_id: 16, name: "video widget", file_type: "image", popularity: 47 },
            { id: 125, category_id: 13, name: "image color logo", file_type: "style", popularity: 883 },
            { id: 126, category_id: 10, name: "background", file_type: "font", popularity: 668 },
            { id: 127, category_id: 19, name: "background button pattern", file_type: "image", popularity: 976 },
            { id: 128, category_id: 14, name: "pattern illustration element", file_type: "style", popularity: 71 },
            { id: 129, category_id: 15, name: "color", file_type: "image", popularity: 960 },
            { id: 130, category_id: 4, name: "texture logo", file_type: "plugin", popularity: 889 },
            { id: 131, category_id: 6, name: "graphic logo", file_type: "image", popularity: 433 },
            { id: 132, category_id: 9, name: "font button", file_type: "image", popularity: 814 },
            { id: 133, category_id: 12, name: "footer", file_type: "image", popularity: 760 },
            { id: 134, category_id: 14, name: "graphic", file_type: "image", popularity: 104 },
            { id: 135, category_id: 8, name: "pattern image", file_type: "plugin", popularity: 174 },
            { id: 136, category_id: 19, name: "banner template", file_type: "font", popularity: 855 },
            { id: 137, category_id: 7, name: "video icon color", file_type: "image", popularity: 989 },
            { id: 138, category_id: 12, name: "infographic icon", file_type: "image", popularity: 239 },
            { id: 139, category_id: 9, name: "illustration header", file_type: "image", popularity: 820 },
            { id: 140, category_id: 2, name: "banner texture", file_type: "image", popularity: 324 },
            { id: 141, category_id: 14, name: "font logo", file_type: "image", popularity: 427 },
            { id: 142, category_id: 8, name: "font infographic", file_type: "font", popularity: 109 },
            { id: 143, category_id: 10, name: "graphic background banner", file_type: "image", popularity: 345 },
            { id: 144, category_id: 15, name: "banner", file_type: "plugin", popularity: 164 },
            { id: 145, category_id: 19, name: "graphic mockup icon", file_type: "style", popularity: 998 },
            { id: 146, category_id: 19, name: "background", file_type: "image", popularity: 235 },
            { id: 147, category_id: 7, name: "video element mockup", file_type: "font", popularity: 860 },
            { id: 148, category_id: 3, name: "infographic button", file_type: "image", popularity: 996 },
            { id: 149, category_id: 1, name: "graphic icon", file_type: "image", popularity: 999 },
            { id: 150, category_id: 6, name: "footer", file_type: "font", popularity: 993 },
            { id: 151, category_id: 15, name: "font footer", file_type: "style", popularity: 477 },
            { id: 152, category_id: 2, name: "texture footer graphic", file_type: "font", popularity: 102 },
            { id: 153, category_id: 12, name: "font illustration", file_type: "image", popularity: 611 },
            { id: 154, category_id: 14, name: "button video footer", file_type: "image", popularity: 641 },
            { id: 155, category_id: 8, name: "pattern", file_type: "image", popularity: 990 },
            { id: 156, category_id: 6, name: "background", file_type: "image", popularity: 762 },
            { id: 157, category_id: 19, name: "pattern infographic logo", file_type: "image", popularity: 119 },
            { id: 158, category_id: 17, name: "pattern background logo", file_type: "style", popularity: 364 },
            { id: 159, category_id: 16, name: "logo template font", file_type: "image", popularity: 1000 },
            { id: 160, category_id: 3, name: "header", file_type: "image", popularity: 636 },
            { id: 161, category_id: 13, name: "banner pattern", file_type: "style", popularity: 1000 },
            { id: 162, category_id: 11, name: "logo", file_type: "font", popularity: 997 },
            { id: 163, category_id: 5, name: "illustration color image", file_type: "image", popularity: 714 },
            { id: 164, category_id: 17, name: "icon header", file_type: "image", popularity: 822 },
            { id: 165, category_id: 19, name: "video", file_type: "image", popularity: 736 },
            { id: 166, category_id: 2, name: "element logo", file_type: "plugin", popularity: 956 },
            { id: 167, category_id: 5, name: "texture illustration banner", file_type: "image", popularity: 949 },
            { id: 168, category_id: 10, name: "graphic", file_type: "image", popularity: 809 },
            { id: 169, category_id: 15, name: "template footer video", file_type: "image", popularity: 325 },
            { id: 170, category_id: 8, name: "header color", file_type: "image", popularity: 916 },
            { id: 171, category_id: 4, name: "texture element", file_type: "image", popularity: 74 },
            { id: 172, category_id: 16, name: "element graphic logo", file_type: "image", popularity: 693 },
            { id: 173, category_id: 1, name: "logo card", file_type: "image", popularity: 92 },
            { id: 174, category_id: 6, name: "color element", file_type: "font", popularity: 653 },
            { id: 175, category_id: 12, name: "element", file_type: "font", popularity: 662 },
            { id: 176, category_id: 19, name: "widget font card", file_type: "style", popularity: 415 },
            { id: 177, category_id: 11, name: "header", file_type: "image", popularity: 918 },
            { id: 178, category_id: 2, name: "font mockup color", file_type: "font", popularity: 488 },
            { id: 179, category_id: 20, name: "logo icon", file_type: "image", popularity: 383 },
            { id: 180, category_id: 8, name: "background", file_type: "font", popularity: 933 },
            { id: 181, category_id: 5, name: "banner button card", file_type: "image", popularity: 990 },
            { id: 182, category_id: 13, name: "video texture", file_type: "image", popularity: 72 },
            { id: 183, category_id: 7, name: "element", file_type: "style", popularity: 905 },
            { id: 184, category_id: 20, name: "header image color", file_type: "image", popularity: 426 },
            { id: 185, category_id: 10, name: "icon card", file_type: "image", popularity: 921 },
            { id: 186, category_id: 2, name: "button infographic banner", file_type: "image", popularity: 305 },
            { id: 187, category_id: 11, name: "element background mockup", file_type: "image", popularity: 151 },
            { id: 188, category_id: 20, name: "illustration button", file_type: "font", popularity: 711 },
            { id: 189, category_id: 14, name: "background", file_type: "font", popularity: 544 },
            { id: 190, category_id: 13, name: "header color", file_type: "plugin", popularity: 924 },
            { id: 191, category_id: 15, name: "widget button", file_type: "image", popularity: 1000 },
            { id: 192, category_id: 10, name: "card", file_type: "plugin", popularity: 882 },
            { id: 193, category_id: 18, name: "graphic icon color", file_type: "image", popularity: 380 },
            { id: 194, category_id: 4, name: "illustration header pattern", file_type: "style", popularity: 692 },
            { id: 195, category_id: 8, name: "element", file_type: "image", popularity: 550 },
            { id: 196, category_id: 17, name: "template icon", file_type: "font", popularity: 987 },
            { id: 197, category_id: 10, name: "icon texture banner", file_type: "image", popularity: 12 },
            { id: 198, category_id: 6, name: "button infographic", file_type: "image", popularity: 974 },
            { id: 199, category_id: 15, name: "graphic footer", file_type: "image", popularity: 82 },
            { id: 200, category_id: 19, name: "image", file_type: "image", popularity: 907 },
        ],
    });
    await prisma.design_trends.createMany({
        data: [
            { id: 1, trend_name: "vintage bold flat", description: "No response from the customer, so the appointment was closed.", related_asset_id: 142, trend_popularity: 22, trend_start_date: "2023-12-29" },
            { id: 2, trend_name: "asymmetry", description: "The payment was confirmed — incomplete case, no further action.", related_asset_id: 5, trend_popularity: 32, trend_start_date: "2023-11-27" },
            { id: 3, trend_name: "minimalism bold retro", description: "A standard claim was replaced the same day.", related_asset_id: 159, trend_popularity: 42, trend_start_date: "2023-09-08" },
            { id: 4, trend_name: "vintage neumorphism", description: "No response from support, so the request was approved.", related_asset_id: 35, trend_popularity: 39, trend_start_date: "2023-08-26" },
            { id: 5, trend_name: "geometric bold", description: "The refund was reviewed after an unusual check.", related_asset_id: 1, trend_popularity: 70, trend_start_date: "2023-05-21" },
            { id: 6, trend_name: "flat immersive colorful", description: "The session was escalated following an incomplete review.", related_asset_id: 40, trend_popularity: 52, trend_start_date: "2023-10-15" },
            { id: 7, trend_name: "3D", description: "A late session was replaced the same day.", related_asset_id: 108, trend_popularity: 37, trend_start_date: "2023-05-29" },
            { id: 8, trend_name: "bold microinteractions", description: "The refund was approved following a minor review.", related_asset_id: 134, trend_popularity: 61, trend_start_date: "2023-10-09" },
            { id: 9, trend_name: "organic", description: "The supplier confirmed the details and the invoice was resolved.", related_asset_id: 21, trend_popularity: 41, trend_start_date: "2023-10-17" },
            { id: 10, trend_name: "minimalism", description: "No response from the customer, so the record was reviewed.", related_asset_id: 167, trend_popularity: 49, trend_start_date: "2023-01-14" },
            { id: 11, trend_name: "organic abstract dark", description: "No response from the team, so the appointment was completed.", related_asset_id: null, trend_popularity: 62, trend_start_date: "2023-04-05" },
            { id: 12, trend_name: "asymmetry dark flat", description: "The record was cancelled — unusual case, no further action.", related_asset_id: 141, trend_popularity: 42, trend_start_date: "2023-01-19" },
            { id: 13, trend_name: "vintage minimalism", description: "The report was resolved — urgent case, no further action.", related_asset_id: 109, trend_popularity: 56, trend_start_date: "2023-09-19" },
            { id: 14, trend_name: "dynamic", description: "The booking was confirmed following a late review.", related_asset_id: 5, trend_popularity: 42, trend_start_date: "2023-11-01" },
            { id: 15, trend_name: "bold", description: "A minor ticket was escalated the same day.", related_asset_id: 20, trend_popularity: 59, trend_start_date: "2023-01-25" },
            { id: 16, trend_name: "typography vintage asymmetry", description: "The request was approved — late case, no further action.", related_asset_id: 58, trend_popularity: 71, trend_start_date: "2023-08-19" },
            { id: 17, trend_name: "bold", description: "No response from the account owner, so the account was rescheduled.", related_asset_id: 66, trend_popularity: 62, trend_start_date: "2023-08-20" },
            { id: 18, trend_name: "3D organic neumorphism", description: "An automatic follow-up: the request was confirmed.", related_asset_id: 179, trend_popularity: 49, trend_start_date: "2023-12-23" },
            { id: 19, trend_name: "3D dark", description: "Flagged as standard. The team reopened the claim.", related_asset_id: 46, trend_popularity: 76, trend_start_date: "2023-03-17" },
            { id: 20, trend_name: "asymmetry flat microinteractions", description: "An urgent account was resolved the same day.", related_asset_id: 186, trend_popularity: 66, trend_start_date: "2023-11-21" },
            { id: 21, trend_name: "asymmetry 3D", description: "An operator asked for a change and the delivery was reviewed.", related_asset_id: 187, trend_popularity: 41, trend_start_date: "2023-05-14" },
            { id: 22, trend_name: "3D sustainable", description: "The team reported an incomplete issue; the transfer was rescheduled.", related_asset_id: 86, trend_popularity: 49, trend_start_date: "2023-05-13" },
            { id: 23, trend_name: "typography interactive dark", description: "Flagged as incomplete. The account owner completed the document.", related_asset_id: 15, trend_popularity: 52, trend_start_date: "2023-12-06" },
            { id: 24, trend_name: "microinteractions", description: "No response from the supplier, so the claim was reviewed.", related_asset_id: null, trend_popularity: 47, trend_start_date: "2023-01-16" },
            { id: 25, trend_name: "retro sustainable dynamic", description: "A standard payment was delayed the same day.", related_asset_id: 137, trend_popularity: 38, trend_start_date: "2023-04-07" },
            { id: 26, trend_name: "retro", description: "Support confirmed the details and the claim was completed.", related_asset_id: 125, trend_popularity: 34, trend_start_date: "2023-01-01" },
            { id: 27, trend_name: "dynamic colorful", description: "The item was rescheduled after an incomplete check.", related_asset_id: 179, trend_popularity: 44, trend_start_date: "2023-07-28" },
            { id: 28, trend_name: "dynamic bold microinteractions", description: "The request was approved after an unusual check.", related_asset_id: 182, trend_popularity: 40, trend_start_date: "2023-12-20" },
            { id: 29, trend_name: "bold typography customization", description: "A minor request was cancelled the same day.", related_asset_id: 65, trend_popularity: 61, trend_start_date: "2023-02-21" },
            { id: 30, trend_name: "geometric", description: "The order was replaced after an urgent check.", related_asset_id: 20, trend_popularity: 71, trend_start_date: "2023-08-01" },
            { id: 31, trend_name: "sustainable monochrome", description: "A routine claim was refunded the same day.", related_asset_id: 58, trend_popularity: 58, trend_start_date: "2023-01-21" },
            { id: 32, trend_name: "dark", description: "The account owner confirmed the details and the invoice was processed.", related_asset_id: 34, trend_popularity: 55, trend_start_date: "2023-03-07" },
            { id: 33, trend_name: "geometric retro", description: "Flagged as routine. The reviewer rejected the shipment.", related_asset_id: 145, trend_popularity: 49, trend_start_date: "2023-05-21" },
            { id: 34, trend_name: "3D neumorphism flat", description: "The ticket was completed following an automatic review.", related_asset_id: 138, trend_popularity: 66, trend_start_date: "2023-08-28" },
            { id: 35, trend_name: "interactive minimalism microinteractions", description: "No response from the customer, so the refund was escalated.", related_asset_id: null, trend_popularity: 45, trend_start_date: "2023-01-17" },
            { id: 36, trend_name: "bold minimalism", description: "An urgent follow-up: the item was rejected.", related_asset_id: 34, trend_popularity: 49, trend_start_date: "2023-01-17" },
            { id: 37, trend_name: "bold dark", description: "No response from the account owner, so the transfer was refunded.", related_asset_id: 36, trend_popularity: 44, trend_start_date: "2023-09-25" },
            { id: 38, trend_name: "minimalism neumorphism", description: "An incomplete follow-up: the item was cancelled.", related_asset_id: 117, trend_popularity: 51, trend_start_date: "2023-11-05" },
            { id: 39, trend_name: "vintage retro", description: "The supplier reported a partial issue; the claim was reopened.", related_asset_id: 194, trend_popularity: 59, trend_start_date: "2023-09-13" },
            { id: 40, trend_name: "interactive", description: "The refund was refunded following a routine review.", related_asset_id: 143, trend_popularity: 62, trend_start_date: "2023-06-17" },
            { id: 41, trend_name: "customization dynamic", description: "No response from the customer, so the session was refunded.", related_asset_id: 128, trend_popularity: 60, trend_start_date: "2023-04-07" },
            { id: 42, trend_name: "customization organic flat", description: "The request was resolved — repeat case, no further action.", related_asset_id: 80, trend_popularity: 41, trend_start_date: "2023-11-08" },
            { id: 43, trend_name: "sustainable microinteractions immersive", description: "A manual shipment was updated the same day.", related_asset_id: 142, trend_popularity: 51, trend_start_date: "2023-07-31" },
            { id: 44, trend_name: "neumorphism", description: "Flagged as minor. Support closed the document.", related_asset_id: 18, trend_popularity: 41, trend_start_date: "2023-11-02" },
            { id: 45, trend_name: "microinteractions colorful", description: "The team confirmed the details and the shipment was updated.", related_asset_id: 191, trend_popularity: 27, trend_start_date: "2023-12-19" },
            { id: 46, trend_name: "abstract", description: "The account owner asked for a change and the item was rescheduled.", related_asset_id: 24, trend_popularity: 42, trend_start_date: "2023-10-11" },
            { id: 47, trend_name: "microinteractions abstract vintage", description: "Support confirmed the details and the account was reopened.", related_asset_id: 7, trend_popularity: 49, trend_start_date: "2023-10-15" },
            { id: 48, trend_name: "immersive neumorphism", description: "An automatic follow-up: the appointment was cancelled.", related_asset_id: 30, trend_popularity: 63, trend_start_date: "2023-11-11" },
            { id: 49, trend_name: "neumorphism asymmetry abstract", description: "A manual claim was refunded the same day.", related_asset_id: 137, trend_popularity: 72, trend_start_date: "2023-01-13" },
            { id: 50, trend_name: "monochrome", description: "The refund was resolved following an unusual review.", related_asset_id: null, trend_popularity: 39, trend_start_date: "2023-12-07" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Priya Smith", email: "priya.smith@example.org", registration_date: new Date("2023-07-04T06:47:11Z") },
            { id: 2, full_name: "Mateo Smith", email: "mateo.smith@example.org", registration_date: new Date("2023-03-23T10:37:29Z") },
            { id: 3, full_name: "Ben Kaya", email: "ben.kaya@example.net", registration_date: new Date("2023-07-02T16:13:02Z") },
            { id: 4, full_name: "Olivia Larsen", email: "olivia.larsen@example.com", registration_date: new Date("2023-08-09T15:22:20Z") },
            { id: 5, full_name: "Felix Martin", email: "felix.martin@example.org", registration_date: new Date("2023-08-21T17:48:31Z") },
            { id: 6, full_name: "Isaac Demir", email: "isaac.demir@example.com", registration_date: new Date("2023-12-28T15:44:01Z") },
            { id: 7, full_name: "Chloe Hansen", email: "chloe.hansen@example.net", registration_date: new Date("2023-01-14T19:04:04Z") },
            { id: 8, full_name: "Hana Baker", email: "hana.baker@example.net", registration_date: new Date("2023-11-17T18:06:32Z") },
            { id: 9, full_name: "Selin Bennett", email: "selin.bennett@example.net", registration_date: new Date("2023-02-04T15:27:13Z") },
            { id: 10, full_name: "Sofia Reyes", email: "sofia.reyes@example.com", registration_date: new Date("2023-11-16T13:00:38Z") },
            { id: 11, full_name: "Sara Demir", email: "sara.demir@example.org", registration_date: new Date("2023-05-27T11:30:55Z") },
            { id: 12, full_name: "Elena Sousa", email: "elena.sousa@example.com", registration_date: new Date("2023-06-11T14:11:00Z") },
            { id: 13, full_name: "Zara Zhang", email: "zara.zhang@example.net", registration_date: new Date("2023-05-31T09:38:49Z") },
            { id: 14, full_name: "Amir Costa", email: "amir.costa@example.net", registration_date: new Date("2023-04-27T10:14:33Z") },
            { id: 15, full_name: "Alice Becker", email: "alice.becker@example.net", registration_date: new Date("2023-08-24T16:33:37Z") },
            { id: 16, full_name: "Yusuf Patel", email: "yusuf.patel@example.net", registration_date: new Date("2023-05-30T14:49:33Z") },
            { id: 17, full_name: "Chen Shah", email: "chen.shah@example.com", registration_date: new Date("2023-06-27T13:56:25Z") },
            { id: 18, full_name: "Priya Schmidt", email: "priya.schmidt@example.com", registration_date: new Date("2023-06-17T17:06:00Z") },
            { id: 19, full_name: "Noah Sato", email: "noah.sato@example.com", registration_date: new Date("2023-06-17T11:01:55Z") },
            { id: 20, full_name: "Mila Gomez", email: "mila.gomez@example.com", registration_date: new Date("2023-09-26T15:26:10Z") },
            { id: 21, full_name: "Zara Singh", email: "zara.singh@example.org", registration_date: new Date("2023-01-05T20:27:50Z") },
            { id: 22, full_name: "Deniz Jensen", email: "deniz.jensen@example.com", registration_date: new Date("2023-11-26T14:19:53Z") },
            { id: 23, full_name: "Priya Garcia", email: "priya.garcia@example.com", registration_date: new Date("2023-09-25T16:13:20Z") },
            { id: 24, full_name: "Elena Hughes", email: "elena.hughes@example.com", registration_date: new Date("2023-01-20T09:39:57Z") },
            { id: 25, full_name: "Laura Klein", email: "laura.klein@example.org", registration_date: new Date("2023-11-02T11:08:45Z") },
            { id: 26, full_name: "Daniel Lee", email: "daniel.lee@example.com", registration_date: new Date("2023-12-01T08:24:04Z") },
            { id: 27, full_name: "Lucas Novak", email: "lucas.novak@example.org", registration_date: new Date("2023-09-11T21:55:06Z") },
            { id: 28, full_name: "Uma Young", email: "uma.young@example.org", registration_date: new Date("2023-12-06T08:25:27Z") },
            { id: 29, full_name: "Yara Singh", email: "yara.singh@example.com", registration_date: new Date("2023-02-11T15:33:03Z") },
            { id: 30, full_name: "Noah Lee", email: "noah.lee@example.org", registration_date: new Date("2023-04-18T14:46:51Z") },
            { id: 31, full_name: "Jonas Carter", email: "jonas.carter@example.org", registration_date: new Date("2023-08-12T06:10:02Z") },
            { id: 32, full_name: "Alice Moreau", email: "alice.moreau@example.net", registration_date: new Date("2023-08-15T10:16:00Z") },
            { id: 33, full_name: "Carlos Nakamura", email: "carlos.nakamura@example.com", registration_date: new Date("2023-10-07T15:20:04Z") },
            { id: 34, full_name: "Sofia Adams", email: "sofia.adams@example.com", registration_date: new Date("2023-10-23T12:07:48Z") },
            { id: 35, full_name: "David Clark", email: "david.clark@example.com", registration_date: new Date("2023-10-24T12:44:53Z") },
            { id: 36, full_name: "Hana Miller", email: "hana.miller@example.org", registration_date: new Date("2023-11-09T14:56:38Z") },
            { id: 37, full_name: "Mateo Davis", email: "mateo.davis@example.com", registration_date: new Date("2023-10-02T10:06:04Z") },
            { id: 38, full_name: "Oscar Wilson", email: "oscar.wilson@example.com", registration_date: new Date("2023-12-05T15:17:30Z") },
            { id: 39, full_name: "Oscar Jensen", email: "oscar.jensen@example.net", registration_date: new Date("2023-07-15T16:21:17Z") },
            { id: 40, full_name: "Arjun Singh", email: "arjun.singh@example.org", registration_date: new Date("2023-03-04T15:06:42Z") },
            { id: 41, full_name: "Ana Lee", email: "ana.lee@example.net", registration_date: new Date("2023-06-26T11:35:07Z") },
            { id: 42, full_name: "Ruby Hassan", email: "ruby.hassan@example.com", registration_date: new Date("2023-08-12T13:18:32Z") },
            { id: 43, full_name: "Jade Walker", email: "jade.walker@example.net", registration_date: new Date("2023-03-28T16:53:21Z") },
            { id: 44, full_name: "Zoe Chen", email: "zoe.chen@example.org", registration_date: new Date("2023-12-03T16:50:37Z") },
            { id: 45, full_name: "Noah Shah", email: "noah.shah@example.com", registration_date: new Date("2023-07-05T18:20:21Z") },
            { id: 46, full_name: "Sam Patel", email: "sam.patel@example.com", registration_date: new Date("2023-05-12T13:43:45Z") },
            { id: 47, full_name: "Zara Larsen", email: "zara.larsen@example.org", registration_date: new Date("2023-05-25T14:44:24Z") },
            { id: 48, full_name: "Mateo Schmidt", email: "mateo.schmidt@example.com", registration_date: new Date("2023-07-28T17:48:28Z") },
            { id: 49, full_name: "Anna Johnson", email: "anna.johnson@example.com", registration_date: new Date("2023-03-20T18:43:33Z") },
            { id: 50, full_name: "Hugo Meyer", email: "hugo.meyer@example.net", registration_date: new Date("2023-01-18T14:54:00Z") },
            { id: 51, full_name: "Uma Wright", email: "uma.wright@example.com", registration_date: new Date("2023-08-22T11:07:06Z") },
            { id: 52, full_name: "Pedro Johnson", email: "pedro.johnson@example.net", registration_date: new Date("2023-07-17T14:23:47Z") },
            { id: 53, full_name: "Carla Jensen", email: "carla.jensen@example.org", registration_date: new Date("2023-11-21T15:36:38Z") },
            { id: 54, full_name: "Emma Singh", email: "emma.singh@example.com", registration_date: new Date("2023-12-25T14:38:49Z") },
            { id: 55, full_name: "Jonas Young", email: "jonas.young@example.com", registration_date: new Date("2023-03-03T17:29:09Z") },
            { id: 56, full_name: "Felix Sato", email: "felix.sato@example.net", registration_date: new Date("2023-10-29T16:15:52Z") },
            { id: 57, full_name: "Arjun Wagner", email: "arjun.wagner@example.com", registration_date: new Date("2023-11-29T14:56:47Z") },
            { id: 58, full_name: "Rosa Reyes", email: "rosa.reyes@example.net", registration_date: new Date("2023-06-04T16:30:56Z") },
            { id: 59, full_name: "Daniel Ruiz", email: "daniel.ruiz@example.org", registration_date: new Date("2023-08-05T13:19:21Z") },
            { id: 60, full_name: "Deniz Schmidt", email: "deniz.schmidt@example.net", registration_date: new Date("2023-06-16T17:41:55Z") },
            { id: 61, full_name: "David Flores", email: "david.flores@example.org", registration_date: new Date("2023-12-18T18:06:53Z") },
            { id: 62, full_name: "Sven Garcia", email: "sven.garcia@example.org", registration_date: new Date("2023-12-29T15:10:25Z") },
            { id: 63, full_name: "Ana Klein", email: "ana.klein@example.org", registration_date: new Date("2023-06-13T14:21:39Z") },
            { id: 64, full_name: "Mohamed Klein", email: "mohamed.klein@example.org", registration_date: new Date("2023-12-02T08:04:42Z") },
            { id: 65, full_name: "Rosa Smith", email: "rosa.smith@example.com", registration_date: new Date("2023-06-20T18:15:07Z") },
            { id: 66, full_name: "Fatima Reyes", email: "fatima.reyes@example.com", registration_date: new Date("2023-02-20T09:23:09Z") },
            { id: 67, full_name: "Elena Shah", email: "elena.shah@example.net", registration_date: new Date("2023-04-24T14:13:27Z") },
            { id: 68, full_name: "Deniz Shah", email: "deniz.shah@example.net", registration_date: new Date("2023-10-24T10:41:06Z") },
            { id: 69, full_name: "Uma Zhang", email: "uma.zhang@example.com", registration_date: new Date("2023-10-15T13:28:06Z") },
            { id: 70, full_name: "Nina Schneider", email: "nina.schneider@example.org", registration_date: new Date("2023-04-12T17:16:34Z") },
            { id: 71, full_name: "Sam Ibrahim", email: "sam.ibrahim@example.org", registration_date: new Date("2023-12-15T13:33:40Z") },
            { id: 72, full_name: "Sven Costa", email: "sven.costa@example.com", registration_date: new Date("2023-10-08T12:17:18Z") },
            { id: 73, full_name: "Daniel Clark", email: "daniel.clark@example.net", registration_date: new Date("2023-07-02T15:32:52Z") },
            { id: 74, full_name: "Noah Singh", email: "noah.singh@example.com", registration_date: new Date("2023-09-21T14:09:54Z") },
            { id: 75, full_name: "Nadia Gomez", email: "nadia.gomez@example.com", registration_date: new Date("2023-12-27T17:38:43Z") },
            { id: 76, full_name: "Alice Patel", email: "alice.patel@example.com", registration_date: new Date("2023-09-19T15:31:33Z") },
            { id: 77, full_name: "Ravi Hassan", email: "ravi.hassan@example.org", registration_date: new Date("2023-12-21T18:59:27Z") },
            { id: 78, full_name: "Uma Kowalski", email: "uma.kowalski@example.org", registration_date: new Date("2023-12-11T10:22:29Z") },
            { id: 79, full_name: "Priya Park", email: "priya.park@example.org", registration_date: new Date("2023-09-19T16:04:57Z") },
            { id: 80, full_name: "James Miller", email: "james.miller@example.com", registration_date: new Date("2023-12-14T12:03:32Z") },
            { id: 81, full_name: "Pedro Hansen", email: "pedro.hansen@example.net", registration_date: new Date("2023-11-23T09:15:20Z") },
            { id: 82, full_name: "Maja Wagner", email: "maja.wagner@example.net", registration_date: new Date("2023-07-11T14:18:57Z") },
            { id: 83, full_name: "Anna Hoffmann", email: "anna.hoffmann@example.net", registration_date: new Date("2023-04-24T08:30:10Z") },
            { id: 84, full_name: "Hana Fischer", email: "hana.fischer@example.org", registration_date: new Date("2023-04-04T14:38:47Z") },
            { id: 85, full_name: "Felix Pereira", email: "felix.pereira@example.net", registration_date: new Date("2023-08-07T08:06:22Z") },
            { id: 86, full_name: "Daniel Reyes", email: "daniel.reyes@example.net", registration_date: new Date("2023-11-14T10:07:04Z") },
            { id: 87, full_name: "Deniz Schneider", email: "deniz.schneider@example.com", registration_date: new Date("2023-12-21T16:29:27Z") },
            { id: 88, full_name: "Tariq Ahmed", email: "tariq.ahmed@example.org", registration_date: new Date("2023-12-20T14:35:41Z") },
            { id: 89, full_name: "Mei Young", email: "mei.young@example.com", registration_date: new Date("2023-12-28T18:56:18Z") },
            { id: 90, full_name: "Marco Klein", email: "marco.klein@example.com", registration_date: new Date("2023-07-10T10:18:38Z") },
            { id: 91, full_name: "Hannah Singh", email: "hannah.singh@example.com", registration_date: new Date("2023-12-03T11:48:26Z") },
            { id: 92, full_name: "Lena Johnson", email: "lena.johnson@example.org", registration_date: new Date("2023-10-20T10:33:26Z") },
            { id: 93, full_name: "Leo Lee", email: "leo.lee@example.net", registration_date: new Date("2023-01-27T11:03:38Z") },
            { id: 94, full_name: "Zoe Silva", email: "zoe.silva@example.com", registration_date: new Date("2023-11-04T17:40:45Z") },
            { id: 95, full_name: "Elena Young", email: "elena.young@example.org", registration_date: new Date("2023-08-30T12:54:01Z") },
            { id: 96, full_name: "Ana Chen", email: "ana.chen@example.com", registration_date: new Date("2023-09-16T10:10:22Z") },
            { id: 97, full_name: "Hana Wright", email: "hana.wright@example.com", registration_date: new Date("2023-07-04T19:34:31Z") },
            { id: 98, full_name: "Maya Zhang", email: "maya.zhang@example.net", registration_date: new Date("2023-07-31T16:41:19Z") },
            { id: 99, full_name: "Jack Zhang", email: "jack.zhang@example.net", registration_date: new Date("2023-10-17T14:59:05Z") },
            { id: 100, full_name: "Isaac Wagner", email: "isaac.wagner@example.com", registration_date: new Date("2023-11-21T06:17:05Z") },
        ],
    });
    await prisma.asset_reviews.createMany({
        data: [
            { id: 1, asset_id: 160, user_id: 89, rating: 5, review_text: "The claim was resolved following a standard review. No response from the supplier, so the claim was rejected. The supplier reported a routine issue; the document was escalated. The customer confirmed the details and the transfer was delayed.", review_date: new Date("2023-04-10T20:18:10Z"), helpfulness_score: 2 },
            { id: 2, asset_id: 76, user_id: 26, rating: 5, review_text: "A partial follow-up: the invoice was replaced. A minor follow-up: the report was cancelled. Support asked for a change and the report was delayed.", review_date: new Date("2023-07-04T02:48:05Z"), helpfulness_score: 6 },
            { id: 3, asset_id: 128, user_id: 11, rating: 2, review_text: "Support asked for a change and the report was reviewed. The account owner reported a partial issue; the shipment was confirmed. A partial follow-up: the order was rejected.", review_date: new Date("2023-06-10T03:50:25Z"), helpfulness_score: 6 },
            { id: 4, asset_id: 43, user_id: 50, rating: 3, review_text: "The refund was rejected after an automatic check. No response from the customer, so the request was approved. The customer asked for a change and the document was completed.", review_date: new Date("2023-02-01T06:56:43Z"), helpfulness_score: 5 },
            { id: 5, asset_id: 118, user_id: 56, rating: 3, review_text: "An operator reported a duplicate issue; the invoice was delayed. Flagged as duplicate. The supplier replaced the order. No response from the account owner, so the appointment was approved. The order was closed — minor case, no further action.", review_date: new Date("2023-01-29T18:47:09Z"), helpfulness_score: 3 },
            { id: 6, asset_id: 63, user_id: 11, rating: 5, review_text: "Flagged as routine. The team reopened the ticket. Flagged as partial. Support replaced the booking. The account owner reported an automatic issue; the report was delayed. The delivery was rejected — partial case, no further action.", review_date: new Date("2023-06-02T01:25:31Z"), helpfulness_score: 5 },
            { id: 7, asset_id: 162, user_id: 45, rating: 5, review_text: "No response from the courier, so the transfer was cancelled. The item was rejected — late case, no further action.", review_date: new Date("2023-09-28T05:28:15Z"), helpfulness_score: 6 },
            { id: 8, asset_id: 141, user_id: 4, rating: 1, review_text: "The appointment was resolved following a manual review. A partial request was rescheduled the same day. A duplicate follow-up: the invoice was delayed.", review_date: new Date("2023-07-06T04:50:19Z"), helpfulness_score: 5 },
            { id: 9, asset_id: 90, user_id: 75, rating: 2, review_text: "The booking was reviewed following an urgent review. Flagged as unusual. The supplier escalated the payment.", review_date: new Date("2023-08-05T13:53:59Z"), helpfulness_score: 5 },
            { id: 10, asset_id: 45, user_id: 97, rating: 4, review_text: "The reviewer confirmed the details and the refund was reviewed. The supplier confirmed the details and the record was escalated.", review_date: new Date("2023-08-16T18:48:42Z"), helpfulness_score: 5 },
            { id: 11, asset_id: 154, user_id: 80, rating: 5, review_text: "No response from the courier, so the booking was reviewed. The courier reported a manual issue; the payment was completed. No response from the reviewer, so the appointment was updated.", review_date: new Date("2023-09-23T17:57:38Z"), helpfulness_score: 4 },
            { id: 12, asset_id: 45, user_id: 38, rating: 3, review_text: "The session was delayed — standard case, no further action. The transfer was refunded following a late review. The team asked for a change and the item was rescheduled. A duplicate follow-up: the claim was updated.", review_date: new Date("2023-09-23T00:25:22Z"), helpfulness_score: 4 },
            { id: 13, asset_id: 77, user_id: 30, rating: 1, review_text: "The courier asked for a change and the refund was replaced. A duplicate follow-up: the document was approved.", review_date: new Date("2023-05-04T12:54:38Z"), helpfulness_score: 6 },
            { id: 14, asset_id: 155, user_id: 92, rating: 5, review_text: "No response from the courier, so the request was processed. The record was cancelled — late case, no further action. A repeat follow-up: the record was updated.", review_date: new Date("2023-05-23T16:00:38Z"), helpfulness_score: 6 },
            { id: 15, asset_id: 30, user_id: 100, rating: 5, review_text: "Flagged as minor. An operator resolved the claim. An automatic account was reopened the same day. An operator reported a partial issue; the claim was processed. No response from an operator, so the appointment was confirmed.", review_date: new Date("2023-03-27T11:56:47Z"), helpfulness_score: 4 },
            { id: 16, asset_id: 17, user_id: 10, rating: 4, review_text: "The item was rescheduled after a minor check. No response from the reviewer, so the delivery was confirmed. The document was cancelled — repeat case, no further action.", review_date: new Date("2023-06-18T08:09:31Z"), helpfulness_score: 5 },
            { id: 17, asset_id: 9, user_id: 40, rating: 3, review_text: "An operator asked for a change and the document was escalated. An incomplete transfer was approved the same day.", review_date: new Date("2023-06-09T03:00:19Z"), helpfulness_score: 7 },
            { id: 18, asset_id: 58, user_id: 20, rating: 2, review_text: "The reviewer reported a manual issue; the order was closed. No response from the account owner, so the payment was completed.", review_date: new Date("2023-02-24T09:53:46Z"), helpfulness_score: 7 },
            { id: 19, asset_id: 140, user_id: 66, rating: 5, review_text: "A minor item was completed the same day. A repeat invoice was refunded the same day. Support confirmed the details and the request was refunded. An unusual payment was rescheduled the same day.", review_date: new Date("2023-12-10T11:02:38Z"), helpfulness_score: 5 },
            { id: 20, asset_id: 29, user_id: 87, rating: 5, review_text: "The ticket was delayed — partial case, no further action. The reviewer confirmed the details and the session was reviewed.", review_date: new Date("2023-05-09T21:04:06Z"), helpfulness_score: 6 },
            { id: 21, asset_id: 142, user_id: 20, rating: 4, review_text: "The refund was cancelled — manual case, no further action. The customer reported an incomplete issue; the shipment was replaced. The supplier confirmed the details and the document was completed. The record was completed following a partial review.", review_date: new Date("2023-08-15T01:06:17Z"), helpfulness_score: 3 },
            { id: 22, asset_id: 61, user_id: 25, rating: 5, review_text: "An urgent follow-up: the payment was replaced. The appointment was confirmed after an incomplete check.", review_date: new Date("2023-07-07T06:32:10Z"), helpfulness_score: 6 },
            { id: 23, asset_id: 49, user_id: 52, rating: 3, review_text: "An automatic follow-up: the order was replaced. No response from the account owner, so the document was escalated. The booking was updated — manual case, no further action. The supplier reported an urgent issue; the order was processed.", review_date: new Date("2023-01-12T08:20:40Z"), helpfulness_score: 7 },
            { id: 24, asset_id: 98, user_id: 24, rating: 3, review_text: "A partial follow-up: the record was cancelled. No response from the customer, so the order was approved. The delivery was replaced — automatic case, no further action. The team asked for a change and the invoice was confirmed.", review_date: new Date("2023-04-07T18:30:48Z"), helpfulness_score: 5 },
            { id: 25, asset_id: 143, user_id: 41, rating: 5, review_text: "No response from the reviewer, so the account was approved. The courier asked for a change and the request was reviewed. The team confirmed the details and the request was delayed.", review_date: new Date("2023-11-07T07:11:49Z"), helpfulness_score: 7 },
            { id: 26, asset_id: 30, user_id: 72, rating: 5, review_text: "The item was resolved following a repeat review. Support asked for a change and the ticket was cancelled. A standard follow-up: the order was confirmed. Support reported a minor issue; the shipment was confirmed.", review_date: new Date("2023-09-20T16:45:56Z"), helpfulness_score: 4 },
            { id: 27, asset_id: 129, user_id: 1, rating: 4, review_text: "The reviewer confirmed the details and the booking was resolved. The supplier asked for a change and the document was rescheduled. The account owner asked for a change and the delivery was escalated. The claim was resolved following a minor review.", review_date: new Date("2023-06-29T06:08:49Z"), helpfulness_score: 7 },
            { id: 28, asset_id: 8, user_id: 8, rating: 4, review_text: "The claim was reopened — repeat case, no further action. A repeat delivery was closed the same day. The invoice was delayed after a routine check.", review_date: new Date("2023-08-12T09:31:31Z"), helpfulness_score: 4 },
            { id: 29, asset_id: 17, user_id: 60, rating: 5, review_text: "The shipment was reviewed following a routine review. The transfer was confirmed after an incomplete check.", review_date: new Date("2023-11-07T06:22:25Z"), helpfulness_score: 6 },
            { id: 30, asset_id: 199, user_id: 11, rating: 1, review_text: "Flagged as manual. The account owner completed the payment. No response from the supplier, so the booking was updated.", review_date: new Date("2023-08-24T18:40:29Z"), helpfulness_score: 5 },
            { id: 31, asset_id: 156, user_id: 56, rating: 4, review_text: "The record was replaced after a repeat check. An urgent payment was rescheduled the same day. The booking was reopened — repeat case, no further action. Support reported a standard issue; the report was cancelled.", review_date: new Date("2023-12-15T16:11:48Z"), helpfulness_score: 6 },
            { id: 32, asset_id: 3, user_id: 48, rating: 2, review_text: "The supplier asked for a change and the invoice was updated. The customer reported an unusual issue; the appointment was confirmed. A partial follow-up: the refund was completed. The customer asked for a change and the transfer was refunded.", review_date: new Date("2023-09-23T01:08:16Z"), helpfulness_score: 5 },
            { id: 33, asset_id: 107, user_id: 36, rating: 3, review_text: "A partial transfer was rescheduled the same day. A duplicate record was resolved the same day. The reviewer reported an urgent issue; the booking was rejected. No response from the supplier, so the refund was escalated.", review_date: new Date("2023-05-15T10:32:57Z"), helpfulness_score: 6 },
            { id: 34, asset_id: 123, user_id: 82, rating: 5, review_text: "The document was closed — late case, no further action. An unusual ticket was escalated the same day. The supplier reported an urgent issue; the booking was confirmed. The courier confirmed the details and the record was replaced.", review_date: new Date("2023-05-10T02:21:37Z"), helpfulness_score: 5 },
            { id: 35, asset_id: 57, user_id: 93, rating: 5, review_text: "The reviewer asked for a change and the ticket was processed. An unusual invoice was reopened the same day.", review_date: new Date("2023-10-14T18:44:52Z"), helpfulness_score: 6 },
            { id: 36, asset_id: 183, user_id: 60, rating: 2, review_text: "The team confirmed the details and the payment was delayed. The supplier confirmed the details and the refund was replaced.", review_date: new Date("2023-09-28T07:54:26Z"), helpfulness_score: 7 },
            { id: 37, asset_id: 153, user_id: 37, rating: 3, review_text: "The invoice was reviewed following a partial review. The customer confirmed the details and the request was replaced. A standard follow-up: the report was confirmed. The customer confirmed the details and the shipment was completed.", review_date: new Date("2023-05-21T10:20:38Z"), helpfulness_score: 7 },
            { id: 38, asset_id: 185, user_id: 86, rating: 4, review_text: "An operator reported a routine issue; the delivery was processed. No response from the customer, so the document was processed. The courier reported a partial issue; the ticket was delayed. A partial report was confirmed the same day.", review_date: new Date("2023-11-04T01:00:33Z"), helpfulness_score: 6 },
            { id: 39, asset_id: 71, user_id: 6, rating: 5, review_text: "The payment was delayed — incomplete case, no further action. A duplicate session was completed the same day.", review_date: new Date("2023-05-22T17:33:49Z"), helpfulness_score: 8 },
            { id: 40, asset_id: 34, user_id: 77, rating: 3, review_text: "A repeat follow-up: the document was updated. No response from the customer, so the session was approved. The refund was closed after a manual check.", review_date: new Date("2023-07-17T23:27:33Z"), helpfulness_score: 5 },
            { id: 41, asset_id: 47, user_id: 8, rating: 5, review_text: "A repeat follow-up: the item was refunded. The claim was refunded — standard case, no further action. The account owner asked for a change and the item was approved.", review_date: new Date("2023-01-04T08:49:42Z"), helpfulness_score: 7 },
            { id: 42, asset_id: 124, user_id: 48, rating: 3, review_text: "Flagged as partial. The reviewer delayed the claim. The team reported a repeat issue; the order was cancelled. The supplier asked for a change and the session was cancelled. A minor follow-up: the document was delayed.", review_date: new Date("2023-06-17T13:11:23Z"), helpfulness_score: 3 },
            { id: 43, asset_id: 138, user_id: 9, rating: 4, review_text: "Flagged as manual. Support escalated the delivery. The order was completed after a manual check.", review_date: new Date("2023-03-17T22:49:52Z"), helpfulness_score: 4 },
            { id: 44, asset_id: 177, user_id: 24, rating: 4, review_text: "An operator confirmed the details and the appointment was replaced. An urgent follow-up: the booking was replaced. The document was approved following a standard review. The supplier asked for a change and the account was replaced.", review_date: new Date("2023-06-03T23:16:13Z"), helpfulness_score: 4 },
            { id: 45, asset_id: 110, user_id: 42, rating: 1, review_text: "A minor invoice was escalated the same day. An urgent order was approved the same day.", review_date: new Date("2023-01-28T11:18:53Z"), helpfulness_score: 4 },
            { id: 46, asset_id: 172, user_id: 86, rating: 5, review_text: "The account was closed following a minor review. No response from support, so the request was confirmed. The team confirmed the details and the appointment was reopened.", review_date: new Date("2023-08-16T22:48:11Z"), helpfulness_score: 8 },
            { id: 47, asset_id: 21, user_id: 86, rating: 4, review_text: "The team reported a late issue; the invoice was delayed. Support reported a routine issue; the delivery was delayed.", review_date: new Date("2023-12-07T00:55:15Z"), helpfulness_score: 5 },
            { id: 48, asset_id: 187, user_id: 2, rating: 2, review_text: "No response from the reviewer, so the document was confirmed. The team asked for a change and the account was cancelled. No response from the account owner, so the ticket was approved. A manual item was escalated the same day.", review_date: new Date("2023-06-21T05:09:52Z"), helpfulness_score: 6 },
            { id: 49, asset_id: 87, user_id: 56, rating: 3, review_text: "The delivery was reviewed after an urgent check. The session was rescheduled after an incomplete check. An automatic follow-up: the appointment was reviewed.", review_date: new Date("2023-07-21T21:29:29Z"), helpfulness_score: 6 },
            { id: 50, asset_id: 166, user_id: 60, rating: 2, review_text: "The item was reviewed — automatic case, no further action. The appointment was reopened — manual case, no further action.", review_date: new Date("2023-02-20T04:49:37Z"), helpfulness_score: 6 },
            { id: 51, asset_id: 118, user_id: 65, rating: 3, review_text: "Support asked for a change and the request was approved. The courier asked for a change and the appointment was rejected. An operator asked for a change and the report was completed.", review_date: new Date("2023-03-10T19:00:46Z"), helpfulness_score: 6 },
            { id: 52, asset_id: 23, user_id: 69, rating: 4, review_text: "The ticket was closed following an urgent review. Flagged as automatic. The supplier rescheduled the claim. An urgent follow-up: the record was closed. A duplicate appointment was replaced the same day.", review_date: new Date("2023-10-28T20:13:34Z"), helpfulness_score: 6 },
            { id: 53, asset_id: 124, user_id: 94, rating: 3, review_text: "The record was approved — unusual case, no further action. No response from the supplier, so the order was escalated. The refund was replaced after a manual check.", review_date: new Date("2023-01-24T08:07:53Z"), helpfulness_score: 6 },
            { id: 54, asset_id: 10, user_id: 95, rating: 5, review_text: "Support confirmed the details and the request was resolved. No response from the supplier, so the transfer was reopened.", review_date: new Date("2023-06-30T19:16:09Z"), helpfulness_score: 6 },
            { id: 55, asset_id: 136, user_id: 24, rating: 5, review_text: "The account owner confirmed the details and the session was escalated. The supplier confirmed the details and the report was resolved. No response from the reviewer, so the appointment was delayed. The team asked for a change and the transfer was cancelled.", review_date: new Date("2023-05-18T03:21:15Z"), helpfulness_score: 6 },
            { id: 56, asset_id: 20, user_id: 75, rating: 2, review_text: "The ticket was rejected after a partial check. The refund was replaced after an incomplete check.", review_date: new Date("2023-07-26T09:39:39Z"), helpfulness_score: 8 },
            { id: 57, asset_id: 81, user_id: 79, rating: 3, review_text: "No response from the supplier, so the booking was refunded. The shipment was processed — standard case, no further action. The team asked for a change and the claim was cancelled. The ticket was rejected following a minor review.", review_date: new Date("2023-12-06T19:34:48Z"), helpfulness_score: 6 },
            { id: 58, asset_id: 76, user_id: 80, rating: 3, review_text: "The courier confirmed the details and the transfer was reopened. The appointment was completed following a minor review. The claim was completed after a partial check. A routine follow-up: the account was reopened.", review_date: new Date("2023-10-09T08:43:51Z"), helpfulness_score: 7 },
            { id: 59, asset_id: 26, user_id: 38, rating: 4, review_text: "The team asked for a change and the refund was rescheduled. The report was updated after an incomplete check. The ticket was completed after a minor check. A late follow-up: the item was completed.", review_date: new Date("2023-01-23T11:44:06Z"), helpfulness_score: 6 },
            { id: 60, asset_id: 13, user_id: 2, rating: 5, review_text: "The account owner reported a routine issue; the invoice was completed. The request was approved after an unusual check.", review_date: new Date("2023-03-01T18:05:42Z"), helpfulness_score: 5 },
            { id: 61, asset_id: 67, user_id: 20, rating: 3, review_text: "The request was rejected after a standard check. No response from the supplier, so the refund was resolved.", review_date: new Date("2023-11-24T06:36:18Z"), helpfulness_score: 6 },
            { id: 62, asset_id: 83, user_id: 79, rating: 5, review_text: "The customer confirmed the details and the document was escalated. No response from the customer, so the claim was processed.", review_date: new Date("2023-11-16T16:15:39Z"), helpfulness_score: 4 },
            { id: 63, asset_id: 14, user_id: 33, rating: 4, review_text: "The document was delayed following a manual review. The reviewer reported an urgent issue; the delivery was processed. No response from the courier, so the payment was resolved.", review_date: new Date("2023-11-08T04:06:37Z"), helpfulness_score: 4 },
            { id: 64, asset_id: 176, user_id: 83, rating: 5, review_text: "The session was cancelled following a minor review. The booking was updated after a repeat check.", review_date: new Date("2023-10-05T06:10:13Z"), helpfulness_score: 5 },
            { id: 65, asset_id: 33, user_id: 7, rating: 3, review_text: "The delivery was escalated following a duplicate review. No response from the reviewer, so the transfer was rejected. The appointment was reopened after an urgent check.", review_date: new Date("2023-10-09T07:19:45Z"), helpfulness_score: 5 },
            { id: 66, asset_id: 85, user_id: 89, rating: 4, review_text: "An incomplete follow-up: the report was updated. The courier asked for a change and the document was cancelled. The shipment was rejected after a repeat check. Flagged as standard. The team delayed the invoice.", review_date: new Date("2023-12-31T06:08:34Z"), helpfulness_score: 7 },
            { id: 67, asset_id: 19, user_id: 11, rating: 4, review_text: "The reviewer asked for a change and the booking was cancelled. A standard follow-up: the account was rescheduled. No response from the reviewer, so the account was rescheduled.", review_date: new Date("2023-12-26T19:34:25Z"), helpfulness_score: 7 },
            { id: 68, asset_id: 35, user_id: 31, rating: 4, review_text: "No response from the supplier, so the account was completed. The courier confirmed the details and the record was completed. The supplier reported an incomplete issue; the payment was cancelled.", review_date: new Date("2023-04-22T09:38:50Z"), helpfulness_score: 6 },
            { id: 69, asset_id: 30, user_id: 51, rating: 5, review_text: "A routine document was rejected the same day. An automatic claim was rescheduled the same day. The reviewer confirmed the details and the transfer was reopened.", review_date: new Date("2023-03-24T14:05:07Z"), helpfulness_score: 6 },
            { id: 70, asset_id: 129, user_id: 18, rating: 5, review_text: "Flagged as duplicate. The courier replaced the item. Flagged as automatic. The account owner reviewed the appointment. A repeat follow-up: the document was updated. The team asked for a change and the claim was approved.", review_date: new Date("2023-08-23T04:02:54Z"), helpfulness_score: 4 },
            { id: 71, asset_id: 107, user_id: 53, rating: 5, review_text: "A partial claim was delayed the same day. The account owner confirmed the details and the booking was replaced.", review_date: new Date("2023-03-08T10:46:12Z"), helpfulness_score: 7 },
            { id: 72, asset_id: 200, user_id: 7, rating: 2, review_text: "The request was delayed after a duplicate check. The record was refunded after a standard check.", review_date: new Date("2023-09-05T13:44:38Z"), helpfulness_score: 7 },
            { id: 73, asset_id: 147, user_id: 73, rating: 4, review_text: "Flagged as late. The account owner confirmed the claim. The shipment was refunded after a repeat check. A repeat follow-up: the refund was escalated. The supplier asked for a change and the shipment was delayed.", review_date: new Date("2023-07-04T13:56:58Z"), helpfulness_score: 4 },
            { id: 74, asset_id: 69, user_id: 80, rating: 5, review_text: "The supplier asked for a change and the record was delayed. Support confirmed the details and the shipment was approved. The claim was completed after an unusual check.", review_date: new Date("2023-05-21T16:47:37Z"), helpfulness_score: 6 },
            { id: 75, asset_id: 102, user_id: 44, rating: 5, review_text: "The delivery was escalated following an incomplete review. The shipment was confirmed following a duplicate review.", review_date: new Date("2023-03-27T05:07:10Z"), helpfulness_score: 5 },
            { id: 76, asset_id: 163, user_id: 86, rating: 3, review_text: "The courier asked for a change and the session was rejected. The session was closed following an urgent review. The record was processed following a minor review.", review_date: new Date("2023-07-31T12:56:24Z"), helpfulness_score: 4 },
            { id: 77, asset_id: 95, user_id: 7, rating: 1, review_text: "The appointment was rejected following an unusual review. No response from the customer, so the booking was refunded.", review_date: new Date("2023-07-14T04:45:16Z"), helpfulness_score: 5 },
            { id: 78, asset_id: 195, user_id: 9, rating: 5, review_text: "The ticket was reviewed — automatic case, no further action. The courier reported a repeat issue; the account was confirmed. Support asked for a change and the item was completed.", review_date: new Date("2023-12-20T17:12:34Z"), helpfulness_score: 5 },
            { id: 79, asset_id: 69, user_id: 99, rating: 4, review_text: "The report was completed — late case, no further action. The account owner confirmed the details and the account was approved. Flagged as minor. The customer escalated the appointment. The account owner reported a manual issue; the record was approved.", review_date: new Date("2023-01-01T07:29:56Z"), helpfulness_score: 5 },
            { id: 80, asset_id: 149, user_id: 32, rating: 2, review_text: "The account owner asked for a change and the order was completed. The courier asked for a change and the session was rescheduled.", review_date: new Date("2023-08-03T02:34:33Z"), helpfulness_score: 6 },
            { id: 81, asset_id: 182, user_id: 68, rating: 2, review_text: "The shipment was refunded — routine case, no further action. The invoice was rejected — unusual case, no further action. The team confirmed the details and the booking was rejected. The courier reported a partial issue; the account was reviewed.", review_date: new Date("2023-03-19T11:41:39Z"), helpfulness_score: 6 },
            { id: 82, asset_id: 113, user_id: 19, rating: 5, review_text: "Flagged as incomplete. An operator resolved the booking. A standard follow-up: the delivery was approved. The refund was approved — duplicate case, no further action. The record was replaced following an urgent review.", review_date: new Date("2023-08-08T10:30:44Z"), helpfulness_score: 6 },
            { id: 83, asset_id: 175, user_id: 37, rating: 5, review_text: "No response from an operator, so the booking was refunded. An operator reported an unusual issue; the report was closed. The payment was updated after a routine check. The courier reported an automatic issue; the order was updated.", review_date: new Date("2023-12-20T21:55:53Z"), helpfulness_score: 7 },
            { id: 84, asset_id: 32, user_id: 71, rating: 5, review_text: "The account owner asked for a change and the appointment was escalated. Flagged as late. Support escalated the booking.", review_date: new Date("2023-05-06T09:16:19Z"), helpfulness_score: 5 },
            { id: 85, asset_id: 122, user_id: 28, rating: 3, review_text: "A minor follow-up: the appointment was approved. Flagged as urgent. The reviewer refunded the transfer. A late payment was reviewed the same day.", review_date: new Date("2023-09-11T16:37:55Z"), helpfulness_score: 5 },
            { id: 86, asset_id: 171, user_id: 77, rating: 5, review_text: "No response from the supplier, so the request was reopened. An incomplete order was refunded the same day.", review_date: new Date("2023-05-12T19:59:31Z"), helpfulness_score: 7 },
            { id: 87, asset_id: 113, user_id: 86, rating: 4, review_text: "No response from an operator, so the transfer was refunded. The account was escalated after a duplicate check. The account owner asked for a change and the claim was refunded.", review_date: new Date("2023-04-30T03:07:49Z"), helpfulness_score: 8 },
            { id: 88, asset_id: 115, user_id: 58, rating: 5, review_text: "The report was processed after a minor check. Support confirmed the details and the document was rescheduled. The delivery was refunded — automatic case, no further action.", review_date: new Date("2023-12-07T07:46:32Z"), helpfulness_score: 6 },
            { id: 89, asset_id: 108, user_id: 98, rating: 4, review_text: "Flagged as partial. The team rescheduled the refund. Flagged as duplicate. The courier reviewed the account.", review_date: new Date("2023-11-15T17:47:31Z"), helpfulness_score: 6 },
            { id: 90, asset_id: 116, user_id: 76, rating: 5, review_text: "The booking was processed — standard case, no further action. Flagged as repeat. An operator updated the request.", review_date: new Date("2023-06-23T06:43:20Z"), helpfulness_score: 6 },
            { id: 91, asset_id: 165, user_id: 61, rating: 5, review_text: "The delivery was cancelled — partial case, no further action. The item was approved after an automatic check. A manual follow-up: the appointment was confirmed. The account owner confirmed the details and the shipment was confirmed.", review_date: new Date("2023-09-13T14:21:20Z"), helpfulness_score: 5 },
            { id: 92, asset_id: 75, user_id: 93, rating: 4, review_text: "No response from an operator, so the request was refunded. No response from the customer, so the transfer was approved. Flagged as manual. The team replaced the refund.", review_date: new Date("2023-05-24T10:31:39Z"), helpfulness_score: 6 },
            { id: 93, asset_id: 32, user_id: 86, rating: 5, review_text: "The report was rejected — routine case, no further action. An operator asked for a change and the transfer was replaced. An urgent payment was replaced the same day. A standard ticket was completed the same day.", review_date: new Date("2023-06-05T00:26:11Z"), helpfulness_score: 6 },
            { id: 94, asset_id: 109, user_id: 96, rating: 1, review_text: "A standard ticket was confirmed the same day. Flagged as automatic. Support delayed the item. No response from an operator, so the order was updated.", review_date: new Date("2023-11-22T13:52:32Z"), helpfulness_score: 5 },
            { id: 95, asset_id: 126, user_id: 93, rating: 5, review_text: "The shipment was cancelled following a minor review. A late report was escalated the same day. An automatic invoice was approved the same day.", review_date: new Date("2023-07-26T01:04:20Z"), helpfulness_score: 6 },
            { id: 96, asset_id: 112, user_id: 39, rating: 1, review_text: "No response from an operator, so the session was completed. No response from the courier, so the record was delayed. The invoice was refunded — urgent case, no further action. The team confirmed the details and the session was completed.", review_date: new Date("2023-10-06T06:50:55Z"), helpfulness_score: 7 },
            { id: 97, asset_id: 139, user_id: 19, rating: 3, review_text: "The reviewer confirmed the details and the request was completed. No response from an operator, so the account was completed. A duplicate follow-up: the shipment was closed. The courier reported an automatic issue; the payment was processed.", review_date: new Date("2023-09-07T05:27:42Z"), helpfulness_score: 6 },
            { id: 98, asset_id: 28, user_id: 5, rating: 5, review_text: "A repeat follow-up: the claim was replaced. The supplier asked for a change and the item was replaced.", review_date: new Date("2023-08-20T17:25:36Z"), helpfulness_score: 3 },
            { id: 99, asset_id: 136, user_id: 26, rating: 4, review_text: "The supplier reported a late issue; the refund was reopened. Flagged as duplicate. The account owner resolved the report.", review_date: new Date("2023-07-26T02:50:08Z"), helpfulness_score: 5 },
            { id: 100, asset_id: 15, user_id: 32, rating: 2, review_text: "Flagged as unusual. An operator confirmed the payment. The item was closed following a repeat review.", review_date: new Date("2023-05-28T17:09:48Z"), helpfulness_score: 5 },
            { id: 101, asset_id: 200, user_id: 62, rating: 4, review_text: "No response from the team, so the request was reopened. The customer reported a partial issue; the account was rescheduled. The courier asked for a change and the claim was updated.", review_date: new Date("2023-12-07T00:18:43Z"), helpfulness_score: 4 },
            { id: 102, asset_id: 109, user_id: 91, rating: 2, review_text: "Flagged as incomplete. The courier reopened the item. The refund was processed — automatic case, no further action.", review_date: new Date("2023-10-31T23:20:47Z"), helpfulness_score: 5 },
            { id: 103, asset_id: 77, user_id: 83, rating: 3, review_text: "No response from the courier, so the appointment was processed. The claim was reviewed — unusual case, no further action. The record was approved — standard case, no further action.", review_date: new Date("2023-05-07T20:30:54Z"), helpfulness_score: 6 },
            { id: 104, asset_id: 57, user_id: 47, rating: 4, review_text: "The session was processed — duplicate case, no further action. An automatic follow-up: the document was completed. The supplier reported a partial issue; the transfer was resolved. The account owner confirmed the details and the record was replaced.", review_date: new Date("2023-08-30T14:43:46Z"), helpfulness_score: 7 },
            { id: 105, asset_id: 111, user_id: 98, rating: 5, review_text: "The supplier confirmed the details and the ticket was processed. No response from the supplier, so the request was replaced. The delivery was reopened — unusual case, no further action. No response from the reviewer, so the order was delayed.", review_date: new Date("2023-02-25T12:27:32Z"), helpfulness_score: 5 },
            { id: 106, asset_id: 92, user_id: 63, rating: 3, review_text: "An automatic account was rescheduled the same day. The refund was approved after an automatic check.", review_date: new Date("2023-05-31T03:16:46Z"), helpfulness_score: 5 },
            { id: 107, asset_id: 125, user_id: 6, rating: 4, review_text: "Flagged as unusual. The courier completed the claim. The customer reported an incomplete issue; the report was updated.", review_date: new Date("2023-11-21T00:14:52Z"), helpfulness_score: 7 },
            { id: 108, asset_id: 55, user_id: 34, rating: 1, review_text: "A routine follow-up: the item was processed. The account owner asked for a change and the order was reviewed.", review_date: new Date("2023-08-06T16:44:13Z"), helpfulness_score: 6 },
            { id: 109, asset_id: 26, user_id: 81, rating: 5, review_text: "The order was reviewed — unusual case, no further action. The invoice was reviewed following an urgent review. The session was closed — unusual case, no further action.", review_date: new Date("2023-06-12T11:13:35Z"), helpfulness_score: 6 },
            { id: 110, asset_id: 2, user_id: 54, rating: 5, review_text: "Support reported a repeat issue; the request was processed. The session was rejected following a manual review. Flagged as partial. The supplier processed the record. The account was replaced following a repeat review.", review_date: new Date("2023-07-28T14:00:47Z"), helpfulness_score: 4 },
            { id: 111, asset_id: 98, user_id: 1, rating: 4, review_text: "The item was approved following a duplicate review. The document was completed after a partial check. No response from the courier, so the report was replaced.", review_date: new Date("2023-06-27T03:33:11Z"), helpfulness_score: 7 },
            { id: 112, asset_id: 49, user_id: 51, rating: 4, review_text: "The invoice was updated following a manual review. A standard ticket was resolved the same day.", review_date: new Date("2023-07-20T06:28:34Z"), helpfulness_score: 6 },
            { id: 113, asset_id: 171, user_id: 23, rating: 5, review_text: "No response from support, so the record was delayed. The refund was processed — partial case, no further action.", review_date: new Date("2023-08-28T08:56:51Z"), helpfulness_score: 4 },
            { id: 114, asset_id: 100, user_id: 15, rating: 5, review_text: "The claim was rejected following a duplicate review. Flagged as late. The account owner delayed the shipment.", review_date: new Date("2023-05-13T06:04:02Z"), helpfulness_score: 6 },
            { id: 115, asset_id: 124, user_id: 97, rating: 4, review_text: "Flagged as unusual. An operator rescheduled the order. A duplicate follow-up: the account was cancelled. An operator asked for a change and the transfer was replaced. The item was completed after a repeat check.", review_date: new Date("2023-04-07T15:36:25Z"), helpfulness_score: 5 },
            { id: 116, asset_id: 77, user_id: 34, rating: 2, review_text: "The report was escalated — partial case, no further action. The account was rescheduled after a minor check.", review_date: new Date("2023-12-27T10:14:59Z"), helpfulness_score: 5 },
            { id: 117, asset_id: 105, user_id: 26, rating: 4, review_text: "The customer confirmed the details and the item was refunded. The supplier asked for a change and the document was cancelled. Flagged as urgent. The team closed the claim. No response from an operator, so the claim was reopened.", review_date: new Date("2023-10-10T21:44:50Z"), helpfulness_score: 6 },
            { id: 118, asset_id: 40, user_id: 93, rating: 4, review_text: "An operator asked for a change and the record was escalated. The customer asked for a change and the record was updated. The report was rescheduled following a late review.", review_date: new Date("2023-05-06T11:48:53Z"), helpfulness_score: 5 },
            { id: 119, asset_id: 189, user_id: 43, rating: 5, review_text: "A standard shipment was refunded the same day. The team reported a partial issue; the payment was rescheduled. No response from support, so the item was refunded. The courier asked for a change and the invoice was completed.", review_date: new Date("2023-08-16T16:55:08Z"), helpfulness_score: 8 },
            { id: 120, asset_id: 43, user_id: 74, rating: 3, review_text: "The refund was cancelled after a minor check. The invoice was rescheduled following a minor review. Flagged as repeat. The supplier approved the refund.", review_date: new Date("2023-09-22T22:08:26Z"), helpfulness_score: 5 },
            { id: 121, asset_id: 156, user_id: 69, rating: 5, review_text: "The team confirmed the details and the appointment was closed. No response from an operator, so the appointment was confirmed. No response from the supplier, so the refund was updated. The ticket was updated following a duplicate review.", review_date: new Date("2023-05-27T21:02:51Z"), helpfulness_score: 5 },
            { id: 122, asset_id: 2, user_id: 45, rating: 5, review_text: "The session was replaced — routine case, no further action. The account was replaced — late case, no further action.", review_date: new Date("2023-07-21T05:43:28Z"), helpfulness_score: 4 },
            { id: 123, asset_id: 143, user_id: 62, rating: 4, review_text: "No response from support, so the report was replaced. A duplicate delivery was closed the same day.", review_date: new Date("2023-10-02T04:01:41Z"), helpfulness_score: 7 },
            { id: 124, asset_id: 98, user_id: 42, rating: 4, review_text: "The account owner confirmed the details and the item was delayed. The session was processed — repeat case, no further action.", review_date: new Date("2023-07-29T13:57:16Z"), helpfulness_score: 6 },
            { id: 125, asset_id: 40, user_id: 98, rating: 5, review_text: "The team asked for a change and the shipment was refunded. Flagged as standard. The courier approved the shipment.", review_date: new Date("2023-06-06T14:15:44Z"), helpfulness_score: 8 },
            { id: 126, asset_id: 18, user_id: 34, rating: 5, review_text: "An incomplete follow-up: the order was reviewed. The reviewer confirmed the details and the order was closed.", review_date: new Date("2023-02-17T01:17:22Z"), helpfulness_score: 6 },
            { id: 127, asset_id: 65, user_id: 64, rating: 2, review_text: "The supplier confirmed the details and the report was escalated. The courier confirmed the details and the shipment was escalated. The payment was reopened following a repeat review.", review_date: new Date("2023-05-18T09:22:04Z"), helpfulness_score: 6 },
            { id: 128, asset_id: 193, user_id: 12, rating: 4, review_text: "No response from an operator, so the payment was rejected. The courier confirmed the details and the shipment was processed. A partial appointment was cancelled the same day.", review_date: new Date("2023-05-12T10:36:13Z"), helpfulness_score: 4 },
            { id: 129, asset_id: 92, user_id: 9, rating: 5, review_text: "The transfer was completed — incomplete case, no further action. Support confirmed the details and the claim was processed. The customer confirmed the details and the request was replaced.", review_date: new Date("2023-02-14T07:27:33Z"), helpfulness_score: 8 },
            { id: 130, asset_id: 45, user_id: 25, rating: 4, review_text: "Flagged as partial. Support refunded the ticket. An operator asked for a change and the appointment was cancelled. Flagged as urgent. The team reopened the payment. The account owner asked for a change and the appointment was delayed.", review_date: new Date("2023-12-25T12:27:52Z"), helpfulness_score: 5 },
            { id: 131, asset_id: 114, user_id: 84, rating: 3, review_text: "The booking was cancelled — urgent case, no further action. No response from the reviewer, so the shipment was confirmed. The team confirmed the details and the shipment was approved.", review_date: new Date("2023-04-29T18:42:02Z"), helpfulness_score: 5 },
            { id: 132, asset_id: 100, user_id: 27, rating: 4, review_text: "Flagged as manual. Support escalated the refund. No response from an operator, so the session was closed. An urgent follow-up: the payment was rescheduled. Flagged as incomplete. The courier resolved the appointment.", review_date: new Date("2023-12-28T00:15:04Z"), helpfulness_score: 6 },
            { id: 133, asset_id: 173, user_id: 48, rating: 3, review_text: "The delivery was escalated following an incomplete review. Support asked for a change and the ticket was updated. The courier asked for a change and the order was rejected.", review_date: new Date("2023-02-07T11:44:44Z"), helpfulness_score: 4 },
            { id: 134, asset_id: 125, user_id: 52, rating: 5, review_text: "No response from support, so the item was rescheduled. The reviewer asked for a change and the order was updated.", review_date: new Date("2023-04-18T16:25:05Z"), helpfulness_score: 4 },
            { id: 135, asset_id: 119, user_id: 14, rating: 5, review_text: "The appointment was reopened following an automatic review. The reviewer confirmed the details and the order was resolved.", review_date: new Date("2023-08-04T18:06:27Z"), helpfulness_score: 5 },
            { id: 136, asset_id: 79, user_id: 38, rating: 4, review_text: "The reviewer asked for a change and the account was rescheduled. An urgent record was closed the same day. No response from the reviewer, so the payment was approved.", review_date: new Date("2023-12-22T10:48:48Z"), helpfulness_score: 4 },
            { id: 137, asset_id: 180, user_id: 18, rating: 2, review_text: "The customer confirmed the details and the delivery was approved. The account owner asked for a change and the ticket was rejected. The team asked for a change and the claim was delayed. The team reported an unusual issue; the refund was escalated.", review_date: new Date("2023-08-19T12:34:00Z"), helpfulness_score: 6 },
            { id: 138, asset_id: 74, user_id: 100, rating: 5, review_text: "The team reported a duplicate issue; the record was processed. The document was approved after a minor check.", review_date: new Date("2023-08-29T06:43:37Z"), helpfulness_score: 5 },
            { id: 139, asset_id: 39, user_id: 90, rating: 5, review_text: "No response from the supplier, so the session was processed. The shipment was approved — routine case, no further action. The team confirmed the details and the delivery was confirmed. A duplicate follow-up: the document was escalated.", review_date: new Date("2023-03-08T22:33:01Z"), helpfulness_score: 8 },
            { id: 140, asset_id: 23, user_id: 64, rating: 4, review_text: "The courier reported a duplicate issue; the item was rejected. The account owner asked for a change and the record was delayed. The order was resolved following an automatic review.", review_date: new Date("2023-04-04T04:30:44Z"), helpfulness_score: 5 },
            { id: 141, asset_id: 126, user_id: 89, rating: 4, review_text: "An urgent follow-up: the refund was refunded. The shipment was resolved following a routine review. No response from the team, so the session was delayed.", review_date: new Date("2023-08-12T14:16:48Z"), helpfulness_score: 4 },
            { id: 142, asset_id: 90, user_id: 96, rating: 2, review_text: "The account owner reported a manual issue; the record was reopened. The account was completed — automatic case, no further action. An operator confirmed the details and the refund was rescheduled.", review_date: new Date("2023-10-23T14:30:58Z"), helpfulness_score: 7 },
            { id: 143, asset_id: 170, user_id: 75, rating: 5, review_text: "The account was rescheduled after a manual check. The payment was closed following an automatic review.", review_date: new Date("2023-04-11T21:57:09Z"), helpfulness_score: 6 },
            { id: 144, asset_id: 29, user_id: 96, rating: 2, review_text: "The customer reported an urgent issue; the record was reopened. The account was closed — routine case, no further action. The transfer was resolved following a standard review.", review_date: new Date("2023-04-08T18:01:14Z"), helpfulness_score: 4 },
            { id: 145, asset_id: 146, user_id: 52, rating: 5, review_text: "A duplicate follow-up: the claim was processed. An automatic appointment was resolved the same day. The order was cancelled following an automatic review. The appointment was reviewed after an unusual check.", review_date: new Date("2023-05-15T13:56:04Z"), helpfulness_score: 7 },
            { id: 146, asset_id: 146, user_id: 33, rating: 2, review_text: "An urgent follow-up: the delivery was reopened. The claim was completed — routine case, no further action. No response from the customer, so the order was cancelled.", review_date: new Date("2023-01-13T19:36:53Z"), helpfulness_score: 6 },
            { id: 147, asset_id: 158, user_id: 91, rating: 5, review_text: "Support reported an urgent issue; the ticket was escalated. The delivery was cancelled after a partial check.", review_date: new Date("2023-09-10T22:30:18Z"), helpfulness_score: 6 },
            { id: 148, asset_id: 114, user_id: 98, rating: 5, review_text: "The claim was delayed — urgent case, no further action. The request was confirmed after a standard check. A partial session was reopened the same day. Flagged as partial. The team cancelled the request.", review_date: new Date("2023-08-05T19:49:46Z"), helpfulness_score: 6 },
            { id: 149, asset_id: 89, user_id: 22, rating: 5, review_text: "A routine follow-up: the order was reviewed. The team asked for a change and the session was rescheduled. The session was rescheduled — late case, no further action. Flagged as automatic. The reviewer approved the shipment.", review_date: new Date("2023-01-12T00:15:25Z"), helpfulness_score: 8 },
            { id: 150, asset_id: 155, user_id: 74, rating: 3, review_text: "A duplicate invoice was refunded the same day. A routine record was reviewed the same day.", review_date: new Date("2023-01-29T22:42:01Z"), helpfulness_score: 7 },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, user_id: 5, asset_id: 59, transaction_date: new Date("2023-03-16T15:53:47Z"), amount: "3344.28", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 2, user_id: 25, asset_id: 98, transaction_date: new Date("2023-02-26T11:19:19Z"), amount: "7212.00", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 3, user_id: 8, asset_id: 117, transaction_date: new Date("2023-10-12T14:22:43Z"), amount: "5279.75", transaction_type: "subscription", payment_method: "paypal" },
            { id: 4, user_id: 67, asset_id: 80, transaction_date: new Date("2023-06-11T13:38:58Z"), amount: "9613.36", transaction_type: "purchase", payment_method: "paypal" },
            { id: 5, user_id: 66, asset_id: 91, transaction_date: new Date("2023-12-20T07:48:08Z"), amount: "2367.02", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 6, user_id: 88, asset_id: 68, transaction_date: new Date("2023-09-08T01:25:29Z"), amount: "4115.95", transaction_type: "purchase", payment_method: "paypal" },
            { id: 7, user_id: 41, asset_id: 172, transaction_date: new Date("2023-07-09T17:34:49Z"), amount: "242.28", transaction_type: "license", payment_method: "credit_card" },
            { id: 8, user_id: 3, asset_id: 45, transaction_date: new Date("2023-08-15T18:27:38Z"), amount: "3088.06", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 9, user_id: 83, asset_id: 112, transaction_date: new Date("2023-05-25T19:04:55Z"), amount: "1403.57", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 10, user_id: 86, asset_id: 159, transaction_date: new Date("2023-07-07T16:35:57Z"), amount: "1880.18", transaction_type: "subscription", payment_method: "paypal" },
            { id: 11, user_id: 87, asset_id: 70, transaction_date: new Date("2023-05-09T11:52:11Z"), amount: "197.33", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 12, user_id: 76, asset_id: 199, transaction_date: new Date("2023-10-23T22:09:50Z"), amount: "4594.81", transaction_type: "purchase", payment_method: "paypal" },
            { id: 13, user_id: 23, asset_id: 195, transaction_date: new Date("2023-01-17T10:50:36Z"), amount: "1322.80", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 14, user_id: 91, asset_id: 199, transaction_date: new Date("2023-09-03T10:39:26Z"), amount: "3110.93", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 15, user_id: 98, asset_id: 12, transaction_date: new Date("2023-02-14T19:01:09Z"), amount: "31.03", transaction_type: "subscription", payment_method: "paypal" },
            { id: 16, user_id: 17, asset_id: 127, transaction_date: new Date("2023-05-09T11:02:57Z"), amount: "5852.44", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 17, user_id: 3, asset_id: 75, transaction_date: new Date("2023-05-21T06:00:23Z"), amount: "9314.02", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 18, user_id: 67, asset_id: 40, transaction_date: new Date("2023-10-29T21:25:05Z"), amount: "7488.60", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 19, user_id: 78, asset_id: 149, transaction_date: new Date("2023-07-21T22:06:55Z"), amount: "660.01", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 20, user_id: 42, asset_id: 101, transaction_date: new Date("2023-01-04T20:24:49Z"), amount: "3770.20", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 21, user_id: 85, asset_id: 134, transaction_date: new Date("2023-05-16T12:34:28Z"), amount: "1294.66", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 22, user_id: 33, asset_id: 127, transaction_date: new Date("2023-07-03T23:07:28Z"), amount: "2042.29", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 23, user_id: 78, asset_id: 184, transaction_date: new Date("2023-05-29T17:38:26Z"), amount: "6381.72", transaction_type: "subscription", payment_method: "paypal" },
            { id: 24, user_id: 26, asset_id: 132, transaction_date: new Date("2023-02-02T20:27:35Z"), amount: "2919.33", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 25, user_id: 39, asset_id: 21, transaction_date: new Date("2023-05-20T01:00:32Z"), amount: "724.27", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 26, user_id: 55, asset_id: 97, transaction_date: new Date("2023-11-09T13:52:27Z"), amount: "5489.26", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 27, user_id: 75, asset_id: 165, transaction_date: new Date("2023-01-15T22:24:46Z"), amount: "7271.23", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 28, user_id: 21, asset_id: 106, transaction_date: new Date("2023-10-29T00:52:47Z"), amount: "2164.92", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 29, user_id: 58, asset_id: 144, transaction_date: new Date("2023-11-22T20:30:13Z"), amount: "660.49", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 30, user_id: 29, asset_id: 151, transaction_date: new Date("2023-01-26T15:19:11Z"), amount: "10.90", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 31, user_id: 75, asset_id: 88, transaction_date: new Date("2023-01-13T09:26:35Z"), amount: "1562.15", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 32, user_id: 99, asset_id: 36, transaction_date: new Date("2023-11-07T06:48:00Z"), amount: "1012.01", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 33, user_id: 93, asset_id: 161, transaction_date: new Date("2023-06-04T12:37:23Z"), amount: "669.67", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 34, user_id: 46, asset_id: 164, transaction_date: new Date("2023-01-25T21:15:24Z"), amount: "624.47", transaction_type: "purchase", payment_method: "paypal" },
            { id: 35, user_id: 97, asset_id: 187, transaction_date: new Date("2023-03-09T10:41:13Z"), amount: "7665.50", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 36, user_id: 20, asset_id: 16, transaction_date: new Date("2023-02-16T19:36:49Z"), amount: "1986.93", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 37, user_id: 13, asset_id: 108, transaction_date: new Date("2023-04-06T01:58:34Z"), amount: "2421.77", transaction_type: "purchase", payment_method: "paypal" },
            { id: 38, user_id: 57, asset_id: 116, transaction_date: new Date("2023-10-16T15:01:20Z"), amount: "23.76", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 39, user_id: 20, asset_id: 171, transaction_date: new Date("2023-11-14T20:31:46Z"), amount: "864.50", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 40, user_id: 17, asset_id: 37, transaction_date: new Date("2023-04-25T14:16:12Z"), amount: "1512.36", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 41, user_id: 80, asset_id: 118, transaction_date: new Date("2023-05-30T08:51:15Z"), amount: "491.94", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 42, user_id: 13, asset_id: 143, transaction_date: new Date("2023-10-13T15:16:26Z"), amount: "0.05", transaction_type: "purchase", payment_method: "paypal" },
            { id: 43, user_id: 31, asset_id: 144, transaction_date: new Date("2023-03-17T11:34:53Z"), amount: "394.94", transaction_type: "license", payment_method: "credit_card" },
            { id: 44, user_id: 41, asset_id: 35, transaction_date: new Date("2023-09-03T15:44:49Z"), amount: "453.12", transaction_type: "purchase", payment_method: "paypal" },
            { id: 45, user_id: 50, asset_id: 86, transaction_date: new Date("2023-03-26T18:59:41Z"), amount: "1010.55", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 46, user_id: 10, asset_id: 26, transaction_date: new Date("2023-08-16T22:41:47Z"), amount: "433.12", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 47, user_id: 10, asset_id: 58, transaction_date: new Date("2023-02-25T22:07:47Z"), amount: "6987.76", transaction_type: "purchase", payment_method: "paypal" },
            { id: 48, user_id: 11, asset_id: 14, transaction_date: new Date("2023-06-04T14:11:04Z"), amount: "6127.74", transaction_type: "purchase", payment_method: "paypal" },
            { id: 49, user_id: 24, asset_id: 60, transaction_date: new Date("2023-10-01T22:20:26Z"), amount: "8668.60", transaction_type: "subscription", payment_method: "paypal" },
            { id: 50, user_id: 36, asset_id: 131, transaction_date: new Date("2023-01-23T20:04:45Z"), amount: "64.13", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 51, user_id: 79, asset_id: 59, transaction_date: new Date("2023-08-16T07:10:08Z"), amount: "689.49", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 52, user_id: 85, asset_id: 98, transaction_date: new Date("2023-04-17T19:00:47Z"), amount: "104.37", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 53, user_id: 20, asset_id: 147, transaction_date: new Date("2023-06-20T11:50:33Z"), amount: "6379.56", transaction_type: "purchase", payment_method: "paypal" },
            { id: 54, user_id: 76, asset_id: 157, transaction_date: new Date("2023-08-13T19:07:53Z"), amount: "434.08", transaction_type: "purchase", payment_method: "paypal" },
            { id: 55, user_id: 76, asset_id: 61, transaction_date: new Date("2023-01-27T17:49:49Z"), amount: "9959.25", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 56, user_id: 26, asset_id: 131, transaction_date: new Date("2023-08-17T16:59:02Z"), amount: "4647.45", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 57, user_id: 90, asset_id: 120, transaction_date: new Date("2023-10-20T10:13:53Z"), amount: "9284.41", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 58, user_id: 79, asset_id: 189, transaction_date: new Date("2023-12-24T14:24:32Z"), amount: "1484.40", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 59, user_id: 17, asset_id: 108, transaction_date: new Date("2023-01-22T14:09:59Z"), amount: "9043.53", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 60, user_id: 5, asset_id: 64, transaction_date: new Date("2023-06-03T21:44:31Z"), amount: "35.57", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 61, user_id: 62, asset_id: 121, transaction_date: new Date("2023-06-24T09:18:08Z"), amount: "4016.11", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 62, user_id: 3, asset_id: 173, transaction_date: new Date("2023-03-10T19:40:10Z"), amount: "976.97", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 63, user_id: 8, asset_id: 57, transaction_date: new Date("2023-01-13T23:06:12Z"), amount: "3704.62", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 64, user_id: 48, asset_id: 61, transaction_date: new Date("2023-10-21T14:14:00Z"), amount: "468.29", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 65, user_id: 76, asset_id: 187, transaction_date: new Date("2023-06-21T00:41:28Z"), amount: "6932.78", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 66, user_id: 24, asset_id: 136, transaction_date: new Date("2023-06-12T16:15:22Z"), amount: "126.37", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 67, user_id: 50, asset_id: 93, transaction_date: new Date("2023-06-09T08:48:06Z"), amount: "1439.19", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 68, user_id: 10, asset_id: 123, transaction_date: new Date("2023-03-15T13:37:30Z"), amount: "7265.09", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 69, user_id: 19, asset_id: 90, transaction_date: new Date("2023-05-15T18:39:39Z"), amount: "9198.37", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 70, user_id: 70, asset_id: 155, transaction_date: new Date("2023-10-25T14:36:44Z"), amount: "137.69", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 71, user_id: 88, asset_id: 37, transaction_date: new Date("2023-02-24T13:13:03Z"), amount: "669.70", transaction_type: "subscription", payment_method: "paypal" },
            { id: 72, user_id: 64, asset_id: 1, transaction_date: new Date("2023-04-22T16:26:12Z"), amount: "223.68", transaction_type: "subscription", payment_method: "paypal" },
            { id: 73, user_id: 99, asset_id: 32, transaction_date: new Date("2023-12-05T12:14:54Z"), amount: "5107.41", transaction_type: "purchase", payment_method: "paypal" },
            { id: 74, user_id: 89, asset_id: 117, transaction_date: new Date("2023-12-14T17:21:45Z"), amount: "1342.51", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 75, user_id: 33, asset_id: 70, transaction_date: new Date("2023-09-03T11:42:39Z"), amount: "702.43", transaction_type: "license", payment_method: "credit_card" },
            { id: 76, user_id: 79, asset_id: 114, transaction_date: new Date("2023-08-04T12:39:50Z"), amount: "8824.51", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 77, user_id: 66, asset_id: 68, transaction_date: new Date("2023-10-26T18:48:51Z"), amount: "882.01", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 78, user_id: 92, asset_id: 196, transaction_date: new Date("2023-08-26T21:55:07Z"), amount: "0.00", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 79, user_id: 49, asset_id: 112, transaction_date: new Date("2023-08-12T16:41:32Z"), amount: "2093.36", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 80, user_id: 19, asset_id: 3, transaction_date: new Date("2023-06-24T10:08:55Z"), amount: "3322.57", transaction_type: "license", payment_method: "credit_card" },
            { id: 81, user_id: 92, asset_id: 65, transaction_date: new Date("2023-02-08T17:14:33Z"), amount: "0.31", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 82, user_id: 88, asset_id: 151, transaction_date: new Date("2023-03-01T16:51:50Z"), amount: "245.76", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 83, user_id: 95, asset_id: 124, transaction_date: new Date("2023-03-08T14:19:05Z"), amount: "6833.63", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 84, user_id: 59, asset_id: 165, transaction_date: new Date("2023-07-19T12:24:41Z"), amount: "1025.94", transaction_type: "purchase", payment_method: "paypal" },
            { id: 85, user_id: 73, asset_id: 187, transaction_date: new Date("2023-04-14T05:07:52Z"), amount: "58.38", transaction_type: "subscription", payment_method: "paypal" },
            { id: 86, user_id: 47, asset_id: 9, transaction_date: new Date("2023-06-03T18:55:21Z"), amount: "2771.86", transaction_type: "subscription", payment_method: "paypal" },
            { id: 87, user_id: 92, asset_id: 28, transaction_date: new Date("2023-04-18T23:07:25Z"), amount: "884.74", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 88, user_id: 64, asset_id: 101, transaction_date: new Date("2023-11-03T12:21:34Z"), amount: "364.69", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 89, user_id: 68, asset_id: 198, transaction_date: new Date("2023-02-16T18:32:41Z"), amount: "1936.16", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 90, user_id: 28, asset_id: 190, transaction_date: new Date("2023-05-15T19:17:15Z"), amount: "0.95", transaction_type: "purchase", payment_method: "paypal" },
            { id: 91, user_id: 84, asset_id: 151, transaction_date: new Date("2023-01-20T17:51:18Z"), amount: "3922.49", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 92, user_id: 76, asset_id: 123, transaction_date: new Date("2023-06-10T23:00:33Z"), amount: "7560.76", transaction_type: "purchase", payment_method: "paypal" },
            { id: 93, user_id: 10, asset_id: 144, transaction_date: new Date("2023-05-17T18:21:45Z"), amount: "2095.53", transaction_type: "purchase", payment_method: "paypal" },
            { id: 94, user_id: 43, asset_id: 180, transaction_date: new Date("2023-09-29T19:27:34Z"), amount: "844.20", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 95, user_id: 95, asset_id: 54, transaction_date: new Date("2023-09-17T13:35:19Z"), amount: "4145.73", transaction_type: "license", payment_method: "credit_card" },
            { id: 96, user_id: 74, asset_id: 71, transaction_date: new Date("2023-03-27T23:58:28Z"), amount: "4606.07", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 97, user_id: 4, asset_id: 192, transaction_date: new Date("2023-10-23T12:32:17Z"), amount: "9072.58", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 98, user_id: 21, asset_id: 129, transaction_date: new Date("2023-05-31T08:15:19Z"), amount: "2194.04", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 99, user_id: 60, asset_id: 156, transaction_date: new Date("2023-04-27T21:15:30Z"), amount: "46.48", transaction_type: "purchase", payment_method: "paypal" },
            { id: 100, user_id: 54, asset_id: 19, transaction_date: new Date("2023-07-26T17:36:30Z"), amount: "9034.59", transaction_type: "purchase", payment_method: "paypal" },
            { id: 101, user_id: 7, asset_id: 93, transaction_date: new Date("2023-06-27T20:39:17Z"), amount: "1521.60", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 102, user_id: 14, asset_id: 72, transaction_date: new Date("2023-01-19T11:49:01Z"), amount: "359.74", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 103, user_id: 17, asset_id: 172, transaction_date: new Date("2023-06-19T10:26:19Z"), amount: "853.43", transaction_type: "subscription", payment_method: "paypal" },
            { id: 104, user_id: 10, asset_id: 56, transaction_date: new Date("2023-07-13T19:14:15Z"), amount: "55.50", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 105, user_id: 22, asset_id: 62, transaction_date: new Date("2023-06-18T13:58:10Z"), amount: "4384.23", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 106, user_id: 52, asset_id: 55, transaction_date: new Date("2023-11-17T19:43:33Z"), amount: "3524.41", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 107, user_id: 42, asset_id: 69, transaction_date: new Date("2023-03-11T18:51:45Z"), amount: "3780.74", transaction_type: "purchase", payment_method: "paypal" },
            { id: 108, user_id: 26, asset_id: 159, transaction_date: new Date("2023-01-18T23:34:39Z"), amount: "5572.59", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 109, user_id: 11, asset_id: 70, transaction_date: new Date("2023-03-20T12:34:29Z"), amount: "5326.81", transaction_type: "purchase", payment_method: "paypal" },
            { id: 110, user_id: 5, asset_id: 82, transaction_date: new Date("2023-11-24T18:25:16Z"), amount: "8208.59", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 111, user_id: 30, asset_id: 69, transaction_date: new Date("2023-10-20T20:29:19Z"), amount: "1724.97", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 112, user_id: 95, asset_id: 48, transaction_date: new Date("2023-03-22T20:50:20Z"), amount: "8907.63", transaction_type: "subscription", payment_method: "paypal" },
            { id: 113, user_id: 29, asset_id: 177, transaction_date: new Date("2023-12-07T21:26:21Z"), amount: "2370.46", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 114, user_id: 5, asset_id: 46, transaction_date: new Date("2023-09-11T09:49:04Z"), amount: "5390.31", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 115, user_id: 34, asset_id: 52, transaction_date: new Date("2023-12-05T19:18:54Z"), amount: "1986.97", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 116, user_id: 76, asset_id: 93, transaction_date: new Date("2023-06-08T18:21:53Z"), amount: "7698.97", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 117, user_id: 70, asset_id: 45, transaction_date: new Date("2023-10-23T18:45:42Z"), amount: "1301.95", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 118, user_id: 90, asset_id: 16, transaction_date: new Date("2023-05-21T19:20:55Z"), amount: "933.97", transaction_type: "license", payment_method: "credit_card" },
            { id: 119, user_id: 72, asset_id: 9, transaction_date: new Date("2023-08-19T12:49:14Z"), amount: "2.89", transaction_type: "purchase", payment_method: "paypal" },
            { id: 120, user_id: 8, asset_id: 8, transaction_date: new Date("2023-12-14T18:44:26Z"), amount: "766.07", transaction_type: "license", payment_method: "paypal" },
            { id: 121, user_id: 93, asset_id: 10, transaction_date: new Date("2023-03-19T11:53:42Z"), amount: "7768.40", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 122, user_id: 1, asset_id: 67, transaction_date: new Date("2023-11-08T03:32:11Z"), amount: "15.32", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 123, user_id: 44, asset_id: 67, transaction_date: new Date("2023-09-26T08:36:12Z"), amount: "326.94", transaction_type: "purchase", payment_method: "paypal" },
            { id: 124, user_id: 98, asset_id: 65, transaction_date: new Date("2023-06-01T18:37:40Z"), amount: "1331.49", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 125, user_id: 46, asset_id: 134, transaction_date: new Date("2023-10-05T15:26:39Z"), amount: "4207.06", transaction_type: "purchase", payment_method: "paypal" },
            { id: 126, user_id: 24, asset_id: 18, transaction_date: new Date("2023-01-10T07:44:49Z"), amount: "7.25", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 127, user_id: 27, asset_id: 10, transaction_date: new Date("2023-01-01T11:35:03Z"), amount: "253.23", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 128, user_id: 11, asset_id: 14, transaction_date: new Date("2023-07-21T19:08:57Z"), amount: "2033.98", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 129, user_id: 94, asset_id: 17, transaction_date: new Date("2023-06-15T17:14:10Z"), amount: "2968.71", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 130, user_id: 18, asset_id: 4, transaction_date: new Date("2023-06-23T18:19:33Z"), amount: "2.47", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 131, user_id: 27, asset_id: 64, transaction_date: new Date("2023-07-14T10:29:41Z"), amount: "7336.37", transaction_type: "purchase", payment_method: "paypal" },
            { id: 132, user_id: 42, asset_id: 146, transaction_date: new Date("2023-08-25T21:14:47Z"), amount: "5630.77", transaction_type: "subscription", payment_method: "paypal" },
            { id: 133, user_id: 48, asset_id: 71, transaction_date: new Date("2023-11-05T09:52:05Z"), amount: "1509.90", transaction_type: "subscription", payment_method: "paypal" },
            { id: 134, user_id: 35, asset_id: 61, transaction_date: new Date("2023-07-18T17:45:26Z"), amount: "1777.79", transaction_type: "license", payment_method: "credit_card" },
            { id: 135, user_id: 69, asset_id: 155, transaction_date: new Date("2023-03-23T16:14:51Z"), amount: "1241.85", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 136, user_id: 91, asset_id: 151, transaction_date: new Date("2023-07-11T12:25:31Z"), amount: "1694.81", transaction_type: "subscription", payment_method: "paypal" },
            { id: 137, user_id: 35, asset_id: 175, transaction_date: new Date("2023-12-15T15:24:30Z"), amount: "4984.13", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 138, user_id: 14, asset_id: 145, transaction_date: new Date("2023-09-23T16:50:15Z"), amount: "520.89", transaction_type: "license", payment_method: "credit_card" },
            { id: 139, user_id: 2, asset_id: 117, transaction_date: new Date("2023-10-26T18:55:26Z"), amount: "9416.50", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 140, user_id: 66, asset_id: 43, transaction_date: new Date("2023-04-17T14:28:34Z"), amount: "4113.83", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 141, user_id: 82, asset_id: 180, transaction_date: new Date("2023-08-31T10:30:22Z"), amount: "1673.00", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 142, user_id: 83, asset_id: 9, transaction_date: new Date("2023-01-24T14:45:48Z"), amount: "86.45", transaction_type: "purchase", payment_method: "paypal" },
            { id: 143, user_id: 89, asset_id: 144, transaction_date: new Date("2023-11-18T14:28:02Z"), amount: "1349.37", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 144, user_id: 2, asset_id: 109, transaction_date: new Date("2023-04-12T23:34:41Z"), amount: "338.72", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 145, user_id: 23, asset_id: 71, transaction_date: new Date("2023-11-23T10:51:23Z"), amount: "3023.96", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 146, user_id: 79, asset_id: 17, transaction_date: new Date("2023-05-19T22:28:57Z"), amount: "6239.98", transaction_type: "license", payment_method: "credit_card" },
            { id: 147, user_id: 45, asset_id: 42, transaction_date: new Date("2023-09-15T15:44:09Z"), amount: "279.39", transaction_type: "subscription", payment_method: "paypal" },
            { id: 148, user_id: 80, asset_id: 74, transaction_date: new Date("2023-10-13T11:25:00Z"), amount: "4115.30", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 149, user_id: 11, asset_id: 143, transaction_date: new Date("2023-10-15T22:18:30Z"), amount: "7479.52", transaction_type: "purchase", payment_method: "paypal" },
            { id: 150, user_id: 81, asset_id: 119, transaction_date: new Date("2023-10-02T13:22:25Z"), amount: "1013.51", transaction_type: "purchase", payment_method: "paypal" },
            { id: 151, user_id: 82, asset_id: 31, transaction_date: new Date("2023-04-04T21:35:48Z"), amount: "8455.29", transaction_type: "license", payment_method: "paypal" },
            { id: 152, user_id: 52, asset_id: 133, transaction_date: new Date("2023-10-10T13:49:22Z"), amount: "7668.58", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 153, user_id: 19, asset_id: 57, transaction_date: new Date("2023-04-27T20:16:08Z"), amount: "4327.74", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 154, user_id: 72, asset_id: 170, transaction_date: new Date("2023-01-07T23:04:15Z"), amount: "3660.62", transaction_type: "license", payment_method: "credit_card" },
            { id: 155, user_id: 26, asset_id: 53, transaction_date: new Date("2023-11-25T18:36:57Z"), amount: "2.18", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 156, user_id: 58, asset_id: 78, transaction_date: new Date("2023-03-20T12:45:17Z"), amount: "2868.64", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 157, user_id: 19, asset_id: 61, transaction_date: new Date("2023-11-05T00:48:24Z"), amount: "3115.58", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 158, user_id: 84, asset_id: 10, transaction_date: new Date("2023-08-06T19:09:49Z"), amount: "61.34", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 159, user_id: 25, asset_id: 192, transaction_date: new Date("2023-04-01T05:00:17Z"), amount: "4904.34", transaction_type: "license", payment_method: "credit_card" },
            { id: 160, user_id: 4, asset_id: 51, transaction_date: new Date("2023-10-11T17:20:59Z"), amount: "2331.36", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 161, user_id: 48, asset_id: 83, transaction_date: new Date("2023-04-25T13:47:50Z"), amount: "2895.61", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 162, user_id: 26, asset_id: 61, transaction_date: new Date("2023-05-22T23:13:38Z"), amount: "230.79", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 163, user_id: 11, asset_id: 160, transaction_date: new Date("2023-12-19T22:22:01Z"), amount: "2731.97", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 164, user_id: 94, asset_id: 175, transaction_date: new Date("2023-06-24T11:50:53Z"), amount: "4965.49", transaction_type: "license", payment_method: "credit_card" },
            { id: 165, user_id: 87, asset_id: 111, transaction_date: new Date("2023-12-02T17:59:59Z"), amount: "1123.02", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 166, user_id: 36, asset_id: 60, transaction_date: new Date("2023-06-21T05:26:19Z"), amount: "9931.06", transaction_type: "subscription", payment_method: "paypal" },
            { id: 167, user_id: 19, asset_id: 99, transaction_date: new Date("2023-12-23T09:24:07Z"), amount: "4530.68", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 168, user_id: 46, asset_id: 165, transaction_date: new Date("2023-06-06T12:44:13Z"), amount: "6509.58", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 169, user_id: 66, asset_id: 23, transaction_date: new Date("2023-03-08T16:20:36Z"), amount: "7770.74", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 170, user_id: 5, asset_id: 31, transaction_date: new Date("2023-08-28T06:41:26Z"), amount: "2217.29", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 171, user_id: 12, asset_id: 80, transaction_date: new Date("2023-04-13T18:04:16Z"), amount: "9436.08", transaction_type: "purchase", payment_method: "paypal" },
            { id: 172, user_id: 71, asset_id: 165, transaction_date: new Date("2023-02-12T15:07:03Z"), amount: "9684.59", transaction_type: "purchase", payment_method: "paypal" },
            { id: 173, user_id: 36, asset_id: 188, transaction_date: new Date("2023-05-21T13:58:56Z"), amount: "3034.61", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 174, user_id: 51, asset_id: 164, transaction_date: new Date("2023-02-13T16:09:27Z"), amount: "1761.02", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 175, user_id: 25, asset_id: 30, transaction_date: new Date("2023-06-17T08:44:42Z"), amount: "2008.64", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 176, user_id: 56, asset_id: 11, transaction_date: new Date("2023-03-03T11:06:36Z"), amount: "4444.73", transaction_type: "license", payment_method: "paypal" },
            { id: 177, user_id: 14, asset_id: 2, transaction_date: new Date("2023-11-13T19:18:32Z"), amount: "3434.65", transaction_type: "purchase", payment_method: "paypal" },
            { id: 178, user_id: 24, asset_id: 14, transaction_date: new Date("2023-07-31T10:34:02Z"), amount: "9483.67", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 179, user_id: 95, asset_id: 36, transaction_date: new Date("2023-09-18T07:31:30Z"), amount: "1115.47", transaction_type: "purchase", payment_method: "paypal" },
            { id: 180, user_id: 37, asset_id: 43, transaction_date: new Date("2023-02-04T08:24:35Z"), amount: "631.86", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 181, user_id: 47, asset_id: 173, transaction_date: new Date("2023-01-28T15:56:48Z"), amount: "2324.12", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 182, user_id: 51, asset_id: 88, transaction_date: new Date("2023-07-27T20:20:56Z"), amount: "1326.98", transaction_type: "purchase", payment_method: "paypal" },
            { id: 183, user_id: 24, asset_id: 185, transaction_date: new Date("2023-12-28T07:03:33Z"), amount: "8400.01", transaction_type: "purchase", payment_method: "paypal" },
            { id: 184, user_id: 37, asset_id: 51, transaction_date: new Date("2023-01-01T14:22:57Z"), amount: "230.28", transaction_type: "purchase", payment_method: "paypal" },
            { id: 185, user_id: 14, asset_id: 177, transaction_date: new Date("2023-07-11T14:05:57Z"), amount: "5179.65", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 186, user_id: 61, asset_id: 30, transaction_date: new Date("2023-10-31T20:58:20Z"), amount: "3726.68", transaction_type: "purchase", payment_method: "paypal" },
            { id: 187, user_id: 83, asset_id: 62, transaction_date: new Date("2023-05-16T13:23:58Z"), amount: "3250.20", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 188, user_id: 46, asset_id: 110, transaction_date: new Date("2023-09-21T22:07:20Z"), amount: "9403.30", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 189, user_id: 60, asset_id: 178, transaction_date: new Date("2023-09-01T18:20:57Z"), amount: "22.39", transaction_type: "purchase", payment_method: "paypal" },
            { id: 190, user_id: 72, asset_id: 1, transaction_date: new Date("2023-12-09T17:11:48Z"), amount: "1577.29", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 191, user_id: 27, asset_id: 196, transaction_date: new Date("2023-07-28T13:35:56Z"), amount: "3223.62", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 192, user_id: 11, asset_id: 41, transaction_date: new Date("2023-10-13T21:08:16Z"), amount: "2800.17", transaction_type: "purchase", payment_method: "paypal" },
            { id: 193, user_id: 61, asset_id: 77, transaction_date: new Date("2023-02-22T10:11:13Z"), amount: "2760.69", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 194, user_id: 37, asset_id: 141, transaction_date: new Date("2023-04-13T22:07:35Z"), amount: "906.55", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 195, user_id: 36, asset_id: 94, transaction_date: new Date("2023-12-04T10:46:55Z"), amount: "7478.23", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 196, user_id: 21, asset_id: 28, transaction_date: new Date("2023-12-26T11:18:25Z"), amount: "4154.73", transaction_type: "subscription", payment_method: "paypal" },
            { id: 197, user_id: 83, asset_id: 78, transaction_date: new Date("2023-08-04T08:33:28Z"), amount: "1662.24", transaction_type: "subscription", payment_method: "paypal" },
            { id: 198, user_id: 58, asset_id: 152, transaction_date: new Date("2023-10-12T16:50:59Z"), amount: "6361.19", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 199, user_id: 77, asset_id: 72, transaction_date: new Date("2023-03-19T18:13:47Z"), amount: "2205.50", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 200, user_id: 17, asset_id: 1, transaction_date: new Date("2023-09-20T16:27:48Z"), amount: "3078.55", transaction_type: "subscription", payment_method: "paypal" },
            { id: 201, user_id: 32, asset_id: 64, transaction_date: new Date("2023-03-20T21:22:43Z"), amount: "786.02", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 202, user_id: 55, asset_id: 54, transaction_date: new Date("2023-02-05T10:12:30Z"), amount: "8752.16", transaction_type: "purchase", payment_method: "paypal" },
            { id: 203, user_id: 39, asset_id: 53, transaction_date: new Date("2023-04-01T13:30:37Z"), amount: "3455.16", transaction_type: "subscription", payment_method: "paypal" },
            { id: 204, user_id: 43, asset_id: 16, transaction_date: new Date("2023-07-15T11:30:56Z"), amount: "6976.30", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 205, user_id: 68, asset_id: 187, transaction_date: new Date("2023-07-10T08:25:19Z"), amount: "2793.85", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 206, user_id: 17, asset_id: 137, transaction_date: new Date("2023-09-04T10:37:40Z"), amount: "1577.14", transaction_type: "license", payment_method: "paypal" },
            { id: 207, user_id: 59, asset_id: 83, transaction_date: new Date("2023-11-21T23:34:37Z"), amount: "227.50", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 208, user_id: 67, asset_id: 104, transaction_date: new Date("2023-12-05T01:03:51Z"), amount: "7409.05", transaction_type: "subscription", payment_method: "paypal" },
            { id: 209, user_id: 9, asset_id: 102, transaction_date: new Date("2023-01-17T16:39:10Z"), amount: "2680.42", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 210, user_id: 19, asset_id: 114, transaction_date: new Date("2023-08-28T15:23:22Z"), amount: "578.88", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 211, user_id: 10, asset_id: 3, transaction_date: new Date("2023-02-03T20:46:47Z"), amount: "8716.59", transaction_type: "subscription", payment_method: "paypal" },
            { id: 212, user_id: 25, asset_id: 95, transaction_date: new Date("2023-07-10T14:11:01Z"), amount: "3032.11", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 213, user_id: 67, asset_id: 134, transaction_date: new Date("2023-11-05T14:04:12Z"), amount: "718.48", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 214, user_id: 38, asset_id: 58, transaction_date: new Date("2023-02-17T22:51:48Z"), amount: "5029.46", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 215, user_id: 39, asset_id: 47, transaction_date: new Date("2023-08-07T13:16:51Z"), amount: "9824.52", transaction_type: "purchase", payment_method: "paypal" },
            { id: 216, user_id: 55, asset_id: 1, transaction_date: new Date("2023-08-31T12:17:57Z"), amount: "5524.06", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 217, user_id: 81, asset_id: 130, transaction_date: new Date("2023-08-04T21:08:21Z"), amount: "4353.73", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 218, user_id: 41, asset_id: 146, transaction_date: new Date("2023-02-24T07:11:54Z"), amount: "1781.92", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 219, user_id: 44, asset_id: 157, transaction_date: new Date("2023-08-01T17:01:52Z"), amount: "7935.78", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 220, user_id: 63, asset_id: 139, transaction_date: new Date("2023-10-19T19:34:15Z"), amount: "7299.73", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 221, user_id: 80, asset_id: 192, transaction_date: new Date("2023-08-09T09:20:50Z"), amount: "946.55", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 222, user_id: 75, asset_id: 190, transaction_date: new Date("2023-02-14T08:15:33Z"), amount: "3762.46", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 223, user_id: 55, asset_id: 15, transaction_date: new Date("2023-01-27T15:06:12Z"), amount: "778.43", transaction_type: "purchase", payment_method: "paypal" },
            { id: 224, user_id: 31, asset_id: 15, transaction_date: new Date("2023-02-22T18:41:55Z"), amount: "200.67", transaction_type: "license", payment_method: "credit_card" },
            { id: 225, user_id: 89, asset_id: 66, transaction_date: new Date("2023-02-04T04:03:47Z"), amount: "872.92", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 226, user_id: 25, asset_id: 68, transaction_date: new Date("2023-02-13T19:24:35Z"), amount: "9835.49", transaction_type: "purchase", payment_method: "paypal" },
            { id: 227, user_id: 26, asset_id: 90, transaction_date: new Date("2023-08-03T11:59:55Z"), amount: "677.25", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 228, user_id: 7, asset_id: 80, transaction_date: new Date("2023-06-30T19:51:22Z"), amount: "5741.93", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 229, user_id: 100, asset_id: 103, transaction_date: new Date("2023-12-11T18:09:06Z"), amount: "238.95", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 230, user_id: 36, asset_id: 139, transaction_date: new Date("2023-11-30T03:22:38Z"), amount: "4657.59", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 231, user_id: 59, asset_id: 28, transaction_date: new Date("2023-05-31T18:16:24Z"), amount: "2370.85", transaction_type: "purchase", payment_method: "paypal" },
            { id: 232, user_id: 50, asset_id: 169, transaction_date: new Date("2023-04-30T18:56:01Z"), amount: "2316.86", transaction_type: "license", payment_method: "credit_card" },
            { id: 233, user_id: 14, asset_id: 161, transaction_date: new Date("2023-03-14T01:53:21Z"), amount: "6130.15", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 234, user_id: 68, asset_id: 38, transaction_date: new Date("2023-02-17T20:46:03Z"), amount: "350.55", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 235, user_id: 29, asset_id: 175, transaction_date: new Date("2023-07-11T14:35:22Z"), amount: "7.57", transaction_type: "purchase", payment_method: "paypal" },
            { id: 236, user_id: 1, asset_id: 129, transaction_date: new Date("2023-04-30T20:44:27Z"), amount: "7608.64", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 237, user_id: 20, asset_id: 135, transaction_date: new Date("2023-04-19T21:41:37Z"), amount: "7083.97", transaction_type: "purchase", payment_method: "paypal" },
            { id: 238, user_id: 21, asset_id: 91, transaction_date: new Date("2023-06-22T10:06:34Z"), amount: "9893.31", transaction_type: "purchase", payment_method: "paypal" },
            { id: 239, user_id: 19, asset_id: 92, transaction_date: new Date("2023-11-27T21:21:54Z"), amount: "88.62", transaction_type: "subscription", payment_method: "paypal" },
            { id: 240, user_id: 61, asset_id: 25, transaction_date: new Date("2023-07-31T09:27:48Z"), amount: "9677.07", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 241, user_id: 3, asset_id: 113, transaction_date: new Date("2023-02-10T12:29:08Z"), amount: "4701.48", transaction_type: "license", payment_method: "credit_card" },
            { id: 242, user_id: 1, asset_id: 80, transaction_date: new Date("2023-02-25T08:29:37Z"), amount: "40.74", transaction_type: "purchase", payment_method: "paypal" },
            { id: 243, user_id: 92, asset_id: 78, transaction_date: new Date("2023-11-15T18:12:39Z"), amount: "1691.26", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 244, user_id: 96, asset_id: 78, transaction_date: new Date("2023-11-09T13:40:44Z"), amount: "451.55", transaction_type: "purchase", payment_method: "paypal" },
            { id: 245, user_id: 19, asset_id: 149, transaction_date: new Date("2023-11-04T20:46:04Z"), amount: "4608.60", transaction_type: "purchase", payment_method: "paypal" },
            { id: 246, user_id: 18, asset_id: 5, transaction_date: new Date("2023-06-09T16:25:18Z"), amount: "7002.15", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 247, user_id: 53, asset_id: 157, transaction_date: new Date("2023-02-07T10:20:54Z"), amount: "365.27", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 248, user_id: 66, asset_id: 190, transaction_date: new Date("2023-02-22T18:18:37Z"), amount: "1997.72", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 249, user_id: 63, asset_id: 126, transaction_date: new Date("2023-11-06T21:18:54Z"), amount: "3938.82", transaction_type: "subscription", payment_method: "paypal" },
            { id: 250, user_id: 42, asset_id: 71, transaction_date: new Date("2023-11-30T09:07:01Z"), amount: "3148.97", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 251, user_id: 44, asset_id: 58, transaction_date: new Date("2023-07-12T05:15:09Z"), amount: "2170.50", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 252, user_id: 29, asset_id: 178, transaction_date: new Date("2023-10-01T05:41:44Z"), amount: "1135.79", transaction_type: "purchase", payment_method: "paypal" },
            { id: 253, user_id: 78, asset_id: 174, transaction_date: new Date("2023-06-20T19:55:51Z"), amount: "5390.64", transaction_type: "purchase", payment_method: "paypal" },
            { id: 254, user_id: 70, asset_id: 163, transaction_date: new Date("2023-07-12T01:44:59Z"), amount: "1395.39", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 255, user_id: 76, asset_id: 1, transaction_date: new Date("2023-02-02T20:39:43Z"), amount: "7276.84", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 256, user_id: 55, asset_id: 79, transaction_date: new Date("2023-11-01T10:26:48Z"), amount: "9134.85", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 257, user_id: 27, asset_id: 41, transaction_date: new Date("2023-08-16T17:43:08Z"), amount: "3.55", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 258, user_id: 78, asset_id: 15, transaction_date: new Date("2023-05-23T11:40:22Z"), amount: "1871.39", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 259, user_id: 44, asset_id: 24, transaction_date: new Date("2023-05-10T12:31:27Z"), amount: "3007.08", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 260, user_id: 75, asset_id: 179, transaction_date: new Date("2023-05-01T18:39:51Z"), amount: "1796.86", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 261, user_id: 82, asset_id: 94, transaction_date: new Date("2023-01-02T15:19:32Z"), amount: "9727.59", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 262, user_id: 21, asset_id: 185, transaction_date: new Date("2023-02-12T20:25:05Z"), amount: "17.28", transaction_type: "license", payment_method: "credit_card" },
            { id: 263, user_id: 29, asset_id: 64, transaction_date: new Date("2023-03-23T18:23:40Z"), amount: "9320.40", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 264, user_id: 84, asset_id: 144, transaction_date: new Date("2023-01-19T18:01:23Z"), amount: "1766.17", transaction_type: "purchase", payment_method: "paypal" },
            { id: 265, user_id: 29, asset_id: 191, transaction_date: new Date("2023-10-08T22:03:41Z"), amount: "2344.69", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 266, user_id: 29, asset_id: 142, transaction_date: new Date("2023-03-25T21:10:52Z"), amount: "8415.95", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 267, user_id: 67, asset_id: 10, transaction_date: new Date("2023-11-07T12:40:51Z"), amount: "377.27", transaction_type: "license", payment_method: "credit_card" },
            { id: 268, user_id: 67, asset_id: 20, transaction_date: new Date("2023-01-15T18:39:46Z"), amount: "9077.30", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 269, user_id: 71, asset_id: 115, transaction_date: new Date("2023-08-06T19:54:55Z"), amount: "445.18", transaction_type: "purchase", payment_method: "paypal" },
            { id: 270, user_id: 47, asset_id: 24, transaction_date: new Date("2023-01-16T21:50:12Z"), amount: "5901.88", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 271, user_id: 60, asset_id: 108, transaction_date: new Date("2023-06-08T17:41:55Z"), amount: "1668.22", transaction_type: "purchase", payment_method: "paypal" },
            { id: 272, user_id: 12, asset_id: 90, transaction_date: new Date("2023-10-14T20:24:33Z"), amount: "5.20", transaction_type: "subscription", payment_method: "paypal" },
            { id: 273, user_id: 68, asset_id: 111, transaction_date: new Date("2023-03-29T21:31:40Z"), amount: "1444.25", transaction_type: "purchase", payment_method: "paypal" },
            { id: 274, user_id: 21, asset_id: 46, transaction_date: new Date("2023-07-31T18:07:11Z"), amount: "3289.63", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 275, user_id: 51, asset_id: 5, transaction_date: new Date("2023-05-11T15:03:24Z"), amount: "9491.61", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 276, user_id: 36, asset_id: 184, transaction_date: new Date("2023-11-06T15:16:48Z"), amount: "861.94", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 277, user_id: 78, asset_id: 77, transaction_date: new Date("2023-08-28T11:34:50Z"), amount: "45.16", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 278, user_id: 91, asset_id: 128, transaction_date: new Date("2023-01-26T11:37:09Z"), amount: "8210.79", transaction_type: "purchase", payment_method: "bank_transfer" },
            { id: 279, user_id: 36, asset_id: 151, transaction_date: new Date("2023-04-23T15:13:57Z"), amount: "1755.56", transaction_type: "purchase", payment_method: "paypal" },
            { id: 280, user_id: 40, asset_id: 137, transaction_date: new Date("2023-10-07T17:26:45Z"), amount: "4428.32", transaction_type: "subscription", payment_method: "paypal" },
            { id: 281, user_id: 91, asset_id: 198, transaction_date: new Date("2023-02-25T11:15:41Z"), amount: "917.11", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 282, user_id: 77, asset_id: 18, transaction_date: new Date("2023-01-22T18:37:40Z"), amount: "2106.95", transaction_type: "license", payment_method: "bank_transfer" },
            { id: 283, user_id: 69, asset_id: 194, transaction_date: new Date("2023-05-16T12:28:30Z"), amount: "5319.22", transaction_type: "purchase", payment_method: "paypal" },
            { id: 284, user_id: 42, asset_id: 173, transaction_date: new Date("2023-12-05T10:13:27Z"), amount: "1066.07", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 285, user_id: 58, asset_id: 196, transaction_date: new Date("2023-07-23T11:01:44Z"), amount: "472.23", transaction_type: "purchase", payment_method: "paypal" },
            { id: 286, user_id: 62, asset_id: 18, transaction_date: new Date("2023-08-20T09:48:22Z"), amount: "1616.65", transaction_type: "subscription", payment_method: "bank_transfer" },
            { id: 287, user_id: 61, asset_id: 22, transaction_date: new Date("2023-08-19T09:32:34Z"), amount: "179.83", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 288, user_id: 46, asset_id: 38, transaction_date: new Date("2023-03-09T00:47:16Z"), amount: "1511.21", transaction_type: "purchase", payment_method: "paypal" },
            { id: 289, user_id: 89, asset_id: 153, transaction_date: new Date("2023-07-30T18:07:07Z"), amount: "1987.64", transaction_type: "purchase", payment_method: "paypal" },
            { id: 290, user_id: 35, asset_id: 38, transaction_date: new Date("2023-12-13T21:29:48Z"), amount: "4989.85", transaction_type: "license", payment_method: "credit_card" },
            { id: 291, user_id: 25, asset_id: 67, transaction_date: new Date("2023-05-10T07:41:53Z"), amount: "9249.23", transaction_type: "purchase", payment_method: "paypal" },
            { id: 292, user_id: 2, asset_id: 124, transaction_date: new Date("2023-08-01T15:40:23Z"), amount: "146.85", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 293, user_id: 37, asset_id: 86, transaction_date: new Date("2023-10-01T09:34:26Z"), amount: "2665.40", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 294, user_id: 17, asset_id: 159, transaction_date: new Date("2023-02-12T23:41:44Z"), amount: "1313.20", transaction_type: "subscription", payment_method: "credit_card" },
            { id: 295, user_id: 23, asset_id: 103, transaction_date: new Date("2023-08-26T17:45:41Z"), amount: "8673.07", transaction_type: "purchase", payment_method: "credit_card" },
            { id: 296, user_id: 35, asset_id: 183, transaction_date: new Date("2023-03-16T19:57:24Z"), amount: "3005.39", transaction_type: "purchase", payment_method: "paypal" },
            { id: 297, user_id: 27, asset_id: 187, transaction_date: new Date("2023-09-27T01:34:30Z"), amount: "7734.51", transaction_type: "purchase", payment_method: "paypal" },
            { id: 298, user_id: 60, asset_id: 199, transaction_date: new Date("2023-06-03T13:51:02Z"), amount: "3884.79", transaction_type: "license", payment_method: "paypal" },
            { id: 299, user_id: 64, asset_id: 130, transaction_date: new Date("2023-11-16T00:20:41Z"), amount: "1318.31", transaction_type: "purchase", payment_method: "paypal" },
            { id: 300, user_id: 65, asset_id: 128, transaction_date: new Date("2023-01-10T09:49:41Z"), amount: "9431.72", transaction_type: "purchase", payment_method: "credit_card" },
        ],
    });
}

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