I followed the example LOAD OBJECTS FROM AN MBAAS STORAGE, from Backendless site, however I've got an error (saying Value of type 'AnyObject' has no member 'name') trying to get the values (from Restaurant collection) by direct reference as in the example :
for restaurant in currentPage {
print("Restaurant name = \(restaurant.name)")
}