Adding song and album counts
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
package domain
|
||||
|
||||
type Artist struct {
|
||||
Id string
|
||||
Name string
|
||||
Id string
|
||||
Name string
|
||||
AlbumCount int
|
||||
}
|
||||
|
||||
type ArtistRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user