// Archaeological Findings Archive (archaeological-dig-site-database) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.historical_periods), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.historical_periods.createMany({
        data: [
            { id: 1, period_name: "Victorian", start_date: "1116-08-17", end_date: "1437-09-29" },
            { id: 2, period_name: "Colonial Hellenistic Baroque", start_date: "1797-03-29", end_date: "1573-05-07" },
            { id: 3, period_name: "Post-Medieval Roman Hellenistic", start_date: "1455-10-26", end_date: "1504-03-20" },
            { id: 4, period_name: "Chalcolithic Post-Medieval Prehistoric", start_date: "1438-09-22", end_date: "1937-11-12" },
            { id: 5, period_name: "Renaissance Neolithic Medieval", start_date: "1828-05-12", end_date: "1381-08-11" },
            { id: 6, period_name: "Byzantine Bronze Hellenistic", start_date: "1436-03-17", end_date: "1929-09-04" },
            { id: 7, period_name: "Baroque Ancient", start_date: "1305-06-30", end_date: "1072-05-20" },
            { id: 8, period_name: "Roman Prehistoric", start_date: "1083-11-03", end_date: "1884-07-27" },
            { id: 9, period_name: "Baroque", start_date: "1092-02-15", end_date: "1709-10-08" },
            { id: 10, period_name: "Roman Medieval Neolithic", start_date: "1982-02-08", end_date: "1233-09-27" },
            { id: 11, period_name: "Gothic Byzantine", start_date: "1931-07-12", end_date: "1972-07-18" },
            { id: 12, period_name: "Renaissance", start_date: "1323-10-08", end_date: "1879-09-21" },
            { id: 13, period_name: "Iron Victorian", start_date: "1057-03-13", end_date: "1498-07-31" },
            { id: 14, period_name: "Paleolithic", start_date: "1494-01-28", end_date: "1316-07-25" },
            { id: 15, period_name: "Baroque Post-Medieval", start_date: "1781-02-10", end_date: "1731-08-29" },
            { id: 16, period_name: "Industrial Post-Medieval Bronze", start_date: "1702-12-26", end_date: "1697-10-19" },
            { id: 17, period_name: "Iron", start_date: "1431-08-02", end_date: "1930-11-10" },
            { id: 18, period_name: "Paleolithic Medieval Victorian", start_date: "1849-01-09", end_date: "1013-01-29" },
            { id: 19, period_name: "Post-Medieval Ancient Victorian", start_date: "1414-12-25", end_date: "1445-10-28" },
            { id: 20, period_name: "Classical Byzantine", start_date: "1269-09-27", end_date: "1786-01-15" },
        ],
    });
    await prisma.excavation_sites.createMany({
        data: [
            { id: 1, site_name: "Quarry", location: "Cape Town", historical_period: 12, discovery_date: "2009-10-11" },
            { id: 2, site_name: "Castle Citadel Workshop", location: "Bogota", historical_period: 2, discovery_date: "2023-09-27" },
            { id: 3, site_name: "Settlement", location: "Taipei", historical_period: 14, discovery_date: null },
            { id: 4, site_name: "Sanctuary", location: "San Diego", historical_period: 17, discovery_date: "2020-11-21" },
            { id: 5, site_name: "Settlement Henge Site", location: "Sao Paulo", historical_period: 10, discovery_date: "2023-09-10" },
            { id: 6, site_name: "Sanctuary Citadel", location: "Buenos Aires", historical_period: 4, discovery_date: "2005-07-22" },
            { id: 7, site_name: "Fortress Mound", location: "Lima", historical_period: 16, discovery_date: "2020-09-19" },
            { id: 8, site_name: "Fortress Settlement Quarry", location: "Oslo", historical_period: 5, discovery_date: "2012-02-06" },
            { id: 9, site_name: "Settlement Citadel Burial", location: "Santiago", historical_period: 14, discovery_date: "2012-11-22" },
            { id: 10, site_name: "Monastery Burial Ruins", location: "Sydney", historical_period: 1, discovery_date: "2021-11-04" },
            { id: 11, site_name: "Temple Ruins Citadel", location: "Barcelona", historical_period: 8, discovery_date: "2003-05-29" },
            { id: 12, site_name: "Pyramid Burial", location: "Paris", historical_period: 7, discovery_date: "2015-01-18" },
            { id: 13, site_name: "Castle Ruins Cave", location: "Delhi", historical_period: 13, discovery_date: "2019-11-12" },
            { id: 14, site_name: "Village Cave", location: "Edinburgh", historical_period: 10, discovery_date: "2003-09-08" },
            { id: 15, site_name: null, location: "Milan", historical_period: 17, discovery_date: null },
            { id: 16, site_name: "Cave Mound Castle", location: "Oslo", historical_period: 17, discovery_date: "2012-11-28" },
            { id: 17, site_name: "Sanctuary Castle Cave", location: "Zurich", historical_period: 13, discovery_date: "2018-06-29" },
            { id: 18, site_name: "Henge Fortress", location: null, historical_period: 5, discovery_date: "2010-08-27" },
            { id: 19, site_name: null, location: "Auckland", historical_period: 13, discovery_date: "2016-08-14" },
            { id: 20, site_name: "Temple", location: "Helsinki", historical_period: 6, discovery_date: null },
            { id: 21, site_name: "Henge Cave Site", location: "Bucharest", historical_period: 18, discovery_date: "2003-08-14" },
            { id: 22, site_name: "Site", location: null, historical_period: 11, discovery_date: "2023-10-08" },
            { id: 23, site_name: null, location: "Seattle", historical_period: 18, discovery_date: "2007-02-26" },
            { id: 24, site_name: "Cemetery Pyramid Mound", location: "Santiago", historical_period: 15, discovery_date: "2015-09-24" },
            { id: 25, site_name: "Monastery Workshop", location: "Izmir", historical_period: 15, discovery_date: "2002-06-26" },
            { id: 26, site_name: null, location: null, historical_period: 18, discovery_date: "2018-07-27" },
            { id: 27, site_name: "Fortress", location: null, historical_period: 1, discovery_date: "2021-09-14" },
            { id: 28, site_name: "Dome", location: "Lagos", historical_period: 19, discovery_date: "2009-01-17" },
            { id: 29, site_name: "Palace Mound", location: null, historical_period: 19, discovery_date: "2006-11-21" },
            { id: 30, site_name: "Settlement Site Workshop", location: "Austin", historical_period: 18, discovery_date: "2007-09-05" },
            { id: 31, site_name: null, location: "Jakarta", historical_period: 15, discovery_date: "2003-09-12" },
            { id: 32, site_name: "Monastery Cemetery", location: "Vancouver", historical_period: 20, discovery_date: null },
            { id: 33, site_name: "Mound Cemetery Castle", location: "Barcelona", historical_period: 13, discovery_date: "2021-01-22" },
            { id: 34, site_name: null, location: "Cairo", historical_period: 16, discovery_date: "2017-07-11" },
            { id: 35, site_name: null, location: "Rome", historical_period: 18, discovery_date: "2023-07-02" },
            { id: 36, site_name: null, location: "Melbourne", historical_period: 1, discovery_date: "2001-03-28" },
            { id: 37, site_name: "Site Burial Dome", location: "Munich", historical_period: 8, discovery_date: "2011-02-26" },
            { id: 38, site_name: "Castle", location: null, historical_period: 13, discovery_date: "2014-06-23" },
            { id: 39, site_name: "Pyramid", location: null, historical_period: 1, discovery_date: "2018-06-08" },
            { id: 40, site_name: "Citadel", location: "Auckland", historical_period: 2, discovery_date: "2009-05-29" },
            { id: 41, site_name: "Mound", location: "Oslo", historical_period: 13, discovery_date: null },
            { id: 42, site_name: "Palace", location: "Izmir", historical_period: 1, discovery_date: "2003-03-12" },
            { id: 43, site_name: "Castle", location: "Prague", historical_period: 13, discovery_date: "2005-01-13" },
            { id: 44, site_name: "Palace Citadel Mound", location: "Montreal", historical_period: 15, discovery_date: "2012-09-26" },
            { id: 45, site_name: "Fortress Castle Pyramid", location: "Istanbul", historical_period: 9, discovery_date: "2015-05-04" },
            { id: 46, site_name: "Pyramid", location: "Lima", historical_period: 10, discovery_date: "2007-05-02" },
            { id: 47, site_name: "Temple", location: "Montreal", historical_period: 10, discovery_date: "2006-05-02" },
            { id: 48, site_name: "Quarry Dome", location: "Paris", historical_period: 8, discovery_date: "2010-02-03" },
            { id: 49, site_name: "Castle", location: "Bangkok", historical_period: 15, discovery_date: null },
            { id: 50, site_name: "Mound", location: null, historical_period: 13, discovery_date: "2006-03-11" },
            { id: 51, site_name: "Palace", location: "Brussels", historical_period: 14, discovery_date: "2009-10-13" },
            { id: 52, site_name: "Mound Site", location: "Mumbai", historical_period: 15, discovery_date: "2012-08-30" },
            { id: 53, site_name: "Henge Sanctuary", location: "London", historical_period: 9, discovery_date: "2021-07-20" },
            { id: 54, site_name: "Fortress", location: "Rome", historical_period: 9, discovery_date: "2008-10-10" },
            { id: 55, site_name: "Cave Workshop", location: null, historical_period: 13, discovery_date: "2023-01-14" },
            { id: 56, site_name: "Mound Citadel Dome", location: "Dublin", historical_period: 16, discovery_date: "2008-12-09" },
            { id: 57, site_name: "Quarry Mound Sanctuary", location: "Sao Paulo", historical_period: 9, discovery_date: "2021-07-28" },
            { id: 58, site_name: "Workshop Dome", location: "Oslo", historical_period: 19, discovery_date: "2022-02-09" },
            { id: 59, site_name: "Burial", location: "Mexico City", historical_period: 13, discovery_date: "2021-08-27" },
            { id: 60, site_name: "Quarry Citadel Workshop", location: "Milan", historical_period: 18, discovery_date: "2016-04-05" },
            { id: 61, site_name: "Cemetery Site Mound", location: "Hamburg", historical_period: 3, discovery_date: "2017-11-08" },
            { id: 62, site_name: "Site Ruins Quarry", location: "Boston", historical_period: 8, discovery_date: null },
            { id: 63, site_name: "Cemetery Site", location: "Stockholm", historical_period: 9, discovery_date: "2009-11-04" },
            { id: 64, site_name: "Citadel Workshop", location: "Manila", historical_period: 11, discovery_date: "2014-10-15" },
            { id: 65, site_name: null, location: "Kyoto", historical_period: 4, discovery_date: "2002-04-19" },
            { id: 66, site_name: "Cave", location: null, historical_period: 11, discovery_date: "2017-08-05" },
            { id: 67, site_name: "Mound Dome Cemetery", location: "Mumbai", historical_period: 5, discovery_date: "2020-09-26" },
            { id: 68, site_name: "Temple Workshop", location: "Helsinki", historical_period: 2, discovery_date: "2015-12-22" },
            { id: 69, site_name: "Mound", location: "Lagos", historical_period: 10, discovery_date: "2002-02-25" },
            { id: 70, site_name: null, location: "Sydney", historical_period: 2, discovery_date: "2018-05-05" },
            { id: 71, site_name: "Village Quarry", location: "Cape Town", historical_period: 15, discovery_date: "2018-09-06" },
            { id: 72, site_name: "Citadel Mound", location: "Sydney", historical_period: 9, discovery_date: "2003-08-13" },
            { id: 73, site_name: "Mound Burial Quarry", location: null, historical_period: 11, discovery_date: "2015-08-20" },
            { id: 74, site_name: "Sanctuary Ruins Citadel", location: "Lyon", historical_period: 12, discovery_date: "2015-12-09" },
            { id: 75, site_name: "Dome Cave Burial", location: "Bucharest", historical_period: 10, discovery_date: "2005-06-26" },
            { id: 76, site_name: "Temple Quarry", location: null, historical_period: 15, discovery_date: "2019-02-02" },
            { id: 77, site_name: null, location: "Sydney", historical_period: 11, discovery_date: "2020-02-19" },
            { id: 78, site_name: "Village", location: "Paris", historical_period: 11, discovery_date: "2006-05-26" },
            { id: 79, site_name: "Mound", location: "Helsinki", historical_period: 8, discovery_date: "2015-02-28" },
            { id: 80, site_name: "Quarry", location: "Bogota", historical_period: 19, discovery_date: "2012-08-19" },
            { id: 81, site_name: "Temple", location: "Oslo", historical_period: 14, discovery_date: "2018-01-08" },
            { id: 82, site_name: "Burial Citadel", location: "Amsterdam", historical_period: 10, discovery_date: "2023-04-07" },
            { id: 83, site_name: "Temple Citadel Sanctuary", location: "Madrid", historical_period: 19, discovery_date: "2018-07-08" },
            { id: 84, site_name: "Henge Dome", location: "Montreal", historical_period: 18, discovery_date: "2015-11-24" },
            { id: 85, site_name: "Sanctuary Citadel", location: "Copenhagen", historical_period: 19, discovery_date: "2023-02-19" },
            { id: 86, site_name: "Quarry Temple Castle", location: "Montreal", historical_period: 20, discovery_date: "2018-03-16" },
            { id: 87, site_name: "Castle", location: "Barcelona", historical_period: 19, discovery_date: "2019-04-14" },
            { id: 88, site_name: "Cemetery Settlement", location: "Toronto", historical_period: 15, discovery_date: "2008-08-13" },
            { id: 89, site_name: null, location: "Manchester", historical_period: 12, discovery_date: null },
            { id: 90, site_name: "Monastery Burial", location: "Seoul", historical_period: 8, discovery_date: "2003-04-16" },
            { id: 91, site_name: "Monastery Mound", location: null, historical_period: 16, discovery_date: "2023-12-05" },
            { id: 92, site_name: "Pyramid Fortress", location: "Porto", historical_period: 16, discovery_date: "2001-04-15" },
            { id: 93, site_name: "Mound Palace", location: "Bucharest", historical_period: 10, discovery_date: "2014-06-30" },
            { id: 94, site_name: "Monastery Temple Fortress", location: "Zurich", historical_period: 13, discovery_date: "2005-03-12" },
            { id: 95, site_name: "Cave Citadel", location: null, historical_period: 17, discovery_date: "2011-02-07" },
            { id: 96, site_name: "Pyramid", location: "Madrid", historical_period: 18, discovery_date: "2019-07-07" },
            { id: 97, site_name: "Cave Pyramid", location: "Madrid", historical_period: 9, discovery_date: "2019-05-29" },
            { id: 98, site_name: "Temple", location: null, historical_period: 18, discovery_date: "2022-06-07" },
            { id: 99, site_name: "Henge Quarry", location: "Warsaw", historical_period: 2, discovery_date: "2008-04-01" },
            { id: 100, site_name: "Palace Fortress", location: "Berlin", historical_period: 4, discovery_date: "2020-08-05" },
            { id: 101, site_name: "Temple Cemetery", location: "Helsinki", historical_period: 11, discovery_date: "2013-03-25" },
            { id: 102, site_name: "Cemetery Site Cave", location: "Madrid", historical_period: 8, discovery_date: "2008-01-05" },
            { id: 103, site_name: "Burial", location: "Berlin", historical_period: 1, discovery_date: "2013-05-07" },
            { id: 104, site_name: "Village Citadel Castle", location: "Vancouver", historical_period: 6, discovery_date: "2012-12-05" },
            { id: 105, site_name: "Burial Castle Site", location: "Lyon", historical_period: 19, discovery_date: "2023-06-17" },
            { id: 106, site_name: "Site", location: "Tokyo", historical_period: 7, discovery_date: "2005-11-30" },
            { id: 107, site_name: "Castle", location: "Lisbon", historical_period: 14, discovery_date: "2017-12-09" },
            { id: 108, site_name: "Workshop Cave Sanctuary", location: "Zurich", historical_period: 13, discovery_date: "2012-06-03" },
            { id: 109, site_name: "Palace Mound", location: "Taipei", historical_period: 15, discovery_date: "2019-09-27" },
            { id: 110, site_name: "Palace Henge Burial", location: "Zurich", historical_period: 4, discovery_date: null },
            { id: 111, site_name: "Village Mound", location: "Munich", historical_period: 7, discovery_date: "2018-06-15" },
            { id: 112, site_name: null, location: "Vienna", historical_period: 7, discovery_date: "2018-10-09" },
            { id: 113, site_name: "Palace Temple Burial", location: "Istanbul", historical_period: 16, discovery_date: "2022-05-26" },
            { id: 114, site_name: "Village Mound", location: "Denver", historical_period: 18, discovery_date: "2021-10-29" },
            { id: 115, site_name: "Henge", location: "Buenos Aires", historical_period: 2, discovery_date: "2001-06-26" },
            { id: 116, site_name: "Village Fortress Pyramid", location: "Sydney", historical_period: 10, discovery_date: null },
            { id: 117, site_name: "Sanctuary Settlement Cemetery", location: "Copenhagen", historical_period: 1, discovery_date: "2020-04-21" },
            { id: 118, site_name: "Pyramid", location: "Manila", historical_period: 6, discovery_date: "2017-03-31" },
            { id: 119, site_name: "Monastery Fortress", location: "Dublin", historical_period: 10, discovery_date: "2015-12-20" },
            { id: 120, site_name: "Temple Mound", location: "Hamburg", historical_period: 1, discovery_date: null },
            { id: 121, site_name: "Mound Castle Citadel", location: "Boston", historical_period: 11, discovery_date: "2010-05-16" },
            { id: 122, site_name: "Fortress Citadel", location: "Athens", historical_period: 17, discovery_date: "2017-03-18" },
            { id: 123, site_name: "Quarry", location: "Paris", historical_period: 7, discovery_date: "2000-09-07" },
            { id: 124, site_name: "Temple Fortress Cave", location: "Munich", historical_period: 19, discovery_date: "2012-10-30" },
            { id: 125, site_name: "Ruins Burial", location: "Sao Paulo", historical_period: 16, discovery_date: "2005-05-02" },
            { id: 126, site_name: "Village Palace Cave", location: "Toronto", historical_period: 13, discovery_date: "2023-03-05" },
            { id: 127, site_name: "Mound Workshop", location: "Amsterdam", historical_period: 7, discovery_date: "2007-03-23" },
            { id: 128, site_name: "Cave Citadel Site", location: null, historical_period: 13, discovery_date: "2021-02-16" },
            { id: 129, site_name: "Cemetery Village Temple", location: "Sao Paulo", historical_period: 3, discovery_date: "2008-09-04" },
            { id: 130, site_name: "Citadel Workshop Pyramid", location: "Chicago", historical_period: 7, discovery_date: "2015-07-15" },
            { id: 131, site_name: "Palace Village", location: "Vienna", historical_period: 16, discovery_date: "2021-09-12" },
            { id: 132, site_name: "Cemetery", location: null, historical_period: 12, discovery_date: "2001-02-17" },
            { id: 133, site_name: "Citadel Site", location: "San Diego", historical_period: 9, discovery_date: "2003-12-24" },
            { id: 134, site_name: "Fortress Site Burial", location: "Seattle", historical_period: 16, discovery_date: "2012-12-10" },
            { id: 135, site_name: "Settlement", location: "Singapore", historical_period: 9, discovery_date: "2000-07-19" },
            { id: 136, site_name: "Castle Site Workshop", location: "San Diego", historical_period: 5, discovery_date: "2001-08-22" },
            { id: 137, site_name: "Village Monastery Sanctuary", location: "Lyon", historical_period: 15, discovery_date: "2022-04-17" },
            { id: 138, site_name: "Cemetery Citadel", location: "Amsterdam", historical_period: 3, discovery_date: null },
            { id: 139, site_name: "Fortress", location: "Vienna", historical_period: 15, discovery_date: "2006-12-12" },
            { id: 140, site_name: "Cave", location: "Denver", historical_period: 3, discovery_date: "2019-03-26" },
            { id: 141, site_name: "Citadel Temple Monastery", location: "Rome", historical_period: 14, discovery_date: "2018-08-01" },
            { id: 142, site_name: "Workshop", location: "London", historical_period: 9, discovery_date: "2018-01-28" },
            { id: 143, site_name: "Cave Settlement Fortress", location: "Toronto", historical_period: 14, discovery_date: "2010-10-20" },
            { id: 144, site_name: "Temple Monastery", location: "San Diego", historical_period: 14, discovery_date: "2012-09-15" },
            { id: 145, site_name: "Cemetery", location: "Dublin", historical_period: 18, discovery_date: "2008-09-04" },
            { id: 146, site_name: null, location: "San Diego", historical_period: 3, discovery_date: "2009-01-05" },
            { id: 147, site_name: "Settlement", location: "Warsaw", historical_period: 18, discovery_date: null },
            { id: 148, site_name: "Burial", location: "Denver", historical_period: 18, discovery_date: "2016-05-26" },
            { id: 149, site_name: "Ruins Village", location: "Munich", historical_period: 13, discovery_date: "2018-04-01" },
            { id: 150, site_name: "Workshop", location: "Cairo", historical_period: 3, discovery_date: "2015-02-03" },
        ],
    });
    await prisma.artifacts.createMany({
        data: [
            { id: 1, site_id: 92, artifact_type: "inscription", find_date: "2023-09-01", condition: "poor" },
            { id: 2, site_id: 52, artifact_type: "coin", find_date: "2011-04-30", condition: "poor" },
            { id: 3, site_id: 47, artifact_type: "tool", find_date: "2005-08-17", condition: "good" },
            { id: 4, site_id: 101, artifact_type: "tool", find_date: "2020-09-18", condition: "poor" },
            { id: 5, site_id: 34, artifact_type: "pottery", find_date: "2012-04-08", condition: "fair" },
            { id: 6, site_id: 30, artifact_type: "pottery", find_date: "2004-01-28", condition: "excellent" },
            { id: 7, site_id: 60, artifact_type: "tool", find_date: "2003-12-01", condition: "excellent" },
            { id: 8, site_id: 73, artifact_type: "coin", find_date: "2019-07-09", condition: "good" },
            { id: 9, site_id: 84, artifact_type: "tool", find_date: "2023-10-22", condition: "fair" },
            { id: 10, site_id: 116, artifact_type: "other", find_date: "2021-07-04", condition: "poor" },
            { id: 11, site_id: 9, artifact_type: "tool", find_date: "2016-03-06", condition: "poor" },
            { id: 12, site_id: 98, artifact_type: "tool", find_date: "2016-06-05", condition: "poor" },
            { id: 13, site_id: 34, artifact_type: "tool", find_date: "2018-07-26", condition: "fair" },
            { id: 14, site_id: 104, artifact_type: "tool", find_date: "2000-05-17", condition: "fair" },
            { id: 15, site_id: 22, artifact_type: "coin", find_date: "2020-01-09", condition: "poor" },
            { id: 16, site_id: 138, artifact_type: "pottery", find_date: "2015-02-15", condition: "good" },
            { id: 17, site_id: 93, artifact_type: "other", find_date: "2023-03-31", condition: "fair" },
            { id: 18, site_id: 51, artifact_type: "skeletal_remains", find_date: "2019-08-21", condition: "fair" },
            { id: 19, site_id: 85, artifact_type: "inscription", find_date: "2021-11-10", condition: "poor" },
            { id: 20, site_id: 138, artifact_type: "skeletal_remains", find_date: "2007-09-04", condition: "poor" },
            { id: 21, site_id: 37, artifact_type: "tool", find_date: "2001-08-05", condition: "poor" },
            { id: 22, site_id: 98, artifact_type: "inscription", find_date: "2021-03-04", condition: "fair" },
            { id: 23, site_id: 141, artifact_type: "coin", find_date: "2006-10-10", condition: "poor" },
            { id: 24, site_id: 143, artifact_type: "coin", find_date: "2017-08-28", condition: "poor" },
            { id: 25, site_id: 138, artifact_type: "inscription", find_date: "2013-03-16", condition: "fair" },
            { id: 26, site_id: 140, artifact_type: "skeletal_remains", find_date: "2014-12-07", condition: "excellent" },
            { id: 27, site_id: 72, artifact_type: "inscription", find_date: "2013-09-28", condition: "excellent" },
            { id: 28, site_id: 9, artifact_type: "skeletal_remains", find_date: "2011-02-21", condition: "fair" },
            { id: 29, site_id: 147, artifact_type: "tool", find_date: "2014-02-15", condition: "poor" },
            { id: 30, site_id: 39, artifact_type: "tool", find_date: "2005-10-02", condition: "fair" },
            { id: 31, site_id: 57, artifact_type: "coin", find_date: "2014-04-30", condition: "poor" },
            { id: 32, site_id: 127, artifact_type: "coin", find_date: "2005-08-20", condition: "poor" },
            { id: 33, site_id: 132, artifact_type: "tool", find_date: "2004-01-08", condition: "poor" },
            { id: 34, site_id: 41, artifact_type: "pottery", find_date: "2018-06-17", condition: "poor" },
            { id: 35, site_id: 62, artifact_type: "pottery", find_date: "2011-03-09", condition: "poor" },
            { id: 36, site_id: 102, artifact_type: "tool", find_date: "2015-01-31", condition: "good" },
            { id: 37, site_id: 49, artifact_type: "skeletal_remains", find_date: "2016-03-17", condition: "poor" },
            { id: 38, site_id: 60, artifact_type: "tool", find_date: "2016-02-07", condition: "excellent" },
            { id: 39, site_id: 67, artifact_type: "inscription", find_date: "2019-04-28", condition: "poor" },
            { id: 40, site_id: 31, artifact_type: "tool", find_date: "2005-07-06", condition: "poor" },
            { id: 41, site_id: 19, artifact_type: "pottery", find_date: "2017-03-14", condition: "fair" },
            { id: 42, site_id: 50, artifact_type: "tool", find_date: "2019-01-03", condition: "poor" },
            { id: 43, site_id: 51, artifact_type: "tool", find_date: "2002-11-15", condition: "fair" },
            { id: 44, site_id: 43, artifact_type: "tool", find_date: "2007-06-13", condition: "poor" },
            { id: 45, site_id: 51, artifact_type: "tool", find_date: "2017-07-28", condition: "fair" },
            { id: 46, site_id: 35, artifact_type: "coin", find_date: "2021-08-18", condition: "fair" },
            { id: 47, site_id: 112, artifact_type: "other", find_date: "2022-05-30", condition: "fair" },
            { id: 48, site_id: 117, artifact_type: "inscription", find_date: "2014-09-19", condition: "poor" },
            { id: 49, site_id: 21, artifact_type: "other", find_date: "2019-10-21", condition: "fair" },
            { id: 50, site_id: 106, artifact_type: "coin", find_date: "2020-06-11", condition: "good" },
            { id: 51, site_id: 73, artifact_type: "coin", find_date: "2021-02-22", condition: "fair" },
            { id: 52, site_id: 116, artifact_type: "coin", find_date: "2005-02-28", condition: "good" },
            { id: 53, site_id: 66, artifact_type: "pottery", find_date: "2005-04-14", condition: "good" },
            { id: 54, site_id: 100, artifact_type: "tool", find_date: "2011-03-28", condition: "fair" },
            { id: 55, site_id: 6, artifact_type: "coin", find_date: "2012-06-15", condition: "good" },
            { id: 56, site_id: 12, artifact_type: "inscription", find_date: "2018-01-02", condition: "poor" },
            { id: 57, site_id: 60, artifact_type: "coin", find_date: "2012-03-07", condition: "fair" },
            { id: 58, site_id: 78, artifact_type: "tool", find_date: "2022-12-25", condition: "good" },
            { id: 59, site_id: 20, artifact_type: "tool", find_date: "2011-10-20", condition: "good" },
            { id: 60, site_id: 4, artifact_type: "inscription", find_date: "2017-05-10", condition: "fair" },
            { id: 61, site_id: 15, artifact_type: "tool", find_date: "2021-11-28", condition: "poor" },
            { id: 62, site_id: 43, artifact_type: "tool", find_date: "2008-06-06", condition: "poor" },
            { id: 63, site_id: 85, artifact_type: "inscription", find_date: "2021-11-23", condition: "good" },
            { id: 64, site_id: 42, artifact_type: "pottery", find_date: "2007-11-14", condition: "fair" },
            { id: 65, site_id: 79, artifact_type: "tool", find_date: "2019-08-14", condition: "fair" },
            { id: 66, site_id: 26, artifact_type: "skeletal_remains", find_date: "2017-10-29", condition: "poor" },
            { id: 67, site_id: 1, artifact_type: "tool", find_date: "2017-08-29", condition: "poor" },
            { id: 68, site_id: 134, artifact_type: "tool", find_date: "2013-09-05", condition: "fair" },
            { id: 69, site_id: 1, artifact_type: "coin", find_date: "2018-09-21", condition: "poor" },
            { id: 70, site_id: 96, artifact_type: "coin", find_date: "2022-02-17", condition: "excellent" },
            { id: 71, site_id: 17, artifact_type: "other", find_date: "2023-12-07", condition: "poor" },
            { id: 72, site_id: 130, artifact_type: "tool", find_date: "2002-10-24", condition: "fair" },
            { id: 73, site_id: 79, artifact_type: "tool", find_date: "2013-06-30", condition: "good" },
            { id: 74, site_id: 75, artifact_type: "inscription", find_date: "2006-09-27", condition: "fair" },
            { id: 75, site_id: 147, artifact_type: "tool", find_date: "2019-10-17", condition: "good" },
            { id: 76, site_id: 139, artifact_type: "inscription", find_date: "2021-06-30", condition: "fair" },
            { id: 77, site_id: 122, artifact_type: "coin", find_date: "2022-10-02", condition: "poor" },
            { id: 78, site_id: 64, artifact_type: "tool", find_date: "2007-08-10", condition: "poor" },
            { id: 79, site_id: 2, artifact_type: "tool", find_date: "2020-08-04", condition: "poor" },
            { id: 80, site_id: 63, artifact_type: "other", find_date: "2016-09-15", condition: "poor" },
            { id: 81, site_id: 43, artifact_type: "other", find_date: "2010-01-19", condition: "good" },
            { id: 82, site_id: 33, artifact_type: "pottery", find_date: "2021-03-19", condition: "poor" },
            { id: 83, site_id: 104, artifact_type: "coin", find_date: "2019-02-03", condition: "good" },
            { id: 84, site_id: 127, artifact_type: "tool", find_date: "2006-01-02", condition: "good" },
            { id: 85, site_id: 87, artifact_type: "tool", find_date: "2022-09-09", condition: "fair" },
            { id: 86, site_id: 70, artifact_type: "tool", find_date: "2023-09-13", condition: "good" },
            { id: 87, site_id: 28, artifact_type: "coin", find_date: "2003-11-29", condition: "poor" },
            { id: 88, site_id: 120, artifact_type: "tool", find_date: "2010-06-25", condition: "excellent" },
            { id: 89, site_id: 14, artifact_type: "coin", find_date: "2001-11-18", condition: "good" },
            { id: 90, site_id: 132, artifact_type: "coin", find_date: "2006-10-27", condition: "poor" },
            { id: 91, site_id: 110, artifact_type: "coin", find_date: "2011-11-08", condition: "fair" },
            { id: 92, site_id: 35, artifact_type: "tool", find_date: "2018-07-11", condition: "poor" },
            { id: 93, site_id: 104, artifact_type: "tool", find_date: "2017-08-04", condition: "good" },
            { id: 94, site_id: 6, artifact_type: "tool", find_date: "2012-12-16", condition: "excellent" },
            { id: 95, site_id: 139, artifact_type: "tool", find_date: "2023-10-25", condition: "fair" },
            { id: 96, site_id: 145, artifact_type: "other", find_date: "2013-02-03", condition: "good" },
            { id: 97, site_id: 131, artifact_type: "skeletal_remains", find_date: "2008-08-31", condition: "poor" },
            { id: 98, site_id: 73, artifact_type: "tool", find_date: "2016-01-28", condition: "excellent" },
            { id: 99, site_id: 109, artifact_type: "coin", find_date: "2002-08-25", condition: "good" },
            { id: 100, site_id: 68, artifact_type: "coin", find_date: "2009-09-01", condition: "good" },
            { id: 101, site_id: 128, artifact_type: "coin", find_date: "2018-03-07", condition: "fair" },
            { id: 102, site_id: 65, artifact_type: "tool", find_date: "2009-03-06", condition: "excellent" },
            { id: 103, site_id: 3, artifact_type: "tool", find_date: "2001-08-18", condition: "fair" },
            { id: 104, site_id: 127, artifact_type: "coin", find_date: "2004-05-07", condition: "poor" },
            { id: 105, site_id: 108, artifact_type: "inscription", find_date: "2003-08-19", condition: "good" },
            { id: 106, site_id: 56, artifact_type: "inscription", find_date: "2019-11-03", condition: "poor" },
            { id: 107, site_id: 20, artifact_type: "pottery", find_date: "2023-03-12", condition: "fair" },
            { id: 108, site_id: 93, artifact_type: "tool", find_date: "2015-10-07", condition: "poor" },
            { id: 109, site_id: 56, artifact_type: "pottery", find_date: "2021-06-14", condition: "poor" },
            { id: 110, site_id: 114, artifact_type: "coin", find_date: "2023-07-14", condition: "fair" },
            { id: 111, site_id: 113, artifact_type: "other", find_date: "2022-06-12", condition: "poor" },
            { id: 112, site_id: 115, artifact_type: "tool", find_date: "2015-10-20", condition: "excellent" },
            { id: 113, site_id: 1, artifact_type: "tool", find_date: "2005-12-20", condition: "poor" },
            { id: 114, site_id: 45, artifact_type: "tool", find_date: "2020-04-22", condition: "good" },
            { id: 115, site_id: 129, artifact_type: "inscription", find_date: "2021-07-10", condition: "good" },
            { id: 116, site_id: 85, artifact_type: "tool", find_date: "2019-01-21", condition: "poor" },
            { id: 117, site_id: 105, artifact_type: "tool", find_date: "2010-10-24", condition: "poor" },
            { id: 118, site_id: 75, artifact_type: "tool", find_date: "2023-03-05", condition: "poor" },
            { id: 119, site_id: 77, artifact_type: "tool", find_date: "2016-07-29", condition: "good" },
            { id: 120, site_id: 141, artifact_type: "tool", find_date: "2009-03-07", condition: "good" },
            { id: 121, site_id: 53, artifact_type: "tool", find_date: "2000-03-27", condition: "fair" },
            { id: 122, site_id: 62, artifact_type: "inscription", find_date: "2013-08-09", condition: "poor" },
            { id: 123, site_id: 115, artifact_type: "tool", find_date: "2022-02-03", condition: "fair" },
            { id: 124, site_id: 55, artifact_type: "tool", find_date: "2020-03-28", condition: "fair" },
            { id: 125, site_id: 45, artifact_type: "tool", find_date: "2017-09-30", condition: "fair" },
            { id: 126, site_id: 99, artifact_type: "skeletal_remains", find_date: "2023-04-17", condition: "excellent" },
            { id: 127, site_id: 71, artifact_type: "other", find_date: "2020-10-23", condition: "fair" },
            { id: 128, site_id: 119, artifact_type: "other", find_date: "2002-12-07", condition: "fair" },
            { id: 129, site_id: 75, artifact_type: "inscription", find_date: "2010-11-01", condition: "good" },
            { id: 130, site_id: 41, artifact_type: "inscription", find_date: "2023-04-29", condition: "fair" },
            { id: 131, site_id: 96, artifact_type: "inscription", find_date: "2016-09-03", condition: "good" },
            { id: 132, site_id: 119, artifact_type: "tool", find_date: "2017-08-11", condition: "good" },
            { id: 133, site_id: 64, artifact_type: "other", find_date: "2023-04-19", condition: "fair" },
            { id: 134, site_id: 16, artifact_type: "other", find_date: "2004-03-16", condition: "poor" },
            { id: 135, site_id: 147, artifact_type: "coin", find_date: "2005-10-26", condition: "poor" },
            { id: 136, site_id: 106, artifact_type: "tool", find_date: "2019-03-27", condition: "good" },
            { id: 137, site_id: 47, artifact_type: "tool", find_date: "2014-08-22", condition: "poor" },
            { id: 138, site_id: 90, artifact_type: "coin", find_date: "2019-06-09", condition: "fair" },
            { id: 139, site_id: 73, artifact_type: "tool", find_date: "2009-02-08", condition: "good" },
            { id: 140, site_id: 113, artifact_type: "skeletal_remains", find_date: "2018-11-01", condition: "poor" },
            { id: 141, site_id: 100, artifact_type: "pottery", find_date: "2008-10-15", condition: "good" },
            { id: 142, site_id: 27, artifact_type: "tool", find_date: "2012-04-06", condition: "fair" },
            { id: 143, site_id: 15, artifact_type: "tool", find_date: "2000-12-16", condition: "fair" },
            { id: 144, site_id: 36, artifact_type: "tool", find_date: "2017-10-12", condition: "fair" },
            { id: 145, site_id: 113, artifact_type: "tool", find_date: "2004-01-24", condition: "fair" },
            { id: 146, site_id: 72, artifact_type: "tool", find_date: "2020-05-16", condition: "good" },
            { id: 147, site_id: 96, artifact_type: "tool", find_date: "2022-10-14", condition: "excellent" },
            { id: 148, site_id: 84, artifact_type: "inscription", find_date: "2010-07-31", condition: "good" },
            { id: 149, site_id: 59, artifact_type: "inscription", find_date: "2007-08-15", condition: "fair" },
            { id: 150, site_id: 148, artifact_type: "coin", find_date: "2007-10-18", condition: "good" },
            { id: 151, site_id: 75, artifact_type: "coin", find_date: "2014-03-19", condition: "fair" },
            { id: 152, site_id: 55, artifact_type: "other", find_date: "2014-03-27", condition: "poor" },
            { id: 153, site_id: 127, artifact_type: "tool", find_date: "2013-11-10", condition: "good" },
            { id: 154, site_id: 144, artifact_type: "other", find_date: "2010-07-15", condition: "good" },
            { id: 155, site_id: 76, artifact_type: "tool", find_date: "2020-11-11", condition: "fair" },
            { id: 156, site_id: 148, artifact_type: "pottery", find_date: "2002-01-13", condition: "poor" },
            { id: 157, site_id: 8, artifact_type: "tool", find_date: "2006-07-06", condition: "poor" },
            { id: 158, site_id: 81, artifact_type: "coin", find_date: "2016-12-21", condition: "good" },
            { id: 159, site_id: 79, artifact_type: "tool", find_date: "2020-06-19", condition: "poor" },
            { id: 160, site_id: 5, artifact_type: "coin", find_date: "2020-11-07", condition: "fair" },
            { id: 161, site_id: 114, artifact_type: "coin", find_date: "2011-02-16", condition: "poor" },
            { id: 162, site_id: 45, artifact_type: "tool", find_date: "2005-06-14", condition: "poor" },
            { id: 163, site_id: 26, artifact_type: "skeletal_remains", find_date: "2013-08-21", condition: "poor" },
            { id: 164, site_id: 102, artifact_type: "tool", find_date: "2013-07-31", condition: "poor" },
            { id: 165, site_id: 3, artifact_type: "skeletal_remains", find_date: "2020-02-05", condition: "good" },
            { id: 166, site_id: 33, artifact_type: "other", find_date: "2005-09-04", condition: "poor" },
            { id: 167, site_id: 61, artifact_type: "coin", find_date: "2018-11-05", condition: "poor" },
            { id: 168, site_id: 80, artifact_type: "skeletal_remains", find_date: "2009-12-31", condition: "good" },
            { id: 169, site_id: 145, artifact_type: "skeletal_remains", find_date: "2021-10-09", condition: "poor" },
            { id: 170, site_id: 128, artifact_type: "other", find_date: "2021-01-11", condition: "fair" },
            { id: 171, site_id: 124, artifact_type: "coin", find_date: "2010-02-08", condition: "poor" },
            { id: 172, site_id: 126, artifact_type: "skeletal_remains", find_date: "2011-12-19", condition: "poor" },
            { id: 173, site_id: 53, artifact_type: "inscription", find_date: "2011-11-29", condition: "poor" },
            { id: 174, site_id: 79, artifact_type: "inscription", find_date: "2018-10-15", condition: "good" },
            { id: 175, site_id: 110, artifact_type: "other", find_date: "2019-03-21", condition: "fair" },
            { id: 176, site_id: 2, artifact_type: "tool", find_date: "2023-03-18", condition: "poor" },
            { id: 177, site_id: 128, artifact_type: "coin", find_date: "2023-03-31", condition: "fair" },
            { id: 178, site_id: 46, artifact_type: "other", find_date: "2002-11-12", condition: "good" },
            { id: 179, site_id: 5, artifact_type: "tool", find_date: "2008-12-23", condition: "fair" },
            { id: 180, site_id: 69, artifact_type: "tool", find_date: "2002-01-16", condition: "poor" },
            { id: 181, site_id: 2, artifact_type: "inscription", find_date: "2022-02-19", condition: "excellent" },
            { id: 182, site_id: 97, artifact_type: "pottery", find_date: "2018-10-31", condition: "fair" },
            { id: 183, site_id: 44, artifact_type: "tool", find_date: "2022-07-08", condition: "poor" },
            { id: 184, site_id: 131, artifact_type: "other", find_date: "2012-09-25", condition: "poor" },
            { id: 185, site_id: 6, artifact_type: "tool", find_date: "2004-03-05", condition: "poor" },
            { id: 186, site_id: 31, artifact_type: "other", find_date: "2020-05-13", condition: "poor" },
            { id: 187, site_id: 64, artifact_type: "tool", find_date: "2019-12-29", condition: "fair" },
            { id: 188, site_id: 37, artifact_type: "inscription", find_date: "2012-08-17", condition: "fair" },
            { id: 189, site_id: 79, artifact_type: "inscription", find_date: "2016-09-08", condition: "fair" },
            { id: 190, site_id: 130, artifact_type: "tool", find_date: "2009-01-07", condition: "fair" },
            { id: 191, site_id: 116, artifact_type: "other", find_date: "2020-05-05", condition: "good" },
            { id: 192, site_id: 49, artifact_type: "inscription", find_date: "2020-01-14", condition: "poor" },
            { id: 193, site_id: 61, artifact_type: "inscription", find_date: "2018-01-04", condition: "excellent" },
            { id: 194, site_id: 2, artifact_type: "tool", find_date: "2017-10-24", condition: "fair" },
            { id: 195, site_id: 73, artifact_type: "skeletal_remains", find_date: "2013-01-22", condition: "fair" },
            { id: 196, site_id: 94, artifact_type: "inscription", find_date: "2020-06-03", condition: "poor" },
            { id: 197, site_id: 63, artifact_type: "tool", find_date: "2006-12-07", condition: "excellent" },
            { id: 198, site_id: 89, artifact_type: "skeletal_remains", find_date: "2015-08-19", condition: "poor" },
            { id: 199, site_id: 15, artifact_type: "tool", find_date: "2014-02-17", condition: "good" },
            { id: 200, site_id: 32, artifact_type: "tool", find_date: "2012-08-23", condition: "fair" },
            { id: 201, site_id: 36, artifact_type: "tool", find_date: "2022-08-01", condition: "fair" },
            { id: 202, site_id: 13, artifact_type: "coin", find_date: "2018-04-22", condition: "poor" },
            { id: 203, site_id: 88, artifact_type: "coin", find_date: "2012-10-14", condition: "fair" },
            { id: 204, site_id: 80, artifact_type: "tool", find_date: "2015-10-29", condition: "poor" },
            { id: 205, site_id: 87, artifact_type: "pottery", find_date: "2020-12-22", condition: "poor" },
            { id: 206, site_id: 63, artifact_type: "coin", find_date: "2023-07-05", condition: "fair" },
            { id: 207, site_id: 80, artifact_type: "tool", find_date: "2016-03-08", condition: "excellent" },
            { id: 208, site_id: 20, artifact_type: "coin", find_date: "2019-09-29", condition: "fair" },
            { id: 209, site_id: 101, artifact_type: "pottery", find_date: "2000-09-11", condition: "fair" },
            { id: 210, site_id: 105, artifact_type: "coin", find_date: "2011-02-27", condition: "fair" },
            { id: 211, site_id: 115, artifact_type: "coin", find_date: "2022-11-13", condition: "fair" },
            { id: 212, site_id: 21, artifact_type: "inscription", find_date: "2015-12-26", condition: "good" },
            { id: 213, site_id: 5, artifact_type: "inscription", find_date: "2014-03-30", condition: "poor" },
            { id: 214, site_id: 30, artifact_type: "tool", find_date: "2009-04-02", condition: "poor" },
            { id: 215, site_id: 92, artifact_type: "tool", find_date: "2020-11-14", condition: "fair" },
            { id: 216, site_id: 38, artifact_type: "inscription", find_date: "2005-11-03", condition: "good" },
            { id: 217, site_id: 16, artifact_type: "inscription", find_date: "2018-08-05", condition: "poor" },
            { id: 218, site_id: 113, artifact_type: "tool", find_date: "2005-06-28", condition: "poor" },
            { id: 219, site_id: 25, artifact_type: "tool", find_date: "2018-02-13", condition: "fair" },
            { id: 220, site_id: 139, artifact_type: "coin", find_date: "2014-03-29", condition: "poor" },
            { id: 221, site_id: 18, artifact_type: "tool", find_date: "2005-04-11", condition: "poor" },
            { id: 222, site_id: 9, artifact_type: "tool", find_date: "2013-08-04", condition: "fair" },
            { id: 223, site_id: 83, artifact_type: "tool", find_date: "2018-02-03", condition: "poor" },
            { id: 224, site_id: 84, artifact_type: "tool", find_date: "2019-09-09", condition: "good" },
            { id: 225, site_id: 10, artifact_type: "tool", find_date: "2016-05-03", condition: "poor" },
            { id: 226, site_id: 64, artifact_type: "coin", find_date: "2010-01-18", condition: "poor" },
            { id: 227, site_id: 110, artifact_type: "pottery", find_date: "2017-08-01", condition: "fair" },
            { id: 228, site_id: 96, artifact_type: "skeletal_remains", find_date: "2020-06-14", condition: "poor" },
            { id: 229, site_id: 66, artifact_type: "tool", find_date: "2020-01-18", condition: "fair" },
            { id: 230, site_id: 100, artifact_type: "coin", find_date: "2005-08-03", condition: "fair" },
            { id: 231, site_id: 43, artifact_type: "skeletal_remains", find_date: "2022-01-31", condition: "poor" },
            { id: 232, site_id: 55, artifact_type: "inscription", find_date: "2016-06-24", condition: "poor" },
            { id: 233, site_id: 21, artifact_type: "inscription", find_date: "2020-12-29", condition: "excellent" },
            { id: 234, site_id: 101, artifact_type: "coin", find_date: "2023-11-28", condition: "good" },
            { id: 235, site_id: 57, artifact_type: "coin", find_date: "2002-05-07", condition: "fair" },
            { id: 236, site_id: 103, artifact_type: "tool", find_date: "2023-04-08", condition: "fair" },
            { id: 237, site_id: 41, artifact_type: "coin", find_date: "2021-07-13", condition: "poor" },
            { id: 238, site_id: 22, artifact_type: "tool", find_date: "2012-04-10", condition: "fair" },
            { id: 239, site_id: 43, artifact_type: "tool", find_date: "2011-03-20", condition: "fair" },
            { id: 240, site_id: 82, artifact_type: "inscription", find_date: "2003-05-04", condition: "poor" },
            { id: 241, site_id: 60, artifact_type: "tool", find_date: "2012-06-19", condition: "good" },
            { id: 242, site_id: 24, artifact_type: "coin", find_date: "2004-10-27", condition: "poor" },
            { id: 243, site_id: 45, artifact_type: "coin", find_date: "2013-03-31", condition: "fair" },
            { id: 244, site_id: 70, artifact_type: "tool", find_date: "2012-05-01", condition: "poor" },
            { id: 245, site_id: 49, artifact_type: "tool", find_date: "2019-10-24", condition: "fair" },
            { id: 246, site_id: 74, artifact_type: "tool", find_date: "2022-03-18", condition: "good" },
            { id: 247, site_id: 114, artifact_type: "tool", find_date: "2020-12-24", condition: "poor" },
            { id: 248, site_id: 112, artifact_type: "tool", find_date: "2013-10-08", condition: "excellent" },
            { id: 249, site_id: 74, artifact_type: "tool", find_date: "2023-10-19", condition: "fair" },
            { id: 250, site_id: 100, artifact_type: "tool", find_date: "2013-12-01", condition: "fair" },
            { id: 251, site_id: 21, artifact_type: "coin", find_date: "2009-08-05", condition: "poor" },
            { id: 252, site_id: 63, artifact_type: "tool", find_date: "2003-04-20", condition: "fair" },
            { id: 253, site_id: 65, artifact_type: "inscription", find_date: "2004-06-21", condition: "poor" },
            { id: 254, site_id: 53, artifact_type: "other", find_date: "2008-12-05", condition: "poor" },
            { id: 255, site_id: 47, artifact_type: "coin", find_date: "2015-02-12", condition: "good" },
            { id: 256, site_id: 139, artifact_type: "pottery", find_date: "2011-10-23", condition: "poor" },
            { id: 257, site_id: 56, artifact_type: "other", find_date: "2011-11-26", condition: "poor" },
            { id: 258, site_id: 11, artifact_type: "inscription", find_date: "2007-12-07", condition: "poor" },
            { id: 259, site_id: 89, artifact_type: "other", find_date: "2005-03-14", condition: "poor" },
            { id: 260, site_id: 149, artifact_type: "tool", find_date: "2014-04-11", condition: "fair" },
            { id: 261, site_id: 61, artifact_type: "pottery", find_date: "2009-03-01", condition: "fair" },
            { id: 262, site_id: 80, artifact_type: "coin", find_date: "2011-04-07", condition: "excellent" },
            { id: 263, site_id: 52, artifact_type: "tool", find_date: "2014-06-25", condition: "poor" },
            { id: 264, site_id: 50, artifact_type: "tool", find_date: "2006-06-10", condition: "poor" },
            { id: 265, site_id: 133, artifact_type: "coin", find_date: "2022-04-17", condition: "poor" },
            { id: 266, site_id: 68, artifact_type: "coin", find_date: "2013-12-26", condition: "fair" },
            { id: 267, site_id: 91, artifact_type: "coin", find_date: "2023-07-24", condition: "fair" },
            { id: 268, site_id: 60, artifact_type: "skeletal_remains", find_date: "2017-07-17", condition: "poor" },
            { id: 269, site_id: 130, artifact_type: "pottery", find_date: "2011-08-23", condition: "poor" },
            { id: 270, site_id: 61, artifact_type: "tool", find_date: "2013-07-19", condition: "fair" },
            { id: 271, site_id: 106, artifact_type: "coin", find_date: "2019-07-16", condition: "poor" },
            { id: 272, site_id: 48, artifact_type: "coin", find_date: "2002-04-10", condition: "poor" },
            { id: 273, site_id: 39, artifact_type: "pottery", find_date: "2017-12-30", condition: "fair" },
            { id: 274, site_id: 1, artifact_type: "pottery", find_date: "2020-03-01", condition: "good" },
            { id: 275, site_id: 28, artifact_type: "inscription", find_date: "2016-02-21", condition: "poor" },
            { id: 276, site_id: 58, artifact_type: "coin", find_date: "2013-07-04", condition: "good" },
            { id: 277, site_id: 133, artifact_type: "skeletal_remains", find_date: "2023-12-30", condition: "good" },
            { id: 278, site_id: 52, artifact_type: "tool", find_date: "2022-06-18", condition: "poor" },
            { id: 279, site_id: 89, artifact_type: "tool", find_date: "2004-08-10", condition: "fair" },
            { id: 280, site_id: 143, artifact_type: "pottery", find_date: "2016-07-28", condition: "good" },
            { id: 281, site_id: 67, artifact_type: "tool", find_date: "2014-01-18", condition: "poor" },
            { id: 282, site_id: 109, artifact_type: "coin", find_date: "2016-08-09", condition: "excellent" },
            { id: 283, site_id: 25, artifact_type: "tool", find_date: "2019-12-07", condition: "poor" },
            { id: 284, site_id: 46, artifact_type: "tool", find_date: "2023-04-30", condition: "good" },
            { id: 285, site_id: 16, artifact_type: "other", find_date: "2002-06-13", condition: "poor" },
            { id: 286, site_id: 91, artifact_type: "coin", find_date: "2004-07-28", condition: "fair" },
            { id: 287, site_id: 85, artifact_type: "skeletal_remains", find_date: "2005-04-22", condition: "fair" },
            { id: 288, site_id: 117, artifact_type: "skeletal_remains", find_date: "2011-09-21", condition: "poor" },
            { id: 289, site_id: 131, artifact_type: "inscription", find_date: "2000-12-30", condition: "good" },
            { id: 290, site_id: 85, artifact_type: "skeletal_remains", find_date: "2012-10-13", condition: "good" },
            { id: 291, site_id: 33, artifact_type: "other", find_date: "2020-01-09", condition: "fair" },
            { id: 292, site_id: 147, artifact_type: "tool", find_date: "2017-09-30", condition: "good" },
            { id: 293, site_id: 66, artifact_type: "coin", find_date: "2016-03-18", condition: "poor" },
            { id: 294, site_id: 120, artifact_type: "tool", find_date: "2022-11-11", condition: "poor" },
            { id: 295, site_id: 46, artifact_type: "inscription", find_date: "2019-09-28", condition: "fair" },
            { id: 296, site_id: 68, artifact_type: "tool", find_date: "2003-10-17", condition: "poor" },
            { id: 297, site_id: 84, artifact_type: "tool", find_date: "2006-01-09", condition: "fair" },
            { id: 298, site_id: 10, artifact_type: "tool", find_date: "2022-08-25", condition: "good" },
            { id: 299, site_id: 80, artifact_type: "other", find_date: "2008-03-19", condition: "poor" },
            { id: 300, site_id: 145, artifact_type: "tool", find_date: "2008-03-05", condition: "excellent" },
            { id: 301, site_id: 14, artifact_type: "tool", find_date: "2001-11-02", condition: "good" },
            { id: 302, site_id: 148, artifact_type: "tool", find_date: "2018-06-12", condition: "fair" },
            { id: 303, site_id: 4, artifact_type: "tool", find_date: "2015-01-16", condition: "poor" },
            { id: 304, site_id: 145, artifact_type: "inscription", find_date: "2022-07-02", condition: "poor" },
            { id: 305, site_id: 92, artifact_type: "tool", find_date: "2004-11-21", condition: "poor" },
            { id: 306, site_id: 106, artifact_type: "inscription", find_date: "2020-09-23", condition: "poor" },
            { id: 307, site_id: 24, artifact_type: "pottery", find_date: "2012-09-15", condition: "good" },
            { id: 308, site_id: 139, artifact_type: "tool", find_date: "2016-04-29", condition: "poor" },
            { id: 309, site_id: 38, artifact_type: "inscription", find_date: "2003-05-01", condition: "excellent" },
            { id: 310, site_id: 26, artifact_type: "inscription", find_date: "2020-12-05", condition: "good" },
            { id: 311, site_id: 125, artifact_type: "coin", find_date: "2020-06-24", condition: "poor" },
            { id: 312, site_id: 53, artifact_type: "coin", find_date: "2022-12-17", condition: "good" },
            { id: 313, site_id: 36, artifact_type: "pottery", find_date: "2000-07-23", condition: "fair" },
            { id: 314, site_id: 146, artifact_type: "tool", find_date: "2000-12-24", condition: "poor" },
            { id: 315, site_id: 61, artifact_type: "pottery", find_date: "2011-09-17", condition: "poor" },
            { id: 316, site_id: 58, artifact_type: "tool", find_date: "2010-11-18", condition: "fair" },
            { id: 317, site_id: 84, artifact_type: "pottery", find_date: "2019-07-17", condition: "fair" },
            { id: 318, site_id: 85, artifact_type: "inscription", find_date: "2019-12-29", condition: "poor" },
            { id: 319, site_id: 130, artifact_type: "tool", find_date: "2021-02-09", condition: "excellent" },
            { id: 320, site_id: 88, artifact_type: "pottery", find_date: "2022-06-26", condition: "poor" },
            { id: 321, site_id: 51, artifact_type: "inscription", find_date: "2010-12-11", condition: "poor" },
            { id: 322, site_id: 70, artifact_type: "coin", find_date: "2022-09-11", condition: "fair" },
            { id: 323, site_id: 33, artifact_type: "other", find_date: "2020-05-22", condition: "poor" },
            { id: 324, site_id: 144, artifact_type: "tool", find_date: "2002-01-31", condition: "fair" },
            { id: 325, site_id: 19, artifact_type: "tool", find_date: "2010-08-16", condition: "fair" },
            { id: 326, site_id: 131, artifact_type: "inscription", find_date: "2002-10-14", condition: "fair" },
            { id: 327, site_id: 138, artifact_type: "tool", find_date: "2013-07-23", condition: "fair" },
            { id: 328, site_id: 20, artifact_type: "tool", find_date: "2011-09-11", condition: "poor" },
            { id: 329, site_id: 97, artifact_type: "coin", find_date: "2009-07-26", condition: "poor" },
            { id: 330, site_id: 57, artifact_type: "coin", find_date: "2015-03-21", condition: "poor" },
            { id: 331, site_id: 116, artifact_type: "coin", find_date: "2018-10-11", condition: "fair" },
            { id: 332, site_id: 71, artifact_type: "inscription", find_date: "2021-06-21", condition: "good" },
            { id: 333, site_id: 32, artifact_type: "tool", find_date: "2021-05-31", condition: "good" },
            { id: 334, site_id: 39, artifact_type: "tool", find_date: "2022-12-11", condition: "good" },
            { id: 335, site_id: 16, artifact_type: "tool", find_date: "2016-05-31", condition: "poor" },
            { id: 336, site_id: 66, artifact_type: "pottery", find_date: "2017-07-20", condition: "fair" },
            { id: 337, site_id: 109, artifact_type: "inscription", find_date: "2006-04-04", condition: "poor" },
            { id: 338, site_id: 83, artifact_type: "inscription", find_date: "2022-08-06", condition: "good" },
            { id: 339, site_id: 119, artifact_type: "inscription", find_date: "2021-07-23", condition: "poor" },
            { id: 340, site_id: 33, artifact_type: "coin", find_date: "2004-05-23", condition: "fair" },
            { id: 341, site_id: 40, artifact_type: "coin", find_date: "2011-01-16", condition: "poor" },
            { id: 342, site_id: 40, artifact_type: "inscription", find_date: "2003-03-04", condition: "fair" },
            { id: 343, site_id: 111, artifact_type: "skeletal_remains", find_date: "2003-09-29", condition: "fair" },
            { id: 344, site_id: 146, artifact_type: "tool", find_date: "2015-09-08", condition: "good" },
            { id: 345, site_id: 96, artifact_type: "tool", find_date: "2023-02-20", condition: "fair" },
            { id: 346, site_id: 75, artifact_type: "inscription", find_date: "2021-10-26", condition: "good" },
            { id: 347, site_id: 122, artifact_type: "pottery", find_date: "2021-06-16", condition: "poor" },
            { id: 348, site_id: 6, artifact_type: "pottery", find_date: "2017-01-05", condition: "fair" },
            { id: 349, site_id: 122, artifact_type: "other", find_date: "2007-08-01", condition: "poor" },
            { id: 350, site_id: 54, artifact_type: "skeletal_remains", find_date: "2004-11-30", condition: "fair" },
            { id: 351, site_id: 71, artifact_type: "tool", find_date: "2000-10-15", condition: "poor" },
            { id: 352, site_id: 15, artifact_type: "tool", find_date: "2006-04-27", condition: "fair" },
            { id: 353, site_id: 63, artifact_type: "other", find_date: "2008-03-18", condition: "poor" },
            { id: 354, site_id: 90, artifact_type: "coin", find_date: "2020-06-23", condition: "good" },
            { id: 355, site_id: 18, artifact_type: "tool", find_date: "2022-02-04", condition: "fair" },
            { id: 356, site_id: 145, artifact_type: "tool", find_date: "2016-02-15", condition: "good" },
            { id: 357, site_id: 19, artifact_type: "inscription", find_date: "2010-01-27", condition: "poor" },
            { id: 358, site_id: 100, artifact_type: "inscription", find_date: "2014-08-03", condition: "poor" },
            { id: 359, site_id: 88, artifact_type: "other", find_date: "2014-02-25", condition: "fair" },
            { id: 360, site_id: 28, artifact_type: "tool", find_date: "2006-11-20", condition: "fair" },
            { id: 361, site_id: 128, artifact_type: "skeletal_remains", find_date: "2014-08-31", condition: "good" },
            { id: 362, site_id: 95, artifact_type: "other", find_date: "2006-12-12", condition: "good" },
            { id: 363, site_id: 148, artifact_type: "inscription", find_date: "2011-04-09", condition: "poor" },
            { id: 364, site_id: 23, artifact_type: "coin", find_date: "2018-11-18", condition: "poor" },
            { id: 365, site_id: 68, artifact_type: "tool", find_date: "2023-01-11", condition: "fair" },
            { id: 366, site_id: 130, artifact_type: "coin", find_date: "2012-08-27", condition: "excellent" },
            { id: 367, site_id: 25, artifact_type: "coin", find_date: "2011-06-18", condition: "poor" },
            { id: 368, site_id: 133, artifact_type: "tool", find_date: "2004-07-05", condition: "fair" },
            { id: 369, site_id: 4, artifact_type: "pottery", find_date: "2003-05-29", condition: "fair" },
            { id: 370, site_id: 112, artifact_type: "inscription", find_date: "2005-05-15", condition: "poor" },
            { id: 371, site_id: 147, artifact_type: "tool", find_date: "2006-06-04", condition: "poor" },
            { id: 372, site_id: 100, artifact_type: "other", find_date: "2017-10-22", condition: "good" },
            { id: 373, site_id: 36, artifact_type: "tool", find_date: "2015-03-16", condition: "good" },
            { id: 374, site_id: 27, artifact_type: "inscription", find_date: "2020-02-07", condition: "good" },
            { id: 375, site_id: 23, artifact_type: "tool", find_date: "2000-12-21", condition: "fair" },
            { id: 376, site_id: 31, artifact_type: "pottery", find_date: "2000-06-19", condition: "poor" },
            { id: 377, site_id: 94, artifact_type: "skeletal_remains", find_date: "2010-06-08", condition: "good" },
            { id: 378, site_id: 12, artifact_type: "coin", find_date: "2022-11-28", condition: "poor" },
            { id: 379, site_id: 31, artifact_type: "inscription", find_date: "2021-06-27", condition: "fair" },
            { id: 380, site_id: 15, artifact_type: "skeletal_remains", find_date: "2019-07-03", condition: "fair" },
            { id: 381, site_id: 67, artifact_type: "other", find_date: "2016-07-01", condition: "good" },
            { id: 382, site_id: 14, artifact_type: "inscription", find_date: "2007-08-20", condition: "good" },
            { id: 383, site_id: 132, artifact_type: "tool", find_date: "2009-03-24", condition: "poor" },
            { id: 384, site_id: 146, artifact_type: "coin", find_date: "2016-06-02", condition: "fair" },
            { id: 385, site_id: 91, artifact_type: "pottery", find_date: "2010-06-05", condition: "fair" },
            { id: 386, site_id: 113, artifact_type: "tool", find_date: "2018-04-03", condition: "fair" },
            { id: 387, site_id: 37, artifact_type: "tool", find_date: "2015-10-10", condition: "fair" },
            { id: 388, site_id: 27, artifact_type: "tool", find_date: "2021-09-11", condition: "good" },
            { id: 389, site_id: 107, artifact_type: "tool", find_date: "2023-10-31", condition: "good" },
            { id: 390, site_id: 149, artifact_type: "inscription", find_date: "2009-01-29", condition: "good" },
            { id: 391, site_id: 135, artifact_type: "other", find_date: "2018-10-05", condition: "poor" },
            { id: 392, site_id: 108, artifact_type: "tool", find_date: "2017-05-25", condition: "good" },
            { id: 393, site_id: 99, artifact_type: "other", find_date: "2013-12-22", condition: "good" },
            { id: 394, site_id: 98, artifact_type: "pottery", find_date: "2012-09-08", condition: "fair" },
            { id: 395, site_id: 91, artifact_type: "coin", find_date: "2009-06-13", condition: "poor" },
            { id: 396, site_id: 118, artifact_type: "tool", find_date: "2000-03-24", condition: "fair" },
            { id: 397, site_id: 50, artifact_type: "tool", find_date: "2009-12-05", condition: "excellent" },
            { id: 398, site_id: 60, artifact_type: "tool", find_date: "2019-03-10", condition: "good" },
            { id: 399, site_id: 105, artifact_type: "tool", find_date: "2013-02-06", condition: "good" },
            { id: 400, site_id: 94, artifact_type: "coin", find_date: "2013-05-01", condition: "fair" },
            { id: 401, site_id: 128, artifact_type: "tool", find_date: "2014-01-16", condition: "good" },
            { id: 402, site_id: 84, artifact_type: "skeletal_remains", find_date: "2010-06-21", condition: "fair" },
            { id: 403, site_id: 110, artifact_type: "tool", find_date: "2015-04-02", condition: "poor" },
            { id: 404, site_id: 24, artifact_type: "inscription", find_date: "2023-04-21", condition: "fair" },
            { id: 405, site_id: 137, artifact_type: "tool", find_date: "2010-06-25", condition: "poor" },
            { id: 406, site_id: 131, artifact_type: "coin", find_date: "2012-06-30", condition: "poor" },
            { id: 407, site_id: 34, artifact_type: "tool", find_date: "2006-10-24", condition: "poor" },
            { id: 408, site_id: 129, artifact_type: "tool", find_date: "2017-08-31", condition: "poor" },
            { id: 409, site_id: 55, artifact_type: "tool", find_date: "2013-11-19", condition: "poor" },
            { id: 410, site_id: 33, artifact_type: "tool", find_date: "2005-07-05", condition: "excellent" },
            { id: 411, site_id: 63, artifact_type: "tool", find_date: "2017-03-19", condition: "fair" },
            { id: 412, site_id: 125, artifact_type: "tool", find_date: "2018-11-01", condition: "poor" },
            { id: 413, site_id: 73, artifact_type: "inscription", find_date: "2006-03-03", condition: "fair" },
            { id: 414, site_id: 135, artifact_type: "skeletal_remains", find_date: "2020-11-02", condition: "poor" },
            { id: 415, site_id: 145, artifact_type: "inscription", find_date: "2015-01-09", condition: "poor" },
            { id: 416, site_id: 122, artifact_type: "coin", find_date: "2012-06-05", condition: "poor" },
            { id: 417, site_id: 84, artifact_type: "coin", find_date: "2020-01-12", condition: "poor" },
            { id: 418, site_id: 7, artifact_type: "skeletal_remains", find_date: "2001-09-18", condition: "excellent" },
            { id: 419, site_id: 72, artifact_type: "skeletal_remains", find_date: "2013-05-24", condition: "fair" },
            { id: 420, site_id: 144, artifact_type: "coin", find_date: "2021-05-21", condition: "fair" },
            { id: 421, site_id: 137, artifact_type: "inscription", find_date: "2009-07-26", condition: "good" },
            { id: 422, site_id: 124, artifact_type: "tool", find_date: "2023-02-19", condition: "poor" },
            { id: 423, site_id: 112, artifact_type: "skeletal_remains", find_date: "2008-12-13", condition: "fair" },
            { id: 424, site_id: 145, artifact_type: "tool", find_date: "2023-10-09", condition: "poor" },
            { id: 425, site_id: 104, artifact_type: "coin", find_date: "2013-01-01", condition: "poor" },
            { id: 426, site_id: 93, artifact_type: "other", find_date: "2013-03-15", condition: "poor" },
            { id: 427, site_id: 20, artifact_type: "other", find_date: "2020-09-17", condition: "poor" },
            { id: 428, site_id: 114, artifact_type: "tool", find_date: "2023-10-08", condition: "good" },
            { id: 429, site_id: 112, artifact_type: "coin", find_date: "2002-06-12", condition: "excellent" },
            { id: 430, site_id: 58, artifact_type: "tool", find_date: "2019-05-13", condition: "poor" },
            { id: 431, site_id: 25, artifact_type: "coin", find_date: "2021-05-22", condition: "poor" },
            { id: 432, site_id: 31, artifact_type: "skeletal_remains", find_date: "2008-06-20", condition: "excellent" },
            { id: 433, site_id: 99, artifact_type: "coin", find_date: "2011-12-27", condition: "poor" },
            { id: 434, site_id: 87, artifact_type: "tool", find_date: "2001-12-19", condition: "fair" },
            { id: 435, site_id: 136, artifact_type: "coin", find_date: "2003-04-15", condition: "fair" },
            { id: 436, site_id: 71, artifact_type: "coin", find_date: "2019-11-11", condition: "fair" },
            { id: 437, site_id: 69, artifact_type: "tool", find_date: "2002-09-18", condition: "poor" },
            { id: 438, site_id: 27, artifact_type: "coin", find_date: "2019-01-16", condition: "fair" },
            { id: 439, site_id: 75, artifact_type: "tool", find_date: "2022-08-12", condition: "poor" },
            { id: 440, site_id: 41, artifact_type: "tool", find_date: "2013-04-22", condition: "fair" },
            { id: 441, site_id: 123, artifact_type: "tool", find_date: "2015-01-06", condition: "poor" },
            { id: 442, site_id: 13, artifact_type: "tool", find_date: "2017-12-28", condition: "poor" },
            { id: 443, site_id: 144, artifact_type: "tool", find_date: "2019-06-03", condition: "poor" },
            { id: 444, site_id: 81, artifact_type: "tool", find_date: "2013-07-26", condition: "poor" },
            { id: 445, site_id: 13, artifact_type: "coin", find_date: "2015-09-06", condition: "poor" },
            { id: 446, site_id: 140, artifact_type: "coin", find_date: "2023-04-01", condition: "good" },
            { id: 447, site_id: 91, artifact_type: "coin", find_date: "2016-08-10", condition: "poor" },
            { id: 448, site_id: 32, artifact_type: "skeletal_remains", find_date: "2009-01-26", condition: "poor" },
            { id: 449, site_id: 64, artifact_type: "inscription", find_date: "2011-06-13", condition: "poor" },
            { id: 450, site_id: 74, artifact_type: "tool", find_date: "2020-10-19", condition: "fair" },
        ],
    });
    await prisma.artifact_classifications.createMany({
        data: [
            { id: 1, artifact_id: 80, classification_type: "functional", classification_date: "2014-02-06", classification_method: "contextual" },
            { id: 2, artifact_id: 312, classification_type: "cultural", classification_date: "2015-07-30", classification_method: "contextual" },
            { id: 3, artifact_id: 85, classification_type: "cultural", classification_date: "2021-04-20", classification_method: "typological" },
            { id: 4, artifact_id: 338, classification_type: "cultural", classification_date: "2013-10-04", classification_method: "contextual" },
            { id: 5, artifact_id: 281, classification_type: "functional", classification_date: "2015-11-13", classification_method: "contextual" },
            { id: 6, artifact_id: 396, classification_type: "aesthetic", classification_date: "2014-05-06", classification_method: "contextual" },
            { id: 7, artifact_id: 328, classification_type: "functional", classification_date: "2011-03-30", classification_method: "typological" },
            { id: 8, artifact_id: 213, classification_type: "functional", classification_date: "2019-05-19", classification_method: "contextual" },
            { id: 9, artifact_id: 108, classification_type: "cultural", classification_date: "2011-09-27", classification_method: "typological" },
            { id: 10, artifact_id: 163, classification_type: "cultural", classification_date: "2018-08-20", classification_method: "typological" },
            { id: 11, artifact_id: 116, classification_type: "cultural", classification_date: "2017-06-04", classification_method: "typological" },
            { id: 12, artifact_id: 241, classification_type: "cultural", classification_date: "2023-02-01", classification_method: "typological" },
            { id: 13, artifact_id: 228, classification_type: "cultural", classification_date: "2021-01-13", classification_method: "contextual" },
            { id: 14, artifact_id: 245, classification_type: "aesthetic", classification_date: "2013-08-12", classification_method: "contextual" },
            { id: 15, artifact_id: 339, classification_type: "aesthetic", classification_date: "2022-05-13", classification_method: "contextual" },
            { id: 16, artifact_id: 136, classification_type: "functional", classification_date: "2023-12-13", classification_method: "contextual" },
            { id: 17, artifact_id: 449, classification_type: "aesthetic", classification_date: "2019-09-26", classification_method: "typological" },
            { id: 18, artifact_id: 133, classification_type: "functional", classification_date: "2012-08-14", classification_method: "typological" },
            { id: 19, artifact_id: 443, classification_type: "functional", classification_date: "2014-08-28", classification_method: "contextual" },
            { id: 20, artifact_id: 155, classification_type: "cultural", classification_date: "2017-03-31", classification_method: "typological" },
            { id: 21, artifact_id: 198, classification_type: "cultural", classification_date: "2012-05-13", classification_method: "typological" },
            { id: 22, artifact_id: 289, classification_type: "cultural", classification_date: "2000-09-04", classification_method: "typological" },
            { id: 23, artifact_id: 236, classification_type: "aesthetic", classification_date: "2009-09-06", classification_method: "typological" },
            { id: 24, artifact_id: 223, classification_type: "cultural", classification_date: "2017-09-30", classification_method: "contextual" },
            { id: 25, artifact_id: 369, classification_type: "cultural", classification_date: "2019-03-21", classification_method: "contextual" },
            { id: 26, artifact_id: 191, classification_type: "aesthetic", classification_date: "2014-02-08", classification_method: "contextual" },
            { id: 27, artifact_id: 197, classification_type: "cultural", classification_date: "2023-08-04", classification_method: "typological" },
            { id: 28, artifact_id: 51, classification_type: "functional", classification_date: "2005-12-29", classification_method: "contextual" },
            { id: 29, artifact_id: 330, classification_type: "cultural", classification_date: "2016-09-22", classification_method: "contextual" },
            { id: 30, artifact_id: 340, classification_type: "cultural", classification_date: "2018-08-24", classification_method: "functional" },
            { id: 31, artifact_id: 412, classification_type: "aesthetic", classification_date: "2020-08-07", classification_method: "typological" },
            { id: 32, artifact_id: 29, classification_type: "cultural", classification_date: "2006-04-09", classification_method: "contextual" },
            { id: 33, artifact_id: 345, classification_type: "functional", classification_date: "2020-02-10", classification_method: "contextual" },
            { id: 34, artifact_id: 231, classification_type: "functional", classification_date: "2003-01-27", classification_method: "contextual" },
            { id: 35, artifact_id: 327, classification_type: "cultural", classification_date: "2010-02-14", classification_method: "functional" },
            { id: 36, artifact_id: 313, classification_type: "functional", classification_date: "2006-04-04", classification_method: "contextual" },
            { id: 37, artifact_id: 191, classification_type: "cultural", classification_date: "2004-07-23", classification_method: "functional" },
            { id: 38, artifact_id: 223, classification_type: "functional", classification_date: "2004-07-31", classification_method: "typological" },
            { id: 39, artifact_id: 2, classification_type: "functional", classification_date: "2014-10-12", classification_method: "typological" },
            { id: 40, artifact_id: 271, classification_type: "cultural", classification_date: "2023-04-25", classification_method: "typological" },
            { id: 41, artifact_id: 351, classification_type: "aesthetic", classification_date: "2000-11-15", classification_method: "contextual" },
            { id: 42, artifact_id: 32, classification_type: "aesthetic", classification_date: "2003-06-27", classification_method: "functional" },
            { id: 43, artifact_id: 291, classification_type: "cultural", classification_date: "2007-03-18", classification_method: "contextual" },
            { id: 44, artifact_id: 283, classification_type: "cultural", classification_date: "2008-03-16", classification_method: "typological" },
            { id: 45, artifact_id: 211, classification_type: "aesthetic", classification_date: "2002-04-20", classification_method: "typological" },
            { id: 46, artifact_id: 46, classification_type: "functional", classification_date: "2020-06-17", classification_method: "functional" },
            { id: 47, artifact_id: 393, classification_type: "functional", classification_date: "2021-07-02", classification_method: "typological" },
            { id: 48, artifact_id: 362, classification_type: "functional", classification_date: "2014-01-31", classification_method: "typological" },
            { id: 49, artifact_id: 34, classification_type: "cultural", classification_date: "2000-03-23", classification_method: "functional" },
            { id: 50, artifact_id: 47, classification_type: "cultural", classification_date: "2012-01-09", classification_method: "typological" },
            { id: 51, artifact_id: 347, classification_type: "aesthetic", classification_date: "2015-04-10", classification_method: "typological" },
            { id: 52, artifact_id: 71, classification_type: "cultural", classification_date: "2008-03-20", classification_method: "functional" },
            { id: 53, artifact_id: 325, classification_type: "cultural", classification_date: "2020-05-23", classification_method: "typological" },
            { id: 54, artifact_id: 402, classification_type: "functional", classification_date: "2019-12-14", classification_method: "contextual" },
            { id: 55, artifact_id: 409, classification_type: "cultural", classification_date: "2017-03-12", classification_method: "typological" },
            { id: 56, artifact_id: 228, classification_type: "functional", classification_date: "2018-08-04", classification_method: "contextual" },
            { id: 57, artifact_id: 316, classification_type: "functional", classification_date: "2020-01-04", classification_method: "contextual" },
            { id: 58, artifact_id: 197, classification_type: "cultural", classification_date: "2023-04-12", classification_method: "functional" },
            { id: 59, artifact_id: 103, classification_type: "aesthetic", classification_date: "2013-11-07", classification_method: "contextual" },
            { id: 60, artifact_id: 56, classification_type: "cultural", classification_date: "2015-04-05", classification_method: "functional" },
            { id: 61, artifact_id: 103, classification_type: "cultural", classification_date: "2016-06-03", classification_method: "contextual" },
            { id: 62, artifact_id: 5, classification_type: "aesthetic", classification_date: "2014-12-03", classification_method: "contextual" },
            { id: 63, artifact_id: 307, classification_type: "cultural", classification_date: "2010-02-18", classification_method: "contextual" },
            { id: 64, artifact_id: 31, classification_type: "functional", classification_date: "2021-03-21", classification_method: "contextual" },
            { id: 65, artifact_id: 408, classification_type: "cultural", classification_date: "2017-08-18", classification_method: "contextual" },
            { id: 66, artifact_id: 303, classification_type: "cultural", classification_date: "2020-07-02", classification_method: "contextual" },
            { id: 67, artifact_id: 357, classification_type: "cultural", classification_date: "2016-04-28", classification_method: "typological" },
            { id: 68, artifact_id: 86, classification_type: "functional", classification_date: "2015-01-09", classification_method: "typological" },
            { id: 69, artifact_id: 237, classification_type: "cultural", classification_date: "2013-09-24", classification_method: "typological" },
            { id: 70, artifact_id: 7, classification_type: "functional", classification_date: "2019-04-03", classification_method: "typological" },
            { id: 71, artifact_id: 142, classification_type: "cultural", classification_date: "2019-06-07", classification_method: "functional" },
            { id: 72, artifact_id: 297, classification_type: "cultural", classification_date: "2015-09-18", classification_method: "typological" },
            { id: 73, artifact_id: 378, classification_type: "cultural", classification_date: "2020-08-26", classification_method: "contextual" },
            { id: 74, artifact_id: 434, classification_type: "aesthetic", classification_date: "2009-12-01", classification_method: "contextual" },
            { id: 75, artifact_id: 48, classification_type: "functional", classification_date: "2002-07-27", classification_method: "contextual" },
            { id: 76, artifact_id: 372, classification_type: "cultural", classification_date: "2021-12-09", classification_method: "contextual" },
            { id: 77, artifact_id: 364, classification_type: "aesthetic", classification_date: "2014-07-05", classification_method: "contextual" },
            { id: 78, artifact_id: 292, classification_type: "aesthetic", classification_date: "2011-08-15", classification_method: "contextual" },
            { id: 79, artifact_id: 79, classification_type: "aesthetic", classification_date: "2016-07-03", classification_method: "contextual" },
            { id: 80, artifact_id: 168, classification_type: "functional", classification_date: "2017-02-02", classification_method: "contextual" },
            { id: 81, artifact_id: 284, classification_type: "cultural", classification_date: "2006-12-31", classification_method: "typological" },
            { id: 82, artifact_id: 141, classification_type: "functional", classification_date: "2004-11-09", classification_method: "functional" },
            { id: 83, artifact_id: 19, classification_type: "cultural", classification_date: "2017-07-19", classification_method: "contextual" },
            { id: 84, artifact_id: 113, classification_type: "cultural", classification_date: "2014-07-24", classification_method: "typological" },
            { id: 85, artifact_id: 31, classification_type: "functional", classification_date: "2001-07-15", classification_method: "functional" },
            { id: 86, artifact_id: 54, classification_type: "cultural", classification_date: "2013-08-29", classification_method: "functional" },
            { id: 87, artifact_id: 141, classification_type: "cultural", classification_date: "2013-06-23", classification_method: "typological" },
            { id: 88, artifact_id: 263, classification_type: "cultural", classification_date: "2010-11-06", classification_method: "typological" },
            { id: 89, artifact_id: 179, classification_type: "aesthetic", classification_date: "2023-11-09", classification_method: "contextual" },
            { id: 90, artifact_id: 163, classification_type: "functional", classification_date: "2017-06-14", classification_method: "contextual" },
            { id: 91, artifact_id: 44, classification_type: "cultural", classification_date: "2015-03-09", classification_method: "contextual" },
            { id: 92, artifact_id: 374, classification_type: "functional", classification_date: "2021-11-22", classification_method: "functional" },
            { id: 93, artifact_id: 171, classification_type: "cultural", classification_date: "2014-01-09", classification_method: "contextual" },
            { id: 94, artifact_id: 198, classification_type: "cultural", classification_date: "2021-12-14", classification_method: "typological" },
            { id: 95, artifact_id: 146, classification_type: "functional", classification_date: "2016-02-20", classification_method: "typological" },
            { id: 96, artifact_id: 376, classification_type: "cultural", classification_date: "2007-03-28", classification_method: "contextual" },
            { id: 97, artifact_id: 188, classification_type: "cultural", classification_date: "2020-12-18", classification_method: "typological" },
            { id: 98, artifact_id: 258, classification_type: "aesthetic", classification_date: "2009-10-07", classification_method: "typological" },
            { id: 99, artifact_id: 101, classification_type: "cultural", classification_date: "2023-11-04", classification_method: "contextual" },
            { id: 100, artifact_id: 450, classification_type: "cultural", classification_date: "2022-03-20", classification_method: "contextual" },
            { id: 101, artifact_id: 83, classification_type: "functional", classification_date: "2014-08-11", classification_method: "typological" },
            { id: 102, artifact_id: 278, classification_type: "functional", classification_date: "2003-05-27", classification_method: "contextual" },
            { id: 103, artifact_id: 102, classification_type: "cultural", classification_date: "2022-08-10", classification_method: "contextual" },
            { id: 104, artifact_id: 239, classification_type: "cultural", classification_date: "2021-11-23", classification_method: "contextual" },
            { id: 105, artifact_id: 332, classification_type: "cultural", classification_date: "2011-11-12", classification_method: "contextual" },
            { id: 106, artifact_id: 271, classification_type: "cultural", classification_date: "2019-11-13", classification_method: "contextual" },
            { id: 107, artifact_id: 249, classification_type: "cultural", classification_date: "2014-03-19", classification_method: "contextual" },
            { id: 108, artifact_id: 173, classification_type: "functional", classification_date: "2010-10-13", classification_method: "typological" },
            { id: 109, artifact_id: 115, classification_type: "cultural", classification_date: "2017-10-30", classification_method: "contextual" },
            { id: 110, artifact_id: 432, classification_type: "functional", classification_date: "2006-06-20", classification_method: "contextual" },
            { id: 111, artifact_id: 325, classification_type: "aesthetic", classification_date: "2009-07-22", classification_method: "contextual" },
            { id: 112, artifact_id: 315, classification_type: "aesthetic", classification_date: "2023-08-15", classification_method: "typological" },
            { id: 113, artifact_id: 157, classification_type: "cultural", classification_date: "2021-05-26", classification_method: "contextual" },
            { id: 114, artifact_id: 422, classification_type: "functional", classification_date: "2020-03-01", classification_method: "contextual" },
            { id: 115, artifact_id: 361, classification_type: "cultural", classification_date: "2021-04-07", classification_method: "contextual" },
            { id: 116, artifact_id: 271, classification_type: "cultural", classification_date: "2017-01-28", classification_method: "contextual" },
            { id: 117, artifact_id: 95, classification_type: "cultural", classification_date: "2014-10-17", classification_method: "contextual" },
            { id: 118, artifact_id: 329, classification_type: "functional", classification_date: "2006-10-21", classification_method: "contextual" },
            { id: 119, artifact_id: 14, classification_type: "functional", classification_date: "2019-03-19", classification_method: "contextual" },
            { id: 120, artifact_id: 169, classification_type: "cultural", classification_date: "2016-05-26", classification_method: "typological" },
            { id: 121, artifact_id: 95, classification_type: "functional", classification_date: "2018-04-11", classification_method: "contextual" },
            { id: 122, artifact_id: 260, classification_type: "cultural", classification_date: "2015-12-10", classification_method: "contextual" },
            { id: 123, artifact_id: 394, classification_type: "functional", classification_date: "2017-05-17", classification_method: "typological" },
            { id: 124, artifact_id: 213, classification_type: "cultural", classification_date: "2006-09-05", classification_method: "functional" },
            { id: 125, artifact_id: 318, classification_type: "cultural", classification_date: "2012-04-16", classification_method: "contextual" },
            { id: 126, artifact_id: 212, classification_type: "aesthetic", classification_date: "2013-10-23", classification_method: "contextual" },
            { id: 127, artifact_id: 131, classification_type: "functional", classification_date: "2015-04-12", classification_method: "typological" },
            { id: 128, artifact_id: 368, classification_type: "cultural", classification_date: "2013-04-28", classification_method: "functional" },
            { id: 129, artifact_id: 62, classification_type: "cultural", classification_date: "2013-06-27", classification_method: "contextual" },
            { id: 130, artifact_id: 327, classification_type: "aesthetic", classification_date: "2014-12-27", classification_method: "contextual" },
            { id: 131, artifact_id: 229, classification_type: "cultural", classification_date: "2011-06-28", classification_method: "contextual" },
            { id: 132, artifact_id: 371, classification_type: "cultural", classification_date: "2004-09-11", classification_method: "contextual" },
            { id: 133, artifact_id: 437, classification_type: "aesthetic", classification_date: "2018-08-02", classification_method: "contextual" },
            { id: 134, artifact_id: 195, classification_type: "cultural", classification_date: "2013-08-14", classification_method: "typological" },
            { id: 135, artifact_id: 84, classification_type: "cultural", classification_date: "2016-12-12", classification_method: "typological" },
            { id: 136, artifact_id: 256, classification_type: "functional", classification_date: "2011-08-01", classification_method: "contextual" },
            { id: 137, artifact_id: 356, classification_type: "cultural", classification_date: "2016-11-23", classification_method: "typological" },
            { id: 138, artifact_id: 148, classification_type: "functional", classification_date: "2023-09-02", classification_method: "contextual" },
            { id: 139, artifact_id: 373, classification_type: "cultural", classification_date: "2005-10-04", classification_method: "typological" },
            { id: 140, artifact_id: 102, classification_type: "aesthetic", classification_date: "2022-09-30", classification_method: "typological" },
            { id: 141, artifact_id: 319, classification_type: "functional", classification_date: "2010-01-29", classification_method: "contextual" },
            { id: 142, artifact_id: 37, classification_type: "cultural", classification_date: "2009-06-25", classification_method: "typological" },
            { id: 143, artifact_id: 243, classification_type: "aesthetic", classification_date: "2016-09-22", classification_method: "typological" },
            { id: 144, artifact_id: 74, classification_type: "functional", classification_date: "2018-03-12", classification_method: "functional" },
            { id: 145, artifact_id: 121, classification_type: "functional", classification_date: "2019-10-21", classification_method: "functional" },
            { id: 146, artifact_id: 170, classification_type: "cultural", classification_date: "2018-01-13", classification_method: "contextual" },
            { id: 147, artifact_id: 213, classification_type: "cultural", classification_date: "2012-05-15", classification_method: "typological" },
            { id: 148, artifact_id: 91, classification_type: "cultural", classification_date: "2004-02-26", classification_method: "typological" },
            { id: 149, artifact_id: 88, classification_type: "cultural", classification_date: "2014-07-13", classification_method: "contextual" },
            { id: 150, artifact_id: 224, classification_type: "cultural", classification_date: "2015-09-15", classification_method: "contextual" },
            { id: 151, artifact_id: 279, classification_type: "functional", classification_date: "2022-08-29", classification_method: "typological" },
            { id: 152, artifact_id: 17, classification_type: "cultural", classification_date: "2011-01-24", classification_method: "functional" },
            { id: 153, artifact_id: 97, classification_type: "functional", classification_date: "2016-02-01", classification_method: "functional" },
            { id: 154, artifact_id: 346, classification_type: "cultural", classification_date: "2001-12-11", classification_method: "contextual" },
            { id: 155, artifact_id: 431, classification_type: "cultural", classification_date: "2012-01-24", classification_method: "contextual" },
            { id: 156, artifact_id: 296, classification_type: "functional", classification_date: "2016-10-08", classification_method: "typological" },
            { id: 157, artifact_id: 112, classification_type: "aesthetic", classification_date: "2000-06-17", classification_method: "typological" },
            { id: 158, artifact_id: 169, classification_type: "cultural", classification_date: "2003-05-12", classification_method: "functional" },
            { id: 159, artifact_id: 79, classification_type: "aesthetic", classification_date: "2017-12-07", classification_method: "typological" },
            { id: 160, artifact_id: 183, classification_type: "cultural", classification_date: "2010-02-03", classification_method: "functional" },
            { id: 161, artifact_id: 319, classification_type: "cultural", classification_date: "2010-06-09", classification_method: "contextual" },
            { id: 162, artifact_id: 244, classification_type: "functional", classification_date: "2020-08-08", classification_method: "functional" },
            { id: 163, artifact_id: 121, classification_type: "cultural", classification_date: "2017-11-23", classification_method: "typological" },
            { id: 164, artifact_id: 195, classification_type: "functional", classification_date: "2021-05-03", classification_method: "functional" },
            { id: 165, artifact_id: 297, classification_type: "cultural", classification_date: "2009-08-13", classification_method: "typological" },
            { id: 166, artifact_id: 208, classification_type: "aesthetic", classification_date: "2023-08-04", classification_method: "contextual" },
            { id: 167, artifact_id: 335, classification_type: "functional", classification_date: "2020-10-02", classification_method: "contextual" },
            { id: 168, artifact_id: 228, classification_type: "cultural", classification_date: "2010-01-14", classification_method: "contextual" },
            { id: 169, artifact_id: 315, classification_type: "cultural", classification_date: "2006-08-06", classification_method: "typological" },
            { id: 170, artifact_id: 62, classification_type: "cultural", classification_date: "2016-04-16", classification_method: "contextual" },
            { id: 171, artifact_id: 159, classification_type: "cultural", classification_date: "2019-04-08", classification_method: "contextual" },
            { id: 172, artifact_id: 216, classification_type: "cultural", classification_date: "2023-08-05", classification_method: "typological" },
            { id: 173, artifact_id: 234, classification_type: "functional", classification_date: "2007-08-10", classification_method: "typological" },
            { id: 174, artifact_id: 19, classification_type: "aesthetic", classification_date: "2016-01-23", classification_method: "typological" },
            { id: 175, artifact_id: 367, classification_type: "functional", classification_date: "2023-04-20", classification_method: "contextual" },
            { id: 176, artifact_id: 143, classification_type: "aesthetic", classification_date: "2012-03-06", classification_method: "functional" },
            { id: 177, artifact_id: 440, classification_type: "cultural", classification_date: "2019-03-18", classification_method: "contextual" },
            { id: 178, artifact_id: 406, classification_type: "cultural", classification_date: "2022-01-09", classification_method: "typological" },
            { id: 179, artifact_id: 241, classification_type: "cultural", classification_date: "2023-11-18", classification_method: "contextual" },
            { id: 180, artifact_id: 275, classification_type: "cultural", classification_date: "2012-04-14", classification_method: "contextual" },
            { id: 181, artifact_id: 50, classification_type: "cultural", classification_date: "2017-06-19", classification_method: "functional" },
            { id: 182, artifact_id: 448, classification_type: "aesthetic", classification_date: "2016-08-06", classification_method: "contextual" },
            { id: 183, artifact_id: 400, classification_type: "aesthetic", classification_date: "2005-01-07", classification_method: "functional" },
            { id: 184, artifact_id: 250, classification_type: "cultural", classification_date: "2012-12-16", classification_method: "contextual" },
            { id: 185, artifact_id: 366, classification_type: "aesthetic", classification_date: "2022-01-27", classification_method: "contextual" },
            { id: 186, artifact_id: 279, classification_type: "cultural", classification_date: "2016-03-09", classification_method: "typological" },
            { id: 187, artifact_id: 236, classification_type: "functional", classification_date: "2007-02-10", classification_method: "functional" },
            { id: 188, artifact_id: 395, classification_type: "aesthetic", classification_date: "2015-05-01", classification_method: "contextual" },
            { id: 189, artifact_id: 343, classification_type: "cultural", classification_date: "2011-04-13", classification_method: "functional" },
            { id: 190, artifact_id: 364, classification_type: "aesthetic", classification_date: "2007-02-22", classification_method: "contextual" },
            { id: 191, artifact_id: 347, classification_type: "aesthetic", classification_date: "2011-03-01", classification_method: "functional" },
            { id: 192, artifact_id: 229, classification_type: "functional", classification_date: "2015-01-12", classification_method: "contextual" },
            { id: 193, artifact_id: 214, classification_type: "functional", classification_date: "2008-11-26", classification_method: "typological" },
            { id: 194, artifact_id: 197, classification_type: "cultural", classification_date: "2012-03-09", classification_method: "contextual" },
            { id: 195, artifact_id: 136, classification_type: "cultural", classification_date: "2019-04-08", classification_method: "contextual" },
            { id: 196, artifact_id: 389, classification_type: "cultural", classification_date: "2009-06-13", classification_method: "contextual" },
            { id: 197, artifact_id: 391, classification_type: "cultural", classification_date: "2022-06-30", classification_method: "contextual" },
            { id: 198, artifact_id: 314, classification_type: "cultural", classification_date: "2001-11-17", classification_method: "typological" },
            { id: 199, artifact_id: 164, classification_type: "cultural", classification_date: "2018-06-26", classification_method: "typological" },
            { id: 200, artifact_id: 374, classification_type: "cultural", classification_date: "2018-08-21", classification_method: "functional" },
            { id: 201, artifact_id: 80, classification_type: "cultural", classification_date: "2023-08-09", classification_method: "typological" },
            { id: 202, artifact_id: 359, classification_type: "cultural", classification_date: "2003-12-22", classification_method: "typological" },
            { id: 203, artifact_id: 228, classification_type: "functional", classification_date: "2005-03-21", classification_method: "contextual" },
            { id: 204, artifact_id: 338, classification_type: "cultural", classification_date: "2011-09-01", classification_method: "typological" },
            { id: 205, artifact_id: 151, classification_type: "aesthetic", classification_date: "2009-09-02", classification_method: "contextual" },
            { id: 206, artifact_id: 327, classification_type: "aesthetic", classification_date: "2022-05-14", classification_method: "typological" },
            { id: 207, artifact_id: 28, classification_type: "cultural", classification_date: "2006-01-28", classification_method: "typological" },
            { id: 208, artifact_id: 197, classification_type: "aesthetic", classification_date: "2006-03-18", classification_method: "typological" },
            { id: 209, artifact_id: 19, classification_type: "aesthetic", classification_date: "2020-04-07", classification_method: "functional" },
            { id: 210, artifact_id: 200, classification_type: "cultural", classification_date: "2010-03-23", classification_method: "contextual" },
            { id: 211, artifact_id: 16, classification_type: "functional", classification_date: "2017-03-15", classification_method: "contextual" },
            { id: 212, artifact_id: 267, classification_type: "functional", classification_date: "2010-06-30", classification_method: "functional" },
            { id: 213, artifact_id: 196, classification_type: "cultural", classification_date: "2015-03-22", classification_method: "functional" },
            { id: 214, artifact_id: 37, classification_type: "aesthetic", classification_date: "2011-02-16", classification_method: "contextual" },
            { id: 215, artifact_id: 232, classification_type: "cultural", classification_date: "2011-09-24", classification_method: "contextual" },
            { id: 216, artifact_id: 206, classification_type: "cultural", classification_date: "2020-12-21", classification_method: "typological" },
            { id: 217, artifact_id: 134, classification_type: "cultural", classification_date: "2007-08-26", classification_method: "functional" },
            { id: 218, artifact_id: 81, classification_type: "functional", classification_date: "2011-09-04", classification_method: "typological" },
            { id: 219, artifact_id: 316, classification_type: "functional", classification_date: "2009-04-02", classification_method: "functional" },
            { id: 220, artifact_id: 423, classification_type: "aesthetic", classification_date: "2007-01-21", classification_method: "contextual" },
            { id: 221, artifact_id: 154, classification_type: "cultural", classification_date: "2020-08-23", classification_method: "contextual" },
            { id: 222, artifact_id: 362, classification_type: "functional", classification_date: "2004-04-04", classification_method: "contextual" },
            { id: 223, artifact_id: 427, classification_type: "functional", classification_date: "2010-01-25", classification_method: "typological" },
            { id: 224, artifact_id: 350, classification_type: "functional", classification_date: "2021-12-09", classification_method: "functional" },
            { id: 225, artifact_id: 303, classification_type: "functional", classification_date: "2008-08-28", classification_method: "contextual" },
            { id: 226, artifact_id: 292, classification_type: "aesthetic", classification_date: "2009-01-15", classification_method: "contextual" },
            { id: 227, artifact_id: 276, classification_type: "aesthetic", classification_date: "2023-02-18", classification_method: "typological" },
            { id: 228, artifact_id: 390, classification_type: "functional", classification_date: "2002-08-06", classification_method: "typological" },
            { id: 229, artifact_id: 431, classification_type: "cultural", classification_date: "2002-10-26", classification_method: "typological" },
            { id: 230, artifact_id: 7, classification_type: "aesthetic", classification_date: "2016-06-04", classification_method: "contextual" },
            { id: 231, artifact_id: 148, classification_type: "functional", classification_date: "2004-06-29", classification_method: "contextual" },
            { id: 232, artifact_id: 439, classification_type: "cultural", classification_date: "2011-07-02", classification_method: "functional" },
            { id: 233, artifact_id: 134, classification_type: "cultural", classification_date: "2012-11-09", classification_method: "typological" },
            { id: 234, artifact_id: 311, classification_type: "functional", classification_date: "2021-06-15", classification_method: "typological" },
            { id: 235, artifact_id: 293, classification_type: "cultural", classification_date: "2018-09-12", classification_method: "typological" },
            { id: 236, artifact_id: 387, classification_type: "aesthetic", classification_date: "2012-07-26", classification_method: "contextual" },
            { id: 237, artifact_id: 182, classification_type: "cultural", classification_date: "2014-01-01", classification_method: "contextual" },
            { id: 238, artifact_id: 435, classification_type: "cultural", classification_date: "2023-12-28", classification_method: "functional" },
            { id: 239, artifact_id: 197, classification_type: "aesthetic", classification_date: "2023-01-04", classification_method: "contextual" },
            { id: 240, artifact_id: 24, classification_type: "aesthetic", classification_date: "2017-09-30", classification_method: "functional" },
            { id: 241, artifact_id: 290, classification_type: "cultural", classification_date: "2018-08-05", classification_method: "contextual" },
            { id: 242, artifact_id: 80, classification_type: "aesthetic", classification_date: "2012-08-06", classification_method: "contextual" },
            { id: 243, artifact_id: 107, classification_type: "aesthetic", classification_date: "2017-08-14", classification_method: "contextual" },
            { id: 244, artifact_id: 51, classification_type: "functional", classification_date: "2015-01-07", classification_method: "typological" },
            { id: 245, artifact_id: 364, classification_type: "aesthetic", classification_date: "2021-11-21", classification_method: "typological" },
            { id: 246, artifact_id: 243, classification_type: "functional", classification_date: "2022-10-06", classification_method: "functional" },
            { id: 247, artifact_id: 78, classification_type: "cultural", classification_date: "2013-02-28", classification_method: "functional" },
            { id: 248, artifact_id: 270, classification_type: "functional", classification_date: "2023-01-14", classification_method: "contextual" },
            { id: 249, artifact_id: 117, classification_type: "functional", classification_date: "2018-10-19", classification_method: "contextual" },
            { id: 250, artifact_id: 97, classification_type: "cultural", classification_date: "2023-08-24", classification_method: "functional" },
            { id: 251, artifact_id: 442, classification_type: "cultural", classification_date: "2010-03-02", classification_method: "typological" },
            { id: 252, artifact_id: 270, classification_type: "cultural", classification_date: "2011-07-28", classification_method: "functional" },
            { id: 253, artifact_id: 185, classification_type: "aesthetic", classification_date: "2010-02-01", classification_method: "functional" },
            { id: 254, artifact_id: 327, classification_type: "aesthetic", classification_date: "2020-07-28", classification_method: "typological" },
            { id: 255, artifact_id: 9, classification_type: "cultural", classification_date: "2010-01-15", classification_method: "functional" },
            { id: 256, artifact_id: 137, classification_type: "aesthetic", classification_date: "2016-10-22", classification_method: "contextual" },
            { id: 257, artifact_id: 86, classification_type: "functional", classification_date: "2023-06-17", classification_method: "typological" },
            { id: 258, artifact_id: 297, classification_type: "functional", classification_date: "2011-04-03", classification_method: "contextual" },
            { id: 259, artifact_id: 69, classification_type: "cultural", classification_date: "2013-10-15", classification_method: "contextual" },
            { id: 260, artifact_id: 311, classification_type: "cultural", classification_date: "2007-10-12", classification_method: "typological" },
            { id: 261, artifact_id: 396, classification_type: "functional", classification_date: "2015-09-23", classification_method: "contextual" },
            { id: 262, artifact_id: 434, classification_type: "aesthetic", classification_date: "2007-08-29", classification_method: "contextual" },
            { id: 263, artifact_id: 335, classification_type: "cultural", classification_date: "2007-01-06", classification_method: "functional" },
            { id: 264, artifact_id: 228, classification_type: "cultural", classification_date: "2021-02-06", classification_method: "contextual" },
            { id: 265, artifact_id: 284, classification_type: "aesthetic", classification_date: "2015-08-04", classification_method: "contextual" },
            { id: 266, artifact_id: 225, classification_type: "cultural", classification_date: "2000-04-18", classification_method: "functional" },
            { id: 267, artifact_id: 415, classification_type: "cultural", classification_date: "2012-05-08", classification_method: "contextual" },
            { id: 268, artifact_id: 254, classification_type: "cultural", classification_date: "2009-01-26", classification_method: "contextual" },
            { id: 269, artifact_id: 158, classification_type: "functional", classification_date: "2006-04-23", classification_method: "contextual" },
            { id: 270, artifact_id: 410, classification_type: "cultural", classification_date: "2015-03-10", classification_method: "typological" },
            { id: 271, artifact_id: 134, classification_type: "aesthetic", classification_date: "2001-12-11", classification_method: "contextual" },
            { id: 272, artifact_id: 354, classification_type: "cultural", classification_date: "2019-07-14", classification_method: "contextual" },
            { id: 273, artifact_id: 328, classification_type: "aesthetic", classification_date: "2011-09-22", classification_method: "typological" },
            { id: 274, artifact_id: 400, classification_type: "cultural", classification_date: "2022-01-17", classification_method: "contextual" },
            { id: 275, artifact_id: 389, classification_type: "aesthetic", classification_date: "2004-09-26", classification_method: "typological" },
            { id: 276, artifact_id: 329, classification_type: "cultural", classification_date: "2014-09-12", classification_method: "functional" },
            { id: 277, artifact_id: 139, classification_type: "cultural", classification_date: "2023-10-31", classification_method: "contextual" },
            { id: 278, artifact_id: 373, classification_type: "cultural", classification_date: "2012-05-30", classification_method: "contextual" },
            { id: 279, artifact_id: 249, classification_type: "cultural", classification_date: "2020-03-08", classification_method: "contextual" },
            { id: 280, artifact_id: 360, classification_type: "aesthetic", classification_date: "2004-08-09", classification_method: "contextual" },
            { id: 281, artifact_id: 258, classification_type: "cultural", classification_date: "2005-09-28", classification_method: "contextual" },
            { id: 282, artifact_id: 90, classification_type: "functional", classification_date: "2019-09-10", classification_method: "contextual" },
            { id: 283, artifact_id: 144, classification_type: "functional", classification_date: "2022-11-24", classification_method: "contextual" },
            { id: 284, artifact_id: 31, classification_type: "cultural", classification_date: "2014-08-10", classification_method: "typological" },
            { id: 285, artifact_id: 322, classification_type: "aesthetic", classification_date: "2010-09-07", classification_method: "contextual" },
            { id: 286, artifact_id: 126, classification_type: "cultural", classification_date: "2007-09-05", classification_method: "typological" },
            { id: 287, artifact_id: 86, classification_type: "functional", classification_date: "2001-07-12", classification_method: "contextual" },
            { id: 288, artifact_id: 218, classification_type: "cultural", classification_date: "2020-12-06", classification_method: "functional" },
            { id: 289, artifact_id: 321, classification_type: "cultural", classification_date: "2013-05-19", classification_method: "typological" },
            { id: 290, artifact_id: 348, classification_type: "functional", classification_date: "2017-08-19", classification_method: "typological" },
            { id: 291, artifact_id: 319, classification_type: "functional", classification_date: "2023-02-02", classification_method: "typological" },
            { id: 292, artifact_id: 56, classification_type: "aesthetic", classification_date: "2021-05-03", classification_method: "typological" },
            { id: 293, artifact_id: 45, classification_type: "functional", classification_date: "2022-05-12", classification_method: "contextual" },
            { id: 294, artifact_id: 64, classification_type: "aesthetic", classification_date: "2020-05-11", classification_method: "contextual" },
            { id: 295, artifact_id: 71, classification_type: "cultural", classification_date: "2001-02-13", classification_method: "contextual" },
            { id: 296, artifact_id: 130, classification_type: "functional", classification_date: "2016-12-18", classification_method: "contextual" },
            { id: 297, artifact_id: 305, classification_type: "functional", classification_date: "2011-12-13", classification_method: "typological" },
            { id: 298, artifact_id: 391, classification_type: "cultural", classification_date: "2022-12-05", classification_method: "typological" },
            { id: 299, artifact_id: 117, classification_type: "cultural", classification_date: "2012-05-09", classification_method: "contextual" },
            { id: 300, artifact_id: 358, classification_type: "cultural", classification_date: "2012-05-05", classification_method: "contextual" },
        ],
    });
    await prisma.findings_summary.createMany({
        data: [
            { id: 1, site_id: 50, total_artifacts: 23, most_common_artifact: "Glass", period_id: 7, total_artifacts_weighted: 546 },
            { id: 2, site_id: 147, total_artifacts: null, most_common_artifact: "Vessel Statue", period_id: 6, total_artifacts_weighted: 330 },
            { id: 3, site_id: 58, total_artifacts: 712, most_common_artifact: "Relic Jewelry", period_id: 1, total_artifacts_weighted: 601 },
            { id: 4, site_id: 21, total_artifacts: 187, most_common_artifact: "Inscription Vessel", period_id: 16, total_artifacts_weighted: 198 },
            { id: 5, site_id: 8, total_artifacts: 33, most_common_artifact: "Statue Mosaic", period_id: 18, total_artifacts_weighted: 605 },
            { id: 6, site_id: 129, total_artifacts: 528, most_common_artifact: null, period_id: 1, total_artifacts_weighted: 407 },
            { id: 7, site_id: 38, total_artifacts: 946, most_common_artifact: "Glass Mosaic Statue", period_id: 9, total_artifacts_weighted: 676 },
            { id: 8, site_id: 120, total_artifacts: 821, most_common_artifact: "Bone Coin Vessel", period_id: 18, total_artifacts_weighted: 714 },
            { id: 9, site_id: 144, total_artifacts: 53, most_common_artifact: "Tool Glass", period_id: 17, total_artifacts_weighted: 527 },
            { id: 10, site_id: 123, total_artifacts: 116, most_common_artifact: "Pottery", period_id: 6, total_artifacts_weighted: 535 },
            { id: 11, site_id: 89, total_artifacts: null, most_common_artifact: "Tool Shell Fragment", period_id: 17, total_artifacts_weighted: 323 },
            { id: 12, site_id: 50, total_artifacts: 198, most_common_artifact: "Bone Statue", period_id: 1, total_artifacts_weighted: 403 },
            { id: 13, site_id: 144, total_artifacts: 1, most_common_artifact: "Amulet Inscription", period_id: 12, total_artifacts_weighted: 484 },
            { id: 14, site_id: 84, total_artifacts: 503, most_common_artifact: "Coin Shell Tool", period_id: 4, total_artifacts_weighted: 464 },
            { id: 15, site_id: 68, total_artifacts: 76, most_common_artifact: "Bone Tool", period_id: 8, total_artifacts_weighted: 364 },
            { id: 16, site_id: 58, total_artifacts: 549, most_common_artifact: "Pottery Seal", period_id: 4, total_artifacts_weighted: 570 },
            { id: 17, site_id: 135, total_artifacts: 92, most_common_artifact: null, period_id: 6, total_artifacts_weighted: 567 },
            { id: 18, site_id: 129, total_artifacts: 318, most_common_artifact: "Pottery Fossil", period_id: 2, total_artifacts_weighted: 333 },
            { id: 19, site_id: 139, total_artifacts: 1, most_common_artifact: "Fragment", period_id: 4, total_artifacts_weighted: 514 },
            { id: 20, site_id: 7, total_artifacts: 180, most_common_artifact: "Statue Textile Coin", period_id: 11, total_artifacts_weighted: 368 },
            { id: 21, site_id: 3, total_artifacts: 881, most_common_artifact: "Tool", period_id: 12, total_artifacts_weighted: 460 },
            { id: 22, site_id: 125, total_artifacts: 5, most_common_artifact: "Glass", period_id: 13, total_artifacts_weighted: 458 },
            { id: 23, site_id: 8, total_artifacts: null, most_common_artifact: "Bone Tool", period_id: 12, total_artifacts_weighted: 548 },
            { id: 24, site_id: 56, total_artifacts: null, most_common_artifact: "Fragment", period_id: 11, total_artifacts_weighted: 535 },
            { id: 25, site_id: 33, total_artifacts: 635, most_common_artifact: "Amulet Seal Ceramic", period_id: 19, total_artifacts_weighted: 240 },
            { id: 26, site_id: 59, total_artifacts: 71, most_common_artifact: "Bone Fossil", period_id: 3, total_artifacts_weighted: 512 },
            { id: 27, site_id: 145, total_artifacts: 514, most_common_artifact: "Mosaic", period_id: 11, total_artifacts_weighted: 485 },
            { id: 28, site_id: 31, total_artifacts: 362, most_common_artifact: "Talisman", period_id: 2, total_artifacts_weighted: 333 },
            { id: 29, site_id: 58, total_artifacts: 551, most_common_artifact: "Weapon Tool Fragment", period_id: 3, total_artifacts_weighted: 653 },
            { id: 30, site_id: 37, total_artifacts: 696, most_common_artifact: null, period_id: 19, total_artifacts_weighted: 797 },
            { id: 31, site_id: 35, total_artifacts: 13, most_common_artifact: "Amulet", period_id: 17, total_artifacts_weighted: 303 },
            { id: 32, site_id: 105, total_artifacts: 122, most_common_artifact: "Fossil Mosaic Statue", period_id: 16, total_artifacts_weighted: 664 },
            { id: 33, site_id: 75, total_artifacts: 303, most_common_artifact: "Pottery Ceramic Inscription", period_id: 15, total_artifacts_weighted: 591 },
            { id: 34, site_id: 83, total_artifacts: 202, most_common_artifact: "Pottery Glass Coin", period_id: 8, total_artifacts_weighted: 469 },
            { id: 35, site_id: 142, total_artifacts: 228, most_common_artifact: "Seal Statue Inscription", period_id: 15, total_artifacts_weighted: 779 },
            { id: 36, site_id: 120, total_artifacts: 26, most_common_artifact: "Glass Pottery Weapon", period_id: 14, total_artifacts_weighted: 481 },
            { id: 37, site_id: 36, total_artifacts: 14, most_common_artifact: "Seal", period_id: 2, total_artifacts_weighted: 465 },
            { id: 38, site_id: 8, total_artifacts: 68, most_common_artifact: "Tool Fossil Inscription", period_id: 14, total_artifacts_weighted: 356 },
            { id: 39, site_id: 32, total_artifacts: 907, most_common_artifact: "Bone Tool", period_id: 10, total_artifacts_weighted: 433 },
            { id: 40, site_id: 82, total_artifacts: 699, most_common_artifact: "Statue Bone Fossil", period_id: 2, total_artifacts_weighted: 517 },
            { id: 41, site_id: 90, total_artifacts: 113, most_common_artifact: "Tool Shell", period_id: 6, total_artifacts_weighted: 766 },
            { id: 42, site_id: 123, total_artifacts: 26, most_common_artifact: "Coin Amulet", period_id: 17, total_artifacts_weighted: 364 },
            { id: 43, site_id: 79, total_artifacts: 2, most_common_artifact: "Textile Pottery Relic", period_id: 17, total_artifacts_weighted: 931 },
            { id: 44, site_id: 8, total_artifacts: 1, most_common_artifact: "Amulet", period_id: 2, total_artifacts_weighted: 700 },
            { id: 45, site_id: 45, total_artifacts: 281, most_common_artifact: "Talisman Relic Glass", period_id: 8, total_artifacts_weighted: 483 },
            { id: 46, site_id: 111, total_artifacts: 2, most_common_artifact: "Ceramic Inscription Seal", period_id: 7, total_artifacts_weighted: 278 },
            { id: 47, site_id: 59, total_artifacts: 141, most_common_artifact: "Weapon", period_id: 18, total_artifacts_weighted: 290 },
            { id: 48, site_id: 81, total_artifacts: 290, most_common_artifact: "Pottery", period_id: 15, total_artifacts_weighted: 314 },
            { id: 49, site_id: 57, total_artifacts: null, most_common_artifact: null, period_id: 20, total_artifacts_weighted: 233 },
            { id: 50, site_id: 33, total_artifacts: 152, most_common_artifact: "Ceramic", period_id: 12, total_artifacts_weighted: 421 },
            { id: 51, site_id: 149, total_artifacts: 185, most_common_artifact: "Tool", period_id: 17, total_artifacts_weighted: 690 },
            { id: 52, site_id: 36, total_artifacts: 840, most_common_artifact: "Jewelry Ceramic", period_id: 10, total_artifacts_weighted: 441 },
            { id: 53, site_id: 80, total_artifacts: 219, most_common_artifact: "Vessel Mosaic", period_id: 14, total_artifacts_weighted: 477 },
            { id: 54, site_id: 24, total_artifacts: 28, most_common_artifact: "Amulet", period_id: 4, total_artifacts_weighted: 418 },
            { id: 55, site_id: 33, total_artifacts: 402, most_common_artifact: "Ceramic", period_id: 9, total_artifacts_weighted: 538 },
            { id: 56, site_id: 109, total_artifacts: 526, most_common_artifact: "Relic Shell Weapon", period_id: 19, total_artifacts_weighted: 320 },
            { id: 57, site_id: 82, total_artifacts: 103, most_common_artifact: "Fragment", period_id: 3, total_artifacts_weighted: 530 },
            { id: 58, site_id: 19, total_artifacts: 388, most_common_artifact: "Vessel Inscription", period_id: 7, total_artifacts_weighted: 330 },
            { id: 59, site_id: 73, total_artifacts: 699, most_common_artifact: "Relic Glass", period_id: 8, total_artifacts_weighted: 449 },
            { id: 60, site_id: 36, total_artifacts: 92, most_common_artifact: "Statue Fragment Weapon", period_id: 2, total_artifacts_weighted: 532 },
            { id: 61, site_id: 53, total_artifacts: 283, most_common_artifact: "Weapon", period_id: 18, total_artifacts_weighted: 513 },
            { id: 62, site_id: 112, total_artifacts: 29, most_common_artifact: "Inscription Fossil Pottery", period_id: 1, total_artifacts_weighted: 560 },
            { id: 63, site_id: 148, total_artifacts: null, most_common_artifact: "Textile Talisman Tool", period_id: 2, total_artifacts_weighted: 519 },
            { id: 64, site_id: 124, total_artifacts: null, most_common_artifact: "Ceramic Coin Talisman", period_id: 13, total_artifacts_weighted: 599 },
            { id: 65, site_id: 106, total_artifacts: 683, most_common_artifact: "Ceramic Statue", period_id: 19, total_artifacts_weighted: 400 },
            { id: 66, site_id: 136, total_artifacts: 19, most_common_artifact: "Textile Seal Talisman", period_id: 19, total_artifacts_weighted: 605 },
            { id: 67, site_id: 45, total_artifacts: 349, most_common_artifact: "Talisman", period_id: 16, total_artifacts_weighted: 733 },
            { id: 68, site_id: 84, total_artifacts: 47, most_common_artifact: "Shell", period_id: 20, total_artifacts_weighted: 290 },
            { id: 69, site_id: 86, total_artifacts: 292, most_common_artifact: "Ceramic Relic Amulet", period_id: 14, total_artifacts_weighted: 525 },
            { id: 70, site_id: 149, total_artifacts: 8, most_common_artifact: "Tool", period_id: 11, total_artifacts_weighted: 333 },
            { id: 71, site_id: 54, total_artifacts: 568, most_common_artifact: null, period_id: 12, total_artifacts_weighted: 723 },
            { id: 72, site_id: 2, total_artifacts: 178, most_common_artifact: "Jewelry Tool Mosaic", period_id: 5, total_artifacts_weighted: 372 },
            { id: 73, site_id: 53, total_artifacts: 989, most_common_artifact: "Bone Textile Mosaic", period_id: 19, total_artifacts_weighted: 450 },
            { id: 74, site_id: 132, total_artifacts: 455, most_common_artifact: "Fragment", period_id: 16, total_artifacts_weighted: 476 },
            { id: 75, site_id: 31, total_artifacts: 466, most_common_artifact: "Mosaic", period_id: 3, total_artifacts_weighted: 704 },
            { id: 76, site_id: 36, total_artifacts: 137, most_common_artifact: "Glass", period_id: 6, total_artifacts_weighted: 629 },
            { id: 77, site_id: 104, total_artifacts: 222, most_common_artifact: "Inscription Jewelry Amulet", period_id: 5, total_artifacts_weighted: 583 },
            { id: 78, site_id: 142, total_artifacts: 11, most_common_artifact: "Tool Glass", period_id: 12, total_artifacts_weighted: 175 },
            { id: 79, site_id: 6, total_artifacts: 886, most_common_artifact: "Ceramic Fossil Shell", period_id: 9, total_artifacts_weighted: 688 },
            { id: 80, site_id: 49, total_artifacts: null, most_common_artifact: "Seal Vessel Pottery", period_id: 8, total_artifacts_weighted: 264 },
            { id: 81, site_id: 26, total_artifacts: 550, most_common_artifact: "Talisman Coin Fragment", period_id: 8, total_artifacts_weighted: 681 },
            { id: 82, site_id: 33, total_artifacts: 175, most_common_artifact: "Ceramic Pottery Statue", period_id: 4, total_artifacts_weighted: 666 },
            { id: 83, site_id: 139, total_artifacts: 43, most_common_artifact: "Pottery Tool", period_id: 9, total_artifacts_weighted: 651 },
            { id: 84, site_id: 40, total_artifacts: 26, most_common_artifact: "Bone", period_id: 1, total_artifacts_weighted: 415 },
            { id: 85, site_id: 135, total_artifacts: 1, most_common_artifact: "Glass Textile", period_id: 20, total_artifacts_weighted: 554 },
            { id: 86, site_id: 71, total_artifacts: 867, most_common_artifact: "Shell Fragment Inscription", period_id: 20, total_artifacts_weighted: 318 },
            { id: 87, site_id: 49, total_artifacts: 79, most_common_artifact: "Bone", period_id: 13, total_artifacts_weighted: 343 },
            { id: 88, site_id: 59, total_artifacts: 4, most_common_artifact: "Statue Coin", period_id: 2, total_artifacts_weighted: 446 },
            { id: 89, site_id: 110, total_artifacts: null, most_common_artifact: "Relic Glass", period_id: 7, total_artifacts_weighted: 483 },
            { id: 90, site_id: 17, total_artifacts: 726, most_common_artifact: "Pottery Statue", period_id: 5, total_artifacts_weighted: 453 },
            { id: 91, site_id: 133, total_artifacts: 424, most_common_artifact: "Fragment Seal Glass", period_id: 16, total_artifacts_weighted: 588 },
            { id: 92, site_id: 63, total_artifacts: 733, most_common_artifact: "Fossil", period_id: 12, total_artifacts_weighted: 551 },
            { id: 93, site_id: 149, total_artifacts: 962, most_common_artifact: "Shell Talisman Statue", period_id: 8, total_artifacts_weighted: 835 },
            { id: 94, site_id: 78, total_artifacts: 260, most_common_artifact: "Pottery Seal", period_id: 13, total_artifacts_weighted: 368 },
            { id: 95, site_id: 43, total_artifacts: 854, most_common_artifact: "Seal Pottery Weapon", period_id: 17, total_artifacts_weighted: 289 },
            { id: 96, site_id: 108, total_artifacts: 941, most_common_artifact: "Fossil", period_id: 6, total_artifacts_weighted: 291 },
            { id: 97, site_id: 90, total_artifacts: 519, most_common_artifact: "Vessel", period_id: 14, total_artifacts_weighted: 570 },
            { id: 98, site_id: 35, total_artifacts: 349, most_common_artifact: "Inscription Coin Amulet", period_id: 20, total_artifacts_weighted: 377 },
            { id: 99, site_id: 98, total_artifacts: 525, most_common_artifact: "Vessel Coin Weapon", period_id: 20, total_artifacts_weighted: 590 },
            { id: 100, site_id: 61, total_artifacts: 293, most_common_artifact: "Statue", period_id: 9, total_artifacts_weighted: 392 },
            { id: 101, site_id: 80, total_artifacts: 672, most_common_artifact: "Coin Statue Textile", period_id: 1, total_artifacts_weighted: 435 },
            { id: 102, site_id: 144, total_artifacts: 162, most_common_artifact: "Shell Ceramic", period_id: 17, total_artifacts_weighted: 312 },
            { id: 103, site_id: 37, total_artifacts: 25, most_common_artifact: "Glass", period_id: 9, total_artifacts_weighted: 379 },
            { id: 104, site_id: 57, total_artifacts: 305, most_common_artifact: "Talisman", period_id: 6, total_artifacts_weighted: 460 },
            { id: 105, site_id: 102, total_artifacts: null, most_common_artifact: "Shell Bone Relic", period_id: 19, total_artifacts_weighted: 475 },
            { id: 106, site_id: 146, total_artifacts: null, most_common_artifact: "Shell Coin Mosaic", period_id: 1, total_artifacts_weighted: 306 },
            { id: 107, site_id: 127, total_artifacts: 898, most_common_artifact: "Mosaic", period_id: 12, total_artifacts_weighted: 706 },
            { id: 108, site_id: 50, total_artifacts: 3, most_common_artifact: "Fragment Inscription Glass", period_id: 10, total_artifacts_weighted: 263 },
            { id: 109, site_id: 126, total_artifacts: 10, most_common_artifact: "Textile", period_id: 3, total_artifacts_weighted: 279 },
            { id: 110, site_id: 103, total_artifacts: 167, most_common_artifact: "Statue", period_id: 5, total_artifacts_weighted: 450 },
            { id: 111, site_id: 94, total_artifacts: 618, most_common_artifact: "Jewelry", period_id: 15, total_artifacts_weighted: 591 },
            { id: 112, site_id: 129, total_artifacts: 9, most_common_artifact: null, period_id: 1, total_artifacts_weighted: 590 },
            { id: 113, site_id: 135, total_artifacts: 259, most_common_artifact: "Bone Jewelry Inscription", period_id: 18, total_artifacts_weighted: 441 },
            { id: 114, site_id: 66, total_artifacts: 176, most_common_artifact: "Weapon", period_id: 10, total_artifacts_weighted: 300 },
            { id: 115, site_id: 149, total_artifacts: 4, most_common_artifact: "Statue Amulet", period_id: 8, total_artifacts_weighted: 369 },
            { id: 116, site_id: 57, total_artifacts: 677, most_common_artifact: "Relic Amulet", period_id: 15, total_artifacts_weighted: 706 },
            { id: 117, site_id: 144, total_artifacts: 14, most_common_artifact: "Inscription Seal Mosaic", period_id: 12, total_artifacts_weighted: 643 },
            { id: 118, site_id: 30, total_artifacts: 75, most_common_artifact: "Inscription", period_id: 11, total_artifacts_weighted: 545 },
            { id: 119, site_id: 117, total_artifacts: 1, most_common_artifact: "Shell Jewelry Mosaic", period_id: 3, total_artifacts_weighted: 572 },
            { id: 120, site_id: 108, total_artifacts: 534, most_common_artifact: "Glass", period_id: 14, total_artifacts_weighted: 407 },
            { id: 121, site_id: 91, total_artifacts: null, most_common_artifact: "Shell", period_id: 19, total_artifacts_weighted: 446 },
            { id: 122, site_id: 144, total_artifacts: null, most_common_artifact: null, period_id: 18, total_artifacts_weighted: 243 },
            { id: 123, site_id: 12, total_artifacts: 23, most_common_artifact: "Fossil Textile", period_id: 15, total_artifacts_weighted: 376 },
            { id: 124, site_id: 37, total_artifacts: 675, most_common_artifact: "Amulet Vessel Textile", period_id: 3, total_artifacts_weighted: 636 },
            { id: 125, site_id: 45, total_artifacts: 34, most_common_artifact: null, period_id: 20, total_artifacts_weighted: 501 },
            { id: 126, site_id: 127, total_artifacts: 25, most_common_artifact: "Inscription Pottery", period_id: 19, total_artifacts_weighted: 679 },
            { id: 127, site_id: 97, total_artifacts: 346, most_common_artifact: "Seal Amulet", period_id: 3, total_artifacts_weighted: 562 },
            { id: 128, site_id: 45, total_artifacts: 22, most_common_artifact: "Inscription Relic", period_id: 2, total_artifacts_weighted: 345 },
            { id: 129, site_id: 141, total_artifacts: null, most_common_artifact: null, period_id: 17, total_artifacts_weighted: 540 },
            { id: 130, site_id: 111, total_artifacts: 173, most_common_artifact: "Fossil Statue Relic", period_id: 19, total_artifacts_weighted: 872 },
            { id: 131, site_id: 73, total_artifacts: 31, most_common_artifact: null, period_id: 19, total_artifacts_weighted: 443 },
            { id: 132, site_id: 11, total_artifacts: null, most_common_artifact: "Relic", period_id: 18, total_artifacts_weighted: 668 },
            { id: 133, site_id: 72, total_artifacts: 232, most_common_artifact: null, period_id: 12, total_artifacts_weighted: 606 },
            { id: 134, site_id: 5, total_artifacts: 192, most_common_artifact: "Statue Relic", period_id: 6, total_artifacts_weighted: 602 },
            { id: 135, site_id: 149, total_artifacts: 622, most_common_artifact: null, period_id: 16, total_artifacts_weighted: 547 },
            { id: 136, site_id: 141, total_artifacts: 531, most_common_artifact: null, period_id: 15, total_artifacts_weighted: 696 },
            { id: 137, site_id: 47, total_artifacts: null, most_common_artifact: "Shell Talisman Bone", period_id: 2, total_artifacts_weighted: 585 },
            { id: 138, site_id: 28, total_artifacts: null, most_common_artifact: "Bone", period_id: 11, total_artifacts_weighted: 710 },
            { id: 139, site_id: 34, total_artifacts: null, most_common_artifact: "Inscription", period_id: 16, total_artifacts_weighted: 599 },
            { id: 140, site_id: 51, total_artifacts: 67, most_common_artifact: "Relic", period_id: 16, total_artifacts_weighted: 478 },
            { id: 141, site_id: 117, total_artifacts: 164, most_common_artifact: "Ceramic", period_id: 16, total_artifacts_weighted: 435 },
            { id: 142, site_id: 46, total_artifacts: 527, most_common_artifact: "Amulet Fragment Statue", period_id: 2, total_artifacts_weighted: 486 },
            { id: 143, site_id: 127, total_artifacts: 696, most_common_artifact: "Statue", period_id: 18, total_artifacts_weighted: 420 },
            { id: 144, site_id: 32, total_artifacts: 895, most_common_artifact: "Inscription Fragment", period_id: 19, total_artifacts_weighted: 433 },
            { id: 145, site_id: 51, total_artifacts: 833, most_common_artifact: "Mosaic Glass Tool", period_id: 16, total_artifacts_weighted: 652 },
            { id: 146, site_id: 9, total_artifacts: 70, most_common_artifact: null, period_id: 3, total_artifacts_weighted: 350 },
            { id: 147, site_id: 64, total_artifacts: 186, most_common_artifact: null, period_id: 6, total_artifacts_weighted: 785 },
            { id: 148, site_id: 52, total_artifacts: 799, most_common_artifact: "Shell", period_id: 9, total_artifacts_weighted: 581 },
            { id: 149, site_id: 66, total_artifacts: 145, most_common_artifact: "Fragment Relic Glass", period_id: 4, total_artifacts_weighted: 901 },
            { id: 150, site_id: 117, total_artifacts: 1, most_common_artifact: null, period_id: 6, total_artifacts_weighted: 820 },
        ],
    });
}

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