I am trying to expose a View Object as a REST resource and consume it using ADF Data Controls. While I have successfully implemented the master-detail functionality by binding the exposed REST endpoints to the ADF components, I am encountering an issue when attempting to consume the View Criteria in my JSFF pages. Although the View Criteria has been defined in the View Object and is intended to filter the data dynamically, I am seeing the error 'No fields are selected,' which suggests that the criteria parameters may not be properly exposed in the REST service, the Data Control might not recognize the criteria, or the page bindings could be misconfigured. I have also verified the REST data using the REST row finder and ensured that it is exposed, but the issue persists.