``` from openml import study a = study.list_studies(size = 100) len(a) ``` gives me 2 run studies which is wrong This has nothing to do with the python api because the same thing happens in R as well.