class WithEntities extends Component {
    componentDidMount() {
      if (!this.props.ready) {
        this.props.loadEntities()
      }