Acceptance Criteria: - Given I am a logged in user - When I open the Artist’s directory Page - Then I can see a list of all artists represented by UbuntuSelect - And I can at least filter one attribute. (genre or type) - And I can apply multiple filters or reset them all Acceptance Test: - Log in and visit the `/artists` directory page - Verify the full list renders without error - Apply a single filter and verify that all visible artists match the selected filters - Apply one or more filters and verify that results are further narrowed - Clear all filters and check the full list return