Is there any way for me to add a subtitle below the cell.textLabel as well as a the label ‘8 fans’ on the right as seen below? My understanding is that the standard cell only provides on format and one detailedTextLabel (either subtitle or text on the right). Is there any libraries or efficient way that I can do this?

I’m afraid you will have to use your custom cells (meaning writing your own class of UITableViewCell). Designing it’s view and then connecting this with your TableViewController.
For custom cells you can read this:
http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html