Support element_type in ListTranscriptions
The ListTranscriptions
endpoint previously allowed workers to filter by transcription type, it should be possible to now filter by transcription type slug
Example: list all the transcriptions from elements with type paragraph
below page XXX
should be : ListTranscription("XXX", recursive=True, element_type="paragraph")
This is needed for the spacy worker