# Functions
ComputeStats computes the stats for the given index.
# Constants
Array is the type for array attributes.
Boolean is the type for boolean attributes.
Null is the type for null attributes.
Numeric is the type for numeric attributes (integers and floats).
Object is the type for object attributes.
String is the type for string attributes.
Undefined is the type for undefined attributes (not present in the object).
# Structs
AttributeStats contains the stats for a single attribute of an Algolia object.
Stats contains the stats for an Algolia index.
# Type aliases
AttributeType is an enum for the different types of attributes.