Select the types of activity you want to include in your feed.
fix: handle paginated responses in admin components
Admin transcriptions and users components now extract data from paginated response format { data: [...], pagination: {...} } with fallback to direct array for backward compatibility.