class Decidim::Meetings::MeetingType

def agenda

def agenda
  object.agenda if object.agenda&.visible?
end