class EthnicityListView(ListModelView):
    serializer_class = EthnicitySerializer
    model_class = Ethnicity

    def filter_query(self, query):