data class InterestsBookQuery(
    val interests: Collection<Interest>,
    val ordering: BookOrdering = DEFAULT
): BookQuery(ordering)