prevFileModel

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