Bind input value to object in array?

Hi,

I don’t understand why this works:

{{input value=model.candidacy.answer_group.survey.questions.firstObject.content}}

And not that:

{{input value=model.candidacy.answer_group.survey.questions.[0].content}}

Any idea ?