Would rather not push DM notes to the allHistory object in index.js because then would have to code the front end to filter out the DM notes for the history object
Could create a separate object that has allHistory + Notes? Could change the allHistory variable to be allPlayerHistory and then allHistory to include notes
Would it be best to restructure the back-end to just have one variable and have the front-end sift it out?