Why Am I Not Getting Fields that Have an Empty Array in my Response Body

In your instance configurations, if "filter.response.nulls" is set to "true", any fields that have an empty array or a value of null will be filtered out of the response. To ensure that fields with an empty array return in your response, update your instance configuration and set "filter.response.nulls" to "false".