Fix DataObject Collection because it returns the json representation of Weaviate resultset, instead of a Collection of "objects" key.
It was not possible to make a foreach of items because the items representation is inside "objects" and not on the root of the json object.
Fix DataObject Collection because it returns the json representation of Weaviate resultset, instead of a Collection of "objects" key. It was not possible to make a foreach of items because the items representation is inside "objects" and not on the root of the json object.