@ -298,6 +298,10 @@ router.post('documents.starred', auth(), pagination(), async ctx => {
|
||||
collectionId: collectionIds,
|
||||
},
|
||||
include: [
|
||||
{
|
||||
model: Collection,
|
||||
as: 'collection',
|
||||
},
|
||||
{
|
||||
model: Star,
|
||||
as: 'starred',
|
||||
|
Reference in New Issue
Block a user