# of Topics: <%= @user.items.count %>

# of Synapses: <%= @user.synapses.count %>

# of Maps: <%= @user.maps.count %>

<%= @user.name %>

<%= link_to "View their topics", user_items_path(@user)%>

<%= link_to "View their synapses", user_synapses_path(@user)%>

<%= link_to "View their maps", user_maps_path(@user) %>