package article type ArticleDTO struct { Uuid string Title string Content string } type ArticleQueryDTO struct { Title string }