{
"droplets": [],
"links": {},
"meta": {
"total": 3
}
I would like to receive this 'total: 3', through json, I tried this way
totals = droplet_response.json()
tt = totals['meta']['total']
and he returned this to me
ERROR - 'meta'