Low priority, but I've had several people mention to me that attributes is a confusing name: ``` message Volume { map<string, string> attributes = 3; ... ``` This field should be opaque to CO. But `attributes` suggests that it contains "volume attributes". Which is not the intention. Maybe call it `server_context` or something else?