diff --git a/models/article.go b/models/article.go index 86f98da..a877760 100644 --- a/models/article.go +++ b/models/article.go @@ -10,6 +10,7 @@ type Article struct { } type ArticleSection struct { + Order int `json:"order"` Type string `json:"type"` Content string `json:"content"` }