package vo import "vamicro/stack-service/models" type FileStackWithWH struct { models.FileStack Resolutions []Resolution `json:"resolutions"` }