A pseudo implememntation of a mvvm with different cell types in the same section.
The table view displays a mixed list of User
profiles and their Posts
.
Each section's 1st row is the profile of a user and the next cells in that section are the posts of that user
// MARK: - Models