Computed attributes can alter attributes, including removing some. So say if you don't need signal strength, you can remove it using computed attributes. But it will completely remove it from the database, not just from the API response.
Ah ok - where do we make the computed attributes?
Have you checked the documentation first?
Yes but to be honest I don't understand from it how it can be used to remove something?
You can return null
value to remove attribute.
Basically everything about computed attributes and what is getting removed - and how I'm supposed to get that from /positions