Hi, I'm working on a project using conventions with rest plugin and I am looking for a way to restrict the output of the json results. Since the Actions class has many attributes, like lists, and so on, would be good if I could restrict the output.
I know that json plugin can do it for me using the param "includeParams", but the rest plugins already has json result, so I dont want to add another plugin. Is there a way to limit the json output just using rest plugin with annotations? Thanks, Felipe Lorenz

