Lets say I have two tables like this: person: id, first_name, last_name, phone_id
phone: id, phone_number
person.phone_id is always equal to a phone.id. Instead of my entity showing person.phone_id, I'd like it to show person.phone_number. How can I accomplish this?