useserde::Deserialize;usecrate::catalog::CatalogThread;/// A single board index page, `/{board}/{1-15}.json`. Each thread carries the
/// OP plus a handful of recent reply previews
#[derive(Debug, Clone, Deserialize)]pubstructIndexPage{pubthreads:Vec<CatalogThread>,
}