Look at the documentation of FolderListModel.get()
The second argument is a string that tells get() which property of the entry you want.
You are passing "undefined", since FolderListModel does not have a property "fileName" (in your log output) nor does string have a property "fileName" (in the next line).
Cheers,
_
Bookmarks