From 8b82721dc9824056e47b28aec9258bce06333418 Mon Sep 17 00:00:00 2001
From: Cal Herries <39073188+calherries@users.noreply.github.com>
Date: Tue, 28 May 2024 10:24:25 -0600
Subject: [PATCH] A couple of changes to the sample content (#43200)

---
 .../migrations/001_update_migrations.yaml     |  19 +-
 resources/sample-content.edn                  | 930 +++++++++---------
 src/metabase/db/custom_migrations.clj         |  21 +-
 test/metabase/db/custom_migrations_test.clj   |  39 +
 test/metabase/db/schema_migrations_test.clj   |  51 +-
 5 files changed, 561 insertions(+), 499 deletions(-)

diff --git a/resources/migrations/001_update_migrations.yaml b/resources/migrations/001_update_migrations.yaml
index dba7b62dd17..7ce0802b1e3 100644
--- a/resources/migrations/001_update_migrations.yaml
+++ b/resources/migrations/001_update_migrations.yaml
@@ -6611,14 +6611,6 @@ databaseChangeLog:
                     nullable: false
                   defaultValue: false
 
-  - changeSet:
-      id: v50.2024-04-09T15:55:22
-      author: calherries
-      comment: Create sample content
-      changes:
-        - customChange:
-            class: "metabase.db.custom_migrations.CreateSampleContent"
-
   - changeSet:
       id: v50.2024-04-12T12:33:09
       author: piranha
@@ -7414,6 +7406,17 @@ databaseChangeLog:
         - customChange:
             class: "metabase.db.custom_migrations.MigrateUploadsSettings"
 
+  # This migration should be moved whenever the sample content is updated, so that it
+  # matches when the version that the sample content was updated from. See metabase#43200
+  # for an example where the content was updated.
+  - changeSet:
+      id: v50.2024-05-27T15:55:22
+      author: calherries
+      comment: Create sample content
+      changes:
+        - customChange:
+            class: "metabase.db.custom_migrations.CreateSampleContent"
+
   - changeSet:
       id: v51.2024-05-13T15:30:57
       author: metamben
diff --git a/resources/sample-content.edn b/resources/sample-content.edn
index 424af6aec6b..d8f0ce12e73 100644
--- a/resources/sample-content.edn
+++ b/resources/sample-content.edn
@@ -10,19 +10,18 @@
    "You probably don't want to use this for your business-critical analyses, but hey, it's your world, we're just living in it.",
    :creator_id nil,
    :is_full_sync true,
-   :updated_at #t "2024-04-11T12:41:26.866003Z",
+   :updated_at #t "2024-05-27T17:02:08.424082Z",
    :cache_ttl nil,
-   :details
-   "{}",
+   :details "{}",
    :is_sample true,
    :id 1,
    :is_on_demand false,
    :engine "h2",
    :initial_sync_status "complete",
    :is_audit false,
-   :dbms_version "{}",
+   :dbms_version "{\"flavor\":\"H2\",\"version\":\"2.1.214 (2022-06-13)\",\"semantic-version\":[2,1]}",
    :refingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :points_of_interest
    "You can find all sorts of different joinable tables ranging from products to people to reviews here."}),
  :report_dashboard
@@ -31,14 +30,15 @@
    :archived false,
    :collection_position 2,
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :show_in_getting_started false,
    :name "E-commerce insights",
    :width "full",
    :caveats nil,
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:20.141559Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -46,9 +46,9 @@
    :position nil,
    :entity_id "DlK2jXoIHPXyVkEuo6Uy6",
    :parameters
-   "[{\"id\":\"fc2cd1be\",\"isMultiSelect\":false,\"name\":\"Vendor\",\"sectionId\":\"string\",\"slug\":\"vendor\",\"type\":\"string/=\"},{\"id\":\"afa56954\",\"name\":\"Date Range\",\"sectionId\":\"date\",\"slug\":\"date_range\",\"type\":\"date/range\"},{\"id\":\"5eeec658\",\"name\":\"Category\",\"sectionId\":\"string\",\"slug\":\"category\",\"type\":\"string/=\",\"values_query_type\":\"list\"},{\"id\":\"512c560a\",\"name\":\"Location\",\"sectionId\":\"location\",\"slug\":\"location\",\"type\":\"string/=\",\"values_query_type\":\"none\"}]",
+   "[{\"id\":\"fc2cd1be\",\"isMultiSelect\":false,\"name\":\"Vendor\",\"sectionId\":\"string\",\"slug\":\"vendor\",\"type\":\"string/=\"},{\"id\":\"afa56954\",\"name\":\"Date Range\",\"sectionId\":\"date\",\"slug\":\"date_range\",\"type\":\"date/range\"},{\"id\":\"5eeec658\",\"name\":\"Category\",\"sectionId\":\"string\",\"slug\":\"category\",\"type\":\"string/=\",\"values_query_type\":\"list\"},{\"id\":\"512c560a\",\"name\":\"Location\",\"sectionId\":\"location\",\"slug\":\"location\",\"type\":\"string/=\",\"values_query_type\":\"search\"}]",
    :auto_apply_filters true,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil,
    :points_of_interest nil}),
  :data_permissions
@@ -97,7 +97,7 @@
    :name "ANALYTIC_EVENTS",
    :caveats
    "Piespace has cracked time travel, so keep in mind that some events may have already happened in the future.",
-   :updated_at #t "2024-04-11T12:41:26.910262Z",
+   :updated_at #t "2024-05-27T17:02:08.482147Z",
    :active true,
    :id 1,
    :db_id 1,
