Hi, I know in json result type we can configure something like this
<result type="json">
<param name="includeProperties">
total,
page,
records,
gridData.*,
userdata.*
</param>
</result>
Can we do the same in rest controller using annotation?

