pub fn get_comments( conn: &Connection, item_id: &str, limit: Option<u32>, offset: Option<u32>, ) -> Result<Vec<QueryComment>>
Get all comments for an item, newest first.
Returns an error if the query fails.