fun <T : Keyed<T>> <ERROR CLASS>.toTypedModel(tRef: KClass<T>): T
Convert a Google cloud datastore entity to one of our model classes.
This uses reflection internally to accomplish this and will throw if the entity doesn't conform to the model's schema.
TODO(colin): support generating non-reflective converters using annotation processors.