rimgo/types/Album.go
video-prize-ranch 34f09c36fb
Updates
2022-01-17 17:11:33 -05:00

13 lines
179 B
Go

package types
type Album struct {
Id string
Title string
Views int64
Upvotes int64
Downvotes int64
CreatedAt string
UpdatedAt string
Media []Media
}