There (now) is not db.ReferenceListPropertyin the data warehouse. You can get close to it with db.ListProperty(db.Key); if you need to get all the reference keys, you can make a package db.get()on it to immediately get all the related objects.
source
share