Use two annotations to provide content for the details view:
UI.FACET - define areas for fields
@UI.facet: [ { id: 'User',
purpose: #STANDARD,
type: #IDENTIFICATION_REFERENCE,
label: 'User',
position: 10 } ]
Field level - assign field to a facet
@UI.lineItem: [ { position: 10 } ]
@UI.identification:[ { position: 10,
label: 'User ID' } ]
key user_id as UserId,