```js const public = Symbol('generic.public'); const private = Symbol('generic.private'); const z = { [public]: true, } ``` the above will determine if certain JSON fields don't get sent to the browser