Null
Results
1
comments of
Null
> @ruslanguns how about using filter for that? > > ```js > const deletedUsers = await fetch(`http://my.app/users?filter=${encodeURIComponent('deletedAt||$notnull')}`); > ``` > > That would be an extra request on the UI...