{
"status": "success",
"message": "string",
"data": [
{
"id": "string",
"parentId": "string",
"name": "string",
"description": "string",
"cover": "string",
"featured": true,
"isActive": true,
"metadata": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"parent": {
"id": "string",
"parentId": "string",
"name": "string",
"description": "string",
"cover": "string",
"featured": true,
"isActive": true,
"metadata": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"children": [
{
"id": "string",
"parentId": "string",
"name": "string",
"description": "string",
"cover": "string",
"featured": true,
"isActive": true,
"metadata": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"subCatagoryCount": 0
}
],
"pagination": {
"type": "cursor",
"pageSize": 0,
"nextCursor": "string",
"prevCursor": "string",
"totalData": 0
}
}