Hi Quoc Le,
Please make sure to check the access rules in your domain model to confirm that the user role assigned to the current user has read access to the DrinkItem entity. Without the proper permissions, the data will not be retrieved or displayed on the page. Additionally, ensure that the attributes of DrinkItem such as the name, price, or any other relevant details—are properly included and visible within the ListView structure on your page. If these attributes are not added to the ListView, it may appear as though nothing is being displayed even if the data is successfully retrieved.