the code is as follows:
recode1 = table_out.find ({}). Sort ([("_ id", 1)]) .limit (10000)
print ("total:", recode1.count ())
directly understand that the number of count () given by print should be 10,000, but what is currently output is the total number of records of the entire collection. Please answer, thank you very much.