interface CollectionEntityInterface extends CollectionInterface { names: Promise; parts: Promise; }