I am using this code:: ``` name: "date", value: fromTime.toString(), operator: ">=", ``` It is fetching records of yesterday + today, may be because of `operator: ">="` , but i only need of yesterday, what is the right way to get that ?