@@ -106,7 +106,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Analytic Events",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? We’ll let you be the judge of that."}
   {:description
@@ -118,7 +118,7 @@
    :name "FEEDBACK",
    :caveats
    "Not every account feels inclined to submit feedback. That’s cool. There’s still quite a few responses here.",
-   :updated_at #t "2024-04-11T12:41:26.916987Z",
+   :updated_at #t "2024-05-27T17:02:08.491662Z",
    :active true,
    :id 2,
    :db_id 1,
@@ -127,7 +127,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Feedback",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? We’ll let you be the judge of that."}
   {:description "Information on the user accounts registered with Sample Company.",
@@ -137,7 +137,7 @@
    :show_in_getting_started false,
    :name "PEOPLE",
    :caveats "Note that employees and customer support staff will have accounts.",
-   :updated_at #t "2024-04-11T12:41:26.883435Z",
+   :updated_at #t "2024-05-27T17:02:08.452600Z",
    :active true,
    :id 3,
    :db_id 1,
@@ -146,7 +146,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "People",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? You tell us!"}
   {:description "Reviews that Sample Company customers have left on our products.",
@@ -157,7 +157,7 @@
    :name "REVIEWS",
    :caveats
    "These reviews aren't tied to orders so it is possible people have reviewed products they did not purchase from us.",
-   :updated_at #t "2024-04-11T12:41:26.889211Z",
+   :updated_at #t "2024-05-27T17:02:08.455345Z",
    :active true,
    :id 4,
    :db_id 1,
@@ -166,7 +166,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Reviews",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? You tell us!"}
   {:description "Confirmed Sample Company orders for a product, from a user.",
@@ -177,7 +177,7 @@
    :name "ORDERS",
    :caveats
    "You can join this on the Products and Orders table using the ID fields. Discount is left null if not applicable.",
-   :updated_at #t "2024-04-11T12:41:26.880693Z",
+   :updated_at #t "2024-05-27T17:02:08.449209Z",
    :active true,
    :id 5,
    :db_id 1,
@@ -186,7 +186,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Orders",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? You tell us!"}
   {:description
@@ -198,7 +198,7 @@
    :name "ACCOUNTS",
    :caveats
    "Piespace’s business operates with a two week trial period. If you see that “Canceled At” is null then that account is still happily paying for their pies.",
-   :updated_at #t "2024-04-11T12:41:26.904036Z",
+   :updated_at #t "2024-05-27T17:02:08.471209Z",
    :active true,
    :id 6,
    :db_id 1,
@@ -207,7 +207,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Accounts",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? We’ll let you be the judge of that."}
   {:description
@@ -219,7 +219,7 @@
    :name "INVOICES",
    :caveats
    "You can group by “Account ID” to see all the payments from an account and unveil information like total amount paid to date.",
-   :updated_at #t "2024-04-11T12:41:26.901935Z",
+   :updated_at #t "2024-05-27T17:02:08.468283Z",
    :active true,
    :id 7,
    :db_id 1,
@@ -228,7 +228,7 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Invoices",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? We’ll let you be the judge of that."}
   {:description "Includes a catalog of all the products ever sold by the famed Sample Company.",
@@ -238,7 +238,7 @@
    :show_in_getting_started false,
    :name "PRODUCTS",
    :caveats "The rating column is an integer from 1-5 where 1 is dreadful and 5 is the best thing ever.",
-   :updated_at #t "2024-04-11T12:41:26.878228Z",
+   :updated_at #t "2024-05-27T17:02:08.446600Z",
    :active true,
    :id 8,
    :db_id 1,
@@ -247,44 +247,46 @@
    :is_upload false,
    :initial_sync_status "complete",
    :display_name "Products",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :estimated_row_count nil,
    :points_of_interest "Is it? You tell us!"}),
  :report_dashboardcard
  ({:size_x 24,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:44:20.141559Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 1,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":7,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":7,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":7,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":7,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 7,
    :entity_id "T3G6Is3XniVtrqzKbZ2vx",
    :visualization_settings
    "{\"card.title\":\"Value of orders over time (before taxes)\",\"column_settings\":null,\"graph.dimensions\":[\"CREATED_AT\",\"CATEGORY\"],\"graph.metrics\":[\"sum\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.x_axis.labels_enabled\":false,\"series_settings\":{\"Doohickey\":{\"color\":\"#7172AD\"},\"Gadget\":{\"color\":\"#A989C5\"},\"Gizmo\":{\"color\":\"#C7EAEA\"},\"Widget\":{\"color\":\"#227FD2\"}},\"stackable.stack_type\":\"stacked\"}",
    :size_y 7,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 15}
   {:size_x 24,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:44:20.141559Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 2,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":16,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":16,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":16,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":16,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 16,
    :entity_id "gXkQgKfsYghl-XjDpSefW",
    :visualization_settings
    "{\"card.description\":\"Orders placed per quarter broken down by source and formatted to highlight best and worst quarters\",\"column_settings\":null,\"graph.dimensions\":[\"CREATED_AT\",\"SOURCE\"],\"graph.metrics\":[\"sum\"],\"graph.series_labels\":[null],\"pivot.show_row_totals\":true,\"pivot_table.column_split\":{\"columns\":[[\"field\",45,{\"base-type\":\"type/Text\",\"source-field\":43}]],\"rows\":[[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"quarter\"}]],\"values\":[[\"aggregation\",0]]},\"pivot_table.column_widths\":{\"leftHeaderWidths\":[141],\"totalLeftHeaderWidths\":141,\"valueHeaderWidths\":{\"0\":234,\"1\":263,\"2\":254,\"3\":236.3636474609375,\"4\":227,\"5\":170}},\"stackable.stack_type\":\"stacked\",\"table.column_formatting\":[{\"color\":\"#FBE499\",\"colors\":[\"#ED6E6E\",\"#FFFFFF\",\"#84BB4C\"],\"columns\":[\"sum\"],\"highlight_row\":false,\"max_type\":null,\"max_value\":100,\"min_type\":null,\"min_value\":0,\"operator\":\"<\",\"type\":\"range\",\"value\":1000}]}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 9}
   {:size_x 24,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 3,
    :parameter_mappings "[]",
@@ -294,27 +296,28 @@
    "{\"column_settings\":null,\"dashcard.background\":false,\"text\":\"Overall business health\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"heading\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 1,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 0}
   {:size_x 15,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 9,
    :id 4,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"512c560a\",\"card_id\":4,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\"}]]}]",
    :card_id 4,
    :entity_id "vJZR2mN2xRrXiqqwAc0eb",
    :visualization_settings
    "{\"graph.y_axis.title_text\":\"Buyers\",\"graph.series_order_dimension\":null,\"graph.x_axis.title_text\":\"Age\",\"card.title\":\"Buyers by age group\",\"graph.metrics\":[\"count_2\"],\"graph.series_order\":null,\"card.description\":\"Shows a distribution of our customers in age groups\",\"series_settings\":{\"count\":{\"color\":\"#A989C5\"},\"count_2\":{\"color\":\"#999AC4\"}},\"graph.x_axis.scale\":\"ordinal\",\"graph.dimensions\":[\"count\"]}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 24,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 5,
    :parameter_mappings "[]",
@@ -324,87 +327,92 @@
    "{\"column_settings\":null,\"dashcard.background\":false,\"text\":\"Top performing products\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"heading\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 1,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 0}
   {:size_x 7,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 17,
    :id 6,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":6,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":6,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":6,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":6,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 6,
    :entity_id "C3ByFOdgRYsNwwXVTGfY-",
    :visualization_settings
    "{\"card.description\":\"Breaks down the overall performance of each of the product categories \",\"card.title\":\"Total orders by category\",\"column_settings\":null,\"pie.colors\":{\"Doohickey\":\"#7172AD\",\"Gadget\":\"#A989C5\",\"Gizmo\":\"#C7EAEA\",\"Widget\":\"#227FD2\"}}",
    :size_y 5,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 13}
   {:size_x 17,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 7,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":14,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":14,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":14,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":14,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 14,
    :entity_id "ndNZEBY96LMGGWefgnG3o",
    :visualization_settings
    "{\"card.description\":\"Compares the orders of each category quarter over quarter\",\"card.title\":\"Numbers of orders by category per quarter\",\"column_settings\":null,\"graph.dimensions\":[\"CREATED_AT\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"graph.x_axis.labels_enabled\":false,\"graph.x_axis.title_text\":\"Created At\",\"graph.y_axis.title_text\":\"Number of orders\",\"series_settings\":{\"Doohickey\":{\"color\":\"#7172AD\"},\"Gadget\":{\"color\":\"#A989C5\"},\"Gizmo\":{\"color\":\"#C7EAEA\"},\"Widget\":{\"color\":\"#227FD2\"}}}",
    :size_y 5,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 13}
   {:size_x 7,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 17,
    :id 8,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":1,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":1,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":1,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":1,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 1,
    :entity_id "g6Z9N7QjvtdQbEHaAgxhY",
    :visualization_settings
    "{\"card.description\":\"Compares the total number of orders placed for this product this month with the previous period\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 3}
   {:size_x 7,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 17,
    :id 9,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":5,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":5,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":5,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":5,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 5,
    :entity_id "Q4sD1F6XrD8dVPD2JHV1Z",
    :visualization_settings
    "{\"card.description\":\"Compares the total number of orders placed for this product this month with the previous period\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 6}
   {:size_x 7,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 17,
    :id 10,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":8,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":8,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":8,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":8,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 8,
    :entity_id "3d1iG7J48euO467UN-hCL",
    :visualization_settings
    "{\"card.description\":\"Compares the total number of orders placed for this product this month with the previous period\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 9}
   {:size_x 7,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 17,
    :id 11,
    :parameter_mappings "[]",
@@ -414,12 +422,12 @@
    "{\"text\":\"### Top three all-time products \\nMoM performance\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"text\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 2,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 24,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 12,
    :parameter_mappings "[]",
@@ -429,57 +437,60 @@
    "{\"column_settings\":null,\"dashcard.background\":false,\"text\":\"Who  and where are our customers\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"heading\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 1,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 0}
   {:size_x 15,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 9,
    :id 13,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":17,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":17,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":17,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":17,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}]]}]",
    :card_id 17,
    :entity_id "f-hh5qVJwpgrj3_JWDtpX",
    :visualization_settings
    "{\"card.description\":\"Shows a distribution of orders broken down by product category across our customers' age groups\",\"card.title\":\"Product category orders per individual age\",\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.x_axis.scale\":\"ordinal\",\"graph.y_axis.title_text\":\"Orders by category\",\"series_settings\":{\"Doohickey\":{\"color\":\"#7172AD\"},\"Gadget\":{\"color\":\"#A989C5\"},\"Gizmo\":{\"color\":\"#C7EAEA\"},\"Widget\":{\"color\":\"#227FD2\"}},\"stackable.stack_type\":\"normalized\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 14}
   {:size_x 15,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 9,
    :id 14,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":25,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":25,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":25,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":25,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}]]}]",
    :card_id 25,
    :entity_id "VjAahFlVkOA0hp1LVBrH5",
    :visualization_settings
    "{\"card.description\":\"Shows a distribution of revenue in age groups\",\"card.title\":\"Revenue per individual age\",\"column_settings\":null,\"graph.dimensions\":[\"Age\"],\"graph.label_value_formatting\":\"compact\",\"graph.metrics\":[\"sum\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"graph.x_axis.scale\":\"ordinal\",\"graph.y_axis.title_text\":\"Total revenue\",\"stackable.stack_type\":\"stacked\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 8}
   {:size_x 17,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:07:08.657024Z",
    :col 0,
    :id 15,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"afa56954\",\"card_id\":23,\"target\":[\"dimension\",[\"field\",\"PRODUCTS__via__PRODUCT_ID__TITLE\",{\"base-type\":\"type/Text\"}]]}]",
    :card_id 23,
    :entity_id "zfSwuSU-8e6O3eqyt9r16",
    :visualization_settings
    "{\"card.description\":\"An ordered list of our most successful products\",\"card.title\":\"Best selling products\",\"column_settings\":null,\"graph.dimensions\":[\"TITLE\"],\"graph.metrics\":[\"count\"],\"graph.x_axis.labels_enabled\":false,\"graph.x_axis.title_text\":\"Products\",\"graph.y_axis.title_text\":\"number of orders\",\"series_settings\":{\"count\":{\"color\":\"#999AC4\"}},\"table.pivot\":false}",
    :size_y 11,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 24,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 16,
    :parameter_mappings "[]",
@@ -489,57 +500,60 @@
    "{\"column_settings\":null,\"dashcard.background\":false,\"text\":\"Product category insights\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"heading\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 1,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 12}
   {:size_x 17,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 17,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":19,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":19,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":19,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":19,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 19,
    :entity_id "OMCqqRP9CQTT3pSp6sfo5",
    :visualization_settings
    "{\"card.description\":\"Shows the distribution of the product categories along the scale of customer ratings\",\"card.title\":\"Customer Satisfaction per category\",\"column_settings\":null,\"graph.dimensions\":[\"RATING\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.x_axis.title_text\":\"Customer Ratings\",\"graph.y_axis.auto_range\":true,\"graph.y_axis.title_text\":\"Orders by category\",\"series_settings\":{\"Doohickey\":{\"color\":\"#7172AD\"},\"Gadget\":{\"color\":\"#A989C5\"},\"Gizmo\":{\"color\":\"#C7EAEA\"},\"Widget\":{\"color\":\"#227FD2\"},\"count\":{\"color\":\"#999AC4\"}},\"stackable.stack_type\":\"stacked\",\"table.pivot\":false}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 19}
   {:size_x 7,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:07:08.657024Z",
    :col 17,
    :id 18,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":22,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":22,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\"}]]}]",
    :card_id 22,
    :entity_id "iSUCvbFniuVFlN5NDV3Y7",
    :visualization_settings
    "{\"card.description\":\"Indicates the average customer review of our products\",\"card.title\":\"Average product rating overall\",\"column_settings\":null,\"gauge.segments\":[{\"color\":\"#EF8C8C\",\"label\":\"awful\",\"max\":1,\"min\":0},{\"color\":\"#F2A86F\",\"label\":\"bad\",\"max\":2,\"min\":1},{\"color\":\"#F9D45C\",\"label\":\"alright\",\"max\":3,\"min\":2},{\"color\":\"#A7D07C\",\"label\":\"good\",\"max\":4,\"min\":3},{\"color\":\"#689636\",\"label\":\"great\",\"max\":5,\"min\":4}],\"table.cell_column\":\"avg\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 19}
   {:size_x 15,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 9,
    :id 19,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":21,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":21,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":21,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":21,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}]]}]",
    :card_id 21,
    :entity_id "s_DDqee44Wp_gHh16bAuR",
    :visualization_settings
    "{\"card.description\":\"Shows a distribution of orders broken down by source across our customers' age groups\",\"card.title\":\"Orders by source per individual age\",\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"SOURCE\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.x_axis.axis_enabled\":true,\"graph.x_axis.scale\":\"ordinal\",\"graph.y_axis.title_text\":\"Orders by Sources\",\"stackable.stack_type\":\"normalized\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 20}
   {:size_x 24,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 20,
    :parameter_mappings "[]",
@@ -549,27 +563,28 @@
    "{\"column_settings\":null,\"dashcard.background\":false,\"text\":\"Age insights breakdowns\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"heading\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 1,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 7}
   {:size_x 18,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 6,
    :id 21,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":12,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":12,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":12,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":12,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 12,
    :entity_id "Cc0jFy1OZZbmC1CEA4eu2",
    :visualization_settings
    "{\"card.description\":\"Matches the cumulative revenue  month over month with the number of orders placed each month\",\"column_settings\":null,\"graph.dimensions\":[\"CREATED_AT\"],\"graph.metrics\":[\"sum\",\"sum_2\"],\"graph.show_trendline\":false,\"graph.x_axis.labels_enabled\":false,\"graph.x_axis.title_text\":\"Orders date\",\"graph.y_axis.labels_enabled\":false,\"graph.y_axis.title_text\":\"Revenue\",\"series_settings\":{\"sum\":{\"display\":\"line\",\"line.interpolate\":\"linear\",\"line.marker_enabled\":false,\"show_series_values\":true,\"title\":\"Revenue\"},\"sum_2\":{\"color\":\"#51528D\",\"title\":\"Number of orders\"}}}",
    :size_y 5,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 4}
   {:size_x 24,
    :dashboard_tab_id 2,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 22,
    :parameter_mappings "[]",
@@ -579,116 +594,123 @@
    "{\"column_settings\":null,\"dashcard.background\":false,\"text\":\"Customer satisfaction insights\",\"virtual_card\":{\"archived\":false,\"dataset_query\":{},\"display\":\"heading\",\"name\":null,\"visualization_settings\":{}}}",
    :size_y 1,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 18}
   {:size_x 6,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 12,
    :id 23,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":20,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":20,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":20,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":20,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 20,
    :entity_id "xZFChb3ro-2jzg7I767yY",
    :visualization_settings
    "{\"card.description\":\"Compares the total number of orders placed this month with the previous period\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 6,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 6,
    :id 24,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":18,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":18,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":18,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":18,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 18,
    :entity_id "NGar3mVnCROw5p7djSBa3",
    :visualization_settings
    "{\"card.description\":\"Compares the total discount given this quarter with the previous period\",\"card.title\":\"Discount given per quarter\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 6,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 25,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":15,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":15,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":15,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":15,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 15,
    :entity_id "dX_lc-n9uNhVcRmbhZfdQ",
    :visualization_settings
    "{\"card.description\":\"Compares the total revenue this quarter with the previous period\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 6,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 18,
    :id 26,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"512c560a\",\"card_id\":24,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\"}]]}]",
    :card_id 24,
    :entity_id "1mSLJrWPvehXkcIzoK1Yq",
    :visualization_settings
    "{\"card.description\":\"Compares the number of unique customers placing orders this month with the previous period\",\"card.title\":\"Unique customers per month\",\"column_settings\":null}",
    :size_y 3,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 6,
    :dashboard_tab_id 1,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:44:20.141559Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 27,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":13,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":13,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":13,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":13,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 13,
    :entity_id "e-8h-dZx-B9RYybRoZzci",
    :visualization_settings
    "{\"card.description\":\"Compares the current total in revenue with the set goal for the quarter\",\"progress.goal\":250000,\"column_settings\":{\"[\\\"name\\\",\\\"sum\\\"]\":{\"number_style\":\"currency\"}}}",
    :size_y 5,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 4}
   {:size_x 9,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 28,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":9,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":9,\"target\":[\"dimension\",[\"field\",41,{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":9,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":9,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 9,
    :entity_id "M89Lh2AQnAunejYWXNUeT",
    :visualization_settings "{\"column_settings\":null}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 1}
   {:size_x 9,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 29,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":11,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"join-alias\":\"Products\"}]]},{\"parameter_id\":\"afa56954\",\"card_id\":11,\"target\":[\"dimension\",[\"field\",\"CREATED_AT\",{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":11,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"join-alias\":\"Products\"}]]},{\"parameter_id\":\"512c560a\",\"card_id\":11,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}]]}]",
    :card_id 11,
    :entity_id "3f4Uo5mlklic7PBxY32DZ",
    :visualization_settings
    "{\"graph.show_values\":true,\"graph.x_axis.labels_enabled\":true,\"table.cell_column\":\"SUBTOTAL\",\"graph.series_order_dimension\":null,\"graph.x_axis.axis_enabled\":true,\"graph.y_axis.labels_enabled\":false,\"card.title\":\"Product category orders per age group\",\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"series_settings\":{\"Doohickey\":{\"color\":\"#7172AD\"},\"Gadget\":{\"color\":\"#A989C5\"},\"Gizmo\":{\"color\":\"#C7EAEA\"},\"Widget\":{\"color\":\"#227FD2\"}},\"graph.y_axis.auto_range\":true,\"graph.x_axis.scale\":\"ordinal\",\"graph.dimensions\":[\"Age\",\"CATEGORY\"],\"stackable.stack_type\":\"stacked\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 14}
   {:size_x 9,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :col 0,
    :id 30,
    :parameter_mappings
@@ -699,22 +721,23 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\"],\"graph.metrics\":[\"sum\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"graph.x_axis.scale\":\"ordinal\",\"stackable.stack_type\":\"stacked\",\"table.cell_column\":\"SUBTOTAL\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 8}
   {:size_x 9,
    :dashboard_tab_id 3,
    :action_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:30.411312Z",
    :col 0,
    :id 31,
-   :parameter_mappings "[]",
+   :parameter_mappings
+   "[{\"parameter_id\":\"fc2cd1be\",\"card_id\":10,\"target\":[\"dimension\",[\"field\",60,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"afa56954\",\"card_id\":10,\"target\":[\"dimension\",[\"field\",\"CREATED_AT\",{\"base-type\":\"type/DateTime\"}]]},{\"parameter_id\":\"5eeec658\",\"card_id\":10,\"target\":[\"dimension\",[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}]]},{\"parameter_id\":\"512c560a\",\"card_id\":10,\"target\":[\"dimension\",[\"field\",48,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}]]}]",
    :card_id 10,
    :entity_id "JDDgMLIDoRDC24ufF2yeI",
    :visualization_settings
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"SOURCE\"],\"graph.label_value_formatting\":\"compact\",\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"graph.x_axis.axis_enabled\":true,\"graph.x_axis.labels_enabled\":true,\"graph.x_axis.scale\":\"ordinal\",\"graph.y_axis.auto_range\":true,\"graph.y_axis.labels_enabled\":false,\"graph.y_axis.title_text\":\"Orders\",\"stackable.stack_type\":\"stacked\",\"table.cell_column\":\"SUBTOTAL\"}",
    :size_y 6,
    :dashboard_id 1,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :row 20}),
  :dashboard_tab
  ({:id 1,
@@ -722,22 +745,22 @@
    :name "Overview",
    :position 0,
    :entity_id "PS7GW5IfD3ov0haogAPLu",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
-   :updated_at #t "2024-04-11T12:41:25.429317Z"}
+   :created_at #t "2024-05-27T17:02:06.509587Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z"}
   {:id 2,
    :dashboard_id 1,
    :name "Portfolio performance",
    :position 1,
    :entity_id "z5IymDhXzRY2kF79LxQIN",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
-   :updated_at #t "2024-04-11T12:41:25.429317Z"}
+   :created_at #t "2024-05-27T17:02:06.509587Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z"}
   {:id 3,
    :dashboard_id 1,
    :name "Demographics",
    :position 2,
    :entity_id "TKyJ0onLUPOuZgVfwZfU1",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
-   :updated_at #t "2024-04-11T12:41:25.429317Z"}),
+   :created_at #t "2024-05-27T17:02:06.509587Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z"}),
  :metabase_field
  ({:description nil,
    :database_type "INTEGER",
@@ -751,14 +774,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 1,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -770,7 +793,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":102,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1.0,\"q1\":2.4309856865966593,\"q3\":10.553778422458695,\"max\":1325.0,\"sd\":51.198301031505444,\"avg\":16.21763527054108}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}
   {:description nil,
@@ -785,14 +808,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 2,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -804,7 +827,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":1712,\"nil%\":0.001202404809619238},\"type\":{\"type/DateTime\":{\"earliest\":\"2020-09-30T12:00:00Z\",\"latest\":\"2031-10-25T12:00:00Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description nil,
@@ -819,14 +842,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 3,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -838,7 +861,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2021,\"nil%\":0.1859719438877756},\"type\":{\"type/DateTime\":{\"earliest\":\"2020-10-01T15:43:40Z\",\"latest\":\"2032-06-03T14:01:15Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description nil,
@@ -853,14 +876,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 4,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -872,7 +895,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":3,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":5.1062124248497}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -887,14 +910,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Boolean",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 5,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -905,7 +928,7 @@
    :database_position 11,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":2,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Boolean",
    :points_of_interest nil}
   {:description nil,
@@ -920,14 +943,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 6,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -939,7 +962,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2472,\"nil%\":4.008016032064128E-4},\"type\":{\"type/Number\":{\"min\":-48.75,\"q1\":19.430679334308675,\"q3\":47.24585743676113,\"max\":69.23111,\"sd\":23.492041679980137,\"avg\":31.35760681046913}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description nil,
@@ -954,7 +977,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -972,7 +995,7 @@
    :database_position 0,
    :database_required true,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -987,14 +1010,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Boolean",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 8,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1005,7 +1028,7 @@
    :database_position 12,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":2,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Boolean",
    :points_of_interest nil}
   {:description nil,
@@ -1020,14 +1043,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 9,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1039,7 +1062,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":1687,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.001603206412825651,\"average-length\":5.997595190380761}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1054,14 +1077,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 10,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1073,7 +1096,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":473,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.536673346693386}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1088,14 +1111,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 11,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1107,7 +1130,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":5,\"nil%\":0.3346693386773547},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":4.4705410821643286}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1122,14 +1145,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 12,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1141,7 +1164,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2494,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":1.0,\"percent-state\":0.0,\"average-length\":28.185971943887775}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1156,14 +1179,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 13,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1175,7 +1198,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2495,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2020-09-15T16:11:50Z\",\"latest\":\"2031-10-10T19:14:48Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description nil,
@@ -1190,14 +1213,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Boolean",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 14,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1208,7 +1231,7 @@
    :database_position 10,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":2,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Boolean",
    :points_of_interest nil}
   {:description nil,
@@ -1223,14 +1246,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 15,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1242,7 +1265,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":134,\"nil%\":8.016032064128256E-4},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.1130260521042084,\"average-length\":1.9983967935871743}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1257,14 +1280,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 16,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1276,7 +1299,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2484,\"nil%\":4.008016032064128E-4},\"type\":{\"type/Number\":{\"min\":-175.06667,\"q1\":-55.495929410727236,\"q3\":28.627359769389155,\"max\":176.21667,\"sd\":68.51011002740533,\"avg\":2.6042336031796345}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description nil,
@@ -1291,14 +1314,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 17,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1310,7 +1333,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":11.3906}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1325,14 +1348,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 18,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1344,7 +1367,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":6,\"nil%\":0.1302},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":22.2674}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1359,14 +1382,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 19,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1378,7 +1401,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":6,\"nil%\":0.8698},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":1.0552}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1393,7 +1416,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -1411,7 +1434,7 @@
    :database_position 0,
    :database_required true,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -1426,14 +1449,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id 7,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 21,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1444,7 +1467,7 @@
    :database_position 1,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":589,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -1459,14 +1482,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 22,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1478,7 +1501,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":8576,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-03-15T00:18:25Z\",\"latest\":\"2022-04-11T20:24:02Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description nil,
@@ -1493,14 +1516,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 23,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1512,7 +1535,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1.0,\"q1\":2.7545289729206877,\"q3\":4.004191340512663,\"max\":5.0,\"sd\":0.8137255616667736,\"avg\":3.3629283489096573}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}
   {:description nil,
@@ -1527,7 +1550,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -1545,7 +1568,7 @@
    :database_position 0,
    :database_required true,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -1560,14 +1583,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id 7,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 25,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1578,7 +1601,7 @@
    :database_position 1,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":642,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -1593,14 +1616,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 26,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1612,7 +1635,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":642,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":1.0,\"percent-state\":0.0,\"average-length\":28.327102803738317}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1627,14 +1650,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 27,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1646,7 +1669,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":642,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":438.15264797507785}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1661,14 +1684,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 28,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1680,7 +1703,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.453271028037383}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1695,14 +1718,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 29,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1714,7 +1737,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":576,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2020-11-20T00:00:00Z\",\"latest\":\"2031-12-01T00:00:00Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description nil,
@@ -1729,14 +1752,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 30,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1748,7 +1771,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":3,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":5.2931}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description nil,
@@ -1763,7 +1786,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -1781,7 +1804,7 @@
    :database_position 0,
    :database_required true,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -1796,14 +1819,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id 7,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 32,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1814,7 +1837,7 @@
    :database_position 1,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":1449,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description nil,
@@ -1829,14 +1852,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 33,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1848,7 +1871,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":714,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2020-09-30T00:00:00Z\",\"latest\":\"2027-05-02T00:00:00Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description nil,
@@ -1863,14 +1886,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 34,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1882,7 +1905,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":707,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":13.7,\"q1\":233.1870107122195,\"q3\":400.5965814842149,\"max\":33714.6,\"sd\":763.7961603932441,\"avg\":519.4153400000004}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description nil,
@@ -1897,14 +1920,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:02:06.509587Z",
    :custom_position 0,
    :effective_type "type/Boolean",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 35,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1915,7 +1938,7 @@
    :database_position 3,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":2,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Boolean",
    :points_of_interest nil}
   {:description "Discount amount.",
@@ -1930,14 +1953,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.736796Z",
+   :updated_at #t "2024-05-27T17:02:08.296247Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 36,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -1949,7 +1972,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":701,\"nil%\":0.898},\"type\":{\"type/Number\":{\"min\":0.17088996672584322,\"q1\":2.9786226681458743,\"q3\":7.338187788658235,\"max\":61.69684269960571,\"sd\":3.053663125001991,\"avg\":5.161255547580326}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description
@@ -1965,7 +1988,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.726002Z",
+   :updated_at #t "2024-05-27T17:02:08.282698Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -1983,7 +2006,7 @@
    :database_position 0,
    :database_required false,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description
@@ -1999,14 +2022,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.716247Z",
+   :updated_at #t "2024-05-27T17:02:08.274245Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 38,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2018,7 +2041,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":797,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":0.0,\"q1\":2.273340386603857,\"q3\":5.337275338216307,\"max\":11.12,\"sd\":2.3206651358900316,\"avg\":3.8722100000000004}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description "Number of products bought.",
@@ -2033,14 +2056,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.732699Z",
+   :updated_at #t "2024-05-27T17:02:08.292578Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 39,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2052,7 +2075,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":62,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":0.0,\"q1\":1.755882607764982,\"q3\":4.882654507928044,\"max\":100.0,\"sd\":4.214258386403798,\"avg\":3.7015}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}
   {:description "The product ID. This is an internal identifier for the product, NOT the SKU.",
@@ -2067,14 +2090,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id 62,
-   :updated_at #t "2024-04-11T12:41:26.705647Z",
+   :updated_at #t "2024-05-27T17:02:08.263105Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 40,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2085,7 +2108,7 @@
    :database_position 2,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":200,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}
   {:description "The date and time an order was submitted.",
@@ -2100,14 +2123,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.739781Z",
+   :updated_at #t "2024-05-27T17:02:08.299123Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 41,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2119,7 +2142,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description "The total billed amount.",
@@ -2134,14 +2157,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.719186Z",
+   :updated_at #t "2024-05-27T17:02:08.279432Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 42,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2153,7 +2176,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":4426,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":8.93914247937167,\"q1\":51.34535490743823,\"q3\":110.29428389265787,\"max\":159.34900526552292,\"sd\":34.26469575709948,\"avg\":80.35871658771228}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description
@@ -2169,14 +2192,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id 46,
-   :updated_at #t "2024-04-11T12:41:26.729187Z",
+   :updated_at #t "2024-05-27T17:02:08.288667Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 43,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2187,7 +2210,7 @@
    :database_position 1,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":929,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}
   {:description
@@ -2203,14 +2226,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.712183Z",
+   :updated_at #t "2024-05-27T17:02:08.269617Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 44,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2222,7 +2245,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":340,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":15.691943673970439,\"q1\":49.74894519060184,\"q3\":105.42965746993103,\"max\":148.22900526552291,\"sd\":32.53705013056317,\"avg\":77.01295465356547}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description
@@ -2238,14 +2261,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.771246Z",
+   :updated_at #t "2024-05-27T17:02:08.330370Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 45,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2257,7 +2280,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":7.4084}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "A unique identifier given to each user.",
@@ -2272,7 +2295,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.779523Z",
+   :updated_at #t "2024-05-27T17:02:08.338162Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -2290,7 +2313,7 @@
    :database_position 0,
    :database_required false,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description "The name of the user who owns an account",
@@ -2305,14 +2328,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.756198Z",
+   :updated_at #t "2024-05-27T17:02:08.315752Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 47,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2324,7 +2347,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2499,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":13.532}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The state or province of the account’s billing address",
@@ -2339,14 +2362,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.768935Z",
+   :updated_at #t "2024-05-27T17:02:08.325416Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 48,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2358,7 +2381,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":49,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":1.0,\"average-length\":2.0}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The date of birth of the user",
@@ -2373,14 +2396,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.773847Z",
+   :updated_at #t "2024-05-27T17:02:08.333421Z",
    :custom_position 0,
    :effective_type "type/Date",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 49,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2392,7 +2415,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2308,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"1958-04-26\",\"latest\":\"2000-04-03\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Date",
    :points_of_interest nil}
   {:description
@@ -2408,14 +2431,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.765587Z",
+   :updated_at #t "2024-05-27T17:02:08.322258Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 50,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2427,7 +2450,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2491,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":-166.5425726,\"q1\":-101.58350792373135,\"q3\":-84.65289348288829,\"max\":-67.96735199999999,\"sd\":15.399698968175663,\"avg\":-95.18741780363999}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description "The contact email for the account.",
@@ -2442,14 +2465,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.748893Z",
+   :updated_at #t "2024-05-27T17:02:08.310059Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 51,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2461,7 +2484,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":1.0,\"percent-state\":0.0,\"average-length\":24.1824}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The street address of the account’s billing address",
@@ -2476,14 +2499,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.746315Z",
+   :updated_at #t "2024-05-27T17:02:08.306803Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 52,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2495,7 +2518,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2490,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":20.85}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "This is the salted password of the user. It should not be visible",
@@ -2510,14 +2533,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.753313Z",
+   :updated_at #t "2024-05-27T17:02:08.313097Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 53,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2529,7 +2552,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":36.0}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The postal code of the account’s billing address",
@@ -2544,14 +2567,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.848536Z",
+   :updated_at #t "2024-05-27T17:02:08.407040Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 54,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2563,7 +2586,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2234,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":5.0}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The city of the account’s billing address",
@@ -2578,14 +2601,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.759886Z",
+   :updated_at #t "2024-05-27T17:02:08.319563Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 55,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2597,7 +2620,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":1966,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.002,\"average-length\":8.284}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The date the user record was created. Also referred to as the user’s \"join date\"",
@@ -2612,14 +2635,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.784647Z",
+   :updated_at #t "2024-05-27T17:02:08.343641Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 56,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2631,7 +2654,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-19T21:35:18.752Z\",\"latest\":\"2025-04-19T14:06:27.3Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description
@@ -2647,14 +2670,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.781886Z",
+   :updated_at #t "2024-05-27T17:02:08.340658Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 57,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2666,7 +2689,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":2491,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":25.775827,\"q1\":35.302705923023126,\"q3\":43.773802584662,\"max\":70.6355001,\"sd\":6.390832341883712,\"avg\":39.87934670484002}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description "The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget",
@@ -2681,14 +2704,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.789290Z",
+   :updated_at #t "2024-05-27T17:02:08.355286Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 58,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2700,7 +2723,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description
@@ -2716,14 +2739,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.804265Z",
+   :updated_at #t "2024-05-27T17:02:08.371954Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 59,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2735,7 +2758,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":170,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":15.691943673970439,\"q1\":37.25154462926434,\"q3\":75.45898071609447,\"max\":98.81933684368194,\"sd\":21.711481557852057,\"avg\":55.74639966792074}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description "The source of the product.",
@@ -2750,14 +2773,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.812925Z",
+   :updated_at #t "2024-05-27T17:02:08.381251Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 60,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2769,7 +2792,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":200,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":20.6}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The average rating users have given the product. This ranges from 1 - 5",
@@ -2784,14 +2807,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.807683Z",
+   :updated_at #t "2024-05-27T17:02:08.374788Z",
    :custom_position 0,
    :effective_type "type/Float",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 61,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2803,7 +2826,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":23,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":0.0,\"q1\":3.5120465053408525,\"q3\":4.216124969497314,\"max\":5.0,\"sd\":1.3605488657451452,\"avg\":3.4715}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Float",
    :points_of_interest nil}
   {:description
@@ -2819,7 +2842,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.798389Z",
+   :updated_at #t "2024-05-27T17:02:08.366817Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -2837,7 +2860,7 @@
    :database_position 0,
    :database_required false,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description "The international article number. A 13 digit number uniquely identifying the product.",
@@ -2852,14 +2875,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.794637Z",
+   :updated_at #t "2024-05-27T17:02:08.364369Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 63,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2871,7 +2894,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":200,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":13.0}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The date the product was added to our catalog.",
@@ -2886,14 +2909,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.792161Z",
+   :updated_at #t "2024-05-27T17:02:08.360039Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 64,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2905,7 +2928,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":200,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-26T19:29:55.147Z\",\"latest\":\"2025-04-15T13:34:19.931Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description "The name of the product as it should be displayed to customers.",
@@ -2920,14 +2943,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.810462Z",
+   :updated_at #t "2024-05-27T17:02:08.377348Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 65,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2939,7 +2962,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":199,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":21.495}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The rating (on a scale of 1-5) the user left.",
@@ -2954,14 +2977,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.840249Z",
+   :updated_at #t "2024-05-27T17:02:08.402874Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 66,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -2973,7 +2996,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1.0,\"q1\":3.54744353181696,\"q3\":4.764807071650455,\"max\":5.0,\"sd\":1.0443899855660577,\"avg\":3.987410071942446}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}
   {:description "The review the user left. Limited to 2000 characters.",
@@ -2988,14 +3011,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.852069Z",
+   :updated_at #t "2024-05-27T17:02:08.409521Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 67,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -3007,7 +3030,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":1112,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":177.41996402877697}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "A unique internal identifier for the review. Should not be used externally.",
@@ -3022,7 +3045,7 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.831020Z",
+   :updated_at #t "2024-05-27T17:02:08.397277Z",
    :custom_position 0,
    :effective_type "type/BigInteger",
    :active true,
@@ -3040,7 +3063,7 @@
    :database_position 0,
    :database_required false,
    :fingerprint nil,
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/BigInteger",
    :points_of_interest nil}
   {:description "The day and time a review was written by a user.",
@@ -3055,14 +3078,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.825635Z",
+   :updated_at #t "2024-05-27T17:02:08.392347Z",
    :custom_position 0,
    :effective_type "type/DateTime",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 69,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -3074,7 +3097,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":1112,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-06-03T00:37:05.818Z\",\"latest\":\"2026-04-19T14:15:25.677Z\"}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/DateTime",
    :points_of_interest nil}
   {:description "The user who left the review",
@@ -3089,14 +3112,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id nil,
-   :updated_at #t "2024-04-11T12:41:26.844636Z",
+   :updated_at #t "2024-05-27T17:02:08.404864Z",
    :custom_position 0,
    :effective_type "type/Text",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 70,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -3108,7 +3131,7 @@
    :database_required false,
    :fingerprint
    "{\"global\":{\"distinct-count\":1076,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.001798561151079137,\"average-length\":9.972122302158274}}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Text",
    :points_of_interest nil}
   {:description "The product the review was for",
@@ -3123,14 +3146,14 @@
    :settings nil,
    :caveats nil,
    :fk_target_field_id 62,
-   :updated_at #t "2024-04-11T12:41:26.835319Z",
+   :updated_at #t "2024-05-27T17:02:08.400473Z",
    :custom_position 0,
    :effective_type "type/Integer",
    :active true,
    :nfc_path nil,
    :parent_id nil,
    :id 71,
-   :last_analyzed #t "2024-04-11T12:41:25.429317Z",
+   :last_analyzed #t "2024-05-27T17:02:06.509587Z",
    :database_partitioned nil,
    :database_is_auto_increment false,
    :json_unfolding false,
@@ -3141,7 +3164,7 @@
    :database_position 1,
    :database_required false,
    :fingerprint "{\"global\":{\"distinct-count\":176,\"nil%\":0.0}}",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :base_type "type/Integer",
    :points_of_interest nil}),
  :report_card
@@ -3153,14 +3176,16 @@
    :result_metadata
    "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":7,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1.0,\"q1\":3.25,\"q3\":6.0,\"max\":74.0,\"sd\":22.086949389477336,\"avg\":11.5}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Aerodynamic Copper Knife trend",
+   :last_used_at #t "2024-05-27T17:32:18.245150Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.887027Z",
+   :updated_at #t "2024-05-27T17:32:18.281151Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3174,7 +3199,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description nil,
@@ -3184,14 +3209,16 @@
    :result_metadata
    "[{\"description\":\"This is a unique ID for the product. It is also called the “Invoice number” or “Confirmation number” in customer facing emails and screens.\",\"semantic_type\":\"type/PK\",\"coercion_strategy\":null,\"name\":\"ID\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",37,null],\"effective_type\":\"type/BigInteger\",\"id\":37,\"visibility_type\":\"normal\",\"display_name\":\"ID\",\"fingerprint\":null,\"base_type\":\"type/BigInteger\"},{\"description\":\"The id of the user who made this order. Note that in some cases where an order was created on behalf of a customer who phoned the order in, this might be the employee who handled the request.\",\"semantic_type\":\"type/FK\",\"coercion_strategy\":null,\"name\":\"USER_ID\",\"settings\":null,\"fk_target_field_id\":46,\"field_ref\":[\"field\",43,null],\"effective_type\":\"type/Integer\",\"id\":43,\"visibility_type\":\"normal\",\"display_name\":\"User ID\",\"fingerprint\":{\"global\":{\"distinct-count\":929,\"nil%\":0}},\"base_type\":\"type/Integer\"},{\"description\":\"The product ID. This is an internal identifier for the product, NOT the SKU.\",\"semantic_type\":\"type/FK\",\"coercion_strategy\":null,\"name\":\"PRODUCT_ID\",\"settings\":null,\"fk_target_field_id\":62,\"field_ref\":[\"field\",40,null],\"effective_type\":\"type/Integer\",\"id\":40,\"visibility_type\":\"normal\",\"display_name\":\"Product ID\",\"fingerprint\":{\"global\":{\"distinct-count\":200,\"nil%\":0}},\"base_type\":\"type/Integer\"},{\"description\":\"The raw, pre-tax cost of the order. Note that this might be different in the future from the product price due to promotions, credits, etc.\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"SUBTOTAL\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",44,null],\"effective_type\":\"type/Float\",\"id\":44,\"visibility_type\":\"normal\",\"display_name\":\"Subtotal\",\"fingerprint\":{\"global\":{\"distinct-count\":340,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":15.691943673970439,\"q1\":49.74894519060184,\"q3\":105.42965746993103,\"max\":148.22900526552291,\"sd\":32.53705013056317,\"avg\":77.01295465356547}}},\"base_type\":\"type/Float\"},{\"description\":\"This is the amount of local and federal taxes that are collected on the purchase. Note that other governmental fees on some products are not included here, but instead are accounted for in the subtotal.\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"TAX\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",38,null],\"effective_type\":\"type/Float\",\"id\":38,\"visibility_type\":\"normal\",\"display_name\":\"Tax\",\"fingerprint\":{\"global\":{\"distinct-count\":797,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":0,\"q1\":2.273340386603857,\"q3\":5.337275338216307,\"max\":11.12,\"sd\":2.3206651358900316,\"avg\":3.8722100000000004}}},\"base_type\":\"type/Float\"},{\"description\":\"The total billed amount.\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"TOTAL\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",42,null],\"effective_type\":\"type/Float\",\"id\":42,\"visibility_type\":\"normal\",\"display_name\":\"Total\",\"fingerprint\":{\"global\":{\"distinct-count\":4426,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":8.93914247937167,\"q1\":51.34535490743823,\"q3\":110.29428389265787,\"max\":159.34900526552292,\"sd\":34.26469575709948,\"avg\":80.35871658771228}}},\"base_type\":\"type/Float\"},{\"description\":\"Discount amount.\",\"semantic_type\":\"type/Discount\",\"coercion_strategy\":null,\"name\":\"DISCOUNT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",36,null],\"effective_type\":\"type/Float\",\"id\":36,\"visibility_type\":\"normal\",\"display_name\":\"Discount\",\"fingerprint\":{\"global\":{\"distinct-count\":701,\"nil%\":0.898},\"type\":{\"type/Number\":{\"min\":0.17088996672584322,\"q1\":2.9786226681458743,\"q3\":7.338187788658235,\"max\":61.69684269960571,\"sd\":3.053663125001991,\"avg\":5.161255547580326}}},\"base_type\":\"type/Float\"},{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"default\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"temporal-unit\":\"default\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"description\":\"Number of products bought.\",\"semantic_type\":\"type/Quantity\",\"coercion_strategy\":null,\"name\":\"QUANTITY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",39,null],\"effective_type\":\"type/Integer\",\"id\":39,\"visibility_type\":\"normal\",\"display_name\":\"Quantity\",\"fingerprint\":{\"global\":{\"distinct-count\":62,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":0,\"q1\":1.755882607764982,\"q3\":4.882654507928044,\"max\":100,\"sd\":4.214258386403798,\"avg\":3.7015}}},\"base_type\":\"type/Integer\"},{\"display_name\":\"Age\",\"field_ref\":[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\"}],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":24,\"q1\":33.36752836803635,\"q3\":55.20362176071121,\"max\":65,\"sd\":12.063315373018085,\"avg\":44.572}}},\"semantic_type\":null}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Orders with People",
+   :last_used_at #t "2024-05-27T17:32:36.883624Z",
    :type "model",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:36.883624Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3206,7 +3233,7 @@
    "{\"table.column_widths\":[null,null,null,null,null,null,null,null,null,164],\"graph.show_values\":true,\"table.cell_column\":\"SUBTOTAL\",\"graph.series_order_dimension\":null,\"graph.metrics\":[],\"graph.series_order\":null,\"table.pivot_column\":\"Age\",\"graph.dimensions\":[\"Age\"],\"stackable.stack_type\":\"stacked\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows the revenue distributed by age group",
@@ -3216,14 +3243,16 @@
    :result_metadata
    "[{\"field_ref\":[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\",\"binning\":{\"strategy\":\"num-bins\",\"num-bins\":10,\"min-value\":20.0,\"max-value\":65.0,\"bin-width\":5.0}}],\"base_type\":\"type/BigInteger\",\"name\":\"Age\",\"effective_type\":\"type/BigInteger\",\"display_name\":\"Age\",\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":24,\"q1\":33.36752836803635,\"q3\":55.20362176071121,\"max\":65,\"sd\":12.063315373018085,\"avg\":44.572}}},\"binning_info\":{\"num_bins\":10,\"min_value\":20.0,\"max_value\":65.0,\"bin_width\":5.0,\"binning_strategy\":\"num-bins\"},\"source\":\"breakout\"},{\"base_type\":\"type/Float\",\"name\":\"sum\",\"display_name\":\"Sum of Total\",\"source\":\"aggregation\",\"field_ref\":[\"aggregation\",0],\"aggregation_index\":0}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Revenue per age group",
+   :last_used_at #t "2024-05-27T17:32:36.665531Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:36.665531Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3238,7 +3267,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\"],\"graph.metrics\":[\"sum\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"stackable.stack_type\":\"stacked\",\"table.cell_column\":\"SUBTOTAL\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows a distribution of our customers in age groups",
@@ -3248,19 +3277,21 @@
    :result_metadata
    "[{\"display_name\":\"Age\",\"field_ref\":[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\",\"binning\":{\"strategy\":\"num-bins\",\"num-bins\":10,\"min-value\":20,\"max-value\":65,\"bin-width\":5}}],\"name\":\"Age\",\"base_type\":\"type/Decimal\",\"effective_type\":\"type/Decimal\",\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":24,\"q1\":33.340572873934306,\"q3\":55.17166516756599,\"max\":65,\"sd\":12.263883782175668,\"avg\":44.434}}},\"semantic_type\":null},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":9,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":61,\"q1\":270,\"q3\":304,\"max\":334,\"sd\":99.91663191547909,\"avg\":250}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Buyers by age group",
+   :last_used_at #t "2024-05-27T17:32:36.638314Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:36.638314Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
    :dataset_query
-   "{\"database\":1,\"type\":\"query\",\"query\":{\"aggregation\":[[\"count\"]],\"breakout\":[[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\",\"binning\":{\"strategy\":\"num-bins\",\"num-bins\":10}}]],\"source-table\":\"card__27\"}}",
+   "{\"database\":1,\"type\":\"query\",\"query\":{\"aggregation\":[[\"count\"]],\"breakout\":[[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\",\"binning\":{\"strategy\":\"num-bins\",\"num-bins\":10}}]],\"source-table\":\"card__26\"}}",
    :id 4,
    :parameter_mappings "[]",
    :display "bar",
@@ -3270,7 +3301,7 @@
    "{\"graph.dimensions\":[\"Age\"],\"series_settings\":{\"count\":{\"color\":\"#A989C5\"}},\"graph.series_order_dimension\":null,\"graph.series_order\":null,\"graph.metrics\":[\"count\"],\"graph.y_axis.title_text\":\"Buyers\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the total number of orders placed for this product this month with the previous period",
@@ -3280,14 +3311,16 @@
    :result_metadata
    "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":7,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1.0,\"q1\":2.5,\"q3\":9.414213562373096,\"max\":10.0,\"sd\":3.693623849670827,\"avg\":5.75}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Heavy-Duty Silk Chair trend",
+   :last_used_at #t "2024-05-27T17:32:18.243785Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.888114Z",
+   :updated_at #t "2024-05-27T17:32:18.280312Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3301,7 +3334,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Breaks down the overall performance of each of the product categories",
@@ -3311,14 +3344,16 @@
    :result_metadata
    "[{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":3976.0,\"q1\":4380.0,\"q3\":5000.0,\"max\":5061.0,\"sd\":489.3103990992493,\"avg\":4690.0}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Total orders by category",
+   :last_used_at #t "2024-05-27T17:32:18.205264Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.804222Z",
+   :updated_at #t "2024-05-27T17:32:18.209658Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3333,7 +3368,7 @@
    "{\"column_settings\":null,\"pie.colors\":{\"Doohickey\":\"#7172AD\",\"Gadget\":\"#A989C5\",\"Gizmo\":\"#C7EAEA\",\"Widget\":\"#227FD2\"}}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description nil,
@@ -3341,16 +3376,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Sum of Subtotal\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":93,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":49.535942579421324,\"q1\":1576.1156909160813,\"q3\":5008.064005433067,\"max\":9916.756091906076,\"sd\":2607.627182107555,\"avg\":3702.8891825614783}}}}]",
+   "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Sum of Subtotal\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":96,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":194.15721878715678,\"q1\":1682.037094502916,\"q3\":5250.149916853326,\"max\":10113.40941589646,\"sd\":2757.8851826916916,\"avg\":3956.9519658839577}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Value of orders over time (before taxes)",
+   :last_used_at #t "2024-05-27T17:32:37.866932Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:22.050973Z",
+   :updated_at #t "2024-05-27T17:32:37.885630Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3365,7 +3402,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"CREATED_AT\",\"CATEGORY\"],\"graph.metrics\":[\"sum\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"stackable.stack_type\":\"stacked\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the total number of orders placed for this product this month with the previous period",
@@ -3375,14 +3412,16 @@
    :result_metadata
    "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":11,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":3.0,\"q1\":4.76393202250021,\"q3\":17.0,\"max\":21.0,\"sd\":6.199964551476116,\"avg\":10.142857142857142}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Enormous Wool Car trend",
+   :last_used_at #t "2024-05-27T17:32:18.246019Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.886267Z",
+   :updated_at #t "2024-05-27T17:32:18.279204Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3396,7 +3435,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description nil,
@@ -3406,14 +3445,16 @@
    :result_metadata
    "[{\"description\":\"The state or province of the account’s billing address\",\"semantic_type\":\"type/State\",\"coercion_strategy\":null,\"name\":\"STATE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",48,{\"base-type\":\"type/Text\",\"source-field\":43}],\"effective_type\":\"type/Text\",\"id\":48,\"visibility_type\":\"normal\",\"display_name\":\"User → State\",\"fingerprint\":{\"global\":{\"distinct-count\":49,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":1.0,\"average-length\":2.0}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":48,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1358.6880585850759,\"q1\":14606.102496036605,\"q3\":45423.71594332504,\"max\":108466.5974651383,\"sd\":21267.69039176716,\"avg\":31471.285063554824}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Revenue by state",
+   :last_used_at #t "2024-05-27T17:32:36.560377Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:55.320716Z",
+   :updated_at #t "2024-05-27T17:32:36.571176Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3428,7 +3469,7 @@
    "{\"column_settings\":null,\"map.colors\":[\"#e5e5f1\",\"#c0c0da\",\"#9b9cc3\",\"#7677ab\",\"hsl(239, 29.5%, 39.3%)\"]}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows a distribution of orders broken down by source across our customers' age groups",
@@ -3438,14 +3479,16 @@
    :result_metadata
    "[{\"field_ref\":[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\",\"binning\":{\"strategy\":\"num-bins\",\"num-bins\":10,\"min-value\":20.0,\"max-value\":65.0,\"bin-width\":5.0}}],\"base_type\":\"type/BigInteger\",\"name\":\"Age\",\"effective_type\":\"type/BigInteger\",\"display_name\":\"Age\",\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":24,\"q1\":33.36752836803635,\"q3\":55.20362176071121,\"max\":65,\"sd\":12.063315373018085,\"avg\":44.572}}},\"binning_info\":{\"num_bins\":10,\"min_value\":20.0,\"max_value\":65.0,\"bin_width\":5.0,\"binning_strategy\":\"num-bins\"},\"source\":\"breakout\"},{\"description\":\"The channel through which we acquired this user. Valid values include: Affiliate, Facebook, Google, Organic and Twitter\",\"semantic_type\":\"type/Source\",\"table_id\":3,\"coercion_strategy\":null,\"name\":\"SOURCE\",\"settings\":null,\"source\":\"breakout\",\"fk_target_field_id\":null,\"field_ref\":[\"field\",45,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}],\"effective_type\":\"type/Text\",\"nfc_path\":null,\"parent_id\":null,\"id\":45,\"position\":8,\"visibility_type\":\"normal\",\"display_name\":\"People - User → Source\",\"fingerprint\":{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":7.4084}}},\"base_type\":\"type/Text\",\"source_alias\":\"People - User\"},{\"base_type\":\"type/Integer\",\"name\":\"count\",\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"source\":\"aggregation\",\"field_ref\":[\"aggregation\",0],\"aggregation_index\":0}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Orders by source per age group",
+   :last_used_at #t "2024-05-27T17:32:36.883624Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:36.883624Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3460,7 +3503,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"SOURCE\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"graph.x_axis.axis_enabled\":true,\"graph.x_axis.labels_enabled\":true,\"graph.x_axis.scale\":\"ordinal\",\"graph.y_axis.auto_range\":true,\"stackable.stack_type\":\"stacked\",\"table.cell_column\":\"SUBTOTAL\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows a distribution of orders broken down by product categories across our customers' age groups",
@@ -3470,14 +3513,16 @@
    :result_metadata
    "[{\"field_ref\":[\"field\",\"Age\",{\"base-type\":\"type/BigInteger\",\"binning\":{\"strategy\":\"num-bins\",\"num-bins\":10,\"min-value\":20.0,\"max-value\":65.0,\"bin-width\":5.0}}],\"base_type\":\"type/BigInteger\",\"name\":\"Age\",\"effective_type\":\"type/BigInteger\",\"display_name\":\"Age\",\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0},\"type\":{\"type/Number\":{\"min\":24,\"q1\":33.36752836803635,\"q3\":55.20362176071121,\"max\":65,\"sd\":12.063315373018085,\"avg\":44.572}}},\"binning_info\":{\"num_bins\":10,\"min_value\":20.0,\"max_value\":65.0,\"bin_width\":5.0,\"binning_strategy\":\"num-bins\"},\"source\":\"breakout\"},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"table_id\":8,\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"source\":\"breakout\",\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"join-alias\":\"Products\"}],\"effective_type\":\"type/Text\",\"nfc_path\":null,\"parent_id\":null,\"id\":58,\"position\":3,\"visibility_type\":\"normal\",\"display_name\":\"Products → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\",\"source_alias\":\"Products\"},{\"base_type\":\"type/Integer\",\"name\":\"count\",\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"source\":\"aggregation\",\"field_ref\":[\"aggregation\",0],\"aggregation_index\":0}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Product category orders per age group",
+   :last_used_at #t "2024-05-27T17:32:36.719442Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:36.719442Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3492,7 +3537,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"graph.x_axis.axis_enabled\":true,\"graph.x_axis.labels_enabled\":true,\"graph.x_axis.scale\":\"ordinal\",\"graph.y_axis.auto_range\":true,\"stackable.stack_type\":\"stacked\",\"table.cell_column\":\"SUBTOTAL\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Matches the cumulative revenue month over month with the number of orders placed each month",
@@ -3500,16 +3545,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":24,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":52.75594257942132,\"q1\":6537.468109917218,\"q3\":19847.25662541695,\"max\":38569.69761756364,\"sd\":10973.472051457778,\"avg\":14938.922863647924}}}},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",1],\"name\":\"sum_2\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":24,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":2.0,\"q1\":321.0,\"q3\":1205.5,\"max\":2260.0,\"sd\":647.3464173516148,\"avg\":821.9166666666666}}}}]",
+   "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":24,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":1265.7162964063327,\"q1\":7814.799491244121,\"q3\":21566.481581896165,\"max\":38569.69761756364,\"sd\":11384.837065416124,\"avg\":16481.762292966578}}}},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",1],\"name\":\"sum_2\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":24,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":75.0,\"q1\":369.0,\"q3\":1286.0,\"max\":2260.0,\"sd\":630.7594628699596,\"avg\":877.25}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Revenue and orders over time",
+   :last_used_at #t "2024-05-27T17:32:37.676590Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:22.045030Z",
+   :updated_at #t "2024-05-27T17:32:37.694621Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3524,7 +3571,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"CREATED_AT\"],\"graph.metrics\":[\"sum\",\"sum_2\"],\"graph.show_trendline\":false,\"graph.x_axis.title_text\":\"Orders date\",\"graph.y_axis.title_text\":\"Revenue\",\"series_settings\":{\"sum\":{\"display\":\"line\",\"line.interpolate\":\"linear\",\"line.marker_enabled\":false,\"show_series_values\":true,\"title\":\"Revenue\"},\"sum_2\":{\"color\":\"#51528D\",\"title\":\"Number of orders\"}}}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the current total in revenue with the set goal for the quarter",
@@ -3534,14 +3581,16 @@
    :result_metadata
    "[{\"display_name\":\"Cumulative sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":1,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":123889.60365320997,\"q1\":123889.60365320997,\"q3\":123889.60365320997,\"max\":123889.60365320997,\"sd\":null,\"avg\":123889.60365320997}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Revenue goal for this quarter",
