class Decidim::Meetings::HighlightedMeetingsForComponentCell

def upcoming_meetings

def upcoming_meetings
  @upcoming_meetings ||= meetings.upcoming.order(:start_time, :end_time).limit(3)
end