diff --git a/search_service/models/table.py b/search_service/models/table.py index 9fce3873..185e341f 100644 --- a/search_service/models/table.py +++ b/search_service/models/table.py @@ -52,7 +52,8 @@ def get_attrs(cls) -> Set: 'last_updated_timestamp', 'display_name', 'programmatic_descriptions', - 'schema_description', + 'total_usage', + 'schema_description' } @staticmethod