I have many fields in a table. I try to have GET API call
https://api.airtable.com/v0/appXXXX/TABLE?maxRecords=3&view=YYY
But it seems that the hidden fields are also returned. How can i only return the fields which are visible? I dont want to overcomplicate things by having many fields.