+   :last_used_at #t "2024-05-27T17:32:37.670413Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:08.602754Z",
+   :updated_at #t "2024-05-27T17:32:37.675061Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3555,7 +3604,7 @@
    :visualization_settings "{\"column_settings\":null,\"progress.goal\":120000}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the orders of each category quarter over quarter",
@@ -3563,16 +3612,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"quarter\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"quarter\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":31,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":13.0,\"q1\":72.5,\"q3\":262.5,\"max\":338.0,\"sd\":106.66460851509004,\"avg\":176.875}}}}]",
+   "[{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"quarter\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"quarter\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":34,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":13.0,\"q1\":81.0,\"q3\":259.5,\"max\":338.0,\"sd\":102.85448188797824,\"avg\":169.38888888888889}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Numbers of orders by category per quarter",
+   :last_used_at #t "2024-05-27T17:32:18.234075Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.819884Z",
+   :updated_at #t "2024-05-27T17:32:18.243042Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3587,7 +3638,7 @@
    "{\"graph.dimensions\":[\"CREATED_AT\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"table.pivot_column\":\"CATEGORY\",\"table.cell_column\":\"count\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the total revenue this quarter with the previous period",
@@ -3597,14 +3648,16 @@
    :result_metadata
    "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"quarter\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"quarter\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":67863.39650548704,\"q1\":67863.39650548704,\"q3\":111121.25780141751,\"max\":111121.25780141751,\"sd\":30587.92706197953,\"avg\":89492.32715345226}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Revenue per quarter",
