pub const DEFAULT_RATING: u8 = 3;
Default rating for an unrated preset. Picked at the middle of the [0, 5] window so unrated presets sit between user-disliked (0–2) and user-liked (4–5) when weighted-random sampling.
[0, 5]