add parameter to filter session and note by updated date. Add pagination on sessions and notes. add read only endpoint at root level to list notes
import Immutable from 'immutable';
export default Immutable.Record({
_id: '',
session: '',
plain: '',
raw: {},
html: '',
startedAt: '',
finishedAt: '',
categories: [],
marginComment: ''
}, 'Note');