So I'm trying to create a database of students with a struct with their names as the primary and other factors such as gender, age. Also in that struct, is another struct that contains the student's class grades: How would I do that?So I'm trying to create a database of students