Hi there, I have an entity in my domain model with three enumeration attributes: valid, refer, reject, is there anyway to associate a message with each one? Like when a user searches to find an entity, besides having the results (in the data view) showing for example ‘refer’, is there any way to also displays a message explaining what refer means? and same for the other two options valid and reject.