since the raw response might contain meta, warning, dictionaries and so on.
it would be better to provide an easy way to get these data from response,
the idea would be like the following:
$response->getMeta();
$response->getDictionaries();
$response->getWarning();