I\'m currently having an issue removing a list of entities from my database, when I run:
const cards = Card.find(...); await Card.remove(cards);