The DSpace REST API exposes an access status endpoint per item:
GET /server/api/core/items/{uuid}/accessStatus
This returns a status value (e.g. open.access, restricted, embargo, metadata.only, unknown) that should be visually indicated in the UI as a badge next to each item in list views (recent submissions on homepage, search results, browse listings).
Expected behavior:
Each item in list views should display a colored badge indicating its access status — e.g. "Open Access", "Restricted", "Embargoed", etc.
Actual behavior:
No access status badge is shown on any item in list views.