I've already added annotation `@get:JsonIgnore` for my fields. It works fine for runtime requests / responses. But I need to hide some fields in swagger doc for not misleading frontend-developers. (Those fields also marked as required). I've already tried to find any solution for my issue in this repository but not found.