namespace ZeroLevel.Qdrant.DataAttributes { /// /// Attribute for directly specifying the 'integer' data type of qdrant /// public class IntegerAttribute : QdrantAttribute { } }