pub const OBJECT_STATS: &str = "SELECT count(*), coalesce(sum(size), 0) FROM objects";
How many objects are indexed and what they weigh.