nextFileModel

abstract fun nextFileModel(bookshelfId: BookshelfId, path: String, sortType: SortType): Flow<File?>
abstract fun nextFileModel(bookshelfId: BookshelfId, path: String, searchCondition: SearchCondition, sortType: SortType): Flow<File?>