Exclude or ignore certain properties from being serialized in the JSON output
I have a Sling Model exported as JSON using the @3484101 annotation. But some properties (like internal IDs or sensitive info) should not appear in the JSON response. How can I exclude those fields from the exported JSON?