addLinks(...links) {
    const remoteLinks = links.map((link) => {
      const remoteLink = new RemoteLink(link);
      remoteLink.board = this;