{
"id": "FID001",
"type": "MobileCollection",
"attributes": {
"name": "string",
"description": "string",
"coverImageUrl": "string"
},
"relationships": {
"folders": {
"data": [
{
"id": "FID001",
"type": "MobileCollectionFolder"
}
]
},
"collectionItems": {
"data": [
{
"id": "FID001",
"type": "MobileCollectionItem"
}
]
}
}
}