I actually figured out what I was doing wrong. I was unintentionally ignoring the core design system of Godot.
Everything is scenes, including imported model files.
I was dragging and dropping the model not realizing I was importing the whole scene instead of just the mesh. Oops.