object @join_request
attributes :id, :text
attributes :music_session_id => :music_session
child(:user => :user) {
attributes :id, :name
}