An object is being returned from the API and I want to reach the key "official-artwork", but I cannot reach the key "official-artwork" because of the - sign.
dream_world: {value}
home: {value}
official-artwork: {value}
When I type in js terminal, I get "item?.sprites.other.official-artwork" error, how can I solve it?