With some digging, I was able to come up with this transform
$zip(inventory.$keys(), inventory.*) { $[0]: $[1].region }
Is there a better way to solve this?