Knack.scenes[0] --- Why does this return undefined?

I try...

console.log(Knack.scenes[0]);

Why does this return undefined? It should return an object showing all the properties of my first scene.

If I do JSON.stringify(Knack.scenes) I get an array of objects for all my scenes, yet I can't return the object for any individual item in the array.

What am I missing?

console.log(Knack.scenes); gives me this: