GltfModel Entity

how can i get gltfModel loaded callback? I want get a callback by entity not use primitive.
when i use Model.fromGltf ,i can get model.readyPromise function ,but i can’t use some property from entity?
if there any way that i can use viewer.entities.add to add gltf model,and i can get loaded callback?