object @user
attributes :id, :first_name, :last_name, :name, :photo_url
child :teacher do |teacher|
attributes :id, :biography, :school_id, :background_check_at
child :school do |school|
attributes :id, :education
end