I'm developing a mobile app on react where there will be multiple profiles, with up to 5 photos each. Our api currently is made in aspnet core 2.0 and we use mongodb as database. My question is the following, what is the best way to accomplish this implementation considering that these photos will be shown practically every time a user's profile is uploaded? Thanks for the help.