Description
The autogenerated ObjectForm repeats the properties having a set of data (so not a single property) within the RowForm and the TableForm.
Only properties having a single property shall be shown in the RowForm. Properties with multiple properties (or potentially multiple properties) shall be shown in the TableForm.
Solution
The AutoGenerator must implement a more refined solution which filters out the properties having multiple values within the RowForm Creation.
...