Will having an Array of PFFiles (also stored in another table on the server) in a User object increase that objects size, or will only references be held?
I know that you can associate a user with each file but it helps the app a lot if there is also a table of files in each user item. Is there a way to effectively do this without greatly increasing memory usage?