export const destroyMember = ({id, state}) => {
  return state.models.filter(model => model.id !== id)
}