In my code below I can store data using Core Data. The data that I store is reward. How do I fetch that reward data from Core Data? How would I get the total of reward in my Core Data every time there is a reward that has been added to that certain user? I use In my code below I can store data using Core Da