{
"isFetching":false,
"error":null,
"entities":{
"users":{
"81":{
"id":81,
"name":"Mr Shelby"
},
"82":{
"id":82,
"name":"Mr Shelby2"
}
},
"comments":{
"3":{
"id":3,
"content":"Second!",
"author":82
},
"352":{
"id":352,
"content":"First!",
"author":81
}
},
"articles":{
"1":{
"id":1,
"title":"Blog Title",
"content":"Some really short blog content. Actually the least interesting post ever",
"author":81,
"comments":[
352
]
},
"2":{
"id":2,
"title":"Blog Title2",
"content":"Some really short blog content. Actually the least interesting post ever",
"author":82,
"comments":[
3
]
}
}
},
"result":[
1,
2
]
}