I have this BSON query
{ "folders.0" : { $elemMatch: { $eq: "text" } } }
How do I replicate this on Morphia? I am having trouble with the query $elemMatch: { $eq: "text" }.