+   :last_used_at #t "2024-05-27T17:32:37.681835Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:08.640172Z",
+   :updated_at #t "2024-05-27T17:32:37.691306Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3618,7 +3671,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Orders placed per quarter broken down by source and formatted to highlight best and worst quarters",
@@ -3626,16 +3679,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"description\":\"The channel through which we acquired this user. Valid values include: Affiliate, Facebook, Google, Organic and Twitter\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"pivot-grouping\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"expression\",\"pivot-grouping\"],\"effective_type\":\"type/Text\",\"id\":45,\"visibility_type\":\"normal\",\"display_name\":\"pivot-grouping\",\"fingerprint\":{\"global\":{\"distinct-count\":1,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":3.0,\"q1\":3.0,\"q3\":3.0,\"max\":3.0,\"sd\":null,\"avg\":3.0}}},\"base_type\":\"type/Integer\"},{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"sum\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"aggregation\",0],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Sum of Subtotal\",\"fingerprint\":{\"global\":{\"distinct-count\":1,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":344368.6939782175,\"q1\":344368.6939782175,\"q3\":344368.6939782175,\"max\":344368.6939782175,\"sd\":null,\"avg\":344368.6939782175}}},\"base_type\":\"type/Float\"}]",
+   "[{\"description\":\"The channel through which we acquired this user. Valid values include: Affiliate, Facebook, Google, Organic and Twitter\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"pivot-grouping\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"expression\",\"pivot-grouping\"],\"effective_type\":\"type/Text\",\"id\":45,\"visibility_type\":\"normal\",\"display_name\":\"pivot-grouping\",\"fingerprint\":{\"global\":{\"distinct-count\":1,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":3.0,\"q1\":3.0,\"q3\":3.0,\"max\":3.0,\"sd\":null,\"avg\":3.0}}},\"base_type\":\"type/Integer\"},{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"sum\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"aggregation\",0],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Sum of Subtotal\",\"fingerprint\":{\"global\":{\"distinct-count\":1,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":379867.38872485986,\"q1\":379867.38872485986,\"q3\":379867.38872485986,\"max\":379867.38872485986,\"sd\":null,\"avg\":379867.38872485986}}},\"base_type\":\"type/Float\"}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Orders according to sources per quarter",
+   :last_used_at #t "2024-05-27T17:32:38.252029Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:59.603468Z",
+   :updated_at #t "2024-05-27T17:32:38.260183Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3650,7 +3705,7 @@
    "{\"graph.dimensions\":[\"CREATED_AT\",\"SOURCE\"],\"graph.series_labels\":[null],\"pivot_table.column_split\":{\"columns\":[[\"field\",45,{\"base-type\":\"type/Text\",\"source-field\":43}]],\"rows\":[[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"quarter\"}]],\"values\":[[\"aggregation\",0]]},\"pivot_table.column_widths\":{\"leftHeaderWidths\":[141],\"totalLeftHeaderWidths\":141,\"valueHeaderWidths\":{}},\"stackable.stack_type\":\"stacked\",\"table.column_formatting\":[{\"color\":\"#A7D07C\",\"columns\":[\"sum\"],\"highlight_row\":false,\"operator\":\">\",\"type\":\"single\",\"value\":20000}],\"graph.metrics\":[\"sum\"]}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description
