Reflection on an Array value's child misses the _key_ property, but it should contain the parent array's _index_ ```js const info = await db.ref('some/array[2]').reflect('info'); console.log(info.key); // Should be 2, but is undefined ```
Reflection on an Array value's child misses the key property, but it should contain the parent array's index