loopback 4 how to filter to todays date code example
Example 1: loopback model count
PersistedModel.count([where], callback)
Example 2: loopback find http query
/accounts?filter[where][name]=John&filter[limit]=3
PersistedModel.count([where], callback)
/accounts?filter[where][name]=John&filter[limit]=3