I'm not sure which "0" name that you are referencing, but the issue is that you have created those properties as array type properties in which the items are always listed by a zero based index. If you instead want to use key value pairs, then you need to use object type properties.