User icon happex
const user = {
username: null,
nickname: null,
avatar: null,
followers: [],
following: [],
posts: []
}