pub fn read_initials<S: Into<String>>(
    snapshot: S
) -> Result<Vec<Initial>, Error>