In general: we should stop requesting and showing first name and last name of users client-side and show the handle instead everywhere.
- don’t request firstName and lastName in all endpoints client-side from the _search endpoint
- show handle instead of full name everywhere Client-side
- don’t request firstName and lastName in all endpoints server-side from the _search endpoint so we never return it to the client-side