// TODO: depth 3 means 'someNestedObject.a.b' or 'someNestedObject.a.b.c'? Documentation describes the first variant, variety counts also second.
Assert.assertEquals("Variety results have not correct count of entries",5,analysis.getResultsCollection().count());// 5 results, including '_id' and 'name'
// FIXME: Assert.assertEquals("Variety results have not correct count of entries", 5, analysis.getResultsCollection().count()); // 5 results, including '_id' and 'name'