import Immutable from 'immutable'; export default Immutable.Record({ _id: '', title: '', description: '', date: '', group: null }, 'Session');