I want to include 'belongs to' relationships in a form so that I can use this configuration to show the 'belongs to' fields as regular fields alongside the main model instead of a multi-row.
For example, an employee belongs to a user. It would be helpful to be able to update an employee and their related user as single fields in the same form.