add missing fields for comic

This commit is contained in:
Thomas Peetz
2025-05-19 15:14:29 +02:00
committed by Thomas Peetz
parent 230e94aa70
commit fab7bd145e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class MetaDataTableResponse(BaseModel):
class MetaDataColumnResponse(BaseModel):
id: str
name: str
label: str
label: str | None
order: PositiveInt
ref_column: str | None
column_type: str