pub fn find_cycles_limited( graph: &SqliteGraph, limit: usize, ) -> Result<Vec<Vec<i64>>, SqliteGraphError>