@@ -3659,16 +3714,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":34.0,\"q3\":55.0,\"max\":65.0,\"sd\":12.157154567810213,\"avg\":44.5}}}},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":85,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":56.0,\"q1\":93.94107481830802,\"q3\":126.27924077994388,\"max\":185.0,\"sd\":24.863409868135278,\"avg\":111.66666666666667}}}}]",
+   "[{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":43,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":34.25,\"q3\":55.75,\"max\":66.0,\"sd\":12.445906346880554,\"avg\":45.0}}}},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":84,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":11.0,\"q1\":95.5,\"q3\":124.48331477354789,\"max\":204.0,\"sd\":28.015985634286857,\"avg\":109.06976744186046}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Product category orders per individual age",
+   :last_used_at #t "2024-05-27T17:32:36.684266Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:55.441955Z",
+   :updated_at #t "2024-05-27T17:32:36.705508Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3683,7 +3740,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"stackable.stack_type\":\"stacked\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the total discount given this quarter with the previous period",
@@ -3693,14 +3750,16 @@
    :result_metadata
    "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"quarter\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"quarter\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Discount\",\"semantic_type\":\"type/Discount\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":738.5575011690233,\"q1\":738.5575011690233,\"q3\":795.9833992557524,\"max\":795.9833992557524,\"sd\":40.606241952853686,\"avg\":767.2704502123879}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Discount given per quarter",
