package types
type Media struct {
Id string
Name string
Title string
Description string
Url string
}