Add user to albums

This commit is contained in:
video-prize-ranch
2022-02-02 10:46:47 -05:00
parent 41012edf9e
commit 6e5b0ee127
4 changed files with 34 additions and 15 deletions

View File

@@ -10,5 +10,6 @@ type Album struct {
CreatedAt string
UpdatedAt string
Comments int64
User User
Media []Media
}