Is there a way to add the ability in @ApiModelProperty to hide particular objects you do not want generated in the output JSON? Maybe something like @ApiModelProperty(access="hidden") or @ApiModelProperty(hidden=true)