pub fn get_labels(conn: &Connection, item_id: &str) -> Result<Vec<QueryLabel>>
Get all labels for an item.
Returns an error if the query fails.