+   :last_used_at #t "2024-05-27T17:32:37.659857Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:22.028156Z",
+   :updated_at #t "2024-05-27T17:32:37.677927Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3714,7 +3773,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows the distribution of the product categories along the scale of customer ratings",
@@ -3724,14 +3783,16 @@
    :result_metadata
    "[{\"description\":\"The average rating users have given the product. This ranges from 1 - 5\",\"semantic_type\":\"type/Score\",\"coercion_strategy\":null,\"name\":\"RATING\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",61,{\"base-type\":\"type/Float\",\"source-field\":40}],\"effective_type\":\"type/Float\",\"id\":61,\"visibility_type\":\"normal\",\"display_name\":\"Product → Rating\",\"fingerprint\":{\"global\":{\"distinct-count\":23,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":0.0,\"q1\":3.5120465053408525,\"q3\":4.216124969497314,\"max\":5.0,\"sd\":1.3605488657451452,\"avg\":3.4715}}},\"base_type\":\"type/Float\"},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":57,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":70.0,\"q1\":105.0,\"q3\":370.0,\"max\":1093.0,\"sd\":229.88812521865958,\"avg\":281.6060606060606}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Customer satisfaction per category",
+   :last_used_at #t "2024-05-27T17:32:18.250180Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.949918Z",
+   :updated_at #t "2024-05-27T17:32:18.263752Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3746,7 +3807,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"RATING\",\"CATEGORY\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.x_axis.title_text\":\"Products\",\"graph.y_axis.auto_range\":true,\"graph.y_axis.title_text\":\"total orders\",\"series_settings\":{\"count\":{\"color\":\"#999AC4\"}},\"stackable.stack_type\":\"stacked\",\"table.pivot\":false}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the total number of orders placed this month with the previous period",
@@ -3754,16 +3815,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":487.0,\"q1\":487.0,\"q3\":696.0,\"max\":696.0,\"sd\":147.78531726798843,\"avg\":591.5}}}}]",
+   "[{\"description\":\"The date and time an order was submitted.\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",41,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":41,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":10001,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-30T18:56:13.352Z\",\"latest\":\"2026-04-19T14:07:15.657Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Sum of Quantity\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":487.0,\"q1\":487.0,\"q3\":1330.0,\"max\":1330.0,\"sd\":596.0910165402596,\"avg\":908.5}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Number of orders per month",
+   :last_used_at #t "2024-05-27T17:32:37.673887Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:08.626644Z",
+   :updated_at #t "2024-05-27T17:32:37.680523Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3777,7 +3840,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows a distribution of orders broken down by source across our customers' individual age values",
@@ -3785,16 +3848,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":34.0,\"q3\":55.0,\"max\":65.0,\"sd\":12.149881366699857,\"avg\":44.5}}}},{\"description\":\"The channel through which we acquired this user. Valid values include: Affiliate, Facebook, Google, Organic and Twitter\",\"semantic_type\":\"type/Source\",\"coercion_strategy\":null,\"name\":\"SOURCE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",45,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}],\"effective_type\":\"type/Text\",\"id\":45,\"visibility_type\":\"normal\",\"display_name\":\"People - User → Source\",\"fingerprint\":{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":7.4084}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":109,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":13.0,\"q1\":62.210376013348366,\"q3\":110.44731472906851,\"max\":222.0,\"sd\":37.52978921105031,\"avg\":89.33333333333333}}}}]",
+   "[{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":43,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":34.15,\"q3\":55.45,\"max\":66.0,\"sd\":12.328008896346248,\"avg\":44.80281690140845}}}},{\"description\":\"The channel through which we acquired this user. Valid values include: Affiliate, Facebook, Google, Organic and Twitter\",\"semantic_type\":\"type/Source\",\"coercion_strategy\":null,\"name\":\"SOURCE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",45,{\"base-type\":\"type/Text\",\"join-alias\":\"People - User\"}],\"effective_type\":\"type/Text\",\"id\":45,\"visibility_type\":\"normal\",\"display_name\":\"People - User → Source\",\"fingerprint\":{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":7.4084}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":111,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":14.0,\"q1\":61.30452018978108,\"q3\":110.7900825561565,\"max\":214.0,\"sd\":36.95993697001328,\"avg\":88.07511737089202}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Orders by source per individual age",
+   :last_used_at #t "2024-05-27T17:32:36.871831Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:55.703729Z",
+   :updated_at #t "2024-05-27T17:32:36.882641Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3809,7 +3874,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\",\"SOURCE\"],\"graph.metrics\":[\"count\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"stackable.stack_type\":\"stacked\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Indicates the average customer review of our products",
@@ -3819,14 +3884,16 @@
    :result_metadata
    "[{\"display_name\":\"Average of Rating\",\"semantic_type\":\"type/Score\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"avg\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":1,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":3.4715,\"q1\":3.4715,\"q3\":3.4715,\"max\":3.4715,\"sd\":null,\"avg\":3.4715}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Average product rating overall",
+   :last_used_at #t "2024-05-27T17:16:05.491253Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.919815Z",
+   :updated_at #t "2024-05-27T17:16:05.492354Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3841,7 +3908,7 @@
    "{\"column_settings\":null,\"gauge.segments\":[{\"color\":\"#EF8C8C\",\"label\":\"awful\",\"max\":1,\"min\":0},{\"color\":\"#F2A86F\",\"label\":\"bad\",\"max\":2,\"min\":1},{\"color\":\"#F9D45C\",\"label\":\"alright\",\"max\":3,\"min\":2},{\"color\":\"#A7D07C\",\"label\":\"good\",\"max\":4,\"min\":3},{\"color\":\"#689636\",\"label\":\"great\",\"max\":5,\"min\":4}],\"table.cell_column\":\"avg\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "An ordered list of our most successful products",
