toArray() : []; } /** * @param ResourceCollection $collection * @return array */ static function collectionResponse(ResourceCollection $collection){ return json_decode($collection->response()->getContent(), true); } }