namespace API.Entities.Enums; public enum ReadingDirection { LeftToRight = 0, RightToLeft = 1 }