Hi, I am having a 3 level nested hierarcy structured data model. When I use enrich=true in my Rest API/GraphQL query I am getting the results but it is also providing me the fields in the result set which are not required e.g. lastUpdatedBy, published, firstPublished, and there are many more.
There is a way to either include or omit the fields but for that the inner refers entries also have to be explictly added in the omit, due to this the fields are increasing in number. If the requirement comes to display more no of fields it could create a problem as maintaining this huge list of fields for each level of nesting is a difficult task.
Can you please suggest some other alternate way to address it.