Cecchi MacNaughton
{
"id": "1",
"firstName": "Cecchi",
"lastName": "MacNaughton",
"posts": [
{
"id": "1",
"title": "Cecchi's first post",
"votes": 5,
"author": {
"id": "1",
"firstName": "Cecchi",
"lastName": "MacNaughton"
}
},
{
"id": "2",
"title": "Cecchi's second post",
"votes": 10,
"author": {
"id": "1",
"firstName": "Cecchi",
"lastName": "MacNaughton"
}
},
{
"id": "3",
"title": "Cecchi's third post",
"votes": 15,
"author": {
"id": "1",
"firstName": "Cecchi",
"lastName": "MacNaughton"
}
}
]
}
Go to next authorGo to previous authorGo home