diff --git a/docs/models.txt b/docs/models.txt index aa88a338d..3c0654458 100644 --- a/docs/models.txt +++ b/docs/models.txt @@ -487,7 +487,7 @@ Interface motion_category { name: string; prefix: string; weight: number; - level: number; + level: number; // calculated parent_id: motion_category/child_ids; child_ids: (motion_category/parent_id)[];