In making a call to backend data, if I want to show the user a short reminder of what the database contains, let's say the item name... but I want to utilize instead the full description of that item... how do I do that?
For clarity this is in Supabase and so I would show them the title column for example, but return and utilize the longer column.