@@ -3851,14 +3918,16 @@
    :result_metadata
    "[{\"description\":\"The name of the product as it should be displayed to customers.\",\"semantic_type\":\"type/Title\",\"coercion_strategy\":null,\"name\":\"TITLE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",65,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":65,\"visibility_type\":\"normal\",\"display_name\":\"Product → Title\",\"fingerprint\":{\"global\":{\"distinct-count\":199,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":21.495}}},\"base_type\":\"type/Text\"},{\"description\":\"The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget\",\"semantic_type\":\"type/Category\",\"coercion_strategy\":null,\"name\":\"CATEGORY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",58,{\"base-type\":\"type/Text\",\"source-field\":40}],\"effective_type\":\"type/Text\",\"id\":58,\"visibility_type\":\"normal\",\"display_name\":\"Product → Category\",\"fingerprint\":{\"global\":{\"distinct-count\":4,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":6.375}}},\"base_type\":\"type/Text\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"field\",\"count\",{\"base-type\":\"type/Integer\"}],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":8,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":109.0,\"q1\":109.36150801752578,\"q3\":117.41886116991581,\"max\":120.0,\"sd\":4.254710813035841,\"avg\":113.53846153846153}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Best selling products",
+   :last_used_at #t "2024-05-27T17:15:46.859556Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:57.933042Z",
+   :updated_at #t "2024-05-27T17:15:46.876366Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3873,7 +3942,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"TITLE\"],\"graph.metrics\":[\"count\"],\"graph.x_axis.title_text\":\"Products\",\"graph.y_axis.title_text\":\"total orders\",\"series_settings\":{\"count\":{\"color\":\"#999AC4\"}},\"table.pivot\":false}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Compares the number of unique customers placing orders this month with the previous period",
@@ -3881,16 +3950,18 @@
    :collection_position nil,
    :table_id 3,
    :result_metadata
-   "[{\"description\":\"The date the user record was created. Also referred to as the user’s \\\"join date\\\"\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",56,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":56,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-19T21:35:18.752Z\",\"latest\":\"2025-04-19T14:06:27.3Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Distinct values of Name\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":63.0,\"q1\":63.0,\"q3\":70.0,\"max\":70.0,\"sd\":4.949747468305833,\"avg\":66.5}}}}]",
+   "[{\"description\":\"The date the user record was created. Also referred to as the user’s \\\"join date\\\"\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"month\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",56,{\"base-type\":\"type/DateTime\",\"temporal-unit\":\"month\"}],\"effective_type\":\"type/DateTime\",\"id\":56,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-19T21:35:18.752Z\",\"latest\":\"2025-04-19T14:06:27.3Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Distinct values of Name\",\"semantic_type\":\"type/Quantity\",\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":2,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":70.0,\"q1\":70.0,\"q3\":76.0,\"max\":76.0,\"sd\":4.242640687119285,\"avg\":73.0}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Unique customers per month",
+   :last_used_at #t "2024-05-27T17:32:37.657071Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:22.023666Z",
+   :updated_at #t "2024-05-27T17:32:37.679612Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3904,7 +3975,7 @@
    :visualization_settings "{\"column_settings\":null}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description "Shows a distribution of revenue per individual age values",
@@ -3912,16 +3983,18 @@
    :collection_position nil,
    :table_id 5,
    :result_metadata
-   "[{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":34.0,\"q3\":55.0,\"max\":65.0,\"sd\":12.267844146385297,\"avg\":44.5}}}},{\"display_name\":\"Sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":20757.409343661588,\"q1\":30047.177849902546,\"q3\":39680.66141538831,\"max\":54566.17386646669,\"sd\":6919.511321782037,\"avg\":35967.18292977694}}}}]",
+   "[{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":43,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":34.25,\"q3\":55.75,\"max\":66.0,\"sd\":12.556538801224908,\"avg\":45.0}}}},{\"display_name\":\"Sum of Total\",\"semantic_type\":null,\"settings\":null,\"field_ref\":[\"aggregation\",0],\"name\":\"sum\",\"base_type\":\"type/Float\",\"effective_type\":\"type/Float\",\"fingerprint\":{\"global\":{\"distinct-count\":43,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":4158.786206744129,\"q1\":31397.769615345165,\"q3\":38764.15212640109,\"max\":58676.42899556268,\"sd\":8106.619825736762,\"avg\":35130.73681513096}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "Revenue per individual age",
+   :last_used_at #t "2024-05-27T17:32:36.630896Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:44:55.438307Z",
+   :updated_at #t "2024-05-27T17:32:36.633521Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -3936,39 +4009,7 @@
    "{\"column_settings\":null,\"graph.dimensions\":[\"Age\"],\"graph.metrics\":[\"sum\"],\"graph.series_order\":null,\"graph.series_order_dimension\":null,\"graph.show_values\":true,\"stackable.stack_type\":\"stacked\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
-   :public_uuid nil}
-  {:cache_invalidated_at nil,
-   :description nil,
-   :archived false,
-   :collection_position nil,
-   :table_id 5,
-   :result_metadata
-   "[{\"description\":\"The numerical product number. Only used internally. All external communication should use the title or EAN.\",\"semantic_type\":\"type/PK\",\"coercion_strategy\":null,\"name\":\"ID\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",62,{\"base-type\":\"type/BigInteger\",\"source-field\":40}],\"effective_type\":\"type/BigInteger\",\"id\":62,\"visibility_type\":\"normal\",\"display_name\":\"Product → ID\",\"fingerprint\":null,\"base_type\":\"type/BigInteger\"},{\"display_name\":\"Count\",\"semantic_type\":\"type/Quantity\",\"field_ref\":[\"field\",\"count\",{\"base-type\":\"type/Integer\"}],\"name\":\"count\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"fingerprint\":{\"global\":{\"distinct-count\":8,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":109.0,\"q1\":109.36150801752578,\"q3\":117.41886116991581,\"max\":120.0,\"sd\":4.254710813035841,\"avg\":113.53846153846153}}}}]",
-   :initially_published_at nil,
-   :database_id 1,
-   :enable_embedding false,
-   :collection_id 1,
-   :query_type "query",
-   :name "Top selling products",
-   :type "question",
-   :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
-   :made_public_by_id nil,
-   :embedding_params nil,
-   :cache_ttl nil,
-   :dataset_query
-   "{\"database\":1,\"query\":{\"filter\":[\">\",[\"field\",\"count\",{\"base-type\":\"type/Integer\"}],108],\"source-query\":{\"aggregation\":[[\"count\"]],\"breakout\":[[\"field\",62,{\"base-type\":\"type/BigInteger\",\"source-field\":40}]],\"order-by\":[[\"desc\",[\"aggregation\",0]]],\"source-table\":5}},\"type\":\"query\"}",
-   :id 26,
-   :parameter_mappings "[]",
-   :display "row",
-   :entity_id "rzTlzB2AMBeR-Q13EpXrw",
-   :collection_preview true,
-   :visualization_settings
-   "{\"column_settings\":null,\"graph.dimensions\":[\"ID\"],\"graph.metrics\":[\"count\"],\"series_settings\":{\"count\":{\"color\":\"#999AC4\"}},\"table.pivot\":false}",
-   :metabase_version nil,
-   :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}
   {:cache_invalidated_at nil,
    :description nil,
@@ -3978,14 +4019,16 @@
    :result_metadata
    "[{\"description\":\"A unique identifier given to each user.\",\"semantic_type\":\"type/PK\",\"coercion_strategy\":null,\"name\":\"ID\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",46,null],\"effective_type\":\"type/BigInteger\",\"id\":46,\"visibility_type\":\"normal\",\"display_name\":\"ID\",\"fingerprint\":null,\"base_type\":\"type/BigInteger\"},{\"description\":\"The street address of the account’s billing address\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"ADDRESS\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",52,null],\"effective_type\":\"type/Text\",\"id\":52,\"visibility_type\":\"normal\",\"display_name\":\"Address\",\"fingerprint\":{\"global\":{\"distinct-count\":2490,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":20.85}}},\"base_type\":\"type/Text\"},{\"description\":\"The contact email for the account.\",\"semantic_type\":\"type/Email\",\"coercion_strategy\":null,\"name\":\"EMAIL\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",51,null],\"effective_type\":\"type/Text\",\"id\":51,\"visibility_type\":\"normal\",\"display_name\":\"Email\",\"fingerprint\":{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":1.0,\"percent-state\":0.0,\"average-length\":24.1824}}},\"base_type\":\"type/Text\"},{\"description\":\"This is the salted password of the user. It should not be visible\",\"semantic_type\":null,\"coercion_strategy\":null,\"name\":\"PASSWORD\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",53,null],\"effective_type\":\"type/Text\",\"id\":53,\"visibility_type\":\"normal\",\"display_name\":\"Password\",\"fingerprint\":{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":36.0}}},\"base_type\":\"type/Text\"},{\"description\":\"The name of the user who owns an account\",\"semantic_type\":\"type/Name\",\"coercion_strategy\":null,\"name\":\"NAME\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",47,null],\"effective_type\":\"type/Text\",\"id\":47,\"visibility_type\":\"normal\",\"display_name\":\"Name\",\"fingerprint\":{\"global\":{\"distinct-count\":2499,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":13.532}}},\"base_type\":\"type/Text\"},{\"description\":\"The city of the account’s billing address\",\"semantic_type\":\"type/City\",\"coercion_strategy\":null,\"name\":\"CITY\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",55,null],\"effective_type\":\"type/Text\",\"id\":55,\"visibility_type\":\"normal\",\"display_name\":\"City\",\"fingerprint\":{\"global\":{\"distinct-count\":1966,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.002,\"average-length\":8.284}}},\"base_type\":\"type/Text\"},{\"description\":\"This is the longitude of the user on sign-up. It might be updated in the future to the last seen location.\",\"semantic_type\":\"type/Longitude\",\"coercion_strategy\":null,\"name\":\"LONGITUDE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",50,null],\"effective_type\":\"type/Float\",\"id\":50,\"visibility_type\":\"normal\",\"display_name\":\"Longitude\",\"fingerprint\":{\"global\":{\"distinct-count\":2491,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":-166.5425726,\"q1\":-101.58350792373135,\"q3\":-84.65289348288829,\"max\":-67.96735199999999,\"sd\":15.399698968175663,\"avg\":-95.18741780363999}}},\"base_type\":\"type/Float\"},{\"description\":\"The state or province of the account’s billing address\",\"semantic_type\":\"type/State\",\"coercion_strategy\":null,\"name\":\"STATE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",48,null],\"effective_type\":\"type/Text\",\"id\":48,\"visibility_type\":\"normal\",\"display_name\":\"State\",\"fingerprint\":{\"global\":{\"distinct-count\":49,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":1.0,\"average-length\":2.0}}},\"base_type\":\"type/Text\"},{\"description\":\"The channel through which we acquired this user. Valid values include: Affiliate, Facebook, Google, Organic and Twitter\",\"semantic_type\":\"type/Source\",\"coercion_strategy\":null,\"name\":\"SOURCE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",45,null],\"effective_type\":\"type/Text\",\"id\":45,\"visibility_type\":\"normal\",\"display_name\":\"Source\",\"fingerprint\":{\"global\":{\"distinct-count\":5,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":7.4084}}},\"base_type\":\"type/Text\"},{\"description\":\"The date of birth of the user\",\"semantic_type\":null,\"coercion_strategy\":null,\"unit\":\"default\",\"name\":\"BIRTH_DATE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",49,{\"temporal-unit\":\"default\"}],\"effective_type\":\"type/Date\",\"id\":49,\"visibility_type\":\"normal\",\"display_name\":\"Birth Date\",\"fingerprint\":{\"global\":{\"distinct-count\":2308,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"1958-04-26\",\"latest\":\"2000-04-03\"}}},\"base_type\":\"type/Date\"},{\"description\":\"The postal code of the account’s billing address\",\"semantic_type\":\"type/ZipCode\",\"coercion_strategy\":null,\"name\":\"ZIP\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",54,null],\"effective_type\":\"type/Text\",\"id\":54,\"visibility_type\":\"normal\",\"display_name\":\"Zip\",\"fingerprint\":{\"global\":{\"distinct-count\":2234,\"nil%\":0.0},\"type\":{\"type/Text\":{\"percent-json\":0.0,\"percent-url\":0.0,\"percent-email\":0.0,\"percent-state\":0.0,\"average-length\":5.0}}},\"base_type\":\"type/Text\"},{\"description\":\"This is the latitude of the user on sign-up. It might be updated in the future to the last seen location.\",\"semantic_type\":\"type/Latitude\",\"coercion_strategy\":null,\"name\":\"LATITUDE\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",57,null],\"effective_type\":\"type/Float\",\"id\":57,\"visibility_type\":\"normal\",\"display_name\":\"Latitude\",\"fingerprint\":{\"global\":{\"distinct-count\":2491,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":25.775827,\"q1\":35.302705923023126,\"q3\":43.773802584662,\"max\":70.6355001,\"sd\":6.390832341883712,\"avg\":39.87934670484002}}},\"base_type\":\"type/Float\"},{\"description\":\"The date the user record was created. Also referred to as the user’s \\\"join date\\\"\",\"semantic_type\":\"type/CreationTimestamp\",\"coercion_strategy\":null,\"unit\":\"default\",\"name\":\"CREATED_AT\",\"settings\":null,\"fk_target_field_id\":null,\"field_ref\":[\"field\",56,{\"temporal-unit\":\"default\"}],\"effective_type\":\"type/DateTime\",\"id\":56,\"visibility_type\":\"normal\",\"display_name\":\"Created At\",\"fingerprint\":{\"global\":{\"distinct-count\":2500,\"nil%\":0.0},\"type\":{\"type/DateTime\":{\"earliest\":\"2022-04-19T21:35:18.752Z\",\"latest\":\"2025-04-19T14:06:27.3Z\"}}},\"base_type\":\"type/DateTime\"},{\"display_name\":\"Age\",\"field_ref\":[\"expression\",\"Age\"],\"name\":\"Age\",\"base_type\":\"type/BigInteger\",\"effective_type\":\"type/BigInteger\",\"semantic_type\":null,\"fingerprint\":{\"global\":{\"distinct-count\":42,\"nil%\":0.0},\"type\":{\"type/Number\":{\"min\":24.0,\"q1\":33.340572873934306,\"q3\":55.17166516756599,\"max\":65.0,\"sd\":12.263883782175668,\"avg\":44.434}}}}]",
    :initially_published_at nil,
