I have shown the output of the macro. If array was written manually, I could simply remove the empty array as it is of no use. But this one is autogenerated.
Also const can't be left without initializer, doesn't compile as well:
const required_fields: array[0, tuple[f1: int, f2: string]]
