for(Object obj : rawList) {
DBObject dbObj = (DBObject) obj;
list.add(getMapper().fromDBObject(optionalExtraInfo.getSubClass(), dbObj, getMapper().createEntityCache()));
}
Saveable owner = null; // TODO figure out how to associate the deserialized project here
return new DescribableList(owner, list);
}