Fix comments and votes on albums

This commit is contained in:
video-prize-ranch
2022-01-20 16:09:57 -05:00
parent 20a1895642
commit 10ace75c19
6 changed files with 42 additions and 37 deletions

View File

@@ -6,6 +6,7 @@ type Album struct {
Views int64
Upvotes int64
Downvotes int64
Privacy string
CreatedAt string
UpdatedAt string
Comments int64