Merge THREE.Mesh and GLTF File

I am loading a GLTF model that has animations. Similar to this example
[three.js examples](GLTF Example).

I want to ‘merge’, ‘group’, or somehow connect a THREE.Mesh to the GLTF model so it stays connected upon animation. For example a Mesh hat. Is there a way to do this?