In my project, I have two structs:
struct spell { string name; string effect; }; struct spellbook { string title; string author; int page