AWS CLI returns an empty array on filter. I want to be able to count the number of elements in that array:
{ "Reservations": [] }
vs
{ "Reservations": [ { "OwnerId": "124531353552" ...... } ] }
So if there are no results I should get back 0 (the first example).