You can try
_ = [print(type(e).__name__) for e in entities]
for a collection of objects entities.
entities