mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-27 20:55:12 -05:00
feat: Shopping List Item Pagination Route (#2145)
* added pagination route for list items * pytest
This commit is contained in:
@@ -177,6 +177,10 @@ class ShoppingListItemsCollectionOut(MealieModel):
|
||||
deleted_items: list[ShoppingListItemOut] = []
|
||||
|
||||
|
||||
class ShoppingListItemPagination(PaginationBase):
|
||||
items: list[ShoppingListItemOut]
|
||||
|
||||
|
||||
class ShoppingListCreate(MealieModel):
|
||||
name: str | None = None
|
||||
extras: dict | None = {}
|
||||
|
||||
Reference in New Issue
Block a user