Hey everyone,
I'm trying to exclude a specific column from every possible API response, so that the column can only be used server-side.
So I set the "Column visibility" to "Internal". But the only thing that seems to do is to deselect the specific column from the API call – I can still customize the response and (accidentally) check the field, and it is then included in the API call.
Is that how it is supposed to work?
Using middleware seems too complex for that use case. I could create a whole new table for just that field but would prefer something more simple. Anything I am missing?