mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* Change API to return assets count and change web behavior accordingly * Refactor assets.length * Explicitly declare type of assetCount so Dart SDK understand it * Finished refactoring on mobile
		
			
				
	
	
		
			24 lines
		
	
	
		
			792 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			792 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# openapi.model.AlbumResponseDto
 | 
						|
 | 
						|
## Load the model package
 | 
						|
```dart
 | 
						|
import 'package:openapi/api.dart';
 | 
						|
```
 | 
						|
 | 
						|
## Properties
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**assetCount** | **int** |  | 
 | 
						|
**id** | **String** |  | 
 | 
						|
**ownerId** | **String** |  | 
 | 
						|
**albumName** | **String** |  | 
 | 
						|
**createdAt** | **String** |  | 
 | 
						|
**albumThumbnailAssetId** | **String** |  | 
 | 
						|
**shared** | **bool** |  | 
 | 
						|
**sharedUsers** | [**List<UserResponseDto>**](UserResponseDto.md) |  | [default to const []]
 | 
						|
**assets** | [**List<AssetResponseDto>**](AssetResponseDto.md) |  | [default to const []]
 | 
						|
 | 
						|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
						|
 | 
						|
 |