フロントエンドから使用react-admin
してバックエンド API を呼び出すと、ブラウザ コンソールから次のエラーが発生しました。
Warning: Missing translation for key: "The X-Total-Count header is missing in the HTTP Response. The jsonServer Data Provider expects responses for lists of resources to contain this header with the total number of results to build the pagination. If you are using CORS, did you declare X-Total-Count in the Access-Control-Expose-Headers header?"
バックエンド API の呼び出しに使用ng-admin
すると、うまく機能します。