Is there a way to rename list attributes in codeless?

I am fetching the data from the external mysql db, I fetch the FirstName from Persons table, store it in the list and return the list,

42%20PM

the output i get has the label as FirstName itself, is there a way to rename FirstName to Name?

02%20PM

Is there any better way than this?

No, there is no better way. And this a good approach to rename the property. Other way is to create a View in the mysql and search in the View

Okay, Thank You @sergey.kuk