Acceptance Criteria:
Given I am logged in as an artist
When I toggle a media file’s visibility to “hidden”
Then the file does not appear on my public profile
And I can toggle it back to “visible”
Acceptance Test:
Log in as an artist and open media tab
Hide one file and verify it disappears from public view (by using a different account)
Refresh and verify the file is still hidden
Toggle visibility back and verify it reappears