In python, object['a'] is not equivalent to object.a. I used that trick to say :
Okay, when I invoke object.a, this property remains to the class, and when i invoke object['a'], i have access to the underlying CouchDB Document.
Have to design some way to access db Document data.