This works: ``` one: [{ two: [{ a: 'A', b: 'B', c: 'C' }] }], ``` This doesn't, but it should: ``` one: { two: { a: 'A', b: 'B', c: 'C' } }, ```