{
entities: {
albums: {
1: {
id: 1,
title: "Thank You 39th Street",
user_id: 11,
likes: 12,
year: 2014,
supporters: 47,
track_ids: [1, 2]
},
2: {
id: 2,
title: "My Disasterpiece",
user_id: 25,
likes: 45,
year: 2011,
supporters: 394,
track_ids: [3, 4]
},
3: {
id: 3,
title: "Canadian Idiot",
user_id: 11,
likes: 16,
year: 2005,
supporters: 67429,
track_ids: [5, 6]
}
},
tracks: {
1: {
id: 1,
title: "Stacy/'s Stepmom",
album_id: 1
},
2: {
id: 2,
title: "Fan of the Muffin Man",
album_id: 1
}
3: {
id: 1,
title: "Boulevard of Successful Dreams",
album_id: 2
},
4: {
id: 2,
title: "Wake Me Up When August Begins",
album_id: 2
}
5: {
id: 1,
title: "Intro",
album_id: 3
},
6: {
id: 2,
title: "Hey Soul Brother",
album_id: 3
}
},
users: {
11: {
id: 11,
username: "saya",
followers: 79,
followees: 45
}
23: {
id: 23,
username: "sheriffhoodie",
followers: 4632,
followees: 27
},
25: {
id: 25,
username: "sprinkles43",
followers: 567891,
followees: 21
}
}
}
ui: {
loading: true/false
errors: {
login: ["Incorrect username/password combination"],
albumForm: ["Album title cannot be blank"],
albumForm: ["Track title cannot be blank"],
},
session: {
id: 57,
username: "sheriffhoodie"
}
},