Is there an elegant way to access the first property of an object...
You can also do Object.values(example)[0].
Object.values(example)[0]