Simple schema ... index of [object]

hello
i wanna know how to get the index of object in the following case
emails: {
type : [object]
}
emails.$.field : {
how can i get the index here ??
}