- fix limit parameter

- fix specific for_rent apartment listing prices
This commit is contained in:
Zachary Hampton
2024-08-13 10:44:11 -07:00
parent 3f44744d61
commit 6d14b8df5a
6 changed files with 81 additions and 9 deletions

View File

@@ -113,6 +113,9 @@ class Property:
address: Address | None = None
list_price: int | None = None
list_price_min: int | None = None
list_price_max: int | None = None
list_date: str | None = None
pending_date: str | None = None
last_sold_date: str | None = None