| 
           const renderTitle = (e: UserEntry) => (e.displayName ? e.displayName : e.name);  | 
        
    
   
 
It's possible for multiple users (different usernames) to have the same display name. This can be a tad confusing in the UI when viewing at existing owners of resources. Some format like Display name (username) or Display Name - username should suffice.