find is currently just a superset of list. It can do everything list can do with the same syntax, while also supporting multiple collections, and additional filters.
Fold all the functionality under list and either remove find or make it an alias for list.
findis currently just a superset oflist. It can do everythinglistcan do with the same syntax, while also supporting multiple collections, and additional filters.Fold all the functionality under
listand either removefindor make it an alias forlist.