package domain import "time" type Post struct { ID uint32 Title string Content string Description string PreviewImageURL string Labels []*Label PublishedTime *time.Time }