Is there a way to add a description to the Node Labels and Relationships, like adding a comment to the Postgres table columns
comment on column session_log.userid is 'The user ID';
comment on column session_log.phonenumber is 'The phone number includ...