# frozen_string_literal: true class UserSerializer < ActiveModel::Serializer attributes :email end