@Query("select * from books where ((SELECT sum(groupId) FROM book_groups where groupId > 0) & `group`) = 0 and type != ${BookType.audio} and origin != '${BookType.local}'")
funobserveNoGroup():LiveData<List<Book>>
@Query("select count(bookUrl) from books where (SELECT sum(groupId) FROM book_groups where groupId > 0) & `group` = 0")
funobserveNoGroupSize():LiveData<Int>
@Query("SELECT bookUrl FROM books WHERE origin = '${BookType.local}'")