In my collections I'm having a field called "author", having a relationship to my users table and per default set to user.id
But when querying the field using the rest api I'm getting the complete data from the users collections including all fields and also sensitive Data such as the api key.
The users name would be completely sufficient.
Can I change this anywhere? Some best practices?