I use
$this->response->paginator($school, new SchoolTransformer());
to transform my data
but the result is not good.
{
"0": {
"id": 35,
"name": "北京东城大学",
"icon_url": "http://www.dicki.info/",
"area": "北京市 东城区",
"status": 1,
"count_users": 0
},
"meta": {
"pagination": {
"total": 1,
"count": 1,
"per_page": 15,
"current_page": 1,
"total_pages": 1,
"links": []
}
} }
how to remove "0" and "meta" stuff?