This is standard behavior in Salesforce—the owner is always associated with a Salesforce object ID. To retrieve the owner details, you'll need to perform an additional lookup targeting the user object, specifically matching it to the Salesforce object ID. In this case, you'll match it with the owner ID returned in the previous column. I set this up in your table and it seems to be working correctly!