One last feature I want to discuss in this section is managing a list of "followers" that belong to a particular user. The reason why we want to do this is to make sure when something is posted, we can properly share these post objects amongst all followers. Building this out will be very similar to managing our "following" collection.
Once done, I'd like to also send this information to a public profile page to confirm that things are working correctly.