package com.suno.android.preview import com.suno.android.common_networking.remote.session.User object FakeUser { val Mikhail get() = User( avatarImageUrl = null, displayName = "sunomikhailhasareallylongusernamethatbreaksui", email = "mikhail@suno.com", handle = "sunomikhail", id = "3bcea0e5-c09b-4342-8d6f-d1afd2ce8153", isHandleUpdated = false, profileDescription = null, username = null, ) }