When displaying objects content, show the real key names instead of the Capitalized key name so it's possible to manipulate an object without having to stringify it first to know the actual key names.
Actually, I had to use "Repo" to access the value, which is even more confusing. Does that mean JSON.stringify behaves differently as in a regular JS environment?