const reassigns = await OoOEvents.find({
event: 'REASSIGN', // ... reassigns
accountId, // ... of the assignee
clientKey, // ... in this company
_id: { // ... executed after
$gte: objectIdWithTimestamp(startDate.unix())
}
}).toArray();