package models import "git.jamestombleson.com/jtom38/newsbot-api/domain" type ListArticlesViewModel struct { HeaderMetaTags Items []ListArticleSourceModel } type ListArticleSourceModel struct { HeaderMetaTags Article domain.ArticleDto Source domain.SourceDto }