{
entities: {
users: {
1: {
id: 1,
name: "CenterPerson1",
uploadedArticles: [23, 651],
likedArticles: [6,71],
followedUsers: [5, 42],
respondedArticles: [7, 21, 77]
},
2: {
id: 2,
name: "CenterPerson2",
uploadedArticles: [8, 124],
likedArticles: [55, 99, 712],
followedUsers: [9],
respondedArticles: [4, 52, 65]
}
articles: {
12: {
id: 12,
body: "My first blog post to Center.com",
author_id: 7,
responses: [2, 7, 17],
viewCount: 45,
},
76: {
id: 76,
body: "A new Study about dogs",
author_id: 5,
responses: [9, 15, 28, 78, 110],
viewCount: 115,
},
},
responses: {
17: {
id: 17,
body: "wow so cool",
author_id: 3,
video_id: 3,
},
ui: {
loading: true/false
},
errors: {
login: ["Incorrect account or password"]
},
session: { currentUserId: 6 }
}