even when `past_days=1` is used, it scrapes all the data and reaches max limit of 10000 ``` properties = scrape_property( location="Warren, MI", past_days=1, ) ```