fn search_count(
    _: SearchCountQuery,
    conn: &DbConnection
) -> Result<i64, HandleError>