@Anonymous
As @BCLS776 mentioned - these are normal in what you are seeing.
But, one other thing to add is, depending on the function you use, PowerApps will show the original (real) name of the SharePoint list column. If you rename a column in SharePoint, it never really changes the column name. It is still the original name and always will be. It will display with the name you defined, but under the covers, it is still the same name.
So, if the Status column was renamed in the list, you will see these type of things.
You can check the real name of the column by going to the SharePoint list definition, then clicking on the Status column to edit - then once on the definition of that column, look at the URL. The last part of it will show you the real name.
I hope this is helpful for you.