A query can return entity keys instead of full entities. You can trigger this behavior by passing keys_only=True to Query, or by using SELECT key in GQL.
A query can return entity keys instead of full entities. You can trigger this behavior by passing keys_only=True to Query, or by using SELECT key in GQL.