+   :trashed_from_collection_id nil,
    :database_id 1,
    :enable_embedding false,
-   :collection_id 1,
+   :collection_id 2,
    :query_type "query",
    :name "People with age",
+   :last_used_at #t "2024-05-27T17:32:36.638314Z",
    :type "question",
    :creator_id 13371338,
-   :updated_at #t "2024-04-11T12:41:25.429317Z",
+   :updated_at #t "2024-05-27T17:32:36.638314Z",
    :made_public_by_id nil,
    :embedding_params nil,
    :cache_ttl nil,
@@ -4000,21 +4043,22 @@
    "{\"graph.dimensions\":[\"age\"],\"graph.metrics\":[\"count\"],\"table.pivot_column\":\"SOURCE\",\"table.cell_column\":\"LONGITUDE\"}",
    :metabase_version nil,
    :parameters "[]",
-   :created_at #t "2024-04-11T12:41:25.429317Z",
+   :created_at #t "2024-05-27T17:02:06.509587Z",
    :public_uuid nil}),
  :dashboardcard_series (),
  :collection
  ({:authority_level nil,
    :description nil,
    :archived false,
+   :trashed_from_location nil,
    :slug "examples",
    :name "Examples",
    :personal_owner_id nil,
    :type nil,
+   :is_sample true,
    :id 1,
    :entity_id "53YGAg4EE6MC76nxx-f5f",
    :location "/",
    :namespace nil,
-   :is_sample true,
-   :created_at #t "2024-04-11T12:41:25.429317Z"}),
+   :created_at #t "2024-05-27T17:02:06.509587Z"}),
  :parameter_card ()}
diff --git a/src/metabase/db/custom_migrations.clj b/src/metabase/db/custom_migrations.clj
index acf0770c404..37007f5b9d2 100644
--- a/src/metabase/db/custom_migrations.clj
+++ b/src/metabase/db/custom_migrations.clj
@@ -1202,7 +1202,7 @@
                (no-db?))
       (let [table-name->raw-rows  (load-edn "sample-content.edn")
             example-dashboard-id  1
-            example-collection-id 1
+            example-collection-id 2 ; trash collection is 1
             expected-sample-db-id 1
             replace-temporals     (fn [v]
                                     (if (isa? (type v) java.time.temporal.Temporal)
@@ -1249,7 +1249,8 @@
 (comment
   ;; How to create `resources/sample-content.edn` used in `CreateSampleContent`
   ;; -----------------------------------------------------------------------------
-  ;; Start a fresh metabase instance without the :ee alias so instance analytics stuff is not created.
+  ;; Check out a fresh metabase instance on the branch of the major version you're targeting,
+  ;; and without the :ee alias so instance analytics content is not created.
   ;; 1. create a collection with dashboards, or import one with (metabase.cmd/import "<path>")
   ;; 2. execute the following to spit out the collection to an EDN file:
   (let [pretty-spit (fn [file-name data]
@@ -1257,6 +1258,7 @@
                         (binding [*out* writer]
                           #_{:clj-kondo/ignore [:discouraged-var]}
                           (pprint/pprint data))))
+        columns-to-remove [:view_count]
         data (into {}
                    (for [table-name [:collection
                                      :metabase_database
@@ -1273,12 +1275,23 @@
                                        (= table-name :collection) (assoc :where [:and
                                                                                  [:= :namespace nil] ; excludes the analytics namespace
                                                                                  [:= :personal_owner_id nil]]))]]
-                     [table-name (sort-by :id (map #(into {} %) (t2/query query)))]))]
+                     [table-name (->> (t2/query query)
+                                      (map (fn [x] (into {} (apply dissoc x columns-to-remove))))
+                                      (keep (fn [x] (and (= table-name :collection)
+                                                         (= (:type x)
+                                                            ;; avoid requiring `metabase.models.collection` in this
+                                                            ;; namespace to deter others using it in migrations
+                                                            #_{:clj-kondo/ignore [:unresolved-namespace]}
+                                                            metabase.models.collection/trash-collection-type))))
+                                      (sort-by :id))]))]
     (pretty-spit "resources/sample-content.edn" data)))
   ;; (make sure there's no other content in the file)
   ;; 3. update the EDN file:
+  ;; - add any columns that need removing to `columns-to-remove` above (use your common sense and list anything that
+  ;;   shouldn't be carried into new instances
+  ;;   instances), and create the EDN file again
   ;; - replace the database details and dbms_version with placeholders e.g. "{}" to make sure they are replaced
-  ;; - find-replace :creator_id 1, 2, etc with :creator_id 13371338 (the internal user ID)
+  ;; - if you have created content manually, find-replace :creator_id <your user-id> with :creator_id 13371338 (the internal user ID)
   ;; - replace metabase_version "<version>" with metabase_version nil
 
 
diff --git a/test/metabase/db/custom_migrations_test.clj b/test/metabase/db/custom_migrations_test.clj
index f92fd1e1d19..3b2586044f6 100644
--- a/test/metabase/db/custom_migrations_test.clj
+++ b/test/metabase/db/custom_migrations_test.clj
@@ -1942,3 +1942,42 @@
                                   :uploads_schema_name  nil
                                   :uploads_table_prefix nil}}
                   (m/index-by :id (t2/select :metabase_database)))))))))
+
+(deftest create-sample-content-test
+  (testing "The sample content is created iff *create-sample-content*=true"
+    (doseq [create? [true false]]
+      (testing (str "*create-sample-content* = " create?)
+        (impl/test-migrations "v50.2024-05-27T15:55:22" [migrate!]
+          (let [sample-content-created? #(boolean (not-empty (t2/query "SELECT * FROM report_dashboard where name = 'E-commerce insights'")))]
+            (binding [custom-migrations/*create-sample-content* create?]
+              (is (false? (sample-content-created?)))
+              (migrate!)
+              (is ((if create? true? false?) (sample-content-created?)))))))))
+  (testing "The sample content isn't created if the sample database existed already in the past (or any database for that matter)"
+    (impl/test-migrations "v50.2024-05-27T15:55:22" [migrate!]
+      (let [sample-content-created? #(boolean (not-empty (t2/query "SELECT * FROM report_dashboard where name = 'E-commerce insights'")))]
+        (is (false? (sample-content-created?)))
+        (t2/insert-returning-pks! :metabase_database {:name       "db"
+                                                      :engine     "h2"
+                                                      :created_at :%now
+                                                      :updated_at :%now
+                                                      :details    "{}"})
+        (t2/query {:delete-from :metabase_database})
+        (migrate!)
+        (is (false? (sample-content-created?)))
+        (is (empty? (t2/query "SELECT * FROM metabase_database"))
+            "No database should have been created"))))
+  (testing "The sample content isn't created if a user existed already"
+    (impl/test-migrations "v50.2024-05-27T15:55:22" [migrate!]
+      (let [sample-content-created? #(boolean (not-empty (t2/query "SELECT * FROM report_dashboard where name = 'E-commerce insights'")))]
+        (is (false? (sample-content-created?)))
+        (t2/insert-returning-pks!
+         :core_user
+         {:first_name    "Rasta"
+          :last_name     "Toucan"
+          :email         "rasta@metabase.com"
+          :password      "password"
+          :password_salt "and pepper"
+          :date_joined   :%now})
+        (migrate!)
+        (is (false? (sample-content-created?)))))))
diff --git a/test/metabase/db/schema_migrations_test.clj b/test/metabase/db/schema_migrations_test.clj
index 5fd60a3c6ad..fa0d25f3ab6 100644
--- a/test/metabase/db/schema_migrations_test.clj
+++ b/test/metabase/db/schema_migrations_test.clj
@@ -16,7 +16,6 @@
    [java-time.api :as t]
    [metabase.config :as config]
    [metabase.db :as mdb]
-   [metabase.db.custom-migrations :as custom-migrations]
    [metabase.db.custom-migrations-test :as custom-migrations-test]
    [metabase.db.query :as mdb.query]
    [metabase.db.schema-migrations-test.impl :as impl]
@@ -502,10 +501,13 @@
 (deftest remove-collection-color-test
   (testing "Migration v48.00-019"
     (impl/test-migrations ["v48.00-019"] [migrate!]
-      ;; Urgh. `collection/is-trash?` will select the Trash collection (cached) based on its `type`. But as of this
-      ;; migration, this `type` does not exist yet. Neither does the Trash collection though, so let's just ... make
-      ;; that so.
-      (with-redefs [collection/is-trash? (constantly false)]
+      (with-redefs [;; Urgh. `collection/is-trash?` will select the Trash collection (cached) based on its `type`. But as of this
+                    ;; migration, this `type` does not exist yet. Neither does the Trash collection though, so let's just ... make
+                    ;; that so.
+                    collection/is-trash? (constantly false)
+                    ;; Also avoid loading sample content, because this test breaks the assumption that only the trash
+                    ;; collection exists at the time of the migration
+                    config/load-sample-content? (constantly false)]
         (let [collection-id (first (t2/insert-returning-pks! (t2/table-name Collection) {:name "Amazing collection"
                                                                                          :slug "amazing_collection"
                                                                                          :color "#509EE3"}))]
@@ -1490,45 +1492,6 @@
         (migrate! :down 49)
         (is (nil? (t2/select-fn-vec :object (t2/table-name :model/Permissions) :group_id group-id)))))))
 
-(deftest create-sample-content-test
-  (testing "The sample content is created iff *create-sample-content*=true"
-    (doseq [create? [true false]]
-      (testing (str "*create-sample-content* = " create?)
-        (impl/test-migrations "v50.2024-04-09T15:55:22" [migrate!]
-          (let [sample-content-created? #(boolean (not-empty (t2/query "SELECT * FROM report_dashboard where name = 'E-commerce insights'")))]
-            (binding [custom-migrations/*create-sample-content* create?]
-              (is (false? (sample-content-created?)))
-              (migrate!)
-              (is ((if create? true? false?) (sample-content-created?)))))))))
-  (testing "The sample content isn't created if the sample database existed already in the past (or any database for that matter)"
-    (impl/test-migrations "v50.2024-04-09T15:55:22" [migrate!]
-      (let [sample-content-created? #(boolean (not-empty (t2/query "SELECT * FROM report_dashboard where name = 'E-commerce insights'")))]
-        (is (false? (sample-content-created?)))
-        (t2/insert-returning-pks! :metabase_database {:name       "db"
-                                                      :engine     "h2"
-                                                      :created_at :%now
-                                                      :updated_at :%now
-                                                      :details    "{}"})
-        (t2/query {:delete-from :metabase_database})
-        (migrate!)
-        (is (false? (sample-content-created?)))
-        (is (empty? (t2/query "SELECT * FROM metabase_database"))
-            "No database should have been created"))))
-  (testing "The sample content isn't created if a user existed already"
-    (impl/test-migrations "v50.2024-04-09T15:55:22" [migrate!]
-      (let [sample-content-created? #(boolean (not-empty (t2/query "SELECT * FROM report_dashboard where name = 'E-commerce insights'")))]
-        (is (false? (sample-content-created?)))
-        (t2/insert-returning-pks!
-         :core_user
-         {:first_name       "Rasta"
-          :last_name        "Toucan"
-          :email            "rasta@metabase.com"
-          :password         "password"
-          :password_salt    "and pepper"
-          :date_joined      :%now})
-        (migrate!)
-        (is (false? (sample-content-created?)))))))
-
 (deftest cache-config-migration-test
   (testing "Caching config is correctly copied over"
     (impl/test-migrations "v50.2024-04-12T12:33:09" [migrate!]
-- 
GitLab