{ "metadata": { "db_file": "data/text2sql/bird/databases/superhero/superhero.sqlite", "db_size_bytes": 237568, "table_count": 10, "extracted_at": "2026-02-21T09:13:05.247695" }, "tables": { "alignment": { "name": "alignment", "column_count": 2, "row_count": 4, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 4, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 4, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "alignment", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 4, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 4.25, "common_values": [ { "value": "Neutral", "count": 1 }, { "value": "N/A", "count": 1 }, { "value": "Good", "count": 1 }, { "value": "Bad", "count": 1 } ] } ], "samples": { "id": [ 1, 2, 3, 4 ], "alignment": [ "Good", "Bad", "Neutral", "N/A" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "attribute": { "name": "attribute", "column_count": 2, "row_count": 6, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 6, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 6, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "attribute_name", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 6, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 7.67, "common_values": [ { "value": "Strength", "count": 1 }, { "value": "Speed", "count": 1 }, { "value": "Power", "count": 1 }, { "value": "Intelligence", "count": 1 }, { "value": "Durability", "count": 1 } ] } ], "samples": { "id": [ 1, 2, 3, 4, 5, 6 ], "attribute_name": [ "Intelligence", "Strength", "Speed", "Durability", "Power", "Combat" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "colour": { "name": "colour", "column_count": 2, "row_count": 35, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 35, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 35, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "colour", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 35, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 7.37, "common_values": [ { "value": "Yellow/Red", "count": 1 }, { "value": "Yellow/Blue", "count": 1 }, { "value": "Yellow", "count": 1 }, { "value": "White/Red", "count": 1 }, { "value": "White", "count": 1 } ] } ], "samples": { "id": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 ], "colour": [ "No Colour", "Amber", "Auburn", "Black", "Black/Blue", "Blond", "Blue", "Blue/White", "Brown", "Brown/Black", "Brown/White", "Gold", "Grey", "Green", "Green/Blue", "Hazel", "Indigo", "Magenta", "Orange", "Orange/White", "Pink", "Purple", "Red", "Red/Black", "Red/Grey", "Red/Orange", "Red/White", "Silver", "Strawberry Blond", "Violet", "White", "White/Red", "Yellow", "Yellow/Blue", "Yellow/Red" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "gender": { "name": "gender", "column_count": 2, "row_count": 3, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 3, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 3, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "gender", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 3, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 4.33, "common_values": [ { "value": "N/A", "count": 1 }, { "value": "Male", "count": 1 }, { "value": "Female", "count": 1 } ] } ], "samples": { "id": [ 1, 2, 3 ], "gender": [ "Male", "Female", "N/A" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "publisher": { "name": "publisher", "column_count": 2, "row_count": 25, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 25, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 25, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "publisher_name", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 25, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 11.08, "common_values": [ { "value": "Wildstorm", "count": 1 }, { "value": "Universal Studios", "count": 1 }, { "value": "Titan Books", "count": 1 }, { "value": "Team Epic TV", "count": 1 }, { "value": "SyFy", "count": 1 } ] } ], "samples": { "id": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 ], "publisher_name": [ "", "ABC Studios", "Dark Horse Comics", "DC Comics", "George Lucas", "Hanna-Barbera", "HarperCollins", "Icon Comics", "IDW Publishing", "Image Comics", "J. K. Rowling", "J. R. R. Tolkien", "Marvel Comics", "Microsoft", "NBC - Heroes", "Rebellion", "Shueisha", "Sony Pictures", "South Park", "Star Trek", "SyFy", "Team Epic TV", "Titan Books", "Universal Studios", "Wildstorm" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "race": { "name": "race", "column_count": 2, "row_count": 61, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 61, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 61, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "race", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 61, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 9.11, "common_values": [ { "value": "Zombie", "count": 1 }, { "value": "Zen-Whoberian", "count": 1 }, { "value": "Yoda's species", "count": 1 }, { "value": "Yautja", "count": 1 }, { "value": "Xenomorph XX121", "count": 1 } ] } ], "samples": { "id": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61 ], "race": [ "-", "Alien", "Alpha", "Amazon", "Android", "Animal", "Asgardian", "Atlantean", "Bizarro", "Bolovaxian", "Clone", "Cosmic Entity", "Cyborg", "Czarnian", "Dathomirian Zabrak", "Demi-God", "Demon", "Eternal", "Flora Colossus", "Frost Giant", "God / Eternal", "Gorilla", "Gungan", "Human", "Human / Altered", "Human / Clone", "Human / Cosmic", "Human / Radiation", "Human-Kree", "Human-Spartoi", "Human-Vulcan", "Human-Vuldarian", "Icthyo Sapien", "Inhuman", "Kakarantharaian", "Korugaran", "Kryptonian", "Luphomoid", "Maiar", "Martian", "Metahuman", "Mutant", "Mutant / Clone", "New God", "Neyaphem", "Parademon", "Planet", "Rodian", "Saiyan", "Spartoi", "Strontian", "Symbiote", "Talokite", "Tamaranean", "Ungaran", "Vampire", "Xenomorph XX121", "Yautja", "Yoda's species", "Zen-Whoberian", "Zombie" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "superhero": { "name": "superhero", "column_count": 12, "row_count": 750, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 750, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 756, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" }, { "name": "superhero_name", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 743, "null_count": 0, "nullability": 0.0, "cardinality": 0.9907, "avg_length": 9.18 }, { "name": "full_name", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 483, "null_count": 122, "nullability": 0.1627, "cardinality": 0.644, "avg_length": 12.32 }, { "name": "gender_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 3, "null_count": 0, "nullability": 0.0, "cardinality": 0.004, "min": 1, "max": 3, "is_foreign_key": true, "fk_origin": "db", "references_table": "gender", "references_column": "id" }, { "name": "eye_colour_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 21, "null_count": 0, "nullability": 0.0, "cardinality": 0.028, "min": 1, "max": 35, "is_foreign_key": true, "fk_origin": "db", "references_table": "colour", "references_column": "id" }, { "name": "hair_colour_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 26, "null_count": 0, "nullability": 0.0, "cardinality": 0.0347, "min": 1, "max": 33, "is_foreign_key": true, "fk_origin": "db", "references_table": "colour", "references_column": "id" }, { "name": "skin_colour_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 16, "null_count": 0, "nullability": 0.0, "cardinality": 0.0213, "min": 1, "max": 33, "is_foreign_key": true, "fk_origin": "db", "references_table": "colour", "references_column": "id" }, { "name": "race_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 61, "null_count": 4, "nullability": 0.0053, "cardinality": 0.0813, "min": 1, "max": 61, "is_foreign_key": true, "fk_origin": "db", "references_table": "race", "references_column": "id" }, { "name": "publisher_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 25, "null_count": 3, "nullability": 0.004, "cardinality": 0.0333, "min": 1, "max": 25, "is_foreign_key": true, "fk_origin": "db", "references_table": "publisher", "references_column": "id" }, { "name": "alignment_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 3, "null_count": 6, "nullability": 0.008, "cardinality": 0.004, "min": 1, "max": 3, "is_foreign_key": true, "fk_origin": "db", "references_table": "alignment", "references_column": "id" }, { "name": "height_cm", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 55, "null_count": 58, "nullability": 0.0773, "cardinality": 0.0733, "min": 0, "max": 30480 }, { "name": "weight_kg", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 140, "null_count": 64, "nullability": 0.0853, "cardinality": 0.1867, "min": 0, "max": 90000000 } ], "samples": { "id": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 640, 641, 642, 643, 644, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756 ], "superhero_name": [ "3-D Man", "A-Bomb", "Abe Sapien", "Abin Sur", "Abomination", "Abraxas", "Absorbing Man", "Adam Monroe", "Adam Strange", "Agent 13", "Agent Bob", "Agent Zero", "Air-Walker", "Ajax", "Alan Scott", "Alex Mercer", "Alex Woolsly", "Alfred Pennyworth", "Alien", "Allan Quatermain", "Amazo", "Ammo", "Ando Masahashi", "Angel", "Angel", "Angel Dust", "Angel Salvadore", "Angela", "Animal Man", "Annihilus", "Ant-Man", "Ant-Man II", "Anti-Monitor", "Anti-Spawn", "Anti-Venom", "Apocalypse", "Aquababy", "Aqualad", "Aquaman", "Arachne", "Archangel", "Arclight", "Ardina", "Ares", "Ares", "Ariel", "Armor", "Arsenal", "Astro Boy", "Atlas", "Atlas", "Atlas", "Atlas", "Atom", "Atom Girl", "Atom II", "Atom III", "Atom IV", "Aurora", "Azazel", "Azrael", "Aztar", "Bananaman", "Bane", "Banshee", "Bantam", "Batgirl", "Batgirl II", "Batgirl III", "Batgirl IV", "Batgirl V", "Batgirl VI", "Batman", "Batman II", "Batman III", "Battlestar", "Batwoman V", "Beak", "Beast", "Beast Boy", "Beetle", "Ben 10", "Beta Ray Bill", "Beyonder", "Bi-Beast", "Big Barda", "Big Daddy", "Big Man", "Bill Harken", "Billy Kincaid", "Binary", "Bionic Woman", "Bird-Brain", "Bird-Man", "Bird-Man II", "Birdman", "Bishop", "Bizarro", "Black Abbott", "Black Adam", "Black Bolt", "Black Canary", "Black Canary II", "Black Cat", "Black Flash", "Black Goliath", "Black Knight III", "Black Lightning", "Black Mamba", "Black Manta", "Black Panther", "Black Widow", "Black Widow II", "Blackout", "Blackwing", "Blackwulf", "Blade", "Blaquesmith", "Bling!", "Blink", "Blizzard", "Blizzard II", "Blob", "Bloodaxe", "Bloodhawk", "Bloodwraith", "Blue Beetle", "Blue Beetle II", "Blue Beetle III", "Boba Fett", "Bolt", "Bomb Queen", "Boom-Boom", "Boomer", "Booster Gold", "Box", "Box III", "Box IV", "Brainiac", "Brainiac 5", "Brother Voodoo", "Brundlefly", "Buffy", "Bullseye", "Bumblebee", "Bumbleboy", "Bushido", "Cable", "Callisto", "Cameron Hicks", "Cannonball", "Captain America", "Captain Atom", "Captain Britain", "Captain Cold", "Captain Epic", "Captain Hindsight", "Captain Mar-vell", "Captain Marvel", "Captain Marvel", "Captain Marvel II", "Captain Midnight", "Captain Planet", "Captain Universe", "Carnage", "Cat", "Cat II", "Catwoman", "Cecilia Reyes", "Century", "Cerebra", "Chamber", "Chameleon", "Chameleon", "Changeling", "Cheetah", "Cheetah II", "Cheetah III", "Chewbacca", "Chromos", "Chuck Norris", "Citizen Steel", "Claire Bennet", "Clea", "Cloak", "Clock King", "Cogliostro", "Colin Wagner", "Colossal Boy", "Colossus", "Copycat", "Corsair", "Cottonmouth", "Crimson Crusader", "Crimson Dynamo", "Crystal", "Curse", "Cy-Gor", "Cyborg", "Cyborg Superman", "Cyclops", "Cypher", "Dagger", "Danny Cooper", "Daphne Powell", "Daredevil", "Darkhawk", "Darkman", "Darkseid", "Darkside", "Darkstar", "Darth Maul", "Darth Vader", "Dash", "Data", "Dazzler", "Deadman", "Deadpool", "Deadshot", "Deathlok", "Deathstroke", "Demogoblin", "Destroyer", "Diamondback", "DL Hawkins", "Doc Samson", "Doctor Doom", "Doctor Doom II", "Doctor Fate", "Doctor Octopus", "Doctor Strange", "Domino", "Donatello", "Donna Troy", "Doomsday", "Doppelganger", "Dormammu", "Dr Manhattan", "Drax the Destroyer", "Ego", "Elastigirl", "Electro", "Elektra", "Elle Bishop", "Elongated Man", "Emma Frost", "Enchantress", "Energy", "ERG-1", "Ethan Hunt", "Etrigan", "Evil Deadpool", "Evilhawk", "Exodus", "Fabian Cortez", "Falcon", "Fallen One II", "Faora", "Feral", "Fighting Spirit", "Fin Fang Foom", "Firebird", "Firelord", "Firestar", "Firestorm", "Firestorm II", "Fixer", "Flash", "Flash Gordon", "Flash II", "Flash III", "Flash IV", "Forge", "Franklin Richards", "Franklin Storm", "Frenzy", "Frigga", "Galactus", "Gambit", "Gamora", "Garbage Man", "Gary Bell", "General Zod", "Genesis", "Ghost Rider", "Ghost Rider II", "Giant-Man", "Giant-Man II", "Giganta", "Gladiator", "Goblin Queen", "Godzilla", "Gog", "Goku", "Goliath", "Goliath IV", "Gorilla Grodd", "Granny Goodness", "Gravity", "Greedo", "Green Arrow", "Green Goblin", "Green Goblin II", "Green Goblin III", "Green Goblin IV", "Green Lantern", "Green Lantern II", "Green Lantern III", "Green Lantern IV", "Green Lantern V", "Groot", "Guardian", "Guy Gardner", "Hal Jordan", "Han Solo", "Hancock", "Harley Quinn", "Harry Potter", "Havok", "Hawk", "Hawkeye", "Hawkeye II", "Hawkgirl", "Hawkman", "Hawkwoman", "Hawkwoman II", "Hawkwoman III", "He-Man", "Heat Wave", "Hela", "Hellboy", "Hellcat", "Hellstorm", "Hercules", "Hiro Nakamura", "Hit-Girl", "Hobgoblin", "Hollow", "Hope Summers", "Howard the Duck", "Hulk", "Human Torch", "Huntress", "Husk", "Hybrid", "Hydro-Man", "Hyperion", "Iceman", "Impulse", "Indiana Jones", "Indigo", "Ink", "Invisible Woman", "Iron Fist", "Iron Man", "Iron Monger", "Isis", "Jack Bauer", "Jack of Hearts", "Jack-Jack", "James Bond", "James Bond (Craig)", "James T. Kirk", "Jar Jar Binks", "Jason Bourne", "Jason Voorhees", "Jean Grey", "Jean-Luc Picard", "Jennifer Kale", "Jesse Quick", "Jessica Cruz", "Jessica Jones", "Jessica Sanders", "Jigsaw", "Jim Powell", "JJ Powell", "Johann Krauss", "John Constantine", "John Stewart", "John Wraith", "Joker", "Jolt", "Jubilee", "Judge Dredd", "Juggernaut", "Junkpile", "Justice", "Jyn Erso", "K-2SO", "Kang", "Karate Kid", "Kathryn Janeway", "Katniss Everdeen", "Kevin 11", "Kick-Ass", "Kid Flash", "Kid Flash II", "Killer Croc", "Killer Frost", "Kilowog", "King Kong", "King Shark", "Kingpin", "Klaw", "Kool-Aid Man", "Kratos", "Kraven II", "Kraven the Hunter", "Krypto", "Kyle Rayner", "Kylo Ren", "Lady Bullseye", "Lady Deathstrike", "Leader", "Leech", "Legion", "Leonardo", "Lex Luthor", "Light Lass", "Lightning Lad", "Lightning Lord", "Living Brain", "Living Tribunal", "Liz Sherman", "Lizard", "Lobo", "Loki", "Longshot", "Lucifer Morningstar", "Luke Cage", "Luke Campbell", "Luke Skywalker", "Luna", "Lyja", "Mach-IV", "Machine Man", "Magneto", "Magog", "Magus", "Man of Miracles", "Man-Bat", "Man-Thing", "Man-Wolf", "Mandarin", "Mantis", "Martian Manhunter", "Marvel Girl", "Master Brood", "Master Chief", "Match", "Matt Parkman", "Maverick", "Maxima", "Maya Herrera", "Medusa", "Meltdown", "Mephisto", "Mera", "Metallo", "Metamorpho", "Meteorite", "Metron", "Micah Sanders", "Michelangelo", "Micro Lad", "Mimic", "Minna Murray", "Misfit", "Miss Martian", "Mister Fantastic", "Mister Freeze", "Mister Knife", "Mister Mxyzptlk", "Mister Sinister", "Mister Zsasz", "Mockingbird", "MODOK", "Mogo", "Mohinder Suresh", "Molecule Man", "Moloch", "Molten Man", "Monarch", "Monica Dawson", "Moon Knight", "Moonstone", "Morlun", "Morph", "Moses Magnum", "Mr Immortal", "Mr Incredible", "Ms Marvel II", "Multiple Man", "Mysterio", "Mystique", "Namor", "Namora", "Namorita", "Naruto Uzumaki", "Nathan Petrelli", "Nebula", "Negasonic Teenage Warhead", "Nick Fury", "Nightcrawler", "Nightwing", "Niki Sanders", "Nina Theroux", "Nite Owl II", "Northstar", "Nova", "Odin", "Offspring", "Omega Red", "Omniscient", "One Punch Man", "One-Above-All", "Onslaught", "Oracle", "Osiris", "Overtkill", "Ozymandias", "Parademon", "Paul Blart", "Penance", "Penance I", "Penance II", "Penguin", "Peter Petrelli", "Phantom", "Phantom Girl", "Phantom Stranger", "Phoenix", "Plantman", "Plastic Lad", "Plastic Man", "Plastique", "Poison Ivy", "Polaris", "Power Girl", "Power Man", "Predator", "Professor X", "Professor Zoom", "Proto-Goblin", "Psylocke", "Punisher", "Purple Man", "Pyro", "Q", "Quake", "Quantum", "Question", "Quicksilver", "Quill", "Ra's Al Ghul", "Rachel Pirzad", "Rambo", "Raphael", "Raven", "Ray", "Razor-Fist II", "Red Arrow", "Red Hood", "Red Hulk", "Red Mist", "Red Robin", "Red Skull", "Red Tornado", "Redeemer II", "Redeemer III", "Renata Soliz", "Rey", "Rhino", "Rick Flag", "Riddler", "Rip Hunter", "Ripcord", "Robin", "Robin II", "Robin III", "Robin V", "Robin VI", "Robocop", "Rocket Raccoon", "Rogue", "Ronin", "Rorschach", "Sabretooth", "Sage", "Sandman", "Sasquatch", "Saturn Girl", "Sauron", "Savage Dragon", "Scarecrow", "Scarlet Spider", "Scarlet Spider II", "Scarlet Witch", "Scorpia", "Scorpion", "Sebastian Shaw", "Sentry", "Shadow King", "Shadow Lass", "Shadowcat", "Shang-Chi", "Shatterstar", "Shazam", "She-Hulk", "She-Ra", "She-Thing", "Shocker", "Shriek", "Shrinking Violet", "Sif", "Silk", "Silk Spectre", "Silk Spectre II", "Silver Surfer", "Silverclaw", "Simon Baz", "Sinestro", "Siren", "Siren II", "Siryn", "Skaar", "Snake-Eyes", "Snowbird", "Sobek", "Solomon Grundy", "Songbird", "Space Ghost", "Spawn", "Spectre", "Speedball", "Speedy", "Spider-Carnage", "Spider-Girl", "Spider-Gwen", "Spider-Man", "Spider-Woman", "Spider-Woman II", "Spider-Woman III", "Spider-Woman IV", "Spock", "Spyke", "Stacy X", "Star-Lord", "Stardust", "Starfire", "Stargirl", "Static", "Steel", "Stephanie Powell", "Steppenwolf", "Storm", "Stormtrooper", "Sunspot", "Superboy", "Superboy-Prime", "Supergirl", "Superman", "Surtur", "Swamp Thing", "Swarm", "Sylar", "Synch", "T-1000", "T-800", "T-850", "T-X", "Taskmaster", "Tempest", "Thanos", "Thanos (Infinity Gauntlet)", "The Cape", "The Comedian", "The Presence", "Thing", "Thor", "Thor Girl", "Thunderbird", "Thunderbird II", "Thunderbird III", "Thunderstrike", "Thundra", "Tiger Shark", "Tigra", "Tinkerer", "Titan", "Toad", "Toxin", "Tracy Strauss", "Trickster", "Trigon", "Triplicate Girl", "Triton", "Two-Face", "Ultragirl", "Ultron", "Utgard-Loki", "Vagabond", "Valerie Hart", "Valkyrie", "Vanisher", "Vegeta", "Venom", "Venom II", "Venom III", "Venompool", "Vertigo II", "Vibe", "Vindicator", "Violator", "Violet Parr", "Vision", "Vision II", "Vixen", "Vulcan", "Vulture", "Walrus", "War Machine", "Warbird", "Warlock", "Warp", "Warpath", "Wasp", "Watcher", "Weapon XI", "White Canary", "White Queen", "Wildfire", "Winter Soldier", "Wiz Kid", "Wolfsbane", "Wolverine", "Wonder Girl", "Wonder Man", "Wonder Woman", "Wondra", "Wyatt Wingfoot", "X-23", "X-Man", "Yellow Claw", "Yellowjacket", "Yellowjacket II", "Ymir", "Yoda", "Zatanna", "Zoom" ], "full_name": [ "Charles Chandler", "Richard Milhouse Jones", "Abraham Sapien", "-", "Emil Blonsky", "Abraxas", null, "-", "Adam Strange", "Sharon Carter", "Bob", "Christoph Nord", "Gabriel Lan", null, null, "Alexander J. Mercer", "Alex Woolsly", "Alfred Thaddeus Crane Pennyworth", "Xenomorph", null, "-", "-", "Ando Masahashi", "Liam", "Liam", "Christina", "Angel Salvadore Bohusk", "-", "Bernhard Baker", "Annihilus", "Henry Jonathan Pym", "Scott Lang", null, "Jason Wynn", "Edward Charles Allan Brock", "En Sabah Nur", "Arthur Curry, Jr.", "Garth", "Orin", "Julia Carpenter", "Warren Kenneth Worthington III", "Philippa Sontag", "-", "-", "-", "Ariel", "Hisako Ichiki", "Roy William Harper, Jr.", null, "-", "-", "Erik Stephan Josten", "Erik Stephan Josten", "Albert Pratt", "Salu Digby", "Raymond Palmer", null, "Ryan Choi", "Jeanne-Marie Beaubier", "-", "Michael Washington Lane", "Aztar", "-", "-", "Sean Cassidy", "Roberto Velasquez", "Mary Elizabeth Kane", "Barbara Gordon", "Helena Rosa Bertinelli", "Cassandra Cain", null, "Stephanie Brown", "Bruce Wayne", "Richard John Grayson", "Terrence McGinnis", "Lemar Hoskins", null, null, "Henry Philip McCoy", "Garfield Mark Logan", "-", "Benjamin Kirby Tennyson", "Beta Ray Bill (translation of his Korbinite name)", "-", "-", "Barda Free", "Damon Macready", "Frederick Foswell", "-", null, "Carol Susan Jane Danvers", "Jamie Wells Sommers", "-", null, null, "Ray Randal", "Lucas Bishop", "Bizarro", null, "Teth-Adam", "Blackagar Boltagon", "Dinah Drake Lance", "Dinah Laurel Lance", "Felicia Hardy", "-", null, "Dane Whitman", "Jefferson Pierce", "Tanya Sealy", "-", "T'Challa", null, "Yelena Belova", "-", "Joseph Manfredi", "Lucian", "Eric Brooks", null, null, "Clarice Ferguson", "-", "Donald Gill", "Frederick J. Dukes", "Jackie Lukus", "Lemuel Krug", "Sean Dolan", "Daniel Garrett", "Theodore Kord", "Jaime Reyes", "-", null, "-", "Tabitha Smith", null, "Michael Jon Carter", null, null, "Madison Jeffries", "Vril Dox", "Querl Dox", "Jericho Drumm", "Sethaniel Brundle", "Buffy Anne Summers", "Lester", "Karen Beecher-Duncan", null, "Ryuko Orsono", "Nathan Christopher Charles Summers Dayspring", "Callisto", "-", null, "Steven Grant Rogers", "Nathaniel Christopher Adam", "Brian Braddock", "Leonard Snart", "-", "Jack Brolin", "Mar-Vell", null, null, "Frederick Christopher Freeman", null, "-", "-", null, "Shirlee Bryant", null, "Selina Kyle", null, "-", "Shakti Haddad", "Jonothon Evan Starsmore", "Dmitri Anatoly Nikolayevich Smerdyakov", "Dmitri Anatoly Nikolayevich Smerdyakov", "Kevin Sidney", "Priscilla Rich", "Deborah Domaine", "Barbara Ann Minerva", "-", null, null, "Nathaniel Heywood", "Claire Bennet", "Clea", "Tyrone Johnson", "William Tockman", "Cain", null, null, "Piotr Nikolaievitch Rasputin", "Vanessa Carlysle", "Christopher Summers", "Burchell Clemens", "Rory Destine", "Anton Vanko", "Crystallia Amaquelin Maximoff", null, "-", "Victor Stone", "Henry Henshaw", "Scott Summers", "Douglas Aaron Ramsey", "Tandy Bowen", null, "Daphne Powell", null, "Christopher Powell", "Peyton Westlake", "Uxas", null, "Laynia Petrovna", "-", "Anakin Skywalker", "Dashiell Robert Parr", "-", "Alison Blaire", "Boston Brand", null, "Floyd Lawton", "Luther Manning", "Slade Joseph Wilson", "-", "-", "Willis Stryker", "Daniel Lawrence Hawkins", "Leonard Samson", "Victor von Doom", "Kristoff Vernard", "Kent Nelson", "Otto Octavius", "Stephen Vincent Strange", "Neena Thurman", "-", "Donna Hinckley Stacey Troy", "Doomsday", "-", "Dormammu", "Jonathan Osterman", "Arthur Sampson Douglas", "Ego", "Helen Parr", "Maxwell Dillon", "Elektra Natchios", "-", "Ralph Dibny", "Emma Frost", "-", "-", null, null, "Jason Blood", "-", "Dargin Bokk", "Bennet du Paris", null, "Samuel Thomas Wilson", "-", "Faora Hu-Ul", "Maria Callasantos", null, "-", "Bonita Juarez", "Pyreus Kril", "Angelica Jones", "Jason Rusch", "Ronald Raymond", "Paul Norbert Ebersol", "Jason Peter Garrick", null, "Bartholomew Henry Allen", "Wallace Rudolph West", "Bartholomew Allen II", "-", "Franklin Benjamin Richards", "Dr. Franklin Storm", "Joanna Cargill", "Frigga", null, "Remy Etienne LeBeau", "Gamora Zen Whoberi Ben Titan", "Richard Ethan Morse", "Gary Bell", "Dru-Zod", "Tyler Dayspring", null, "Daniel Ketch", "Henry Jonathan Pym", null, "Doris Zuel", "Kallark", "Madelyne Jennifer Pryor", "-", "-", "Kakarot", null, null, "Grodd", "-", "Greg Willis", "-", "Oliver Jonas Queen", null, "Harold Osborn", null, "Phillip Benjamin Urich", "Alan Ladd Wellington Scott", "Guy Darrin Gardner", "John Stewart", "-", "Jessica Viviana Cruz", "Groot", "Dr. James McDonald Hudson", null, null, "Han Solo", "John Hancock", "Harleen Francis Quinzel", "-", null, "Henry Hall", "Clinton Francis Barton", "Katherine Elizabeth Bishop", null, "Carter Hall", "Shayera Hol", "Sharon Parker", "Shayera Thal", "-", "Mick Rory", "-", "Anung Un Rama", null, "Daimon Hellstrom", "Heracles", "Hiro Nakamura", "Mindy McCready", "Roderick Kingsley", "Monet St. Croix", "Hope Summers", "Howard (Last name unrevealed)", "Robert Bruce Banner", "Jonathan Lowell Spencer Storm", "Helena Rosa Bertinelli", "Paige Elisabeth Guthrie", null, "Morris Bench", "-", "Robert Louis Drake", "Bartholomew Allen II", "Henry Walton Jones Jr.", "-", "Eric Gitter", null, "Daniel Thomas Rand-K'ai", "Anthony Edward Stark", "Obadiah Stane", "Adrianna Tomaz", null, "Jonathan Hart", "Jac-jack Parr", null, "James Bond", "James Tiberius Kirk", "-", null, "-", "Jean Grey-Summers", "-", "Jennifer Kale", "Jessica Belle Chambers", null, null, null, "Billy Russo", "Jim Powell", "JJ Powell", null, "John Constantine", null, "John Wraith", "Jack Napier", "Helen Takahama", "Jubilation Lee", "Joseph Dredd", "Cain Marko", "-", "Vance Astrovik", "-", null, "Nathaniel Richards", "-", "Kathryn M. Janeway", "-", "Kevin Ethan Levin", "Dave Lizewski", "Wallace Rudolph West", "Bartholomew Allen II", "Waylon Jones", "-", null, "-", "-", "Wilson Grant Fisk", "Ulysses Klaw", null, "-", "Alyosha Kravinoff", null, "Krypto the Superdog", null, "-", "-", "Yuriko Oyama", "Samuel Sterns", "-", null, "-", "Alexander 'Lex' Joseph Luthor", "Ayla Ranzz", "Garth Ranzz", "Mekt Ranzz", "-", "-", "Elizabeth Anne Sherman", "Curtis Connors", "-", "Loki Laufeyson", "-", "-", "Luke Cage", null, "Luke Skywalker", "Luna Maximoff", "Lyja", "Abner Jenkins", "X-51, Aaron Stack", "Erik Magnus Lensherr", "David Reid", "-", "-", "Robert Kirkland Langstrom", "Dr. Theodore Sallis", "John Jameson", "Khan", "-", "J'onn J'onzz", "Rachel Anne Summers", null, "John-117", "Kent Connor", "Matthew Parkman", "Christopher Bradley", "-", "Maya Herrera", "Medusalith Amaquelin Boltagon", "Tabitha Smith", "-", "-", "John Corben", "Rex Mason", null, "Metron", "Micah Sanders", "-", "Gim Allon", "Calvin Montgomery Rankin", null, "Charlotte Gage-Radcliffe", "M'gann M'orzz", "Reed Richards", "Victor Fries", "-", "Mr. Mxyzptlk", "Dr. Nathaniel Essex", "Victor Zsasz", "Barbara Morse", "-", "Mogo", null, "-", "Edgar William Jacobi", "Mark Raxton", "Nathaniel Christopher Adam", "Monica Dawson", "Marc Spector", "Dr. Karla Sofen", "Morlun", "Kevin Sydney", "Moses Magnum", "-", "Robert Parr", "Sharon Ventura", "James Arthur", "Quentin Beck", "Raven Darkholme", null, "Aquaria Nautica Neptunia", "Namorita Prentiss", "-", null, "-", "-", "Nicholas Joseph Fury", "Kurt Wagner", "Richard John Grayson", "Nicole Sanders", "-", "Daniel Dreiberg", "Jean-Paul Beaubier", "Richard Rider", "-", "Luke O'Brian", "Arkady Gregorivich", null, "-", "-", "Onslaught", "Barbara Gordon", "Amon Tomaz", null, "Adrian Alexander Veidt", "-", "-", null, null, "Robert Baldwin", "Oswald Chesterfield Cobblepot", "Peter Petrelli", "Christopher Walker", "Tinya Wazzo", "-", "Jean Grey-Summers", "-", null, "Patrick O'Brian", "Bette Sans Souci", "Pamela Lillian Isley", "Lorna Sally Dane", "Kara Zor-L", "-", "Yautja", "Charles Francis Xavier", "Eobard Thawne", "Nels Van Adder", "Elizabeth Braddock", "Francis Castiglione", "Zebediah Killgrave", "St. John Allerdyce", "-", "Daisy Louise Johnson", null, "Charles Victor Szasz", "Pietro Django Maximoff", "Maxwell Jordan", "Ra's Al Ghul", "-", null, "-", "Rachel Roth", "Raymond C. Terrill", "Douglas Scott", null, "Jason Peter Todd", "Thaddeus E. Ross", "Chris Genovese", "Timothy Jackson Drake", "Johann Shmidt", null, null, null, null, "-", "Aleksei Mikhailovich Sytsevich", "Richard Rogers Flag", "Edward Nigma", "-", null, "Richard John Grayson", "Jason Peter Todd", "Timothy Jackson Drake", "Damian Wayne", "Carrie Kelley", "Alexander James Murphy", "Rocket Raccoon", "Anna Marie", null, "Walter Joseph Kovacs", "Victor Creed", "Tessa", "-", "Walter Langkowski", "Imra Ardeen-Ranzz", "-", "Kurr", "Jonathan Crane", "Benjamin Reilly", "Kaine Parker", "Wanda Maximoff", "Elaine Coll", "MacDonald Gargan", "Sebastian Hiram Shaw", "Robert Reynolds", "Amahl Farouk", "-", "Katherine Pryde", "Shang-Chi", "Gaveedra Seven", "William Joseph Batson", "Jennifer Walters", "-", "Sharon Ventura", "Herman Schultz", "Frances Louise Barrison", null, "Sif", "-", null, "Laurie Juspeczyk", "Norrin Radd", "Maria de Guadalupe Santiago", null, "Thaal Sinestro", "Hila", null, "Theresa Rourke Cassidy", "-", null, "Narya", "Yurrd the Unknown", "Cyrus Gold", "Melissa Joan Gold", "Thaddeus Bach", "Al Simmons", "-", null, "Thea Dearden Queen", "Benjamin Reilly", "May 'Mayday' Parker", "Gwendolyne Stacy", "Peter Benjamin Parker", "Jessica Drew", null, "Martha Franklin", null, "-", null, null, "Peter Jason Quill", "-", "Koriand'r", "Courtney Whitmore", "Virgil Ovid Hawkins", "John Henry Irons", "Stephanie Powell", "-", "Ororo Munroe", "-", "Roberto DaCosta", "Kon-El / Conner Kent", "Kal-El", "Kara Zor-El", "Clark Joseph Kent (Kal-El)", "-", "Alec Holland", "Fritz von Meyer", "Gabriel Gray", "Everett Thomas", "Cyberdyne Systems Series 1000 Terminator", "Cyberdyne Systems Series 800 Terminator Model 101", "Cyberdyne Systems Series 850 Terminator", "Cyberdyne Systems Series X Terminator", "-", "Angel Salvadore Bohusk", "Thanos", "-", null, "Edward Morgen Blake", "-", "Benjamin Jacob Grimm", "Thor Odinson", "Tarene", "John Proudstar", null, null, "Eric Kevin Masterson", "Thundra", "Todd Arliss", "Greer Grant Nelson", "Phineas Mason", null, "Mortimer Toynbee", null, "Tracy Strauss", null, "-", "Luornu Durgo", "-", "Harvey Dent", "Tsu-Zana", null, "-", null, null, "Brunnhilde", "-", "-", "Edward Charles Allan Brock", "Angelo Fortunato", "MacDonald Gargan", "-", null, "Francisco Paco Ramon", "Heather McNeil Hudson", "-", "Violet Parr", null, null, "Mari Jiwe McCabe", "Gabriel Summers", "Adrian Toomes", "Hubert Carpent", "James Rupert Rhodes", null, "Adam Warlock", "Emil LaSalle", "James Proudstar", "Janet Van Dyne", "Uatu", "Weapon XI", "-", "Emma Grace Frost", "Drake Burroughs", null, null, "Rahne Sinclair", "James Howlett", "Cassandra Elizabeth Sandsmark", "Simon Williams", "Diana of Themyscira", null, "Wyatt Wingfoot", "Laura Kinney", "Nate Grey", null, null, "Rita DeMara", "Ymir", "Yoda", null, "Hunter Zolomon" ], "gender_id": [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 1, 1, 3, 2, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 3, 3, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 2, 2, 2, 3, 1, 2, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 2, 1, 2, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 3, 2, 1, 2, 2, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 2, 3, 2, 1, 2, 3, 2, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 3, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 2, 1, 2, 3, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 2, 2, 2, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 3, 1, 3, 2, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 3, 2, 2, 1, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2, 1, 2, 2, 1, 2, 2, 2, 2, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 3, 2, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 3, 2, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 1 ], "eye_colour_id": [ 9, 33, 7, 7, 14, 7, 7, 7, 7, 7, 9, 1, 7, 9, 7, 1, 1, 7, 1, 1, 23, 9, 1, 1, 7, 33, 9, 1, 7, 14, 7, 7, 33, 1, 7, 23, 7, 7, 7, 7, 7, 30, 31, 23, 9, 22, 4, 1, 9, 7, 9, 7, 9, 7, 4, 9, 1, 9, 7, 33, 9, 1, 1, 1, 14, 9, 14, 14, 1, 14, 1, 7, 7, 7, 7, 9, 14, 4, 7, 14, 1, 1, 1, 1, 4, 7, 1, 7, 1, 1, 7, 7, 1, 1, 1, 1, 9, 4, 23, 9, 7, 7, 7, 14, 1, 1, 9, 9, 14, 4, 9, 14, 7, 23, 7, 23, 9, 4, 1, 14, 1, 9, 9, 7, 4, 31, 7, 7, 9, 9, 1, 1, 7, 1, 7, 1, 7, 9, 14, 14, 9, 1, 14, 7, 9, 1, 1, 7, 7, 1, 7, 7, 7, 7, 9, 7, 1, 7, 7, 7, 7, 1, 23, 1, 14, 7, 1, 14, 9, 31, 1, 9, 1, 1, 9, 14, 14, 9, 7, 9, 1, 14, 7, 1, 9, 7, 1, 13, 1, 28, 23, 9, 9, 7, 9, 14, 1, 1, 9, 7, 9, 7, 7, 9, 1, 7, 9, 1, 23, 1, 9, 35, 33, 7, 33, 7, 7, 9, 9, 9, 7, 23, 1, 9, 1, 7, 9, 9, 7, 9, 13, 7, 14, 7, 23, 31, 33, 31, 23, 1, 9, 7, 7, 7, 7, 7, 7, 1, 1, 9, 23, 31, 23, 7, 7, 9, 4, 1, 33, 1, 23, 9, 31, 14, 9, 7, 23, 7, 1, 7, 1, 33, 9, 7, 7, 9, 7, 4, 23, 33, 1, 1, 4, 7, 23, 1, 1, 1, 14, 7, 14, 1, 1, 1, 1, 9, 33, 7, 7, 22, 14, 7, 7, 1, 14, 7, 7, 14, 9, 14, 33, 9, 7, 9, 9, 9, 7, 14, 7, 23, 7, 7, 14, 7, 14, 1, 7, 1, 7, 14, 12, 7, 23, 7, 1, 1, 7, 7, 14, 9, 14, 7, 7, 7, 9, 9, 7, 9, 33, 1, 1, 7, 7, 7, 7, 7, 1, 1, 8, 7, 7, 7, 16, 33, 1, 9, 14, 1, 7, 1, 14, 9, 1, 7, 1, 1, 1, 7, 14, 9, 14, 7, 23, 1, 7, 1, 16, 14, 31, 9, 9, 1, 1, 1, 7, 14, 1, 23, 7, 23, 33, 4, 7, 23, 4, 1, 9, 9, 7, 14, 1, 1, 9, 14, 1, 15, 7, 14, 7, 7, 7, 33, 7, 1, 23, 23, 14, 7, 2, 9, 1, 7, 1, 14, 9, 23, 13, 7, 4, 7, 9, 23, 9, 7, 14, 23, 14, 7, 9, 4, 1, 7, 9, 1, 14, 7, 31, 7, 14, 4, 1, 7, 9, 7, 13, 9, 1, 7, 23, 9, 1, 7, 1, 23, 7, 7, 31, 1, 1, 7, 1, 12, 7, 1, 9, 7, 32, 31, 9, 7, 7, 7, 7, 9, 33, 13, 7, 7, 7, 9, 7, 4, 9, 33, 7, 7, 1, 1, 7, 9, 7, 1, 23, 9, 1, 1, 23, 7, 9, 1, 7, 1, 1, 1, 1, 7, 7, 1, 1, 7, 4, 14, 14, 1, 7, 7, 14, 14, 7, 1, 1, 7, 7, 14, 7, 7, 22, 7, 1, 9, 1, 7, 7, 9, 14, 1, 9, 1, 17, 14, 7, 14, 7, 33, 1, 7, 7, 14, 1, 1, 1, 16, 9, 7, 1, 7, 14, 7, 7, 7, 7, 14, 1, 9, 14, 7, 7, 2, 7, 9, 23, 7, 1, 1, 7, 7, 9, 7, 14, 9, 1, 7, 23, 4, 16, 9, 9, 7, 14, 1, 7, 9, 34, 1, 7, 9, 1, 1, 31, 9, 9, 4, 7, 4, 7, 14, 1, 31, 31, 4, 14, 1, 9, 31, 1, 14, 1, 7, 7, 16, 14, 1, 9, 23, 9, 9, 1, 7, 1, 14, 7, 9, 9, 1, 23, 7, 1, 9, 7, 7, 7, 7, 33, 23, 33, 1, 9, 1, 23, 23, 1, 9, 9, 23, 23, 1, 9, 1, 7, 7, 7, 9, 1, 9, 7, 14, 13, 14, 9, 1, 4, 7, 1, 7, 33, 22, 14, 1, 7, 23, 7, 7, 16, 7, 14, 1, 7, 9, 9, 1, 7, 9, 14, 1, 30, 12, 23, 2, 4, 9, 7, 9, 7, 23, 9, 9, 7, 1, 1, 9, 7, 1, 9, 9, 14, 7, 7, 23, 7, 1, 9, 14, 7, 7, 7, 7, 31, 9, 7, 23 ], "hair_colour_id": [ 13, 1, 1, 1, 1, 4, 1, 6, 6, 6, 9, 1, 31, 4, 6, 1, 1, 4, 1, 1, 1, 4, 1, 1, 6, 4, 4, 1, 6, 1, 6, 6, 1, 1, 6, 4, 6, 4, 6, 6, 6, 22, 19, 4, 9, 21, 4, 1, 4, 9, 23, 9, 23, 23, 4, 3, 23, 4, 4, 4, 4, 1, 1, 1, 29, 4, 23, 23, 1, 4, 1, 6, 4, 4, 4, 4, 23, 31, 7, 14, 1, 1, 1, 1, 1, 4, 1, 9, 1, 1, 6, 4, 1, 1, 1, 1, 1, 4, 4, 4, 4, 6, 6, 6, 1, 1, 9, 1, 4, 1, 4, 3, 6, 31, 4, 31, 4, 1, 1, 18, 9, 9, 9, 9, 1, 1, 9, 9, 4, 4, 1, 1, 6, 1, 6, 1, 6, 10, 1, 6, 11, 1, 6, 6, 4, 1, 1, 31, 4, 1, 6, 6, 28, 6, 9, 9, 4, 6, 4, 6, 4, 1, 14, 1, 23, 6, 1, 4, 9, 31, 1, 9, 1, 1, 4, 6, 9, 9, 9, 25, 1, 23, 6, 31, 4, 4, 1, 9, 1, 4, 31, 9, 4, 29, 1, 23, 1, 1, 4, 4, 9, 6, 6, 6, 1, 23, 9, 1, 1, 1, 6, 1, 1, 6, 9, 6, 4, 1, 9, 13, 31, 1, 1, 4, 1, 14, 9, 9, 6, 9, 4, 4, 1, 4, 31, 1, 1, 1, 1, 1, 9, 3, 4, 6, 23, 6, 6, 1, 1, 9, 1, 23, 4, 4, 9, 4, 7, 1, 20, 23, 1, 4, 33, 23, 4, 3, 1, 11, 1, 6, 1, 3, 4, 6, 13, 4, 31, 4, 9, 4, 1, 1, 4, 6, 1, 1, 1, 1, 23, 7, 23, 1, 1, 1, 1, 4, 4, 31, 9, 1, 6, 3, 3, 1, 9, 6, 23, 4, 4, 9, 1, 4, 23, 9, 9, 4, 6, 4, 6, 9, 6, 4, 23, 9, 23, 1, 23, 1, 1, 4, 4, 23, 23, 9, 1, 1, 13, 23, 23, 33, 14, 6, 4, 6, 4, 9, 23, 9, 3, 1, 22, 1, 6, 6, 4, 1, 1, 1, 9, 9, 6, 6, 9, 1, 1, 23, 23, 1, 6, 1, 9, 9, 1, 4, 1, 1, 1, 6, 4, 4, 14, 4, 4, 1, 23, 1, 9, 9, 1, 9, 9, 1, 1, 4, 6, 23, 1, 1, 6, 1, 4, 1, 1, 1, 1, 1, 4, 4, 31, 4, 1, 4, 4, 1, 1, 4, 1, 1, 23, 23, 23, 1, 1, 1, 1, 4, 4, 6, 6, 4, 1, 6, 1, 14, 9, 4, 31, 6, 1, 28, 9, 1, 3, 31, 4, 1, 23, 4, 9, 4, 1, 4, 23, 1, 23, 6, 4, 23, 9, 1, 1, 4, 4, 1, 9, 9, 1, 23, 23, 9, 1, 9, 1, 4, 6, 6, 9, 1, 1, 9, 1, 12, 31, 1, 9, 6, 4, 1, 4, 6, 6, 23, 9, 1, 26, 4, 6, 6, 33, 1, 1, 4, 11, 17, 4, 6, 1, 1, 4, 9, 31, 1, 6, 4, 1, 1, 1, 23, 9, 1, 6, 1, 1, 1, 1, 6, 4, 1, 1, 4, 4, 23, 13, 1, 4, 23, 23, 14, 6, 1, 1, 1, 29, 6, 22, 4, 22, 6, 1, 4, 1, 6, 28, 9, 13, 1, 4, 1, 4, 23, 1, 23, 4, 4, 1, 4, 1, 1, 1, 1, 1, 9, 9, 9, 1, 6, 4, 4, 23, 4, 4, 23, 1, 9, 11, 6, 23, 6, 4, 9, 19, 6, 1, 1, 9, 6, 9, 9, 23, 9, 1, 6, 1, 4, 9, 4, 23, 4, 14, 1, 1, 9, 4, 1, 4, 4, 1, 1, 1, 4, 4, 4, 22, 1, 29, 4, 1, 6, 1, 31, 27, 1, 4, 1, 1, 9, 1, 9, 6, 9, 4, 1, 9, 31, 4, 6, 1, 6, 1, 3, 6, 4, 1, 6, 4, 31, 1, 4, 4, 5, 6, 4, 23, 1, 1, 1, 4, 1, 1, 1, 1, 9, 4, 1, 1, 1, 4, 1, 1, 6, 6, 4, 1, 4, 6, 23, 1, 3, 31, 1, 9, 9, 1, 6, 4, 9, 1, 1, 6, 1, 31, 29, 4, 6, 1, 4, 29, 4, 9, 1, 28, 4, 23, 1, 4, 1, 1, 4, 4, 1, 4, 9, 6, 6, 4, 4, 3, 1, 1, 4, 6, 1, 9, 4, 3, 4, 6, 4, 4, 1, 4, 4, 9, 1, 6, 29, 1, 31, 4, 9 ], "skin_colour_id": [ 1, 1, 7, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 7, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 1, 1, 1, 1, 1, 21, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 28, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 24, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 14, 1, 1, 1, 1, 7, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 33, 1, 14, 23, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 22, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 20, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 7, 21, 1, 1, 1, 23, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 12, 1, 1, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 14, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 22, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 28, 1, 1, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 19, 1, 1, 1, 1, 31, 1, 1, 1, 1, 1, 1, 1, 1, 14, 33, 1, 1, 28, 1, 1, 28, 1, 1, 22, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 14, 1, 1, 1, 23, 1, 14, 1, 1, 28, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 31, 14, 1, 1 ], "race_id": [ 1, 24, 33, 55, 28, 12, 24, 1, 24, 1, 24, 1, 1, 13, 1, 24, 1, 24, 57, 1, 5, 24, 1, 56, 1, 42, 1, 1, 24, 1, 24, 24, 21, 1, 52, 42, 1, 8, 8, 24, 42, 1, 2, 21, 1, 1, 1, 24, 1, 21, 42, 21, 42, 1, 1, 24, 1, 1, 42, 45, 24, 1, 24, 24, 24, 1, 24, 24, 1, 24, 1, 1, 24, 24, 24, 1, 24, 1, 42, 24, 1, 1, 1, 21, 5, 44, 1, 1, 3, 1, 1, 13, 1, 24, 24, 21, 42, 9, 1, 1, 34, 41, 41, 24, 21, 1, 24, 1, 1, 24, 24, 24, 1, 17, 1, 2, 56, 1, 1, 42, 1, 1, 1, 24, 42, 1, 1, 1, 24, 26, 1, 1, 42, 1, 24, 1, 1, 1, 5, 1, 24, 42, 24, 24, 24, 1, 24, 42, 1, 3, 1, 24, 28, 24, 24, 1, 24, 1, 24, 29, 24, 24, 21, 21, 52, 1, 1, 24, 1, 2, 42, 42, 1, 24, 1, 24, 24, 24, null, 1, 1, 24, 1, 1, 1, 24, 1, 1, 1, 42, 42, 1, 24, 1, 1, 34, 1, 1, 13, 13, 42, 1, 1, 1, 1, 24, 24, 24, 44, 1, 42, 15, 13, 24, 5, 42, 24, 42, 24, 13, 24, 17, 1, 24, 1, 28, 24, 1, 24, 24, 24, 24, 42, 4, 2, 1, 1, 27, 25, 1, 24, 24, 24, 1, 1, 1, 24, 1, 1, 24, 17, 42, 2, 42, 1, 24, 1, 37, 1, 1, 35, 1, 1, 42, 24, 24, 1, 24, 1, 24, 24, 24, 1, 42, 1, 1, 1, 12, 42, 60, 42, 3, 37, 1, 17, 1, 24, 1, 1, 51, 1, null, 1, 49, 24, 1, 22, 1, 24, 48, 24, 24, 1, 1, 1, 1, 32, 24, 24, 24, 19, 24, 32, 24, 24, 24, 24, 24, 42, 1, 24, 24, 1, 2, 1, 1, 1, 24, 24, 7, 17, 24, 1, 16, 1, 24, 1, 1, 1, 1, 28, 28, 1, 42, 52, 1, 18, 42, 24, 24, 2, 42, 28, 24, 24, 1, 1, 1, 24, 24, 24, 24, 24, 23, 24, 24, 42, 24, 1, 24, 24, 24, 1, 1, 1, 1, 1, 24, 24, 1, 24, 1, 42, 24, 24, 42, 24, 24, 5, 1, 24, 24, 24, 24, 24, 24, 1, 41, 24, 10, 6, 6, 24, 24, 1, 16, 24, 24, 37, 24, 24, 1, 13, 1, 1, 42, 42, 24, 1, 1, 1, 1, 12, 1, 24, 14, 7, 24, 21, 24, 1, 24, 24, 1, 1, 1, 42, 1, 1, 21, 24, 1, 1, 24, 29, 40, 1, 1, 25, 1, 1, 1, 1, 1, 34, 1, 1, 8, 5, 1, 1, 1, 1, 42, 1, 1, 1, 1, 1, 28, 24, 50, 21, 25, 24, 24, 13, 47, 1, 28, 1, 1, 1, 1, 24, 1, 1, 1, 1, 42, 24, 1, 1, 24, 42, 8, 1, 1, 24, 1, 38, 42, 24, 1, 24, 1, 3, 1, 1, 24, 21, 1, 1, 1, 24, 12, 42, 24, 1, 1, 24, 46, 24, 1, 1, 1, 24, 1, 1, 1, 24, 42, 42, 1, 24, 1, 24, 42, 37, 42, 58, 42, 24, 1, 42, 24, 24, 1, 21, null, 1, 24, 42, 1, 24, 3, 24, 42, 24, 24, 1, 24, 24, 28, 1, 24, 1, 5, 1, 1, 1, 24, 28, 1, 1, 24, 1, 24, 24, 24, 24, 24, 13, 6, 1, 24, 24, 42, 1, 24, 1, null, 39, 1, 24, 24, 11, 42, 1, 24, 42, 24, 1, 53, 42, 24, 1, 24, 24, 24, 28, 24, 1, 1, 7, 24, 1, 1, 2, 1, 24, 36, 8, 1, 1, 1, 6, 1, 1, 61, 1, 24, 17, 21, 1, 24, 52, 24, 24, 24, 24, 1, 1, 1, 31, 42, 1, 30, 1, 54, 24, 42, 24, 1, 44, 42, 24, 42, 1, 37, 37, 37, 21, 21, 42, 1, 1, 5, 13, 13, 13, 24, 1, 18, 18, 1, 24, 21, 28, 7, 7, 1, 1, 1, 1, 1, 24, 1, 1, 1, 42, 52, 1, 24, 21, 1, 34, 1, 1, 5, 20, 1, 1, 1, 1, 49, 52, 1, 52, 52, 1, 24, 24, 1, 24, 5, 1, 24, 1, 24, 24, 24, 1, 1, 1, 42, 24, 1, 1, 24, 1, 1, 24, 1, 1, 42, 16, 1, 4, 1, 1, 43, 1, 1, 24, 24, 20, 59, 24, 1 ], "publisher_id": [ 13, 13, 3, 4, 13, 13, 13, 15, 4, 13, 13, 13, 13, 13, 4, 25, 15, 4, 3, 25, 4, 13, 15, 3, 13, 13, 13, 10, 4, 13, 13, 13, 4, 10, 13, 13, 4, 4, 4, 13, 13, 13, 13, 4, 13, 13, 13, 4, 1, 4, 13, 4, 13, 4, 4, 4, 4, 4, 13, 13, 4, 4, 1, 4, 13, 13, 4, 4, 4, 4, 4, 4, 4, 4, 4, 13, 4, 13, 13, 4, 13, 4, 13, 13, 13, 4, 8, 13, 21, 10, 13, 1, 13, 13, 13, 6, 13, 4, 13, 4, 13, 4, 4, 13, 4, 13, 13, 4, 13, 4, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 4, 4, 4, 5, 13, 10, 13, 13, 4, 13, 13, 13, 4, 4, 13, 1, 3, 13, 4, 13, 4, 13, 13, 21, 13, 13, 4, 13, 4, 22, 19, 13, 4, 13, 4, 3, 13, 13, 13, 13, 13, 4, 13, 13, 13, 13, 4, 13, 13, 4, 4, 4, 5, 22, 1, 4, 15, 13, 13, 4, 10, 7, 4, 13, 13, 13, 13, 13, 13, 13, 10, 10, 4, 4, 13, 13, 13, 7, 2, 13, 13, 24, 4, 1, 13, 5, 5, 3, 20, 13, 4, 13, 4, 13, 4, 13, 13, 13, 15, 13, 13, 13, 4, 13, 13, 13, 9, 4, 4, 13, 13, 4, 13, 13, 3, 13, 13, 15, 4, 13, 4, 7, 4, 1, 4, 13, 13, 13, 13, 13, 13, 4, 13, 4, 13, 13, 13, 13, 4, 4, 13, 4, 1, 4, 4, 4, 13, 13, 13, 13, 13, 13, 13, 13, 4, 21, 4, 13, 13, 13, 13, 13, 4, 13, 13, 1, 4, 17, 13, 13, 4, 4, 13, 5, 4, 13, 13, 13, 13, 4, 4, 4, 4, 4, 13, 13, 4, 4, 5, 18, 4, 11, 13, 4, 13, 13, 4, 4, 4, 4, 4, null, 4, 13, 3, 13, 13, 13, 15, 8, 13, 13, 13, 13, 13, 13, 4, 13, 13, 13, 13, 13, 4, 5, 4, 13, 13, 13, 13, 13, 4, 1, 13, 3, 23, null, 20, 5, 1, 3, 13, 20, 13, 4, 4, 13, 15, 13, 2, 2, 3, 4, 4, 13, 4, 13, 13, 16, 13, 13, 13, 5, 5, 13, 4, 20, 1, 4, 8, 4, 4, 4, 4, 4, 1, 4, 13, 13, 1, 25, 13, 13, 4, 4, 5, 13, 13, 13, 13, 13, 9, 4, 4, 4, 4, 13, 13, 3, 13, 4, 13, 13, 4, 13, 15, 5, 13, 13, 13, 13, 13, 4, 13, 10, 4, 13, 13, 13, 13, 4, 13, 22, 14, 4, 15, 13, 4, 15, 13, 13, 13, 4, 4, 4, 13, 4, 15, 9, 4, 13, 25, 4, 4, 13, 4, 13, 4, 13, 4, 13, 13, 4, 15, 13, 4, 13, 4, 15, 13, 13, 13, 13, 13, 13, 3, 13, 13, 13, 13, 13, 13, 13, 17, 15, 13, 13, 13, 13, 4, 15, 21, 4, 13, 13, 13, 4, 13, 22, 17, 13, 13, 4, 4, 10, 4, 4, 18, 13, 13, 13, 4, 15, 4, 4, 4, 13, 13, 4, 4, 4, 4, 13, 4, 13, 3, 13, 4, 13, 13, 13, 13, 13, 20, 13, 7, 4, 13, 13, 4, 21, 1, 9, 4, 4, 13, 4, 4, 13, 8, 4, 13, 4, 10, 10, 7, 5, 13, 4, 4, 4, 13, 4, 4, 4, 4, 4, 1, 13, 13, 13, 4, 13, 13, 13, 13, 4, 12, 10, 4, 13, 13, 13, 13, 13, 13, 13, 13, 4, 13, 13, 13, 4, 13, null, 13, 13, 13, 4, 13, 13, 4, 4, 13, 13, 4, 4, 4, 4, 13, 13, 13, 13, 4, 4, 13, 4, 10, 4, 13, 4, 13, 13, 13, 13, 13, 13, 13, 13, 20, 13, 13, 13, 13, 4, 4, 4, 4, 2, 4, 13, 5, 13, 4, 4, 4, 4, 13, 4, 13, 15, 13, 3, 3, 3, 3, 13, 13, 13, 13, 1, 4, 4, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 7, 13, 13, 15, 4, 4, 4, 13, 4, 13, 13, 13, 13, 22, 13, 13, 17, 13, 13, 13, 13, 13, 4, 13, 10, 3, 13, 13, 4, 13, 13, 13, 13, 13, 13, 4, 13, 13, 13, 13, 4, 13, 4, 13, 13, 13, 13, 4, 13, 4, 13, 13, 13, 13, 13, 13, 13, 13, 5, 4, 4 ], "alignment_id": [ 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, null, 2, 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 2, 2, 1, 1, 3, 2, 2, 1, 1, 1, 1, 3, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, null, 1, 1, 1, 1, 2, 2, 2, 2, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 3, 1, 2, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 1, 3, 2, 1, 3, 2, 2, 2, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 3, 2, 2, 2, 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 3, 2, 2, 2, 1, 1, 1, 2, 2, 1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 2, 2, 1, 1, 2, 2, 2, 2, 1, 1, 1, 2, 1, 1, 2, 2, 3, 1, 2, 3, 2, 1, 3, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, null, 3, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 2, 1, 1, 2, 2, 2, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 1, 2, 2, 1, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, null, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 3, 3, 2, 1, 2, 1, 2, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, 2, 1, 2, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 2, 2, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 3, 1, 1, null, 2, 1, 1, 2, 1, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, null, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2 ], "height_cm": [ 188, 203, 191, 185, 203, 0, 193, 0, 185, 173, 178, 191, 188, 193, 180, 0, 0, 178, 244, null, 257, 188, 0, 0, 183, 165, 163, 0, 183, 180, 211, 183, 61, 0, 229, 213, 0, 178, 185, 175, 183, 173, 193, 208, 185, 165, 163, 0, null, 198, 183, 198, 183, 178, 168, 183, null, 0, 180, 183, 0, 0, 0, 203, 183, 165, 170, 170, 0, 165, null, 168, 188, 178, 178, 198, 178, 175, 180, 173, 0, 0, 201, 0, 229, 188, 0, 165, 0, null, 180, 0, 0, null, null, 0, 198, 191, null, 191, 188, 170, 170, 178, 0, null, 183, 185, 170, 188, 183, 170, 170, 191, 185, 188, 188, null, 168, 165, 0, 175, 178, 218, 0, 3050, 0, 183, 0, 183, null, 0, 165, null, 196, null, 193, 0, 198, 170, 183, 193, 157, 183, 170, null, 0, 203, 175, 0, 183, 188, 193, 198, 0, 188, 0, 188, 193, 180, 175, null, 0, 0, 185, 173, null, 175, 170, 201, 0, 175, null, 0, 180, 163, 170, 175, 226, 185, 178, 183, 0, 0, 226, 178, 0, null, null, 226, 183, 191, 183, 0, 180, 168, null, 0, 198, 0, 191, 175, 165, null, 0, 183, 185, 0, 267, null, 168, 170, 198, 122, 0, 173, 183, 188, 185, 193, 193, 185, 188, 193, 0, 198, 201, 201, 188, 175, 188, 173, 0, 175, 244, 196, 185, 0, 193, 0, 168, 180, 175, 0, 185, 178, 168, 0, null, 168, 193, 188, 191, 183, 196, 188, 0, 0, 175, null, 975, 165, 193, 173, 188, 188, 0, 180, null, 183, 183, 157, 183, 142, 188, 211, 180, 876, 185, 183, 0, 0, 0, 185, 188, 0, 0, null, 6250, 198, 168, 10800, 0, 175, null, 183, 198, 178, 178, 170, 188, 180, 178, 183, 178, 180, 188, 185, 0, 0, 701, 0, 188, 188, 183, 188, 170, 0, 183, 185, 191, 165, 175, 185, 175, 0, 170, 0, 180, 213, 259, 173, 185, 196, 0, 0, 180, 170, 168, 79, 244, 178, 180, 170, 175, 188, 183, 173, 170, 183, 0, 180, 168, 180, 198, 0, 0, null, 155, 71, 183, 183, 178, 193, null, 191, 168, 0, 168, 0, null, 170, null, 188, 0, 0, null, 183, 185, 183, 196, 165, 165, 188, 287, 0, 178, 0, 213, 191, 173, 0, 0, 0, 0, 0, 0, 244, 0, 234, 3050, 0, 201, 188, null, 198, 191, 183, 64, 180, 0, 0, 175, 178, 0, 175, 0, 188, 165, 155, 191, 198, 0, 0, 203, 229, 193, 188, 178, 198, null, 168, 0, 0, 180, 183, 188, 0, 183, 0, 0, 213, 188, 188, 168, 201, 170, 183, 213, 0, 0, 193, 180, 0, 180, 165, 198, 175, 196, 185, null, 185, 0, 0, 183, 188, null, 0, 178, 185, 183, 0, 0, 196, 173, 175, 366, 0, null, 170, 0, 196, 193, 0, 188, 180, 188, 178, 175, 188, 201, 173, 180, 180, 178, 188, 180, 168, 178, null, 185, 0, 185, 175, 178, 0, 0, 0, 180, 185, 206, 0, 211, 180, 175, 0, 305, 178, 0, null, 0, 0, 170, null, null, 183, 157, 0, 0, 168, 188, 168, 183, null, 185, 168, 168, 170, 180, 0, 213, 183, 180, 0, 180, 183, 180, 178, 0, 163, null, 188, 183, 163, 193, 0, 178, 0, 165, 178, 191, 180, 183, 213, 0, 165, 188, 185, null, null, null, 297, 196, 185, 0, 0, 180, 178, 183, 165, 137, 0, 188, 122, 173, 191, 168, 198, 170, 185, 305, 170, 279, 0, 183, 178, 193, 170, 0, 211, 0, 188, 185, 173, 168, 178, 191, 193, 201, 0, 183, 175, 173, null, 188, 0, null, 0, 193, 157, null, 201, 175, null, 168, 198, null, 178, 0, 279, 165, 188, 211, 0, null, 0, 0, 170, 165, 178, 178, null, 173, 178, 185, 183, null, 188, 0, 193, 165, 170, 201, 0, 183, 180, 183, 173, 170, 180, 165, 191, 30480, 0, 196, 0, 180, 183, 0, 0, 0, 188, 163, 201, 201, null, 188, 0, 183, 198, 175, 185, null, 175, 198, 218, 185, 178, 163, null, 175, 191, 0, 183, 0, 168, 188, 183, 168, 206, 1520, 168, 175, 191, 165, 168, 191, 175, 229, 226, 168, 178, 165, 0, 137, 191, 191, 175, 0, 180, 183, 185, 180, 188, 173, 218, 163, 0, 0, 0, 178, 0, 175, 140, 366, 160, 165, 188, 183, null, 196, 155, 175, 188, 183, 165, 30480, 66, 170, 185 ], "weight_kg": [ 90, 441, 65, 90, 441, 0, 122, 0, 88, 61, 81, 104, 108, 90, 90, 0, 0, 72, 169, null, 173, 101, 0, 0, 68, 57, 54, 0, 83, 90, 122, 86, null, 0, 358, 135, 0, 106, 146, 63, 68, 57, 98, 162, 270, 59, 50, 0, null, 126, 101, 126, 101, 68, 54, 81, null, 72, 63, 67, 0, 0, 0, 180, 77, 54, 57, 57, 0, 52, null, 61, 95, 79, 77, 133, null, 63, 181, 68, 0, 0, 216, 0, 158, 135, 0, 71, 0, null, 54, 0, 0, null, null, 0, 124, 155, null, 113, 95, 59, 59, 54, 0, null, 86, 90, 52, 92, 90, 59, 61, 104, 86, 88, 97, null, 68, 56, 0, 77, 230, 495, 0, 0, 0, 86, 0, 0, null, 0, 55, null, 97, null, 110, 0, 135, 61, 99, 0, 52, 90, 59, null, 0, 158, 74, 0, 81, 108, 90, 116, 0, 0, 0, 108, 101, 74, 74, null, 0, 0, 86, 61, null, 61, 62, 97, 0, 63, null, 0, 81, 50, 55, 54, 111, 86, null, 170, 0, 0, 70, 78, 0, null, null, 225, 67, 79, 99, 0, 104, 50, null, 0, 173, 0, 88, 68, 52, null, 0, 90, 81, 0, 817, null, 56, 0, 135, 27, 0, 52, 90, 95, 91, 178, 101, 95, 383, 90, 0, 171, 187, 132, 89, 110, 81, 54, 0, 63, 412, 104, 0, 0, 306, 0, 56, 74, 59, 0, 80, 65, 57, 0, null, null, 203, 95, 106, 88, 96, 108, 0, 0, 50, null, 18000, 56, 99, 56, 91, 91, 0, 81, null, 88, 86, 52, 81, 45, 92, 104, 167, 16, 81, 77, 0, 0, 0, 86, 99, 0, 0, null, 630, 268, 50, 90000000, 0, 62, null, 90, 270, 115, 79, 0, 88, 83, 77, 88, 79, 90, 95, 90, 0, 0, 4000, 0, 95, 90, 79, 0, 63, 0, 79, 89, 104, 57, 61, 88, 54, 0, 65, 0, 81, 225, 158, 61, 81, 146, 0, 0, 83, 0, 48, 18, 630, 77, 59, 58, 77, 119, 207, 65, 65, 79, 0, 81, 54, 79, 191, 2000, 0, null, 79, 14, null, 0, 77, 0, null, 113, 52, 0, 55, 0, null, 56, null, 113, 0, 0, null, 0, 90, 88, 86, 49, 52, 0, 855, 0, 81, 0, null, 104, 72, 0, 0, 0, 0, 0, 0, 356, 0, 324, 9000000, 0, 203, 97, null, 108, 99, 106, 18, 79, 0, 0, 58, 63, 0, 59, 0, 95, 54, 65, 95, 360, 0, 0, 230, 288, 236, 36, 79, 191, null, 77, 0, 0, 79, 383, 86, 0, 0, 0, 0, 225, 90, 97, 52, 135, 56, 81, 0, 0, 0, 110, 72, 0, 59, 54, 140, 72, 90, 90, null, 86, 0, 0, 77, 101, null, 0, 61, 81, 86, 0, 0, 128, 68, 61, 338, 0, null, 63, 0, 248, 90, 0, 101, 59, 79, 79, 72, 70, 158, 61, 70, 79, 54, 125, 85, 101, 54, null, 83, 0, 99, 88, 79, 0, 0, 0, 83, 86, 293, 0, 191, 65, 69, 0, 405, 59, 0, null, 0, 0, 117, null, null, 89, 79, 0, 0, 54, 83, 52, 87, null, 80, 55, 50, 52, 81, 0, 234, 86, 81, 0, 70, 90, 74, 68, 0, 52, null, 83, 79, 56, 97, 0, 83, 0, 50, 70, 117, 83, 81, 630, 0, 56, 108, 146, null, null, null, 0, 320, 85, 0, 0, 72, 79, 101, 56, 38, 0, 0, 25, 54, 104, 63, 171, 61, 203, 900, 59, 0, 0, 63, 74, 113, 59, 0, 310, 0, 87, 149, 54, 50, 79, 88, 101, 315, 0, 153, 79, 52, null, 191, 0, null, 0, 101, 50, null, 92, 72, null, 52, 180, null, 49, 0, 437, 65, 113, 405, 0, null, 0, 0, 54, 56, 74, 59, null, 55, 58, 81, 83, null, 79, 0, 71, 62, 63, 131, 0, 91, 57, 0, 77, 68, 77, 54, 101, 0, 0, 47, 0, 74, 146, 176, 198, 149, 99, 54, 443, 443, null, 101, 0, 225, 288, 143, 101, null, 74, 288, 158, 203, 81, 54, null, 76, 117, 0, 81, 0, 59, 86, 82, 105, 331, 58000, 54, 56, 214, 79, 73, 117, 50, 334, 0, 52, 71, 54, 0, 41, 135, 135, 63, 0, 79, 162, 95, 54, 108, 67, 158, 50, 0, 0, 0, 65, 0, 117, 39, 473, 135, 51, 171, 74, null, 117, 50, 61, 95, 83, 52, 0, 17, 57, 81 ] }, "foreign_keys": [ { "column": "skin_colour_id", "references": { "table": "colour", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "race_id", "references": { "table": "race", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "publisher_id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "hair_colour_id", "references": { "table": "colour", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "gender_id", "references": { "table": "gender", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "eye_colour_id", "references": { "table": "colour", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "alignment_id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "hero_attribute": { "name": "hero_attribute", "column_count": 3, "row_count": 3738, "columns": [ { "name": "hero_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 623, "null_count": 0, "nullability": 0.0, "cardinality": 0.1667, "min": 1, "max": 756, "is_foreign_key": true, "fk_origin": "db", "references_table": "superhero", "references_column": "id" }, { "name": "attribute_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 6, "null_count": 0, "nullability": 0.0, "cardinality": 0.0016, "min": 1, "max": 6, "is_foreign_key": true, "fk_origin": "db", "references_table": "attribute", "references_column": "id" }, { "name": "attribute_value", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 20, "null_count": 0, "nullability": 0.0, "cardinality": 0.0054, "min": 5, "max": 100, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superpower", "references_column": "id" } ], "samples": { "hero_id": [ 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 44, 46, 47, 48, 51, 53, 50, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 135, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 162, 164, 165, 167, 169, 171, 172, 173, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 257, 258, 259, 260, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 319, 321, 322, 323, 325, 326, 327, 328, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 358, 360, 361, 364, 365, 367, 368, 369, 370, 371, 375, 376, 377, 379, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 402, 403, 404, 405, 407, 408, 410, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 498, 499, 500, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 517, 518, 519, 520, 521, 523, 524, 525, 528, 529, 530, 531, 532, 533, 534, 535, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 614, 615, 616, 618, 619, 621, 622, 623, 625, 626, 628, 629, 631, 632, 633, 634, 635, 636, 637, 640, 641, 642, 643, 644, 646, 648, 650, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 690, 691, 692, 693, 694, 696, 698, 700, 701, 702, 703, 704, 706, 709, 710, 711, 712, 713, 714, 715, 717, 719, 720, 721, 724, 725, 726, 727, 728, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 747, 748, 749, 752, 753, 754, 756, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 44, 46, 47, 48, 51, 53, 50, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 135, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 162, 164, 165, 167, 169, 171, 172, 173, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 257, 258, 259, 260, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 319, 321, 322, 323, 325, 326, 327, 328, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 358, 360, 361, 364, 365, 367, 368, 369, 370, 371, 375, 376, 377, 379, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 402, 403, 404, 405, 407, 408, 410, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 498, 499, 500, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 517, 518, 519, 520, 521, 523, 524, 525, 528, 529, 530, 531, 532, 533, 534, 535, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 614, 615, 616, 618, 619, 621, 622, 623, 625, 626, 628, 629, 631, 632, 633, 634, 635, 636, 637, 640, 641, 642, 643, 644, 646, 648, 650, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 690, 691, 692, 693, 694, 696, 698, 700, 701, 702, 703, 704, 706, 709, 710, 711, 712, 713, 714, 715, 717, 719, 720, 721, 724, 725, 726, 727, 728, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 747, 748, 749, 752, 753, 754, 756, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 44, 46, 47, 48, 51, 53, 50, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 135, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 162, 164, 165, 167, 169, 171, 172, 173, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 257, 258, 259, 260, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 319, 321, 322, 323, 325, 326, 327, 328, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 358, 360, 361, 364, 365, 367, 368, 369, 370, 371, 375, 376, 377, 379, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 402, 403, 404, 405, 407, 408, 410, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 498, 499, 500, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 517, 518, 519, 520, 521, 523, 524, 525, 528, 529, 530, 531, 532, 533, 534, 535, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 614, 615, 616, 618, 619, 621, 622, 623, 625, 626, 628, 629, 631, 632, 633, 634, 635, 636, 637, 640, 641, 642, 643, 644, 646, 648, 650, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 690, 691, 692, 693, 694, 696, 698, 700, 701, 702, 703, 704, 706, 709, 710, 711, 712, 713, 714, 715, 717, 719, 720, 721, 724, 725, 726, 727, 728, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 747, 748, 749, 752, 753, 754, 756, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 44, 46, 47, 48, 51, 53, 50, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 135, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 162, 164, 165, 167, 169, 171, 172, 173, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 257, 258, 259, 260, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 319, 321, 322, 323, 325, 326, 327, 328, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 358, 360, 361, 364, 365, 367, 368, 369, 370, 371, 375, 376, 377, 379, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 402, 403, 404, 405, 407, 408, 410, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 498, 499, 500, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 517, 518, 519, 520, 521, 523, 524, 525, 528, 529, 530, 531, 532, 533, 534, 535, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 614, 615, 616, 618, 619, 621, 622, 623, 625, 626, 628, 629, 631, 632, 633, 634, 635, 636, 637, 640, 641, 642, 643, 644, 646, 648, 650, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 690, 691, 692, 693, 694, 696, 698, 700, 701, 702, 703, 704, 706, 709, 710, 711, 712, 713, 714, 715, 717, 719, 720, 721, 724, 725, 726, 727, 728, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 747, 748, 749, 752, 753, 754, 756, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 44, 46, 47, 48, 51, 53, 50, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 135, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 162, 164, 165, 167, 169, 171, 172, 173, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 257, 258, 259, 260, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 319, 321, 322, 323, 325, 326, 327, 328, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 358, 360, 361, 364, 365, 367, 368, 369, 370, 371, 375, 376, 377, 379, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 402, 403, 404, 405, 407, 408, 410, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 498, 499, 500, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 517, 518, 519, 520, 521, 523, 524, 525, 528, 529, 530, 531, 532, 533, 534, 535, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 614, 615, 616, 618, 619, 621, 622, 623, 625, 626, 628, 629, 631, 632, 633, 634, 635, 636, 637, 640, 641, 642, 643, 644, 646, 648, 650, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 690, 691, 692, 693, 694, 696, 698, 700, 701, 702, 703, 704, 706, 709, 710, 711, 712, 713, 714, 715, 717, 719, 720, 721, 724, 725, 726, 727, 728, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 747, 748, 749, 752, 753, 754, 756, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 44, 46, 47, 48, 51, 53, 50, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 135, 138, 139, 140, 141, 143, 144, 145, 146, 148, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 162, 164, 165, 167, 169, 171, 172, 173, 175, 176, 177, 178, 179, 180, 183, 184, 185, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 206, 208, 209, 210, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 257, 258, 259, 260, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 280, 281, 282, 283, 284, 285, 287, 288, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 304, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 319, 321, 322, 323, 325, 326, 327, 328, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 347, 348, 349, 350, 351, 352, 353, 355, 356, 357, 358, 360, 361, 364, 365, 367, 368, 369, 370, 371, 375, 376, 377, 379, 381, 382, 383, 384, 385, 386, 387, 388, 389, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 402, 403, 404, 405, 407, 408, 410, 412, 413, 414, 415, 416, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 498, 499, 500, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 513, 514, 515, 517, 518, 519, 520, 521, 523, 524, 525, 528, 529, 530, 531, 532, 533, 534, 535, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 554, 555, 556, 557, 558, 560, 561, 562, 563, 565, 566, 567, 568, 569, 574, 575, 576, 577, 578, 580, 581, 582, 583, 584, 585, 586, 587, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 606, 607, 608, 609, 610, 611, 612, 614, 615, 616, 618, 619, 621, 622, 623, 625, 626, 628, 629, 631, 632, 633, 634, 635, 636, 637, 640, 641, 642, 643, 644, 646, 648, 650, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 682, 683, 684, 685, 686, 687, 690, 691, 692, 693, 694, 696, 698, 700, 701, 702, 703, 704, 706, 709, 710, 711, 712, 713, 714, 715, 717, 719, 720, 721, 724, 725, 726, 727, 728, 730, 731, 732, 733, 734, 735, 736, 737, 738, 741, 742, 743, 744, 745, 747, 748, 749, 752, 753, 754, 756 ], "attribute_id": [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ], "attribute_value": [ 80, 75, 95, 80, 85, 100, 85, 85, 80, 60, 90, 80, 80, 55, 85, 80, 85, 35, 35, 90, 75, 75, 95, 80, 90, 100, 90, 75, 90, 100, 60, 85, 95, 80, 85, 75, 85, 90, 90, 80, 80, 80, 85, 85, 85, 85, 90, 75, 95, 85, 85, 80, 85, 95, 60, 95, 80, 65, 70, 95, 80, 85, 90, 100, 95, 95, 80, 100, 80, 70, 90, 85, 100, 95, 95, 75, 90, 85, 95, 80, 65, 90, 85, 75, 95, 90, 85, 85, 90, 75, 85, 80, 90, 90, 95, 90, 85, 75, 80, 85, 80, 75, 75, 60, 85, 80, 65, 85, 85, 80, 85, 90, 75, 85, 80, 100, 100, 90, 85, 85, 80, 85, 75, 95, 85, 80, 85, 95, 90, 80, 85, 65, 85, 90, 80, 95, 90, 85, 95, 85, 80, 95, 85, 75, 75, 95, 80, 80, 75, 70, 85, 90, 70, 85, 80, 70, 80, 60, 85, 85, 60, 90, 90, 90, 75, 85, 75, 80, 95, 95, 75, 80, 85, 65, 100, 85, 80, 80, 85, 90, 80, 80, 75, 80, 90, 100, 95, 95, 100, 100, 85, 95, 90, 90, 50, 95, 100, 80, 95, 85, 85, 85, 80, 90, 90, 85, 80, 80, 85, 80, 85, 75, 95, 95, 75, 80, 75, 75, 80, 80, 75, 90, 85, 95, 85, 85, 85, 85, 75, 85, 75, 85, 90, 80, 85, 100, 80, 70, 95, 95, 80, 90, 75, 80, 80, 95, 100, 80, 75, 95, 90, 90, 85, 75, 80, 80, 80, 90, 90, 80, 85, 95, 90, 75, 80, 80, 90, 90, 75, 75, 75, 85, 85, 80, 85, 75, 80, 65, 85, 85, 75, 95, 85, 85, 85, 75, 95, 85, 80, 85, 90, 75, 90, 100, 95, 90, 85, 35, 85, 60, 85, 100, 90, 90, 90, 60, 75, 95, 85, 90, 100, 85, 80, 90, 75, 80, 80, 70, 100, 85, 90, 80, 65, 75, 65, 70, 65, 95, 80, 80, 90, 85, 80, 80, 55, 80, 90, 85, 100, 65, 90, 100, 75, 75, 75, 90, 100, 55, 80, 100, 95, 80, 100, 80, 85, 75, 70, 90, 85, 95, 80, 95, 100, 75, 80, 85, 100, 85, 100, 85, 90, 90, 85, 85, 90, 80, 90, 75, 95, 80, 90, 70, 95, 85, 85, 75, 85, 85, 85, 100, 90, 90, 100, 100, 100, 90, 100, 80, 85, 75, 80, 95, 80, 80, 80, 85, 65, 90, 80, 80, 75, 85, 95, 90, 80, 80, 75, 85, 80, 90, 80, 95, 85, 85, 85, 80, 100, 100, 80, 70, 65, 100, 95, 90, 90, 100, 55, 50, 65, 95, 70, 70, 75, 100, 100, 85, 80, 80, 95, 85, 100, 50, 85, 100, 100, 85, 85, 85, 80, 75, 100, 90, 95, 85, 75, 100, 85, 85, 80, 80, 70, 90, 80, 65, 95, 90, 85, 65, 95, 100, 100, 95, 90, 95, 85, 80, 90, 80, 90, 90, 80, 90, 80, 90, 95, 95, 85, 95, 90, 95, 100, 75, 80, 85, 90, 90, 85, 95, 85, 85, 95, 95, 85, 85, 80, 85, 90, 85, 80, 80, 90, 80, 75, 80, 80, 80, 55, 90, 75, 90, 95, 80, 65, 85, 90, 100, 80, 80, 95, 85, 95, 80, 85, 85, 95, 85, 100, 90, 60, 85, 90, 100, 100, 100, 95, 95, 90, 90, 90, 90, 90, 90, 90, 90, 75, 100, 100, 85, 100, 90, 85, 90, 80, 85, 75, 75, 85, 100, 80, 80, 95, 85, 80, 95, 80, 80, 75, 85, 95, 90, 80, 85, 85, 80, 85, 55, 80, 80, 70, 90, 80, 85, 95, 75, 75, 85, 100, 80, 85, 80, 80, 75, 85, 90, 90, 95, 60, 90, 95, 80, 80, 95, 80, 35, 100, 30, 90, 80, 100, 10, 10, 40, 10, 30, 85, 80, 35, 10, 30, 100, 45, 25, 30, 55, 10, 100, 50, 80, 20, 20, 60, 60, 100, 20, 45, 85, 50, 15, 65, 100, 85, 100, 10, 65, 55, 80, 80, 100, 100, 95, 10, 10, 55, 10, 15, 20, 95, 50, 40, 10, 55, 45, 15, 65, 15, 10, 20, 40, 15, 55, 50, 30, 60, 100, 80, 100, 100, 100, 10, 15, 40, 100, 40, 10, 55, 15, 95, 100, 70, 10, 10, 20, 10, 10, 15, 10, 30, 20, 60, 35, 10, 30, 30, 10, 75, 10, 85, 80, 10, 75, 80, 45, 35, 10, 90, 10, 85, 75, 95, 10, 60, 35, 30, 15, 30, 10, 50, 55, 10, 20, 95, 80, 10, 85, 10, 85, 85, 90, 95, 85, 15, 80, 70, 10, 10, 10, 10, 20, 100, 40, 95, 10, 40, 10, 10, 65, 85, 10, 35, 10, 60, 70, 20, 100, 55, 95, 10, 35, 10, 10, 35, 15, 100, 10, 50, 50, 15, 35, 10, 10, 10, 35, 30, 50, 95, 20, 15, 80, 35, 75, 20, 50, 10, 10, 15, 90, 100, 65, 95, 100, 80, 80, 35, 10, 15, 10, 10, 65, 15, 80, 85, 35, 35, 85, 15, 85, 95, 30, 85, 10, 65, 10, 55, 80, 70, 10, 50, 10, 10, 10, 80, 10, 55, 80, 10, 85, 90, 5, 100, 75, 85, 85, 90, 100, 10, 100, 35, 100, 55, 100, 35, 10, 15, 55, 90, 80, 90, 85, 90, 90, 85, 65, 10, 90, 15, 10, 40, 15, 10, 40, 85, 85, 80, 10, 100, 55, 65, 100, 15, 10, 60, 80, 10, 55, 100, 15, 10, 65, 15, 100, 35, 10, 10, 65, 30, 55, 85, 65, 50, 55, 35, 15, 10, 35, 80, 10, 10, 60, 45, 40, 10, 10, 15, 10, 15, 10, 20, 100, 40, 10, 40, 50, 65, 10, 10, 10, 10, 5, 45, 55, 10, 100, 90, 20, 40, 95, 35, 80, 45, 75, 30, 10, 5, 20, 55, 10, 10, 10, 55, 100, 35, 55, 100, 65, 10, 100, 65, 40, 10, 65, 40, 35, 80, 50, 100, 100, 20, 35, 45, 30, 10, 95, 85, 75, 95, 10, 10, 90, 10, 35, 10, 85, 65, 55, 85, 10, 10, 15, 30, 70, 35, 85, 10, 35, 10, 85, 50, 25, 35, 20, 85, 100, 40, 75, 100, 10, 40, 70, 60, 50, 30, 10, 85, 65, 15, 10, 15, 85, 75, 90, 55, 10, 15, 10, 15, 55, 5, 45, 20, 85, 85, 10, 70, 100, 100, 100, 15, 85, 20, 30, 15, 45, 10, 60, 35, 10, 10, 100, 60, 65, 10, 15, 75, 100, 80, 30, 10, 10, 40, 35, 20, 10, 10, 15, 40, 15, 30, 10, 30, 5, 20, 10, 10, 85, 15, 100, 10, 15, 10, 10, 80, 15, 10, 10, 15, 15, 15, 10, 10, 35, 5, 10, 10, 50, 10, 75, 80, 10, 85, 70, 10, 55, 55, 10, 30, 55, 85, 100, 15, 10, 10, 15, 50, 100, 100, 75, 10, 10, 90, 50, 50, 100, 30, 85, 65, 10, 85, 35, 35, 95, 40, 20, 75, 100, 10, 75, 40, 55, 55, 45, 50, 20, 20, 85, 80, 80, 10, 85, 10, 100, 10, 10, 65, 95, 100, 100, 100, 100, 95, 20, 10, 70, 35, 35, 80, 65, 15, 10, 100, 100, 15, 100, 85, 100, 85, 35, 80, 85, 75, 35, 10, 35, 55, 100, 10, 65, 10, 80, 80, 85, 10, 100, 60, 60, 75, 60, 10, 65, 65, 10, 40, 70, 25, 30, 80, 40, 10, 75, 20, 80, 65, 10, 45, 35, 20, 35, 90, 100, 100, 10, 25, 55, 10, 100, 55, 10, 45, 20, 35, 55, 55, 85, 15, 35, 45, 15, 40, 100, 45, 40, 20, 45, 85, 35, 30, 60, 25, 30, 100, 50, 50, 25, 20, 55, 65, 35, 15, 45, 80, 50, 60, 25, 100, 35, 75, 15, 15, 60, 25, 25, 45, 45, 75, 25, 35, 55, 100, 50, 20, 95, 35, 25, 60, 25, 50, 35, 70, 30, 25, 30, 30, 35, 35, 40, 50, 65, 100, 35, 100, 60, 80, 15, 25, 35, 100, 35, 35, 70, 25, 100, 95, 100, 35, 35, 35, 100, 10, 55, 35, 50, 30, 80, 45, 35, 10, 40, 20, 60, 30, 25, 35, 50, 65, 80, 55, 60, 40, 80, 15, 45, 25, 65, 25, 50, 25, 45, 25, 25, 10, 25, 25, 25, 40, 85, 50, 20, 75, 85, 85, 30, 75, 95, 80, 35, 55, 70, 20, 20, 25, 45, 45, 90, 25, 35, 15, 45, 50, 20, 60, 35, 25, 45, 10, 40, 60, 15, 75, 45, 95, 25, 40, 35, 10, 35, 25, 85, 35, 50, 35, 95, 25, 35, 35, 25, 30, 35, 45, 60, 25, 15, 35, 20, 55, 25, 35, 15, 30, 50, 85, 70, 60, 85, 45, 25, 85, 35, 50, 30, 15, 35, 35, 25, 85, 20, 50, 35, 30, 50, 85, 75, 45, 25, 40, 75, 55, 60, 60, 70, 100, 100, 100, 100, 15, 50, 5, 35, 50, 25, 45, 65, 10, 100, 75, 95, 40, 25, 100, 25, 55, 50, 75, 35, 90, 35, 15, 35, 40, 85, 25, 55, 45, 45, 50, 35, 65, 20, 70, 35, 25, 35, 25, 10, 60, 85, 90, 85, 20, 50, 25, 60, 50, 95, 30, 60, 80, 15, 55, 65, 65, 25, 35, 25, 100, 55, 100, 20, 50, 20, 35, 60, 25, 75, 100, 70, 20, 35, 25, 25, 20, 35, 100, 45, 25, 10, 10, 35, 15, 30, 25, 40, 45, 20, 35, 50, 60, 70, 25, 25, 15, 25, 95, 100, 35, 15, 75, 50, 25, 35, 65, 25, 100, 35, 80, 45, 15, 15, 50, 25, 35, 25, 25, 35, 100, 30, 60, 55, 50, 30, 85, 30, 45, 85, 50, 60, 35, 30, 25, 70, 100, 50, 10, 35, 25, 35, 95, 50, 35, 85, 15, 15, 35, 15, 35, 15, 35, 80, 25, 70, 50, 15, 50, 30, 50, 25, 60, 20, 15, 20, 100, 50, 35, 40, 25, 85, 70, 35, 25, 100, 35, 25, 50, 35, 40, 15, 10, 35, 25, 25, 20, 25, 45, 50, 75, 15, 10, 25, 50, 35, 35, 10, 40, 85, 75, 70, 35, 50, 95, 100, 35, 25, 60, 35, 20, 25, 70, 15, 100, 35, 25, 25, 85, 25, 25, 25, 30, 45, 100, 40, 25, 15, 100, 25, 25, 25, 10, 15, 20, 50, 30, 100, 15, 35, 10, 50, 30, 95, 80, 25, 50, 25, 30, 15, 25, 45, 25, 15, 10, 30, 30, 30, 35, 25, 15, 25, 15, 30, 40, 15, 50, 25, 50, 35, 55, 15, 60, 60, 30, 45, 60, 15, 100, 30, 70, 25, 30, 45, 90, 45, 25, 25, 25, 70, 75, 70, 100, 35, 55, 80, 50, 30, 30, 25, 15, 30, 35, 50, 100, 35, 70, 60, 65, 70, 45, 30, 20, 35, 100, 35, 50, 45, 55, 55, 85, 50, 10, 35, 85, 100, 100, 100, 60, 25, 50, 15, 25, 35, 20, 25, 30, 50, 45, 35, 35, 20, 100, 25, 85, 70, 30, 70, 35, 50, 55, 25, 60, 65, 85, 25, 50, 15, 35, 25, 75, 75, 95, 65, 50, 35, 65, 20, 55, 25, 15, 50, 75, 45, 10, 65, 80, 25, 50, 60, 70, 65, 35, 45, 25, 35, 50, 25, 55, 80, 15, 45, 55, 35, 30, 35, 100, 45, 20, 35, 55, 55, 85, 15, 35, 45, 15, 40, 100, 45, 40, 20, 45, 85, 35, 30, 60, 25, 30, 100, 50, 50, 25, 20, 55, 65, 35, 15, 45, 80, 50, 60, 25, 100, 35, 75, 15, 15, 60, 25, 25, 45, 45, 75, 25, 35, 55, 100, 50, 20, 95, 35, 25, 60, 25, 50, 35, 70, 30, 25, 30, 30, 35, 35, 40, 50, 65, 100, 35, 100, 60, 80, 15, 25, 35, 100, 35, 35, 70, 25, 100, 95, 100, 35, 35, 35, 100, 10, 55, 35, 50, 30, 80, 45, 35, 10, 40, 20, 60, 30, 25, 35, 50, 65, 80, 55, 60, 40, 80, 15, 45, 25, 65, 25, 50, 25, 45, 25, 25, 10, 25, 25, 25, 40, 85, 50, 20, 75, 85, 85, 30, 75, 95, 80, 35, 55, 70, 20, 20, 25, 45, 45, 90, 25, 35, 15, 45, 50, 20, 60, 35, 25, 45, 10, 40, 60, 15, 75, 45, 95, 25, 40, 35, 10, 35, 25, 85, 35, 50, 35, 95, 25, 35, 35, 25, 30, 35, 45, 60, 25, 15, 35, 20, 55, 25, 35, 15, 30, 50, 85, 70, 60, 85, 45, 25, 85, 35, 50, 30, 15, 35, 35, 25, 85, 20, 50, 35, 30, 50, 85, 75, 45, 25, 40, 75, 55, 60, 60, 70, 100, 100, 100, 100, 15, 50, 5, 35, 50, 25, 45, 65, 10, 100, 75, 95, 40, 25, 100, 25, 55, 50, 75, 35, 90, 35, 15, 35, 40, 85, 25, 55, 45, 45, 50, 35, 65, 20, 70, 35, 25, 35, 25, 10, 60, 85, 90, 85, 20, 50, 25, 60, 50, 95, 30, 60, 80, 15, 55, 65, 65, 25, 35, 25, 100, 55, 100, 20, 50, 20, 35, 60, 25, 75, 100, 70, 20, 35, 25, 25, 20, 35, 100, 45, 25, 10, 10, 35, 15, 30, 25, 40, 45, 20, 35, 50, 60, 70, 25, 25, 15, 25, 95, 100, 35, 15, 75, 50, 25, 35, 65, 25, 100, 35, 80, 45, 15, 15, 50, 25, 35, 25, 25, 35, 100, 30, 60, 55, 50, 30, 85, 30, 45, 85, 50, 60, 35, 30, 25, 70, 100, 50, 10, 35, 25, 35, 95, 50, 35, 85, 15, 15, 35, 15, 35, 15, 35, 80, 25, 70, 50, 15, 50, 30, 50, 25, 60, 20, 15, 20, 100, 50, 35, 40, 25, 85, 70, 35, 25, 100, 35, 25, 50, 35, 40, 15, 10, 35, 25, 25, 20, 25, 45, 50, 75, 15, 10, 25, 50, 35, 35, 10, 40, 85, 75, 70, 35, 50, 95, 100, 35, 25, 60, 35, 20, 25, 70, 15, 100, 35, 25, 25, 85, 25, 25, 25, 30, 45, 100, 40, 25, 15, 100, 25, 25, 25, 10, 15, 20, 50, 30, 100, 15, 35, 10, 50, 30, 95, 80, 25, 50, 25, 30, 15, 25, 45, 25, 15, 10, 30, 30, 30, 35, 25, 15, 25, 15, 30, 40, 15, 50, 25, 50, 35, 55, 15, 60, 60, 30, 45, 60, 15, 100, 30, 70, 25, 30, 45, 90, 45, 25, 25, 25, 70, 75, 70, 100, 35, 55, 80, 50, 30, 30, 25, 15, 30, 35, 50, 100, 35, 70, 60, 65, 70, 45, 30, 20, 35, 100, 35, 50, 45, 55, 55, 85, 50, 10, 35, 85, 100, 100, 100, 60, 25, 50, 15, 25, 35, 20, 25, 30, 50, 45, 35, 35, 20, 100, 25, 85, 70, 30, 70, 35, 50, 55, 25, 60, 65, 85, 25, 50, 15, 35, 25, 75, 75, 95, 65, 50, 35, 65, 20, 55, 25, 15, 50, 75, 45, 10, 65, 80, 25, 50, 60, 70, 65, 35, 45, 25, 35, 50, 25, 55, 80, 15, 45, 55, 35, 30, 35, 100, 45, 20, 35, 55, 55, 85, 15, 35, 45, 15, 40, 100, 45, 40, 20, 45, 85, 35, 30, 60, 25, 30, 100, 50, 50, 25, 20, 55, 65, 35, 15, 45, 80, 50, 60, 25, 100, 35, 75, 15, 15, 60, 25, 25, 45, 45, 75, 25, 35, 55, 100, 50, 20, 95, 35, 25, 60, 25, 50, 35, 70, 30, 25, 30, 30, 35, 35, 40, 50, 65, 100, 35, 100, 60, 80, 15, 25, 35, 100, 35, 35, 70, 25, 100, 95, 100, 35, 35, 35, 100, 10, 55, 35, 50, 30, 80, 45, 35, 10, 40, 20, 60, 30, 25, 35, 50, 65, 80, 55, 60, 40, 80, 15, 45, 25, 65, 25, 50, 25, 45, 25, 25, 10, 25, 25, 25, 40, 85, 50, 20, 75, 85, 85, 30, 75, 95, 80, 35, 55, 70, 20, 20, 25, 45, 45, 90, 25, 35, 15, 45, 50, 20, 60, 35, 25, 45, 10, 40, 60, 15, 75, 45, 95, 25, 40, 35, 10, 35, 25, 85, 35, 50, 35, 95, 25, 35, 35, 25, 30, 35, 45, 60, 25, 15, 35, 20, 55, 25, 35, 15, 30, 50, 85, 70, 60, 85, 45, 25, 85, 35, 50, 30, 15, 35, 35, 25, 85, 20, 50, 35, 30, 50, 85, 75, 45, 25, 40, 75, 55, 60, 60, 70, 100, 100, 100, 100, 15, 50, 5, 35, 50, 25, 45, 65, 10, 100, 75, 95, 40, 25, 100, 25, 55, 50, 75, 35, 90, 35, 15, 35, 40, 85, 25, 55, 45, 45, 50, 35, 65, 20, 70, 35, 25, 35, 25, 10, 60, 85, 90, 85, 20, 50, 25, 60, 50, 95, 30, 60, 80, 15, 55, 65, 65, 25, 35, 25, 100, 55, 100, 20, 50, 20, 35, 60, 25, 75, 100, 70, 20, 35, 25, 25, 20, 35, 100, 45, 25, 10, 10, 35, 15, 30, 25, 40, 45, 20, 35, 50, 60, 70, 25, 25, 15, 25, 95, 100, 35, 15, 75, 50, 25, 35, 65, 25, 100, 35, 80, 45, 15, 15, 50, 25, 35, 25, 25, 35, 100, 30, 60, 55, 50, 30, 85, 30, 45, 85, 50, 60, 35, 30, 25, 70, 100, 50, 10, 35, 25, 35, 95, 50, 35, 85, 15, 15, 35, 15, 35, 15, 35, 80, 25, 70, 50, 15, 50, 30, 50, 25, 60, 20, 15, 20, 100, 50, 35, 40, 25, 85, 70, 35, 25, 100, 35, 25, 50, 35, 40, 15, 10, 35, 25, 25, 20, 25, 45, 50, 75, 15, 10, 25, 50, 35, 35, 10, 40, 85, 75, 70, 35, 50, 95, 100, 35, 25, 60, 35, 20, 25, 70, 15, 100, 35, 25, 25, 85, 25, 25, 25, 30, 45, 100, 40, 25, 15, 100, 25, 25, 25, 10, 15, 20, 50, 30, 100, 15, 35, 10, 50, 30, 95, 80, 25, 50, 25, 30, 15, 25, 45, 25, 15, 10, 30, 30, 30, 35, 25, 15, 25, 15, 30, 40, 15, 50, 25, 50, 35, 55, 15, 60, 60, 30, 45, 60, 15, 100, 30, 70, 25, 30, 45, 90, 45, 25, 25, 25, 70, 75, 70, 100, 35, 55, 80, 50, 30, 30, 25, 15, 30, 35, 50, 100, 35, 70, 60, 65, 70, 45, 30, 20, 35, 100, 35, 50, 45, 55, 55, 85, 50, 10, 35, 85, 100, 100, 100, 60, 25, 50, 15, 25, 35, 20, 25, 30, 50, 45, 35, 35, 20, 100, 25, 85, 70, 30, 70, 35, 50, 55, 25, 60, 65, 85, 25, 50, 15, 35, 25, 75, 75, 95, 65, 50, 35, 65, 20, 55, 25, 15, 50, 75, 45, 10, 65, 80, 25, 50, 60, 70, 65, 35, 45, 25, 35, 50, 25, 55, 80, 15, 45, 55, 35, 30, 35, 100, 45, 20, 35, 55, 55, 85, 15, 35, 45, 15, 40, 100, 45, 40, 20, 45, 85, 35, 30, 60, 25, 30, 100, 50, 50, 25, 20, 55, 65, 35, 15, 45, 80, 50, 60, 25, 100, 35, 75, 15, 15, 60, 25, 25, 45, 45, 75, 25, 35, 55, 100, 50, 20, 95, 35, 25, 60, 25, 50, 35, 70, 30, 25, 30, 30, 35, 35, 40, 50, 65, 100, 35, 100, 60, 80, 15, 25, 35, 100, 35, 35, 70, 25, 100, 95, 100, 35, 35, 35, 100, 10, 55, 35, 50, 30, 80, 45, 35, 10, 40, 20, 60, 30, 25, 35, 50, 65, 80, 55, 60, 40, 80, 15, 45, 25, 65, 25, 50, 25, 45, 25, 25, 10, 25, 25, 25, 40, 85, 50, 20, 75, 85, 85, 30, 75, 95, 80, 35, 55, 70, 20, 20, 25, 45, 45, 90, 25, 35, 15, 45, 50, 20, 60, 35, 25, 45, 10, 40, 60, 15, 75, 45, 95, 25, 40, 35, 10, 35, 25, 85, 35, 50, 35, 95, 25, 35, 35, 25, 30, 35, 45, 60, 25, 15, 35, 20, 55, 25, 35, 15, 30, 50, 85, 70, 60, 85, 45, 25, 85, 35, 50, 30, 15, 35, 35, 25, 85, 20, 50, 35, 30, 50, 85, 75, 45, 25, 40, 75, 55, 60, 60, 70, 100, 100, 100, 100, 15, 50, 5, 35, 50, 25, 45, 65, 10, 100, 75, 95, 40, 25, 100, 25, 55, 50, 75, 35, 90, 35, 15, 35, 40, 85, 25, 55, 45, 45, 50, 35, 65, 20, 70, 35, 25, 35, 25, 10, 60, 85, 90, 85, 20, 50, 25, 60, 50, 95, 30, 60, 80, 15, 55, 65, 65, 25, 35, 25, 100, 55, 100, 20, 50, 20, 35, 60, 25, 75, 100, 70, 20, 35, 25, 25, 20, 35, 100, 45, 25, 10, 10, 35, 15, 30, 25, 40, 45, 20, 35, 50, 60, 70, 25, 25, 15, 25, 95, 100, 35, 15, 75, 50, 25, 35, 65, 25, 100, 35, 80, 45, 15, 15, 50, 25, 35, 25, 25, 35, 100, 30, 60, 55, 50, 30, 85, 30, 45, 85, 50, 60, 35, 30, 25, 70, 100, 50, 10, 35, 25, 35, 95, 50, 35, 85, 15, 15, 35, 15, 35, 15, 35, 80, 25, 70, 50, 15, 50, 30, 50, 25, 60, 20, 15, 20, 100, 50, 35, 40, 25, 85, 70, 35, 25, 100, 35, 25, 50, 35, 40, 15, 10, 35, 25, 25, 20, 25, 45, 50, 75, 15, 10, 25, 50, 35, 35, 10, 40, 85, 75, 70, 35, 50, 95, 100, 35, 25, 60, 35, 20, 25, 70, 15, 100, 35, 25, 25, 85, 25, 25, 25, 30, 45, 100, 40, 25, 15, 100, 25, 25, 25, 10, 15, 20, 50, 30, 100, 15, 35, 10, 50, 30, 95, 80, 25, 50, 25, 30, 15, 25, 45, 25, 15, 10, 30, 30, 30, 35, 25, 15, 25, 15, 30, 40, 15, 50, 25, 50, 35, 55, 15, 60, 60, 30, 45, 60, 15, 100, 30, 70, 25, 30, 45, 90, 45, 25, 25, 25, 70, 75, 70, 100, 35, 55, 80, 50, 30, 30, 25, 15, 30, 35, 50, 100, 35, 70, 60, 65, 70, 45, 30, 20, 35, 100, 35, 50, 45, 55, 55, 85, 50, 10, 35, 85, 100, 100, 100, 60, 25, 50, 15, 25, 35, 20, 25, 30, 50, 45, 35, 35, 20, 100, 25, 85, 70, 30, 70, 35, 50, 55, 25, 60, 65, 85, 25, 50, 15, 35, 25, 75, 75, 95, 65, 50, 35, 65, 20, 55, 25, 15, 50, 75, 45, 10, 65, 80, 25, 50, 60, 70, 65, 35, 45, 25, 35, 50, 25, 55, 80, 15, 45, 55, 35, 30, 35, 100 ] }, "foreign_keys": [ { "column": "hero_id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "attribute_id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "attribute_value", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "attribute_value", "references": { "table": "superpower", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "superpower": { "name": "superpower", "column_count": 2, "row_count": 167, "columns": [ { "name": "id", "type": "INTEGER", "is_primary_key": true, "pk_origin": "db", "not_null": true, "default": null, "distinct_count": 167, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "min": 1, "max": 167, "is_foreign_key": true, "fk_origin": "potential", "references_table": "superhero", "references_column": "id" }, { "name": "power_name", "type": "TEXT", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 167, "null_count": 0, "nullability": 0.0, "cardinality": 1.0, "avg_length": 13.65 } ], "samples": { "id": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167 ], "power_name": [ "Agility", "Accelerated Healing", "Lantern Power Ring", "Dimensional Awareness", "Cold Resistance", "Durability", "Stealth", "Energy Absorption", "Flight", "Danger Sense", "Underwater breathing", "Marksmanship", "Weapons Master", "Power Augmentation", "Animal Attributes", "Longevity", "Intelligence", "Super Strength", "Cryokinesis", "Telepathy", "Energy Armor", "Energy Blasts", "Duplication", "Size Changing", "Density Control", "Stamina", "Astral Travel", "Audio Control", "Dexterity", "Omnitrix", "Super Speed", "Possession", "Animal Oriented Powers", "Weapon-based Powers", "Electrokinesis", "Darkforce Manipulation", "Death Touch", "Teleportation", "Enhanced Senses", "Telekinesis", "Energy Beams", "Magic", "Hyperkinesis", "Jump", "Clairvoyance", "Dimensional Travel", "Power Sense", "Shapeshifting", "Peak Human Condition", "Immortality", "Camouflage", "Element Control", "Phasing", "Astral Projection", "Electrical Transport", "Fire Control", "Projection", "Summoning", "Enhanced Memory", "Reflexes", "Invulnerability", "Energy Constructs", "Force Fields", "Self-Sustenance", "Anti-Gravity", "Empathy", "Power Nullifier", "Radiation Control", "Psionic Powers", "Elasticity", "Substance Secretion", "Elemental Transmogrification", "Technopath/Cyberpath", "Photographic Reflexes", "Seismic Power", "Animation", "Precognition", "Mind Control", "Fire Resistance", "Power Absorption", "Enhanced Hearing", "Nova Force", "Insanity", "Hypnokinesis", "Animal Control", "Natural Armor", "Intangibility", "Enhanced Sight", "Molecular Manipulation", "Heat Generation", "Adaptation", "Gliding", "Power Suit", "Mind Blast", "Probability Manipulation", "Gravity Control", "Regeneration", "Light Control", "Echolocation", "Levitation", "Toxin and Disease Control", "Banish", "Energy Manipulation", "Heat Resistance", "Natural Weapons", "Time Travel", "Enhanced Smell", "Illusions", "Thirstokinesis", "Hair Manipulation", "Illumination", "Omnipotent", "Cloaking", "Changing Armor", "Power Cosmic", "Biokinesis", "Water Control", "Radiation Immunity", "Vision - Telescopic", "Toxin and Disease Resistance", "Spatial Awareness", "Energy Resistance", "Telepathy Resistance", "Molecular Combustion", "Omnilingualism", "Portal Creation", "Magnetism", "Mind Control Resistance", "Plant Control", "Sonar", "Sonic Scream", "Time Manipulation", "Enhanced Touch", "Magic Resistance", "Invisibility", "Sub-Mariner", "Radiation Absorption", "Intuitive aptitude", "Vision - Microscopic", "Melting", "Wind Control", "Super Breath", "Wallcrawling", "Vision - Night", "Vision - Infrared", "Grim Reaping", "Matter Absorption", "The Force", "Resurrection", "Terrakinesis", "Vision - Heat", "Vitakinesis", "Radar Sense", "Qwardian Power Ring", "Weather Control", "Vision - X-Ray", "Vision - Thermal", "Web Creation", "Reality Warping", "Odin Force", "Symbiote Costume", "Speed Force", "Phoenix Force", "Molecular Dissipation", "Vision - Cryo", "Omnipresent", "Omniscient" ] }, "foreign_keys": [ { "column": "id", "references": { "table": "alignment", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "attribute", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "colour", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "gender", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "publisher", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "race", "column": "id" }, "fk_origin": "potential", "confidence": "medium" }, { "column": "id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "potential", "confidence": "medium" } ], "indexes": [] }, "hero_power": { "name": "hero_power", "column_count": 2, "row_count": 5825, "columns": [ { "name": "hero_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 652, "null_count": 0, "nullability": 0.0, "cardinality": 0.1119, "min": 1, "max": 756, "is_foreign_key": true, "fk_origin": "db", "references_table": "superhero", "references_column": "id" }, { "name": "power_id", "type": "INTEGER", "is_primary_key": false, "not_null": false, "default": "NULL", "distinct_count": 167, "null_count": 0, "nullability": 0.0, "cardinality": 0.0287, "min": 1, "max": 167, "is_foreign_key": true, "fk_origin": "db", "references_table": "superpower", "references_column": "id" } ], "samples": { "hero_id": [ 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 11, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 22, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 27, 27, 28, 29, 29, 29, 29, 29, 30, 30, 30, 30, 30, 30, 30, 31, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 34, 34, 34, 34, 34, 34, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 37, 37, 37, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 41, 41, 41, 41, 41, 41, 41, 41, 42, 42, 42, 42, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 44, 44, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 45, 45, 45, 46, 46, 47, 47, 47, 49, 49, 49, 49, 49, 49, 49, 49, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 54, 54, 54, 54, 54, 54, 55, 56, 56, 56, 56, 56, 57, 58, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 60, 60, 60, 60, 60, 60, 61, 61, 61, 61, 61, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 64, 64, 64, 64, 64, 64, 65, 65, 65, 65, 65, 65, 66, 66, 66, 67, 67, 67, 67, 67, 67, 67, 70, 70, 70, 70, 70, 72, 72, 72, 72, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 74, 74, 74, 74, 74, 74, 74, 74, 76, 76, 76, 76, 76, 76, 77, 77, 77, 77, 77, 77, 78, 78, 78, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 82, 82, 83, 83, 83, 83, 83, 83, 83, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 86, 86, 86, 86, 86, 86, 86, 86, 86, 86, 87, 88, 89, 89, 89, 90, 91, 91, 91, 91, 91, 91, 92, 92, 92, 92, 92, 92, 92, 93, 93, 93, 94, 94, 94, 94, 95, 95, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 97, 97, 97, 97, 97, 97, 97, 97, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 99, 99, 99, 99, 99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 102, 102, 102, 102, 102, 102, 102, 102, 102, 104, 104, 104, 104, 104, 104, 104, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 107, 108, 108, 108, 108, 108, 108, 108, 109, 109, 109, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 111, 112, 112, 112, 112, 112, 112, 112, 112, 112, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 115, 115, 116, 116, 116, 116, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, 119, 119, 119, 120, 121, 121, 122, 123, 123, 123, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 125, 125, 125, 125, 125, 125, 125, 126, 126, 126, 126, 126, 126, 126, 126, 126, 127, 127, 127, 128, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 129, 130, 130, 130, 130, 130, 130, 130, 130, 130, 130, 132, 132, 133, 133, 133, 133, 133, 133, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 138, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 140, 140, 140, 141, 143, 143, 143, 143, 143, 143, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 145, 145, 145, 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, 147, 147, 148, 148, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 150, 150, 150, 150, 150, 150, 150, 151, 151, 151, 152, 152, 152, 152, 152, 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 156, 156, 157, 157, 157, 158, 158, 158, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 162, 162, 162, 162, 162, 162, 163, 163, 163, 163, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 165, 165, 165, 165, 165, 165, 165, 165, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 166, 167, 167, 167, 167, 167, 169, 169, 169, 169, 169, 169, 169, 169, 171, 171, 171, 172, 173, 173, 173, 173, 174, 175, 176, 176, 176, 177, 177, 177, 177, 177, 178, 178, 178, 178, 178, 178, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 179, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 181, 182, 183, 183, 183, 183, 183, 183, 183, 184, 184, 186, 186, 186, 186, 186, 188, 188, 191, 191, 191, 191, 191, 191, 191, 191, 191, 192, 192, 192, 192, 192, 194, 195, 195, 195, 195, 196, 196, 196, 196, 197, 197, 197, 197, 197, 197, 197, 197, 198, 198, 198, 199, 199, 199, 199, 199, 199, 199, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 201, 202, 202, 202, 202, 202, 202, 202, 204, 204, 204, 206, 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, 208, 208, 208, 208, 208, 208, 208, 208, 209, 209, 209, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 210, 212, 212, 212, 212, 212, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 214, 215, 215, 215, 215, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 219, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 223, 223, 223, 223, 223, 223, 223, 223, 224, 224, 224, 224, 224, 225, 225, 226, 227, 227, 227, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 229, 229, 229, 229, 229, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 231, 231, 231, 231, 231, 231, 231, 231, 231, 231, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, 233, 233, 233, 233, 234, 234, 234, 234, 234, 234, 234, 234, 234, 235, 235, 235, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 237, 237, 237, 237, 237, 237, 237, 237, 237, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 241, 241, 241, 242, 242, 242, 242, 242, 242, 242, 243, 243, 243, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 245, 246, 246, 246, 246, 246, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 249, 249, 249, 251, 251, 251, 251, 251, 251, 251, 251, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 256, 257, 257, 257, 257, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 260, 260, 260, 260, 260, 260, 260, 260, 260, 261, 261, 261, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 263, 263, 263, 263, 263, 263, 263, 264, 264, 264, 264, 264, 264, 265, 265, 265, 265, 265, 265, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 269, 270, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 273, 273, 273, 273, 273, 273, 273, 274, 274, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 275, 277, 277, 277, 277, 277, 278, 278, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 280, 280, 280, 280, 280, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 282, 283, 283, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 285, 285, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 286, 287, 287, 287, 287, 287, 290, 290, 290, 290, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 292, 292, 292, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 294, 294, 294, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 297, 297, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 299, 299, 300, 300, 300, 300, 300, 301, 302, 302, 302, 302, 302, 302, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 304, 304, 304, 304, 304, 304, 304, 304, 305, 305, 306, 306, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 316, 316, 316, 316, 316, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 317, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 319, 320, 320, 320, 320, 320, 320, 321, 321, 321, 321, 321, 321, 321, 322, 322, 322, 322, 322, 322, 323, 323, 323, 323, 324, 324, 324, 324, 324, 324, 324, 324, 325, 330, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 332, 332, 332, 332, 332, 332, 332, 332, 332, 332, 332, 332, 333, 333, 333, 333, 333, 333, 333, 334, 334, 334, 334, 334, 334, 334, 335, 335, 335, 335, 335, 335, 335, 335, 336, 336, 337, 337, 337, 337, 337, 337, 338, 338, 338, 338, 339, 339, 339, 340, 340, 340, 340, 340, 340, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 343, 344, 344, 345, 345, 345, 345, 345, 345, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 347, 347, 347, 347, 347, 347, 347, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 351, 351, 351, 352, 352, 352, 352, 352, 352, 353, 353, 353, 353, 353, 353, 354, 354, 354, 354, 354, 354, 354, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 356, 357, 357, 357, 357, 357, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 360, 360, 360, 360, 360, 360, 360, 360, 360, 360, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 362, 362, 362, 362, 362, 362, 362, 364, 364, 364, 364, 364, 365, 365, 365, 365, 366, 366, 366, 366, 366, 366, 366, 366, 368, 368, 368, 368, 368, 368, 368, 368, 368, 368, 368, 368, 369, 369, 369, 370, 370, 370, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 373, 373, 373, 373, 373, 376, 376, 376, 377, 378, 378, 379, 379, 379, 379, 379, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 381, 381, 381, 382, 382, 382, 382, 382, 382, 382, 382, 383, 383, 383, 383, 384, 384, 384, 385, 385, 385, 385, 385, 385, 385, 385, 385, 385, 386, 386, 386, 386, 386, 386, 386, 386, 386, 387, 387, 387, 387, 387, 387, 387, 388, 388, 388, 388, 388, 388, 390, 390, 390, 390, 391, 391, 391, 391, 391, 391, 391, 391, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 393, 394, 394, 394, 394, 394, 394, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 395, 396, 396, 396, 396, 397, 397, 399, 399, 399, 399, 399, 399, 399, 399, 399, 399, 399, 399, 399, 400, 400, 400, 400, 400, 400, 401, 401, 401, 401, 401, 401, 401, 402, 402, 402, 402, 402, 402, 402, 402, 402, 402, 402, 402, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 405, 405, 405, 405, 405, 405, 405, 406, 406, 408, 408, 408, 408, 408, 408, 408, 409, 409, 409, 409, 409, 409, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 413, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 414, 415, 415, 415, 416, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 417, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 420, 420, 420, 421, 422, 422, 423, 423, 423, 423, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 424, 425, 426, 426, 426, 426, 426, 426, 426, 426, 426, 426, 426, 426, 426, 426, 427, 427, 427, 427, 427, 427, 427, 427, 427, 427, 427, 427, 427, 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, 429, 429, 429, 429, 429, 429, 429, 431, 431, 431, 431, 431, 431, 432, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 433, 434, 435, 435, 435, 436, 436, 436, 436, 436, 437, 437, 437, 437, 437, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 439, 439, 439, 439, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 442, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 444, 444, 444, 444, 444, 444, 444, 444, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 449, 449, 449, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 452, 453, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 455, 455, 456, 456, 456, 456, 456, 456, 456, 457, 457, 457, 457, 457, 457, 457, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 458, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 460, 460, 460, 460, 460, 460, 460, 460, 460, 461, 461, 461, 461, 463, 463, 463, 463, 463, 464, 465, 465, 465, 465, 465, 465, 465, 465, 465, 465, 466, 467, 467, 467, 467, 467, 467, 467, 467, 467, 468, 468, 468, 468, 468, 469, 469, 469, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 471, 471, 471, 471, 471, 472, 472, 472, 472, 472, 472, 473, 473, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 474, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 477, 477, 477, 477, 477, 477, 477, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 480, 483, 483, 483, 483, 484, 484, 484, 484, 484, 484, 484, 485, 486, 486, 486, 486, 486, 486, 487, 487, 487, 487, 487, 487, 487, 487, 488, 488, 488, 488, 488, 488, 488, 490, 491, 491, 491, 492, 492, 492, 492, 492, 492, 492, 493, 493, 494, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 495, 496, 496, 496, 496, 496, 496, 496, 496, 496, 496, 496, 496, 496, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 497, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 499, 499, 499, 499, 499, 499, 499, 499, 499, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 501, 502, 502, 502, 503, 503, 504, 504, 505, 505, 505, 505, 505, 505, 505, 506, 506, 506, 506, 506, 506, 506, 506, 507, 508, 508, 510, 510, 510, 510, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 514, 514, 514, 514, 514, 514, 514, 514, 514, 514, 516, 516, 516, 516, 516, 516, 517, 517, 517, 517, 517, 517, 517, 517, 517, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 520, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 522, 522, 522, 523, 523, 523, 523, 523, 523, 523, 523, 524, 524, 524, 524, 524, 524, 524, 524, 524, 528, 529, 530, 531, 531, 531, 532, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 534, 535, 535, 535, 535, 535, 537, 537, 537, 537, 537, 537, 537, 537, 537, 537, 537, 537, 538, 539, 539, 539, 539, 539, 539, 539, 539, 539, 539, 540, 540, 540, 540, 540, 540, 540, 540, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 541, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 543, 544, 544, 544, 544, 544, 544, 544, 544, 544, 544, 545, 545, 545, 545, 545, 546, 546, 546, 546, 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, 548, 548, 548, 548, 548, 548, 548, 548, 548, 549, 549, 549, 549, 549, 550, 551, 551, 551, 551, 551, 551, 551, 551, 551, 551, 551, 551, 551, 551, 553, 554, 554, 555, 555, 555, 555, 555, 556, 556, 557, 557, 557, 557, 557, 557, 557, 557, 558, 558, 558, 558, 558, 558, 559, 559, 559, 559, 559, 560, 560, 560, 560, 560, 560, 560, 560, 560, 560, 561, 561, 561, 561, 561, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 563, 563, 564, 564, 564, 564, 564, 565, 565, 565, 565, 565, 565, 565, 566, 566, 566, 566, 566, 566, 566, 566, 566, 566, 566, 566, 567, 567, 568, 568, 568, 568, 568, 568, 569, 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, 570, 571, 571, 571, 571, 571, 571, 572, 572, 572, 572, 572, 574, 574, 574, 574, 574, 575, 575, 575, 575, 575, 575, 575, 575, 576, 577, 578, 578, 578, 578, 578, 578, 578, 579, 579, 580, 580, 580, 580, 580, 581, 581, 581, 581, 581, 582, 582, 582, 582, 582, 582, 583, 583, 583, 583, 583, 584, 584, 584, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 586, 587, 587, 589, 589, 589, 589, 589, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 590, 591, 591, 591, 591, 591, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 592, 593, 593, 593, 593, 593, 593, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 595, 596, 596, 596, 596, 596, 596, 597, 597, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 598, 599, 599, 599, 599, 599, 599, 599, 599, 599, 599, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 600, 601, 601, 601, 601, 601, 602, 602, 602, 602, 602, 602, 602, 602, 602, 603, 603, 603, 603, 603, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 604, 606, 606, 606, 606, 606, 606, 607, 607, 607, 607, 607, 607, 608, 608, 608, 608, 608, 608, 608, 608, 608, 609, 609, 609, 609, 609, 609, 610, 610, 610, 610, 610, 610, 612, 612, 612, 612, 612, 612, 612, 612, 614, 614, 614, 614, 615, 615, 615, 615, 616, 616, 616, 616, 616, 616, 616, 616, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 618, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 619, 620, 621, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 622, 623, 623, 623, 623, 623, 623, 623, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 624, 625, 625, 625, 625, 625, 625, 625, 625, 625, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 626, 627, 627, 627, 627, 628, 628, 628, 628, 629, 629, 629, 629, 629, 631, 631, 631, 631, 631, 631, 631, 631, 631, 632, 632, 633, 633, 633, 633, 633, 633, 633, 633, 633, 634, 634, 634, 634, 634, 634, 634, 634, 635, 635, 635, 635, 635, 635, 635, 635, 635, 635, 635, 635, 635, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 636, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 637, 638, 638, 638, 638, 640, 640, 640, 640, 640, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 643, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 644, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 648, 648, 648, 648, 648, 648, 648, 648, 648, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 649, 650, 650, 650, 650, 650, 650, 650, 650, 650, 651, 651, 651, 651, 651, 651, 653, 653, 653, 653, 653, 653, 653, 653, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 654, 655, 655, 655, 655, 655, 655, 655, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 657, 657, 657, 657, 657, 657, 657, 657, 657, 657, 657, 657, 657, 657, 658, 658, 658, 658, 658, 658, 658, 659, 659, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 660, 661, 661, 661, 661, 661, 661, 661, 662, 662, 663, 663, 663, 663, 663, 663, 663, 663, 663, 663, 663, 663, 664, 664, 664, 664, 664, 664, 664, 664, 664, 664, 664, 664, 664, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 665, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 666, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 667, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 671, 671, 671, 671, 671, 671, 671, 671, 672, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 674, 675, 675, 675, 675, 675, 675, 675, 675, 675, 675, 675 ], "power_id": [ 1, 18, 26, 31, 2, 6, 16, 18, 26, 51, 64, 1, 2, 5, 6, 11, 12, 13, 16, 17, 18, 20, 26, 50, 60, 88, 136, 3, 2, 17, 18, 26, 31, 61, 76, 142, 4, 9, 17, 18, 24, 31, 38, 42, 46, 50, 61, 89, 103, 115, 5, 6, 8, 18, 61, 72, 79, 86, 89, 104, 2, 50, 97, 6, 7, 9, 12, 13, 17, 31, 79, 88, 93, 7, 8, 16, 18, 22, 41, 93, 9, 18, 31, 64, 89, 115, 1, 18, 31, 90, 93, 9, 10, 17, 20, 22, 31, 38, 41, 53, 63, 84, 103, 135, 1, 2, 7, 8, 10, 12, 13, 16, 18, 22, 26, 31, 39, 44, 48, 50, 61, 70, 71, 81, 86, 91, 92, 105, 143, 11, 1, 5, 6, 7, 18, 31, 39, 44, 71, 86, 104, 105, 143, 12, 1, 3, 6, 9, 11, 12, 14, 16, 17, 18, 19, 20, 22, 23, 24, 26, 31, 34, 38, 39, 44, 48, 51, 53, 56, 59, 60, 61, 62, 63, 80, 81, 106, 107, 117, 119, 127, 135, 139, 142, 144, 13, 14, 1, 2, 6, 7, 9, 16, 18, 26, 31, 39, 42, 50, 59, 69, 81, 92, 119, 120, 1, 2, 6, 7, 9, 16, 18, 26, 31, 39, 42, 50, 59, 69, 81, 92, 119, 120, 1, 18, 26, 31, 9, 15, 33, 97, 101, 16, 15, 20, 22, 33, 66, 1, 6, 9, 18, 26, 31, 60, 17, 24, 1, 7, 17, 18, 20, 24, 26, 33, 85, 2, 4, 6, 8, 9, 14, 17, 18, 20, 22, 24, 36, 38, 41, 50, 61, 62, 89, 93, 106, 132, 6, 18, 22, 26, 38, 103, 2, 6, 10, 18, 26, 39, 48, 51, 60, 70, 120, 143, 1, 2, 8, 9, 14, 16, 18, 20, 22, 24, 26, 31, 38, 40, 48, 50, 60, 61, 63, 86, 89, 100, 116, 11, 18, 117, 6, 11, 18, 19, 20, 26, 31, 41, 42, 81, 90, 117, 144, 1, 2, 5, 6, 7, 11, 16, 17, 18, 20, 26, 31, 39, 60, 61, 81, 85, 88, 104, 107, 117, 130, 136, 144, 1, 2, 6, 18, 26, 31, 60, 69, 120, 133, 143, 1, 2, 6, 9, 18, 26, 92, 119, 6, 18, 26, 75, 1, 2, 5, 6, 9, 18, 22, 31, 39, 60, 61, 64, 66, 89, 103, 104, 115, 1, 2, 6, 18, 26, 31, 50, 60, 1, 2, 6, 18, 26, 31, 50, 60, 20, 38, 18, 21, 69, 9, 18, 22, 31, 34, 81, 119, 125, 6, 7, 17, 18, 24, 26, 31, 50, 60, 61, 64, 6, 7, 17, 18, 24, 26, 31, 50, 60, 61, 64, 6, 7, 17, 18, 24, 26, 31, 50, 60, 61, 64, 6, 7, 17, 18, 24, 26, 31, 50, 60, 61, 64, 16, 18, 23, 26, 31, 118, 24, 9, 18, 24, 25, 92, 24, 17, 2, 6, 9, 22, 31, 60, 89, 98, 111, 124, 2, 16, 38, 46, 48, 97, 13, 18, 26, 31, 34, 9, 18, 20, 26, 27, 31, 38, 42, 61, 77, 87, 108, 135, 9, 18, 31, 61, 6, 18, 26, 31, 59, 60, 9, 28, 63, 81, 130, 131, 6, 18, 26, 7, 12, 13, 17, 26, 34, 60, 1, 7, 13, 49, 120, 1, 12, 26, 34, 1, 6, 7, 11, 12, 13, 17, 18, 26, 31, 34, 49, 60, 92, 93, 144, 145, 1, 7, 12, 13, 17, 26, 34, 49, 1, 6, 18, 26, 31, 60, 7, 12, 13, 17, 26, 29, 9, 92, 119, 1, 2, 15, 17, 18, 26, 29, 31, 39, 44, 60, 105, 143, 144, 1, 6, 9, 15, 18, 24, 31, 33, 48, 66, 86, 105, 136, 143, 30, 48, 2, 18, 26, 31, 50, 61, 120, 2, 4, 8, 9, 18, 20, 22, 24, 31, 38, 40, 48, 50, 61, 63, 69, 103, 112, 1, 6, 9, 16, 18, 26, 50, 60, 61, 120, 26, 12, 18, 31, 120, 32, 6, 8, 9, 18, 22, 31, 1, 6, 18, 26, 31, 44, 81, 9, 15, 105, 9, 18, 33, 105, 9, 93, 1, 8, 9, 16, 17, 18, 22, 26, 50, 63, 2, 8, 18, 22, 26, 61, 106, 122, 1, 2, 6, 8, 9, 12, 16, 18, 19, 26, 31, 39, 44, 61, 64, 81, 84, 88, 119, 139, 142, 20, 22, 40, 78, 94, 2, 9, 16, 17, 18, 22, 26, 31, 40, 42, 45, 61, 64, 81, 1, 6, 8, 9, 16, 18, 20, 22, 26, 31, 60, 89, 131, 1, 7, 12, 13, 17, 26, 28, 60, 131, 1, 18, 26, 31, 60, 95, 145, 1, 7, 9, 18, 26, 31, 37, 39, 46, 50, 87, 105, 132, 34, 8, 9, 22, 35, 49, 63, 103, 36, 84, 108, 1, 5, 6, 7, 11, 12, 13, 18, 22, 26, 31, 44, 49, 51, 93, 119, 136, 145, 1, 7, 12, 13, 26, 39, 49, 59, 60, 81, 107, 119, 144, 1, 7, 12, 13, 16, 17, 26, 49, 60, 1, 2, 6, 18, 26, 31, 51, 60, 119, 144, 9, 20, 6, 18, 22, 37, 1, 2, 13, 18, 26, 31, 39, 81, 107, 119, 144, 6, 86, 105, 38, 19, 34, 19, 6, 18, 96, 1, 6, 18, 19, 22, 26, 31, 34, 38, 56, 60, 61, 127, 9, 39, 48, 97, 105, 118, 120, 8, 13, 18, 22, 34, 38, 40, 42, 61, 9, 18, 22, 17, 1, 2, 5, 9, 18, 22, 63, 73, 93, 103, 104, 1, 7, 9, 12, 13, 17, 26, 81, 88, 93, 2, 22, 1, 8, 22, 41, 69, 103, 1, 6, 9, 13, 16, 17, 18, 22, 39, 61, 63, 77, 81, 93, 106, 132, 145, 40, 6, 9, 16, 17, 18, 20, 31, 40, 63, 64, 125, 17, 41, 63, 42, 1, 7, 18, 26, 101, 143, 1, 2, 6, 7, 10, 18, 26, 31, 59, 60, 69, 119, 6, 12, 13, 7, 9, 17, 18, 22, 24, 26, 35, 88, 93, 9, 20, 1, 13, 1, 2, 6, 7, 9, 12, 13, 17, 18, 20, 22, 26, 29, 31, 38, 40, 54, 63, 69, 73, 77, 78, 89, 94, 106, 108, 113, 123, 128, 1, 2, 18, 39, 60, 143, 144, 12, 43, 121, 8, 9, 21, 31, 50, 1, 6, 7, 12, 13, 16, 26, 34, 49, 60, 1, 2, 8, 9, 13, 18, 22, 31, 39, 50, 53, 61, 63, 64, 68, 73, 86, 88, 89, 90, 103, 106, 118, 122, 132, 135, 137, 1, 6, 7, 9, 18, 26, 31, 39, 60, 63, 19, 34, 18, 31, 44, 9, 31, 39, 1, 2, 5, 6, 8, 9, 10, 12, 16, 17, 18, 22, 26, 31, 38, 42, 45, 50, 59, 60, 61, 62, 64, 77, 81, 84, 100, 103, 104, 120, 125, 134, 142, 1, 2, 5, 6, 8, 9, 10, 12, 16, 17, 18, 22, 26, 31, 38, 42, 45, 50, 59, 60, 61, 62, 64, 77, 81, 84, 100, 103, 104, 120, 125, 134, 142, 17, 18, 45, 61, 84, 125, 7, 9, 12, 17, 9, 18, 19, 20, 22, 26, 31, 35, 39, 40, 48, 50, 52, 56, 61, 66, 72, 81, 88, 89, 107, 117, 129, 136, 142, 5, 9, 14, 22, 39, 89, 103, 104, 1, 2, 6, 10, 18, 26, 31, 34, 44, 48, 51, 60, 105, 143, 1, 18, 26, 39, 44, 1, 7, 12, 15, 26, 29, 49, 66, 38, 46, 97, 47, 20, 41, 69, 94, 48, 48, 20, 40, 48, 1, 7, 26, 33, 60, 1, 18, 26, 31, 33, 60, 1, 6, 7, 15, 17, 18, 26, 31, 33, 39, 44, 48, 60, 81, 85, 88, 107, 144, 1, 18, 22, 26, 38, 41, 56, 60, 95, 104, 123, 49, 1, 6, 18, 31, 44, 60, 86, 2, 97, 4, 36, 38, 63, 87, 50, 61, 5, 6, 18, 26, 31, 61, 64, 86, 104, 7, 13, 48, 51, 80, 18, 9, 16, 63, 96, 6, 9, 18, 22, 18, 26, 31, 52, 56, 60, 117, 141, 17, 22, 42, 15, 18, 26, 29, 31, 39, 73, 6, 9, 18, 26, 31, 34, 39, 73, 81, 86, 93, 6, 8, 9, 18, 26, 31, 50, 61, 62, 73, 81, 89, 103, 119, 139, 144, 1, 8, 12, 17, 22, 41, 122, 22, 98, 105, 20, 1, 7, 12, 13, 17, 20, 26, 39, 60, 81, 99, 107, 133, 6, 9, 22, 34, 63, 93, 119, 145, 6, 17, 18, 1, 2, 4, 9, 12, 17, 18, 20, 22, 24, 26, 31, 38, 40, 41, 46, 50, 54, 60, 61, 63, 69, 78, 89, 100, 103, 120, 9, 22, 38, 62, 103, 1, 6, 7, 10, 12, 13, 18, 20, 26, 35, 36, 40, 108, 1, 2, 6, 7, 10, 12, 13, 17, 20, 22, 31, 35, 39, 40, 44, 54, 60, 63, 69, 77, 81, 84, 98, 108, 113, 1, 26, 31, 60, 1, 5, 6, 16, 17, 18, 31, 39, 59, 60, 73, 81, 88, 104, 107, 125, 1, 8, 12, 22, 26, 28, 41, 62, 63, 90, 98, 100, 103, 108, 1, 3, 9, 26, 32, 38, 42, 50, 53, 87, 100, 135, 1, 2, 4, 7, 12, 13, 16, 26, 34, 38, 50, 60, 97, 120, 123, 128, 7, 12, 13, 26, 1, 6, 17, 18, 26, 31, 59, 60, 119, 139, 145, 1, 2, 6, 13, 16, 18, 31, 34, 39, 60, 120, 1, 18, 20, 26, 31, 42, 60, 105, 18, 22, 24, 89, 100, 12, 13, 53, 6, 18, 26, 6, 9, 18, 22, 26, 27, 31, 34, 35, 38, 42, 46, 58, 63, 106, 9, 18, 22, 63, 69, 2, 4, 9, 16, 18, 20, 22, 31, 38, 40, 46, 53, 54, 62, 78, 89, 108, 122, 127, 132, 135, 1, 12, 17, 18, 26, 31, 34, 73, 93, 143, 4, 9, 16, 20, 22, 38, 40, 42, 46, 53, 54, 58, 63, 84, 87, 102, 106, 108, 132, 135, 1, 12, 60, 95, 1, 2, 7, 12, 13, 26, 44, 86, 136, 9, 18, 31, 1, 2, 5, 6, 8, 18, 26, 31, 44, 60, 61, 64, 80, 86, 91, 97, 104, 105, 122, 1, 2, 18, 26, 31, 48, 60, 105, 143, 14, 18, 20, 24, 26, 31, 36, 38, 42, 46, 48, 50, 89, 2, 6, 8, 9, 16, 17, 18, 22, 23, 24, 25, 31, 38, 40, 50, 53, 61, 62, 63, 64, 77, 87, 89, 103, 106, 125, 132, 1, 2, 5, 6, 13, 18, 26, 39, 64, 104, 107, 8, 18, 31, 1, 6, 18, 24, 48, 61, 70, 31, 35, 55, 1, 7, 10, 12, 13, 17, 20, 49, 84, 123, 35, 1, 6, 24, 48, 70, 6, 18, 20, 25, 26, 32, 51, 54, 69, 78, 86, 108, 123, 128, 2, 6, 9, 18, 38, 39, 42, 52, 53, 56, 60, 62, 87, 108, 9, 35, 103, 1, 6, 7, 12, 13, 17, 26, 60, 2, 6, 18, 22, 39, 42, 44, 50, 77, 105, 1, 2, 4, 7, 12, 13, 16, 26, 34, 38, 50, 60, 97, 120, 123, 128, 2, 6, 9, 18, 22, 34, 63, 93, 119, 145, 2, 9, 20, 22, 38, 40, 54, 69, 94, 97, 108, 14, 9, 20, 33, 92, 2, 6, 8, 9, 18, 20, 22, 24, 31, 36, 39, 53, 61, 64, 96, 103, 106, 108, 2, 6, 8, 9, 16, 17, 18, 26, 31, 39, 44, 61, 81, 84, 119, 139, 142, 1, 2, 18, 31, 33, 39, 44, 60, 105, 9, 18, 61, 2, 6, 9, 16, 18, 20, 26, 32, 48, 71, 9, 22, 50, 56, 79, 103, 104, 6, 9, 22, 56, 103, 104, 9, 22, 39, 90, 103, 122, 6, 8, 9, 18, 22, 25, 48, 53, 56, 59, 62, 64, 69, 89, 90, 97, 103, 104, 119, 139, 2, 8, 9, 16, 26, 31, 39, 53, 60, 62, 64, 12, 1, 2, 8, 9, 16, 22, 26, 31, 39, 53, 60, 62, 64, 106, 2, 9, 16, 18, 26, 31, 39, 46, 53, 60, 62, 64, 80, 106, 2, 31, 46, 59, 60, 62, 106, 17, 42, 1, 4, 6, 9, 16, 17, 18, 20, 22, 23, 26, 31, 38, 40, 50, 54, 61, 63, 76, 77, 89, 103, 106, 108, 112, 123, 132, 5, 18, 26, 61, 104, 18, 42, 2, 4, 6, 8, 9, 12, 16, 17, 18, 20, 22, 24, 26, 31, 38, 40, 41, 46, 50, 61, 63, 69, 89, 97, 100, 103, 115, 120, 126, 1, 40, 69, 103, 123, 1, 2, 6, 7, 12, 13, 17, 18, 26, 31, 39, 60, 123, 2, 17, 39, 2, 6, 8, 9, 16, 17, 18, 26, 31, 39, 44, 61, 81, 84, 119, 139, 142, 57, 69, 1, 2, 6, 12, 16, 18, 22, 26, 31, 34, 42, 48, 56, 61, 69, 79, 90, 104, 134, 6, 18, 56, 79, 104, 6, 17, 18, 24, 1, 2, 9, 16, 18, 26, 31, 60, 61, 81, 107, 123, 139, 142, 20, 40, 58, 1, 6, 8, 10, 16, 18, 22, 26, 41, 50, 61, 81, 86, 88, 104, 105, 107, 136, 1, 18, 105, 1, 2, 9, 10, 12, 13, 16, 18, 20, 22, 23, 26, 31, 35, 38, 44, 48, 50, 61, 62, 63, 100, 103, 107, 18, 24, 1, 6, 15, 17, 18, 20, 22, 40, 78, 81, 85, 89, 105, 6, 18, 9, 22, 63, 89, 96, 13, 1, 7, 12, 13, 26, 49, 1, 2, 6, 12, 17, 18, 26, 31, 60, 83, 2, 6, 17, 18, 26, 31, 60, 83, 6, 18, 6, 18, 6, 16, 17, 18, 23, 24, 26, 61, 79, 97, 129, 3, 6, 9, 12, 18, 22, 26, 31, 41, 60, 62, 63, 1, 3, 9, 12, 13, 18, 21, 22, 26, 31, 34, 41, 60, 62, 63, 1, 7, 12, 13, 26, 1, 2, 6, 9, 18, 26, 31, 50, 60, 61, 120, 1, 2, 7, 12, 17, 18, 26, 49, 60, 120, 1, 2, 7, 17, 20, 22, 26, 38, 40, 42, 48, 62, 63, 84, 85, 108, 135, 8, 9, 22, 93, 104, 118, 2, 9, 18, 26, 31, 61, 105, 1, 7, 12, 13, 26, 49, 13, 26, 59, 74, 2, 5, 6, 9, 18, 50, 60, 119, 33, 34, 1, 2, 6, 16, 18, 26, 31, 37, 38, 42, 54, 61, 81, 88, 108, 125, 2, 6, 13, 16, 18, 26, 39, 42, 61, 79, 88, 104, 1, 10, 17, 18, 49, 105, 134, 2, 9, 22, 38, 42, 56, 106, 2, 6, 16, 18, 26, 31, 50, 61, 38, 106, 1, 7, 17, 26, 34, 60, 18, 26, 31, 60, 6, 105, 123, 8, 20, 22, 40, 80, 86, 1, 2, 5, 6, 16, 18, 26, 31, 44, 60, 61, 64, 104, 118, 120, 128, 137, 142, 1, 8, 9, 12, 22, 31, 56, 79, 90, 104, 142, 12, 49, 6, 18, 25, 31, 48, 89, 1, 2, 6, 7, 9, 10, 12, 18, 26, 31, 44, 48, 51, 60, 71, 86, 92, 105, 143, 11, 24, 48, 61, 69, 105, 117, 1, 6, 9, 16, 17, 18, 26, 31, 39, 41, 61, 81, 88, 139, 142, 145, 1, 2, 5, 6, 12, 18, 19, 22, 23, 24, 26, 61, 72, 90, 117, 2, 9, 16, 26, 31, 39, 53, 59, 62, 81, 107, 133, 17, 26, 60, 3, 9, 17, 38, 62, 63, 2, 9, 18, 20, 101, 124, 7, 17, 62, 63, 69, 100, 135, 1, 2, 5, 6, 8, 10, 13, 16, 18, 22, 26, 31, 39, 49, 60, 66, 69, 104, 108, 120, 134, 2, 6, 8, 9, 11, 12, 18, 22, 26, 31, 34, 41, 60, 63, 93, 118, 119, 127, 135, 144, 6, 9, 17, 18, 41, 2, 6, 9, 17, 18, 26, 31, 40, 52, 129, 2, 5, 6, 9, 17, 18, 22, 26, 31, 104, 1, 9, 18, 25, 31, 38, 39, 40, 48, 53, 61, 71, 87, 89, 90, 100, 6, 7, 12, 13, 17, 26, 60, 7, 12, 13, 17, 26, 1, 7, 107, 136, 1, 6, 7, 12, 13, 17, 26, 60, 8, 20, 40, 54, 63, 69, 78, 94, 100, 103, 108, 123, 12, 17, 125, 42, 63, 126, 1, 3, 9, 12, 18, 21, 22, 26, 31, 41, 60, 62, 63, 6, 9, 18, 31, 123, 6, 18, 44, 17, 20, 64, 2, 42, 58, 108, 123, 3, 6, 9, 12, 13, 17, 18, 21, 22, 31, 41, 62, 63, 103, 16, 38, 69, 6, 7, 12, 13, 17, 26, 83, 120, 18, 22, 31, 60, 8, 22, 103, 1, 12, 13, 26, 34, 49, 60, 88, 119, 144, 2, 6, 18, 26, 31, 61, 63, 64, 120, 6, 18, 26, 40, 61, 97, 127, 9, 22, 31, 40, 63, 69, 6, 12, 26, 86, 6, 16, 18, 22, 35, 63, 65, 100, 106, 1, 7, 9, 13, 17, 18, 31, 60, 128, 17, 1, 7, 12, 13, 26, 60, 1, 2, 8, 9, 18, 25, 26, 31, 48, 80, 89, 1, 6, 26, 34, 2, 31, 1, 2, 6, 18, 26, 31, 39, 60, 81, 86, 105, 107, 136, 5, 6, 8, 19, 105, 142, 2, 3, 6, 11, 18, 20, 26, 1, 6, 7, 16, 18, 26, 31, 44, 60, 81, 105, 107, 5, 6, 7, 11, 15, 16, 18, 26, 31, 33, 61, 86, 88, 97, 105, 107, 136, 6, 18, 22, 28, 61, 64, 123, 6, 109, 1, 2, 18, 26, 31, 33, 39, 1, 16, 18, 26, 31, 60, 2, 9, 18, 26, 31, 33, 61, 81, 119, 139, 142, 145, 3, 9, 12, 18, 22, 31, 41, 62, 63, 66, 103, 125, 1, 2, 6, 7, 10, 12, 13, 17, 18, 20, 22, 31, 39, 40, 44, 60, 63, 69, 77, 84, 98, 108, 12, 1, 2, 6, 7, 17, 18, 26, 31, 60, 73, 105, 17, 20, 40, 67, 1, 2, 7, 9, 18, 20, 23, 26, 31, 33, 38, 40, 48, 54, 56, 63, 67, 69, 80, 89, 91, 94, 100, 106, 132, 1, 2, 7, 12, 13, 26, 44, 60, 86, 136, 6, 9, 13, 17, 18, 22, 41, 62, 63, 93, 9, 35, 96, 35, 8, 35, 6, 9, 17, 18, 1, 2, 4, 7, 8, 9, 17, 18, 20, 22, 24, 31, 37, 40, 41, 46, 50, 54, 56, 61, 62, 63, 95, 96, 98, 103, 106, 108, 112, 122, 127, 132, 135, 56, 6, 15, 18, 20, 26, 31, 33, 39, 44, 60, 86, 97, 105, 143, 6, 16, 17, 18, 23, 26, 39, 50, 61, 64, 97, 120, 125, 2, 6, 9, 16, 17, 18, 26, 41, 42, 48, 69, 120, 125, 126, 1, 20, 26, 31, 60, 69, 95, 2, 6, 18, 26, 44, 61, 68, 1, 2, 7, 10, 12, 13, 17, 20, 22, 31, 39, 40, 44, 54, 60, 63, 66, 69, 77, 81, 84, 98, 108, 113, 69, 22, 24, 48, 6, 9, 18, 31, 34, 6, 9, 18, 26, 34, 6, 9, 17, 18, 26, 39, 41, 63, 123, 127, 6, 18, 22, 41, 8, 9, 18, 24, 35, 48, 50, 70, 73, 125, 2, 4, 8, 10, 16, 17, 18, 20, 31, 38, 40, 42, 50, 52, 53, 54, 61, 62, 77, 81, 88, 89, 91, 95, 96, 103, 106, 107, 112, 125, 132, 1, 9, 15, 18, 31, 33, 48, 60, 81, 99, 105, 6, 7, 11, 18, 50, 61, 66, 71, 101, 105, 120, 1, 2, 18, 26, 31, 33, 39, 81, 13, 17, 19, 22, 34, 35, 41, 64, 78, 89, 100, 2, 6, 9, 16, 17, 20, 40, 54, 56, 66, 77, 97, 123, 129, 1, 6, 7, 9, 12, 17, 18, 20, 24, 26, 31, 39, 40, 48, 53, 54, 60, 61, 64, 78, 81, 87, 97, 108, 119, 120, 123, 135, 139, 142, 144, 145, 8, 9, 20, 22, 40, 54, 56, 63, 69, 103, 106, 2, 16, 50, 1, 2, 6, 12, 16, 26, 31, 34, 39, 51, 63, 2, 6, 8, 9, 18, 22, 31, 40, 44, 61, 81, 119, 142, 20, 35, 6, 9, 18, 26, 31, 40, 63, 69, 78, 94, 71, 101, 6, 18, 26, 31, 40, 60, 110, 1, 8, 22, 41, 62, 69, 103, 2, 4, 6, 16, 18, 22, 26, 31, 42, 46, 48, 50, 54, 64, 89, 108, 120, 5, 6, 7, 11, 18, 20, 31, 44, 46, 60, 81, 117, 136, 144, 6, 18, 24, 26, 41, 48, 68, 73, 97, 48, 72, 86, 105, 9, 16, 17, 38, 106, 73, 1, 2, 7, 12, 13, 26, 44, 60, 86, 136, 24, 6, 9, 18, 19, 20, 22, 40, 60, 92, 6, 18, 31, 44, 50, 2, 18, 38, 2, 9, 18, 20, 22, 24, 25, 26, 31, 40, 48, 61, 63, 64, 135, 6, 17, 24, 48, 70, 5, 6, 16, 17, 18, 93, 13, 17, 1, 2, 4, 9, 16, 17, 19, 22, 23, 25, 38, 40, 42, 46, 48, 50, 53, 54, 56, 61, 62, 63, 70, 76, 89, 96, 100, 106, 132, 2, 6, 9, 15, 16, 17, 18, 20, 22, 23, 24, 26, 31, 33, 38, 40, 48, 60, 63, 64, 67, 78, 89, 94, 1, 2, 6, 7, 13, 16, 18, 1, 9, 13, 16, 17, 20, 22, 40, 63, 66, 69, 73, 90, 100, 108, 18, 6, 18, 90, 104, 9, 18, 61, 63, 64, 73, 106, 74, 12, 13, 18, 26, 60, 123, 6, 9, 18, 22, 31, 87, 89, 98, 1, 6, 18, 26, 31, 50, 60, 75, 2, 16, 50, 6, 18, 26, 31, 39, 44, 61, 6, 18, 23, 13, 17, 26, 34, 42, 44, 49, 76, 84, 93, 108, 130, 1, 2, 7, 12, 13, 16, 17, 18, 26, 48, 89, 120, 123, 1, 2, 5, 6, 9, 11, 16, 17, 18, 20, 26, 31, 39, 60, 85, 136, 137, 2, 6, 9, 11, 16, 18, 20, 26, 31, 60, 1, 2, 6, 9, 16, 18, 26, 31, 60, 1, 2, 7, 12, 13, 16, 18, 23, 26, 31, 38, 42, 48, 51, 56, 62, 66, 90, 103, 107, 143, 9, 6, 12, 18, 20, 77, 13, 16, 1, 7, 38, 51, 60, 143, 144, 1, 7, 12, 13, 17, 26, 34, 49, 18, 69, 78, 6, 31, 60, 89, 111, 1, 2, 6, 8, 9, 18, 22, 26, 31, 41, 56, 60, 61, 79, 82, 90, 98, 103, 104, 119, 144, 145, 1, 2, 6, 7, 8, 16, 17, 18, 19, 20, 22, 24, 26, 31, 38, 40, 42, 48, 60, 61, 63, 77, 103, 106, 108, 125, 132, 135, 5, 24, 25, 48, 50, 61, 70, 104, 123, 128, 17, 20, 38, 94, 123, 128, 1, 10, 18, 26, 31, 39, 60, 61, 123, 1, 2, 4, 6, 8, 9, 17, 18, 24, 31, 37, 38, 42, 46, 50, 52, 53, 54, 61, 64, 77, 89, 96, 103, 106, 112, 132, 135, 4, 9, 17, 18, 20, 24, 27, 40, 51, 54, 61, 63, 69, 78, 80, 87, 94, 108, 123, 127, 17, 6, 9, 17, 18, 26, 31, 45, 46, 61, 64, 18, 31, 39, 1, 7, 17, 26, 49, 59, 60, 125, 9, 18, 48, 79, 90, 92, 93, 105, 142, 22, 17, 80, 12, 49, 60, 53, 1, 8, 20, 40, 50, 54, 56, 63, 69, 78, 89, 94, 100, 103, 108, 123, 6, 7, 18, 61, 129, 1, 2, 6, 7, 18, 24, 25, 48, 50, 61, 70, 123, 22, 1, 2, 12, 18, 37, 71, 84, 101, 120, 129, 8, 9, 17, 39, 63, 89, 103, 127, 1, 2, 6, 8, 9, 17, 18, 26, 31, 39, 44, 59, 60, 61, 81, 119, 120, 139, 142, 144, 145, 2, 5, 6, 7, 12, 13, 16, 17, 18, 26, 44, 51, 60, 93, 105, 113, 120, 144, 145, 17, 20, 32, 47, 54, 57, 69, 78, 94, 108, 26, 31, 53, 60, 106, 1, 6, 18, 105, 1, 7, 18, 20, 31, 40, 54, 69, 77, 78, 108, 113, 123, 128, 1, 6, 7, 12, 13, 26, 34, 49, 60, 2, 20, 71, 78, 84, 56, 4, 7, 17, 38, 40, 42, 50, 53, 63, 95, 96, 106, 108, 132, 31, 1, 17, 6, 18, 31, 89, 132, 34, 71, 1, 6, 16, 17, 18, 26, 31, 34, 39, 81, 107, 119, 133, 139, 1, 7, 12, 13, 26, 1, 2, 7, 12, 13, 26, 44, 60, 86, 136, 9, 38, 40, 54, 66, 2, 6, 7, 8, 9, 26, 31, 41, 61, 62, 63, 72, 87, 98, 108, 135, 34, 49, 1, 7, 12, 13, 26, 1, 7, 12, 13, 17, 26, 49, 2, 6, 8, 16, 18, 26, 31, 44, 68, 118, 120, 137, 1, 26, 1, 7, 12, 13, 17, 26, 59, 1, 9, 18, 26, 28, 31, 63, 64, 73, 81, 97, 135, 141, 6, 18, 22, 26, 38, 103, 6, 9, 18, 26, 103, 1, 26, 40, 78, 128, 5, 6, 18, 26, 31, 86, 93, 104, 34, 17, 4, 7, 13, 17, 93, 106, 132, 34, 44, 12, 13, 17, 34, 49, 1, 7, 12, 13, 26, 1, 7, 12, 13, 26, 34, 1, 7, 13, 16, 60, 1, 7, 26, 1, 5, 12, 13, 15, 33, 39, 81, 107, 133, 144, 8, 80, 1, 7, 13, 17, 26, 1, 2, 5, 6, 7, 12, 13, 16, 18, 26, 31, 33, 60, 81, 88, 105, 107, 120, 14, 20, 47, 73, 123, 1, 18, 24, 25, 48, 61, 86, 87, 97, 104, 105, 1, 6, 18, 26, 39, 44, 2, 13, 16, 17, 18, 22, 24, 26, 31, 36, 42, 48, 50, 56, 61, 81, 88, 90, 2, 6, 18, 44, 79, 97, 69, 83, 1, 2, 6, 10, 15, 18, 26, 31, 33, 39, 44, 60, 105, 143, 144, 1, 2, 6, 15, 18, 26, 31, 33, 60, 143, 1, 4, 9, 16, 22, 38, 40, 42, 54, 62, 95, 100, 108, 18, 22, 31, 34, 63, 1, 6, 10, 18, 31, 34, 60, 93, 143, 1, 6, 8, 18, 103, 1, 2, 9, 17, 18, 20, 22, 26, 31, 39, 40, 50, 60, 61, 63, 81, 89, 98, 119, 145, 20, 32, 50, 54, 69, 105, 1, 7, 9, 17, 31, 36, 7, 13, 17, 51, 53, 87, 100, 113, 123, 1, 6, 7, 26, 60, 120, 1, 2, 6, 18, 22, 31, 2, 6, 16, 17, 18, 26, 44, 61, 5, 6, 18, 104, 12, 13, 22, 93, 9, 22, 28, 40, 66, 69, 100, 131, 1, 2, 6, 13, 16, 18, 26, 31, 38, 39, 46, 60, 1, 2, 6, 7, 10, 12, 15, 18, 26, 31, 33, 44, 60, 71, 105, 143, 49, 49, 1, 4, 6, 8, 9, 12, 18, 22, 26, 31, 38, 50, 53, 61, 87, 89, 96, 103, 106, 115, 126, 1, 9, 18, 31, 33, 39, 48, 1, 2, 3, 9, 12, 18, 21, 22, 26, 31, 41, 60, 62, 63, 77, 1, 6, 9, 12, 18, 22, 31, 62, 63, 5, 6, 7, 11, 18, 20, 31, 44, 46, 60, 81, 117, 136, 144, 11, 18, 26, 84, 9, 81, 130, 131, 2, 18, 26, 44, 72, 2, 9, 15, 18, 26, 33, 39, 48, 77, 6, 18, 5, 6, 8, 18, 26, 61, 64, 79, 120, 1, 6, 9, 18, 26, 28, 31, 60, 1, 9, 13, 17, 18, 22, 26, 53, 61, 63, 90, 127, 135, 1, 6, 7, 9, 13, 18, 20, 26, 31, 38, 42, 48, 50, 61, 66, 93, 1, 2, 4, 7, 8, 9, 12, 16, 17, 18, 20, 22, 23, 24, 25, 26, 31, 32, 35, 36, 37, 38, 42, 50, 53, 54, 56, 61, 62, 63, 69, 70, 76, 77, 84, 85, 90, 96, 98, 100, 106, 108, 117, 125, 132, 135, 136, 8, 21, 40, 63, 7, 12, 13, 26, 60, 1, 2, 7, 10, 17, 18, 26, 29, 31, 44, 60, 81, 105, 143, 1, 2, 6, 7, 10, 12, 15, 18, 26, 31, 33, 44, 60, 71, 143, 1, 2, 6, 7, 10, 12, 15, 18, 26, 31, 33, 39, 44, 60, 71, 105, 120, 143, 144, 1, 6, 9, 18, 22, 26, 31, 60, 81, 101, 120, 143, 1, 9, 18, 20, 22, 26, 31, 60, 143, 1, 9, 18, 20, 22, 31, 69, 77, 80, 84, 143, 7, 16, 17, 18, 20, 26, 69, 81, 125, 2, 26, 86, 90, 105, 143, 1, 6, 12, 13, 16, 17, 26, 49, 6, 8, 9, 16, 18, 22, 26, 31, 41, 61, 63, 64, 115, 120, 6, 8, 9, 18, 22, 61, 125, 1, 6, 8, 18, 22, 26, 31, 61, 62, 63, 90, 96, 98, 103, 1, 2, 6, 8, 9, 12, 17, 22, 35, 39, 63, 100, 103, 128, 6, 9, 18, 34, 93, 104, 118, 2, 31, 1, 2, 7, 13, 16, 17, 18, 26, 31, 39, 50, 60, 61, 120, 5, 9, 17, 39, 66, 104, 123, 6, 34, 2, 9, 18, 22, 26, 56, 71, 79, 90, 98, 104, 137, 2, 6, 8, 9, 18, 22, 31, 44, 61, 63, 81, 119, 142, 2, 6, 8, 9, 16, 17, 18, 26, 31, 39, 44, 61, 81, 84, 93, 107, 119, 134, 139, 142, 1, 2, 5, 6, 8, 9, 17, 18, 26, 31, 39, 44, 59, 60, 61, 81, 84, 104, 119, 120, 139, 142, 144, 1, 2, 5, 6, 8, 9, 12, 16, 17, 18, 26, 31, 39, 41, 44, 59, 60, 61, 79, 81, 84, 88, 104, 107, 119, 139, 142, 7, 9, 16, 17, 18, 23, 24, 50, 51, 64, 86, 108, 129, 6, 9, 16, 17, 18, 24, 33, 48, 85, 87, 19, 40, 59, 68, 77, 81, 138, 140, 80, 1, 2, 5, 6, 7, 12, 13, 16, 17, 18, 24, 26, 31, 39, 48, 51, 59, 60, 61, 73, 79, 81, 97, 104, 105, 107, 119, 133, 140, 144, 5, 6, 7, 13, 16, 18, 26, 59, 61, 73, 81, 104, 119, 144, 2, 5, 6, 7, 13, 16, 18, 26, 59, 61, 73 ] }, "foreign_keys": [ { "column": "power_id", "references": { "table": "superpower", "column": "id" }, "fk_origin": "db", "confidence": "medium" }, { "column": "hero_id", "references": { "table": "superhero", "column": "id" }, "fk_origin": "db", "confidence": "medium" } ], "indexes": [] } }, "schema_summary": { "total_tables": 10, "total_columns": 31, "tables_with_primary_keys": 8, "tables_with_foreign_keys": 10, "total_relationships": 69 }, "relationships": [ { "from_table": "superhero", "from_column": "skin_colour_id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "race_id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "publisher_id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "hair_colour_id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "gender_id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "eye_colour_id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "alignment_id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "superhero", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "hero_attribute", "from_column": "hero_id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "hero_attribute", "from_column": "attribute_id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "hero_attribute", "from_column": "attribute_value", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "hero_attribute", "from_column": "attribute_value", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "hero_power", "from_column": "power_id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "hero_power", "from_column": "hero_id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "alignment", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "attribute", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "colour", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "gender", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "publisher", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" }, { "from_table": "race", "from_column": "id", "to_table": "superpower", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "alignment", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "attribute", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "colour", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "gender", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "publisher", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "race", "to_column": "id", "type": "simple" }, { "from_table": "superpower", "from_column": "id", "to_table": "superhero", "to_column": "id", "type": "simple" } ] }