Hi, I’ve been trying to build a dynamic form in Angular by fetching the fields from /fields/{collection}. I noticed that those with "interface”: “group-raw”do not match those that can be seen on the data model on Directus Admin (/admin/settings/data-model/{collection}). I have 13 total of group-raw (some nested) when viewing the data model, but only 8 have “interface”: “group-raw”when looking at the API response JSON.
The thing is, those groups that do not appear on the list are referenced as parent groups of other fields, i.e. a group-rawinterface named “location_group” does not exist in the list but another field on the list has “location_group” as its group value.