Organization/collection end-point returns null instead of 0 for a number field

If a 0 is entered in an organization’s custom number field and the data is fetched through this end-point it returns 0 for the field value as expected:

“6eb39d18896ccfbd4d9d3ab1bb8114c875c7683d”: 0

However if the same organization is fetched through the collection end-point it returns null for the field value. As an example:

/organizations/collection?limit=1&since=2024-06-26 06:17:00&until=2024-06-26 06:20:00

“6eb39d18896ccfbd4d9d3ab1bb8114c875c7683d”: null

This is obviously unexpected and might be a bug in the currently in beta end-point?