pub type Activity = PuzzleActivity;
pub struct Activity { pub date: u64, pub win: bool, pub puzzle: Puzzle, }
date: u64
win: bool
puzzle: Puzzle