If you do something like this (on the `cards` test db) ``` v = db.query(''' select User { deck: {@count, count := 10} } ''') ``` then `v[0].deck[0].count` will produce ``` 'edgedb.Object' object has no attribute 'count' ```