Groups

You can easily create a mesh group:

<Group>
  <!-- <Box ref="box1"/> -->
  <!-- <Box ref="box2"/> -->
  <!-- <GltfModel ref="model1"/> -->
</Group>

This is almost identical to a mesh. Its purpose is to make working with groups of meshes syntactically clearer.

(source, threejs doc)