Scope was added as an optional field in the v1beta1 PolicyReport schema [here](https://github.com/kubernetes-sigs/wg-policy-prototypes/blob/master/policy-report/pkg/api/wgpolicyk8s.io/v1beta1/policyreport_types.go#L161). Since it is an optional field should the field include the `omitempty` tag?
Scope was added as an optional field in the v1beta1 PolicyReport schema here.
Since it is an optional field should the field include the
omitemptytag?