diff --git a/components/content/StructureDb.vue b/components/content/StructureDb.vue
index e12e202ca241fee3b46b4365d029562a1c086c27..bdbb57d54f3783c0d01f2cfebe771882e6265352 100644
--- a/components/content/StructureDb.vue
+++ b/components/content/StructureDb.vue
@@ -8,7 +8,8 @@ import { useNumericalFilter } from "@/composables/useNumericalfilter"
 import { ServerDbTable } from "#components"
 const sortBy: Ref<SortItem[]> = ref([{ key: 'System', order: "asc" }])
 const itemValue = ref("id");
-const facets: Ref<string[]> = ref(["System", "subtype", "gene_name", "completed", "prediction_type",])
+const facets: Ref<string[]> = ref(["System", "subtype", "gene_name", "completed", "prediction_type", "proteins_in_the_prediction", "system_genes",
+])
 const headers: Ref<Object[]> = ref([
     { title: 'Structure', key: 'structure', sortable: false, removable: false },
     { title: "System", key: "System", removable: false },
diff --git a/data/all_predictions_statistics_clean.csv b/data/all_predictions_statistics_clean.csv
index b3d56f12437d89b4ee96a4c4076178d81004cbb5..8ade3e6329a0d19f721adf7c1500db2ab36d458e 100644
--- a/data/all_predictions_statistics_clean.csv
+++ b/data/all_predictions_statistics_clean.csv
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:adca1ecd58e622b16610a4c1a731f63c87e0e65b9d58ba3f3f7a6adb14a612f2
-size 598918
+oid sha256:09bae9951cf2a86917f3a65ebd9bc2eb1e37c7fd342104b4442076aacb68a133
+size 593832
diff --git a/packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py b/packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py
index 92f3a29ece4a55784aaa8f13315621b40f6b3b02..6b1f93ffbcd4610b601a911cd7538f9b8ab9a829 100644
--- a/packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py
+++ b/packages/df-wiki-cli/df_wiki_cli/meilisearch/__init__.py
@@ -161,6 +161,8 @@ def update_structure(
             "prediction_type",
             "plddts",
             "iptm+ptm",
+            "proteins_in_the_prediction",
+            "system_genes",
             "pDockQ",
         ]
     )