I am looking to grab a value from an object that is returned in an API response object.
I would assume I could do with dot notation. The AI is suggesting the same, however it does not work. Getting an 'undefined' error.
Grabbing the entire object works as expected, however trying to get the 'id' value from the object throws the error.