To avoid possible conflicts between "reserved" attribute/method names of a `Resource`, isolate the data attributes beyond the attribute `a` Example: `bob.a.name`, `bob.a.email`, etc. Special case (still open): how to deal with `types`? Should `bob.types` be mapped to, e.g., `bob.a.classes` ?
To avoid possible conflicts between "reserved" attribute/method names of a
Resource, isolate the data attributes beyond the attributeaExample:
bob.a.name,bob.a.email, etc.Special case (still open): how to deal with
types? Shouldbob.typesbe mapped to, e.g.,bob.a.classes?