class Decidim::Meetings::MeetingSerializer

def author_fields

def author_fields
  {
    id: resource.author.id,
    name: author_name(resource.author),
    url: author_url(resource.author)
  }
end