Mock on array-typed fields does not respect max length parameter

When we try to specify that array-typed field in response ALWAYS empty, mocked response still has at least one item


Do you want this data type to return empty? You can set both the minimum and maximum number of elements to 0.

Tysm, it solves my problem!
But tbh still not so obvious that I should set both params to make it works

What you said makes sense, but I would like to know your usage scenarios

Endpoint called “Create Auth”. There’s no any chances in business-logic to have any accesses right after you created auth, that’s why there always empty array.
Field still exists for easier contracts in frontend and response mapping in backend

Thanks for the feedback, we will think about how to optimize it.