Hey all 👋
using Typesense 0.23.0 , we need an int32 field, but this fields needs to contain numeric values, but could also be empty. When the field is set to auto, it automatically creates a string for my numbers and null.
Is there a way to have actually int’s and a null value which are not strings?