Filter entities doesn't recognize entity arrays from views
Problem/Motivation
When we query a view and stick the results onto the token environment, we currently don't receive them back because the \Drupal\eca\Entity\EcaObjectTrait::filterEntities method doesn't recognize the entity array that is being received from the TypedDataInterface.
Edited by drupalbot