Firs a little side thing. Why is the GND pad connected to the pad with Net-[(U701-V3)?
The reason I am confused a bit is that I see a /GND net in the Appearance Manager / Nets tab. I am not fully comfortable with the (relatively new) full net paths but because of the slash in the name, this looks like a local label in the root sheet. Your GND pads on the canvas do not have a slash, and this implies it’s a global net name.
For KiCad, there is nothing special about the GND name. It is simply a net that follows all the basic rules for nets. In KiCad different label types with the same name only connect to each other if they are on the same hierarchical sheet. So you very likely have two different GND nets. One /GND from a local label, and the other GND from a global label, and you can probably find both names in the list in the appearance manager.
If you put a global label with the GND name in the root sheet (or a GND symbol, which also acts as a global label), then those nets will probably merge into one.