mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
5c0c98473d
* fix: people page * fix: use locale * fix: e2e * fix: remove useless w-full * fix: don't count people without thumbnail * fix: es6 template string Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
18 lines
528 B
Markdown
Generated
18 lines
528 B
Markdown
Generated
# openapi.model.PeopleResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**hidden** | **int** | |
|
|
**people** | [**List<PersonResponseDto>**](PersonResponseDto.md) | | [default to const []]
|
|
**total** | **int** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|