FooEntity
{
"foo_name": "",
"foo_desc": ""
}NavigatorEntity
{
"name": "",
"desc": ""
}ListingEntity
{
"next": "string",
"previous": "string",
"results": "NavigatorEntity | FooEntity"
}RootEntity
{
"meta": {
"status": "string"
},
"data": "ListingEntity | "
}