Preferred title in entries & unused fields in contents

This commit is contained in:
Simon Martens
2025-02-09 14:05:27 +01:00
parent 851de285aa
commit 1b54e0aef1
5 changed files with 62 additions and 22 deletions

View File

@@ -5,4 +5,6 @@ type Deprecated struct {
Norm string `json:"norm"`
BiblioID int `json:"biblio"`
Status []string `json:"status"`
Gesichtet bool `json:"gesichtet"`
Erfasst bool `json:"erfasst"`
}