const Profile = ({ profile, totalPosts }) => (
{totalPosts} posts
{profile.display_name}
{profile.about}
{profile.link}