01Typed constructors for creating specific or joined model instances
02Standardized management of optional/nullable fields with .SetNull() and .IsNull()
030 GitHub stars
04Thread-safe field access using internal mutex-protected .Get() and .Set() methods
05Reference patterns for Decimal, UUID, and Enum-based field types
06JSONB support via StructField[T] with integrated error handling